Format the --enable-suffix help correctly.

This commit is contained in:
Cary R 2009-10-06 11:19:32 -07:00 committed by Stephen Williams
parent abc4eb9d52
commit 537ba93fe4
1 changed files with 3 additions and 1 deletions

4
aclocal.m4 vendored
View File

@ -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