mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-23 00:10:50 +00:00
fix the description of --with-newstyle
This commit is contained in:
parent
248f210099
commit
9a9e827d6d
1 changed files with 4 additions and 2 deletions
|
@ -928,8 +928,10 @@ test "x$prefix" = xNONE && prefix=$ac_default_prefix
|
|||
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
|
||||
|
||||
AC_ARG_WITH(newstyle,
|
||||
[ --with-newstyle compile with defaults a bit different than those
|
||||
used by Id Software (does not affect gameplay)],
|
||||
[ --with-newstyle compile with default search directories changed
|
||||
id1 and qw become base and rather than looking in
|
||||
. QaukeForge will look in ~/.quakeforge and
|
||||
\$datadir/games/quakeforge],
|
||||
newstyle=$withval, newstyle=auto
|
||||
)
|
||||
AC_MSG_CHECKING([configuration style])
|
||||
|
|
Loading…
Reference in a new issue