emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for `configure.in'


From: Paul Pogonyshev
Subject: Patch for `configure.in'
Date: Sat, 9 Oct 2004 19:22:44 -0200
User-agent: KMail/1.4.3

I think this is logical, isn't it?


2004-10-09  Paul Pogonyshev  <address@hidden>

        * configure.in: Use `--without-*' instead of `--with-*' in help
        strings to make default setting for `xpm', `jpeg', `tiff', `gif'
        and `png' obvious.


--- configure.in        09 Oct 2004 01:31:39 -0200      1.374
+++ configure.in        09 Oct 2004 19:19:06 -0200      
@@ -100,15 +100,15 @@ Currently, `yes', `athena' and `lucid' a
          with_x_toolkit=$val
 ])
 AC_ARG_WITH(xpm,
-[  --with-xpm              use -lXpm for displaying XPM images])
+[  --without-xpm           don't use -lXpm for displaying XPM images])
 AC_ARG_WITH(jpeg,
-[  --with-jpeg             use -ljpeg for displaying JPEG images])
+[  --without-jpeg          don't use -ljpeg for displaying JPEG images])
 AC_ARG_WITH(tiff,
-[  --with-tiff             use -ltiff for displaying TIFF images])
+[  --without-tiff          don't use -ltiff for displaying TIFF images])
 AC_ARG_WITH(gif,
-[  --with-gif              use -lungif for displaying GIF images])
+[  --without-gif           don't use -lungif for displaying GIF images])
 AC_ARG_WITH(png,
-[  --with-png              use -lpng for displaying PNG images])
+[  --without-png           don't use -lpng for displaying PNG images])
 AC_ARG_WITH(gtk,
 [  --with-gtk              use GTK (same as --with-x-toolkit=gtk)])
 AC_ARG_WITH(pkg-config-prog,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]