line break in --with-purify help message cause configure --help output

to look ugly
This commit is contained in:
Andreas Gustafsson 2001-02-02 02:10:32 +00:00
parent ce8c568e0d
commit 547f79ea44
2 changed files with 232 additions and 234 deletions

461
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,7 @@ AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)dnl
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
AC_DIVERT_POP()dnl
AC_REVISION($Revision: 1.224 $)
AC_REVISION($Revision: 1.225 $)
AC_INIT(lib/dns/name.c)
AC_PREREQ(2.13)
@ -668,8 +668,7 @@ esac
#
AC_MSG_CHECKING(whether to use purify)
AC_ARG_WITH(purify,
[ --with-purify[=PATH] use Rational purify [default searches user's
path]],
[ --with-purify[=PATH] use Rational purify],
use_purify="$withval", use_purify="no")
case "$use_purify" in