Format the --enable-suffix help correctly.
(Cherry-picked from 537ba93fe4)
This commit is contained in:
parent
95a0face2b
commit
90d65ae48f
|
|
@ -31,7 +31,9 @@ AC_SUBST(ident_support)
|
|||
# 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=yes])
|
||||
[AC_ARG_ENABLE([suffix],[AC_HELP_STRING([--enable-suffix],
|
||||
[Use/set the installation command suffix])],
|
||||
[true],[enable_suffix=yes])
|
||||
if test X$enable_suffix = Xyes; then
|
||||
install_suffix='-0.8'
|
||||
elif test X$enable_suffix = Xno; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue