changeset 1456:5e99e802656c

Fix case in configure help message
author Mikael Berthe <mikael@lilotux.net>
date Fri, 11 Apr 2008 19:35:07 +0200
parents bec235cd28a8
children 3a537b4d7f8d
files mcabber/configure.ac mcabber/macros/missing/libotr.m4
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Fri Apr 11 19:29:46 2008 +0200
+++ b/mcabber/configure.ac	Fri Apr 11 19:35:07 2008 +0200
@@ -132,7 +132,7 @@
 AM_PATH_GLIB_2_0(2.0.0, , AC_MSG_ERROR([glib is required]),[g_list_append])
 
 # Check for gpgme
-AC_ARG_ENABLE(gpgme, AC_HELP_STRING([--disable-gpgme], [Disable GPGME support]),
+AC_ARG_ENABLE(gpgme, AC_HELP_STRING([--disable-gpgme], [disable GPGME support]),
     [ if test x"$enableval" = x"no"; then
         enable_gpgme=no
       fi
@@ -144,7 +144,7 @@
 fi
 
 # Check for otr
-AC_ARG_ENABLE(otr, [  --enable-otr            Enable OTR (Off-the-Record) messaging support],
+AC_ARG_ENABLE(otr, [  --enable-otr            enable OTR (Off-the-Record) messaging support],
               enable_otr=$enableval, otr="")
 if test "x$enable_otr" = "xyes"; then
   # Look for libgcrypt and libotr
@@ -195,7 +195,7 @@
 fi
 
 # Check for Aspell stuff
-AC_ARG_ENABLE(aspell, [  --enable-aspell         Enable aspell support],
+AC_ARG_ENABLE(aspell, [  --enable-aspell         enable aspell support],
               enable_aspell=$enableval, aspell="")
 if test "x$enable_aspell" = "xyes"; then
     AC_CHECK_HEADERS(aspell.h, [ have_aspell_includes=yes ])
@@ -220,7 +220,7 @@
 fi
 
 AC_ARG_ENABLE(debug,
-    [AC_HELP_STRING(--enable-debug, Add development compilation options)],
+    [AC_HELP_STRING(--enable-debug, add development compilation options)],
     debug=$enableval, debug="")
 if test x"${debug}" = x"yes"; then
     AC_DEFINE_UNQUOTED([ENABLE_DEBUG],[1],[Devel compilation options])
@@ -238,7 +238,7 @@
 fi
 
 AC_ARG_ENABLE(hgcset,
-    [AC_HELP_STRING(--disable-hgcset, Do not use Mercurial changeset value)],
+    [AC_HELP_STRING(--disable-hgcset, do not use Mercurial changeset value)],
     hgcset=$enableval, hgcset="yes")
 AM_CONDITIONAL(HGCSET, [test x$hgcset = xyes])
 if test "${hgcset}" = "yes"; then
--- a/mcabber/macros/missing/libotr.m4	Fri Apr 11 19:29:46 2008 +0200
+++ b/mcabber/macros/missing/libotr.m4	Fri Apr 11 19:35:07 2008 +0200
@@ -40,11 +40,11 @@
 dnl Get the cflags and libraries for libotr
 dnl
 AC_ARG_WITH(libotr-prefix,
-[  --with-libotr-prefix=PFX  Prefix where libotr is installed(optional)],
+[  --with-libotr-prefix=PFX  prefix where libotr is installed (optional)],
 [libotr_prefix="$withval"], [libotr_prefix=""])
 
 AC_ARG_WITH(libotr-inc-prefix,
-[  --with-libotr-inc-prefix=PFX  Prefix where libotr includes are (optional)],
+[  --with-libotr-inc-prefix=PFX  prefix where libotr includes are (optional)],
 [libotr_inc_prefix="$withval"], [libotr_inc_prefix=""])
 
 dnl Add any special include directories