unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Patch for `configure.in'
@ 2004-10-09 21:22 Paul Pogonyshev
  0 siblings, 0 replies; only message in thread
From: Paul Pogonyshev @ 2004-10-09 21:22 UTC (permalink / raw)


I think this is logical, isn't it?


2004-10-09  Paul Pogonyshev  <pogonyshev@gmx.net>

	* 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-09 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-09 21:22 Patch for `configure.in' Paul Pogonyshev

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).