diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-01-27 09:40:40 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-01-27 09:40:40 +0000 |
commit | 7019fb66fbb9f1bb1375c64392d296178cd71bd6 (patch) | |
tree | 4f650a1c2cbe136ef46332ff33596573103c958e /nt | |
parent | c2f16cac78041b027d6d6f7d5244753be00c6fe6 (diff) | |
download | emacs-7019fb66fbb9f1bb1375c64392d296178cd71bd6.tar.gz |
Fix spacing.
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/configure.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index f284c6b74ec..ff4fae18ccc 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -29,7 +29,7 @@ rem rem For reference, here is a list of which builds of gmake are known to
rem work or not, and whether they work in the presence and/or absence of
rem sh.exe.
-rem
+rem
rem sh exists no sh
rem cygwin b20.1 make (3.75): okay[1] fails[2]
rem MSVC compiled gmake 3.77: okay okay
@@ -99,8 +99,8 @@ echo. --no-opt disable optimization echo. --no-cygwin use -mno-cygwin option with GCC
echo. --cflags FLAG pass FLAG to compiler
echo. --ldflags FLAG pass FLAG to compiler when linking
-echo. --without-png do not use libpng even if it is installed
-echo. --without-jpeg do not use jpeglib even if it is installed
+echo. --without-png do not use libpng even if it is installed
+echo. --without-jpeg do not use jpeglib even if it is installed
goto end
rem ----------------------------------------------------------------------
:setprefix
|