Fix alignment of some --help messages.

Originally committed to SVN as r3371.
This commit is contained in:
Amar Takhar 2009-08-06 04:39:35 +00:00
parent 02581bf1f1
commit 2bd48754bd
1 changed files with 4 additions and 3 deletions

View File

@ -160,7 +160,8 @@ fi
AC_DEFINE_UNQUOTED([INSTALL_PREFIX], ["$prefix"], [Default install prefix, or --prefix.])
# Build credit
AC_ARG_WITH(build-credit, [ --with-build-credit=NAME Build credit shown in the program title.], [use_build_credit="yes"])
AC_ARG_WITH(build-credit, [ --with-build-credit=NAME
Build credit shown in the program title.], [use_build_credit="yes"])
AC_MSG_CHECKING([whether BUILD_CREDIT has been set])
if test "$use_build_credit" = "yes"; then
if test "$with_build_credit" = "yes" || test -z "$with_build_credit"; then