From: Eli Zaretskii Date: Sat, 16 Jul 2005 12:37:06 +0000 (+0000) Subject: Finish config.log with a line that indicates that the configure step X-Git-Tag: emacs-pretest-22.0.90~8104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a27014fc3271e70e5346a15ab739053468d37d9f;p=emacs.git Finish config.log with a line that indicates that the configure step was successful. --- diff --git a/nt/configure.bat b/nt/configure.bat index 6a44a3b82c4..bf78ed52bbe 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -513,6 +513,7 @@ if not exist ..\site-lisp\subdirs.el copy subdirs.el ..\site-lisp\subdirs.el echo. echo Emacs successfully configured. +echo Emacs successfully configured. >>config.log echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install. goto end