From 9a9e827d6d6de0888c24f34d676a1d94064cd8cf Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 19 Jan 2001 06:09:01 +0000 Subject: [PATCH] fix the description of --with-newstyle --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 3948bf8..75809a4 100644 --- a/configure.in +++ b/configure.in @@ -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])