# HG changeset patch # User Pavel Jank # Date 1019654603 0 # Node ID a99665332964246f4e79c40328d23140eb1110fb # Parent e892c1b51d7da72f319a8290193695ef6668ff1f Justify help texts. diff -r e892c1b51d7d -r a99665332964 configure --- a/configure Wed Apr 24 13:18:27 2002 +0000 +++ b/configure Wed Apr 24 13:23:23 2002 +0000 @@ -841,7 +841,7 @@ --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 diff -r e892c1b51d7d -r a99665332964 configure.in --- a/configure.in Wed Apr 24 13:18:27 2002 +0000 +++ b/configure.in Wed Apr 24 13:23:23 2002 +0000 @@ -55,7 +55,7 @@ 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,