aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-24 13:23:23 +0000
committerPavel Janík2002-04-24 13:23:23 +0000
commit6ef02752037c59bb649fb8926f62400a86db66de (patch)
treede097b4adfea1f37ad165cc1a6f545e44f17d45f
parentae10d597315bc9a42ed533df5513193dfee677a9 (diff)
downloademacs-6ef02752037c59bb649fb8926f62400a86db66de.tar.gz
emacs-6ef02752037c59bb649fb8926f62400a86db66de.zip
Justify help texts.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 411e9c1eb26..ccf29034018 100755
--- a/configure
+++ b/configure
@@ -841,7 +841,7 @@ Optional Packages:
841 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 841 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
842 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 842 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
843 --with-game-dir use a shared game directory if possible 843 --with-game-dir use a shared game directory if possible
844 --with-game-user use specified user for game directory 844 --with-game-user use specified user for game directory
845 --without-gcc don't use GCC to compile Emacs if GCC is found 845 --without-gcc don't use GCC to compile Emacs if GCC is found
846 --without-pop don't support POP mail retrieval with movemail 846 --without-pop don't support POP mail retrieval with movemail
847 --with-kerberos support Kerberos-authenticated POP 847 --with-kerberos support Kerberos-authenticated POP
diff --git a/configure.in b/configure.in
index 9ceb2fc2919..ec584e95756 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ AC_ARG_WITH(game-dir,
55 55
56gameuser=games 56gameuser=games
57AC_ARG_WITH(game-user, 57AC_ARG_WITH(game-user,
58[ --with-game-user use specified user for game directory], 58[ --with-game-user use specified user for game directory],
59 [gameuser="$withval"]) 59 [gameuser="$withval"])
60 60
61AC_ARG_WITH(gcc, 61AC_ARG_WITH(gcc,