diff options
| author | Pavel Janík | 2002-04-24 13:23:23 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-24 13:23:23 +0000 |
| commit | 6ef02752037c59bb649fb8926f62400a86db66de (patch) | |
| tree | de097b4adfea1f37ad165cc1a6f545e44f17d45f | |
| parent | ae10d597315bc9a42ed533df5513193dfee677a9 (diff) | |
| download | emacs-6ef02752037c59bb649fb8926f62400a86db66de.tar.gz emacs-6ef02752037c59bb649fb8926f62400a86db66de.zip | |
Justify help texts.
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 56 | gameuser=games | 56 | gameuser=games |
| 57 | AC_ARG_WITH(game-user, | 57 | AC_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 | ||
| 61 | AC_ARG_WITH(gcc, | 61 | AC_ARG_WITH(gcc, |