diff options
| author | Eli Zaretskii | 2005-07-16 12:37:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-07-16 12:37:06 +0000 |
| commit | a27014fc3271e70e5346a15ab739053468d37d9f (patch) | |
| tree | 7b4b44c154e3b53236a30299944e404d4ccb1357 | |
| parent | 772c5eb74ca6d8f79c0d098411a32607ebad5c4c (diff) | |
| download | emacs-a27014fc3271e70e5346a15ab739053468d37d9f.tar.gz emacs-a27014fc3271e70e5346a15ab739053468d37d9f.zip | |
Finish config.log with a line that indicates that the configure step
was successful.
| -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 | |||
| 513 | 513 | ||
| 514 | echo. | 514 | echo. |
| 515 | echo Emacs successfully configured. | 515 | echo Emacs successfully configured. |
| 516 | echo Emacs successfully configured. >>config.log | ||
| 516 | echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install. | 517 | echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install. |
| 517 | goto end | 518 | goto end |
| 518 | 519 | ||