fix the description of --with-newstyle

This commit is contained in:
Bill Currie 2001-01-19 06:09:01 +00:00
parent 248f210099
commit 9a9e827d6d
1 changed files with 4 additions and 2 deletions

View File

@ -928,8 +928,10 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
AC_ARG_WITH(newstyle, AC_ARG_WITH(newstyle,
[ --with-newstyle compile with defaults a bit different than those [ --with-newstyle compile with default search directories changed
used by Id Software (does not affect gameplay)], id1 and qw become base and rather than looking in
. QaukeForge will look in ~/.quakeforge and
\$datadir/games/quakeforge],
newstyle=$withval, newstyle=auto newstyle=$withval, newstyle=auto
) )
AC_MSG_CHECKING([configuration style]) AC_MSG_CHECKING([configuration style])