patches to beautify configure --help output



Hi,

I guess you really have other things to care about, but if you 
don't mind, I'd like to apply these patches to glib, pango and
gtk+ to beautify their configure --help output. OK to commit ?


Salut, Sven

Index: m4macros/glib-2.0.m4
===================================================================
RCS file: /cvs/gnome/glib/m4macros/glib-2.0.m4,v
retrieving revision 1.8
diff -u -p -r1.8 glib-2.0.m4
--- m4macros/glib-2.0.m4	2001/10/29 16:48:40	1.8
+++ m4macros/glib-2.0.m4	2002/02/27 19:55:19
@@ -9,7 +9,7 @@ AC_DEFUN(AM_PATH_GLIB_2_0,
 [dnl 
 dnl Get the cflags and libraries from pkg-config
 dnl
-AC_ARG_ENABLE(glibtest, [  --disable-glibtest       Do not try to compile and run a test GLIB program],
+AC_ARG_ENABLE(glibtest, [  --disable-glibtest      do not try to compile and run a test GLIB program],
 		    , enable_glibtest=yes)
 
   pkg_config_args=glib-2.0
Index: configure.in
===================================================================
RCS file: /cvs/gnome/pango/configure.in,v
retrieving revision 1.96
diff -u -p -r1.96 configure.in
--- configure.in	2002/02/24 04:15:22	1.96
+++ configure.in	2002/02/27 19:56:13
@@ -268,7 +268,7 @@ AM_CONDITIONAL(BUILD_OT_TESTS, test $hav
 #
 AC_MSG_CHECKING(modules to link statically)
 
-AC_ARG_WITH(included_modules, [ --with-included-modules=MODULE1,MODULE2,...     Build the given modules into Pango])
+AC_ARG_WITH(included_modules, [ --with-included-modules=MODULE1,MODULE2,...   build the given modules into Pango])
 
 arabic_modules="arabic-ft2,arabic-x,arabic-xft"
 basic_modules="basic-ft2,basic-win32,basic-x,basic-xft"
@@ -362,7 +362,7 @@ AC_CHECK_FUNCS(flockfile)
 # present
 #
 
-AC_ARG_WITH(qt, [ --with-qt=DIR    Location where Qt is installed],,with_qt=yes)
+AC_ARG_WITH(qt, [ --with-qt=DIR            location where Qt is installed],,with_qt=yes)
 
 if test "$CXX" != "" ; then
   AC_MSG_CHECKING(For Qt location)
@@ -430,7 +430,7 @@ dnl **************************
 dnl *** Checks for gtk-doc ***
 dnl **************************
 
-AC_ARG_WITH(html-dir, [  --with-html-dir=PATH path to installed docs ])
+AC_ARG_WITH(html-dir, [  --with-html-dir=PATH    path to installed docs ])
 
 if test "x$with_html_dir" = "x" ; then
   HTML_DIR='${datadir}/gtk-doc/html'
@@ -465,7 +465,7 @@ AC_CHECK_PROG(DB2HTML, db2html, true, fa
 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
Index: configure.in
===================================================================
RCS file: /cvs/gnome/gtk+/configure.in,v
retrieving revision 1.253
diff -u -p -r1.253 configure.in
--- configure.in	2002/02/24 06:05:44	1.253
+++ configure.in	2002/02/27 20:03:18
@@ -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, $d
 #
 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, fa
 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


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