summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Neumann <sven@gimp.org>2002-02-28 10:05:33 +0000
committerSven Neumann <neo@src.gnome.org>2002-02-28 10:05:33 +0000
commitdf30e560061c873fb8c9266d4368716d9746c25a (patch)
treefcda56d1031f06ed5ab81882eb50b6e62f81f1c8
parent914049e58cfb3d4b3a6cf696e3a8e8056433d128 (diff)
downloadpango-df30e560061c873fb8c9266d4368716d9746c25a.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--ChangeLog.pre-1-04
-rw-r--r--ChangeLog.pre-1-104
-rw-r--r--ChangeLog.pre-1-24
-rw-r--r--ChangeLog.pre-1-44
-rw-r--r--ChangeLog.pre-1-64
-rw-r--r--ChangeLog.pre-1-84
-rw-r--r--configure.in8
8 files changed, 32 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d2360f4b..0fc9defd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-2
+++ b/ChangeLog.pre-1-2
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index d2360f4b..0fc9defd 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,7 @@
+2002-02-28 Sven Neumann <sven@gimp.org>
+
+ * configure.in: align --help output.
+
Wed Feb 27 11:10:07 2002 Owen Taylor <otaylor@redhat.com>
* pango/Makefile.am (libpangoft2_la_LIBADD): Move .la
diff --git a/configure.in b/configure.in
index 4b0e94b7..9f153fb7 100644
--- a/configure.in
+++ b/configure.in
@@ -268,7 +268,7 @@ AM_CONDITIONAL(BUILD_OT_TESTS, test $have_varargs = yes)
#
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, 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