# HG changeset patch # User Mikael Berthe # Date 1207935307 -7200 # Node ID 5e99e802656c2f3697cf53fe106cc7996bbfb671 # Parent bec235cd28a8c1806587e6be594f8871a770ac2e Fix case in configure help message diff -r bec235cd28a8 -r 5e99e802656c mcabber/configure.ac --- 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 diff -r bec235cd28a8 -r 5e99e802656c mcabber/macros/missing/libotr.m4 --- 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