diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 16:02:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 16:02:55 +0000 |
commit | f01e03d36870b8f7044c91d20b3c55f2ebd1f02f (patch) | |
tree | cbad07685bbef5feb03111301f22680ba4456b43 /nt | |
parent | 23dcd8ca146002df47575b2f52e1ea7c7dcfb18e (diff) | |
download | emacs-f01e03d36870b8f7044c91d20b3c55f2ebd1f02f.tar.gz |
In help, use generic names for the image libraries.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 4 | ||||
-rwxr-xr-x | nt/configure.bat | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 88c633c8c39..cc5ecd34878 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,7 @@ +2008-02-05 Juanma Barranquero <lekktu@gmail.com> + + * configure.bat: In help, use generic names for the image libraries. + 2008-01-20 Jason Rumney <jasonr@gnu.org> * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file diff --git a/nt/configure.bat b/nt/configure.bat index 6b5441c1d67..725cd09e8d8 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -120,11 +120,11 @@ 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 jpeg-6b even if it is installed
-echo. --without-gif do not use libungif even if it is installed
-echo. --without-tiff do not use libtiff even if it is installed
-echo. --without-xpm do not use libXpm even if it is installed
+echo. --without-png do not use PNG library even if it is installed
+echo. --without-jpeg do not use JPEG library even if it is installed
+echo. --without-gif do not use GIF library even if it is installed
+echo. --without-tiff do not use TIFF library even if it is installed
+echo. --without-xpm do not use XPM library even if it is installed
goto end
rem ----------------------------------------------------------------------
:setprefix
|