Justify help texts.
This commit is contained in:
parent
ae10d59731
commit
6ef0275203
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -841,7 +841,7 @@ Optional Packages:
|
|||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
--with-game-dir use a shared game directory if possible
|
||||
--with-game-user use specified user for game directory
|
||||
--with-game-user use specified user for game directory
|
||||
--without-gcc don't use GCC to compile Emacs if GCC is found
|
||||
--without-pop don't support POP mail retrieval with movemail
|
||||
--with-kerberos support Kerberos-authenticated POP
|
||||
|
|
|
@ -55,7 +55,7 @@ AC_ARG_WITH(game-dir,
|
|||
|
||||
gameuser=games
|
||||
AC_ARG_WITH(game-user,
|
||||
[ --with-game-user use specified user for game directory],
|
||||
[ --with-game-user use specified user for game directory],
|
||||
[gameuser="$withval"])
|
||||
|
||||
AC_ARG_WITH(gcc,
|
||||
|
|
Loading…
Add table
Reference in a new issue