summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-02-28 10:50:36 +0000
committerSven Neumann <neo@src.gnome.org>2002-02-28 10:50:36 +0000
commitc9f3462c7f28e7ce387f82c7d3694149f768f2bb (patch)
treee94c9c663c7b6b43295e8643c3075a4357cfe195
parent117adaa701915145de11f5f8283dbf67626af3d6 (diff)
downloadatk-c9f3462c7f28e7ce387f82c7d3694149f768f2bb.tar.gz
beautified configure --help output.
2002-02-28 Sven Neumann <sven@gimp.org> * configure.in: beautified configure --help output.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6935bd3..74ad1b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: beautified configure --help output.
+
2002-02-27 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkhypertext.h atk/atkhyperlink.h:
diff --git a/configure.in b/configure.in
index 186ee21..f18fa89 100644
--- a/configure.in
+++ b/configure.in
@@ -128,7 +128,7 @@ EOF
fi
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