diff options
author | Ken Raeburn <raeburn@raeburn.org> | 2000-03-30 10:06:34 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@raeburn.org> | 2000-03-30 10:06:34 +0000 |
commit | 4d6e16b3c3cd7737f5dc372cf0f01deb5bfc4e9b (patch) | |
tree | 621470b02e8bb43759eae3af724026d3a9529706 /configure.in | |
parent | 8801a864d2f7d9b6a77dfffa606f27f338127582 (diff) | |
download | emacs-4d6e16b3c3cd7737f5dc372cf0f01deb5bfc4e9b.tar.gz |
* configure.in: Line up "--help" output a little better.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 52ab1e570b0..12676dcbf84 100644 --- a/configure.in +++ b/configure.in @@ -47,7 +47,7 @@ AC_ARG_WITH(kerberos, [ --with-kerberos support Kerberos-authenticated POP], [AC_DEFINE(KERBEROS)]) AC_ARG_WITH(kerberos5, -[ --with-kerberos5 support Kerberos version 5 authenticated POP], +[ --with-kerberos5 support Kerberos version 5 authenticated POP], [if test "${with_kerberos5+set}" = set; then if test "${with_kerberos+set}" != set; then with_kerberos=yes @@ -93,7 +93,8 @@ AC_ARG_WITH(gif, AC_ARG_WITH(png, [ --with-png use -lpng for displaying PNG images]) AC_ARG_WITH(toolkit-scroll-bars, -[ --without-toolkit-scroll-bars don't use Motif or Xaw3d scroll bars]) +[ --without-toolkit-scroll-bars + don't use Motif or Xaw3d scroll bars]) #### Make srcdir absolute, if it isn't already. It's important to #### avoid running the path through pwd unnecessary, since pwd can |