comparison nt/configure.bat @ 64373:7fddcb1d1fe5

Finish config.log with a line that indicates that the configure step was successful.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Jul 2005 12:37:06 +0000
parents 23a17af379b1
children aadc8043fb43 187d6a1f84f7
comparison
equal deleted inserted replaced
64372:5cedf2e32893 64373:7fddcb1d1fe5
511 if not exist ..\site-lisp\nul mkdir ..\site-lisp\ 511 if not exist ..\site-lisp\nul mkdir ..\site-lisp\
512 if not exist ..\site-lisp\subdirs.el copy subdirs.el ..\site-lisp\subdirs.el 512 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
519 :SmallEnv 520 :SmallEnv
520 echo Your environment size is too small. Please enlarge it and rerun configure. 521 echo Your environment size is too small. Please enlarge it and rerun configure.