Justify help texts.

This commit is contained in:
Pavel Janík 2002-04-24 13:23:23 +00:00
parent ae10d59731
commit 6ef0275203
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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

View file

@ -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,