diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-07-16 12:37:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-07-16 12:37:06 +0000 |
commit | a27014fc3271e70e5346a15ab739053468d37d9f (patch) | |
tree | 7b4b44c154e3b53236a30299944e404d4ccb1357 /nt | |
parent | 772c5eb74ca6d8f79c0d098411a32607ebad5c4c (diff) | |
download | emacs-a27014fc3271e70e5346a15ab739053468d37d9f.tar.gz |
Finish config.log with a line that indicates that the configure step
was successful.
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/configure.bat | 1 |
1 files changed, 1 insertions, 0 deletions
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
|