]> Pileus Git - ~andy/gtk/commitdiff
beautified configure --help output.
authorSven Neumann <sven@gimp.org>
Thu, 28 Feb 2002 10:15:55 +0000 (10:15 +0000)
committerSven Neumann <neo@src.gnome.org>
Thu, 28 Feb 2002 10:15:55 +0000 (10:15 +0000)
2002-02-28  Sven Neumann  <sven@gimp.org>

* configure.in: beautified configure --help output.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index 615ffef1bf6a19e094e368bd587352c354ad1bb4..7a6e6c246dc8dcb59fd8953ac06893fb5e6bd294 100644 (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
index f57852ad06ac01b9ee6599363e74da60a0ebf0bf..32727570d538f5f7cef4a40f2e919b003fddee00 100644 (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