beautified configure --help output.

2002-02-28  Sven Neumann  <sven@gimp.org>

	* configure.in: beautified configure --help output.
This commit is contained in:
Sven Neumann 2002-02-28 10:15:55 +00:00 committed by Sven Neumann
parent aca4ba18b6
commit 54dbcdabfc
8 changed files with 34 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -1,3 +1,7 @@
2002-02-28 Sven Neumann <sven@gimp.org>
* configure.in: beautified configure --help output.
2002-02-28 Tor Lillqvist <tml@iki.fi>
* gdk/win32/Makefile.am: Move bdfcursor.c from

View File

@ -548,7 +548,7 @@ AC_SUBST(GDK_WLIBS)
AC_MSG_CHECKING(whether to build gmodulized gdk-pixbuf)
AC_ARG_ENABLE(modules, [ --disable-modules Disables dynamic module loading],[
AC_ARG_ENABLE(modules, [ --disable-modules disable dynamic module loading],[
if test x$withval = xyes; then
with_modules=yes
else
@ -594,9 +594,9 @@ fi
dnl We allow people to disable image loaders explicitely, but if they don't we error
dnl out so that people don't accidentally build without them.
AC_ARG_WITH(libpng, [ --without-libpng Disable PNG loader for gdk-pixbuf])
AC_ARG_WITH(libjpeg, [ --without-libjpeg Disable JPEG loader for gdk-pixbuf])
AC_ARG_WITH(libtiff, [ --without-libtiff Disable TIFF loader for gdk-pixbuf])
AC_ARG_WITH(libpng, [ --without-libpng disable PNG loader for gdk-pixbuf])
AC_ARG_WITH(libjpeg, [ --without-libjpeg disable JPEG loader for gdk-pixbuf])
AC_ARG_WITH(libtiff, [ --without-libtiff disable TIFF loader for gdk-pixbuf])
dnl Test for libtiff
if test x$with_libtiff != xno && test -z "$LIBTIFF"; then
@ -700,7 +700,7 @@ AM_CONDITIONAL(BUILD_DYNAMIC_MODULES, $dynworks)
#
AC_MSG_CHECKING(pixbuf loaders to build)
AC_ARG_WITH(included_loaders, [ --with-included-loaders=LOADER1,LOADER2,... Build the specified loaders into gdk-pixbuf (only used if module loading disabled)])
AC_ARG_WITH(included_loaders, [ --with-included-loaders=LOADER1,LOADER2,... build the specified loaders into gdk-pixbuf (only used if module loading disabled)])
if $dynworks; then
:
@ -1190,7 +1190,7 @@ AC_CHECK_PROG(DB2HTML, db2html, true, false)
AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML)
dnl Let people disable the gtk-doc stuff.
AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc Use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto)
AC_ARG_ENABLE(gtk-doc, [ --enable-gtk-doc use gtk-doc to build documentation [default=auto]], enable_gtk_doc="$enableval", enable_gtk_doc=auto)
if test x$enable_gtk_doc = xauto ; then
if test x$GTKDOC = xtrue ; then