From 537ba93fe4edf899532250e34c70386eef57449b Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 6 Oct 2009 11:19:32 -0700 Subject: [PATCH] Format the --enable-suffix help correctly. --- aclocal.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 index f7f8f36a8..c99651bd3 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -6,7 +6,9 @@ # different builds. Remember to change the default suffix string to some # value appropriate for the current version. AC_DEFUN([AX_ENABLE_SUFFIX], -[AC_ARG_ENABLE([suffix],[Set the installation command suffix],[true],[enable_suffix=no]) +[AC_ARG_ENABLE([suffix],[AC_HELP_STRING([--enable-suffix], + [Use/set the installation command suffix])], + [true],[enable_suffix=no]) if test X$enable_suffix = Xyes; then install_suffix='-0.10' elif test X$enable_suffix = Xno; then