Fix a typo in configure.ac.
'test' had been misspelled 'text', and the error had propagated to all seven games.
This commit is contained in:
parent
d3c281122c
commit
321e437f47
7 changed files with 7 additions and 7 deletions
|
|
@ -101,7 +101,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ AC_MSG_CHECKING([for save directory])
|
|||
if test "x$enable_savedir" = "xno" ; then
|
||||
SAVEDIR=
|
||||
elif test "x$enable_savedir" = "xyes" -o "x$enable_savedir" = "x"; then
|
||||
if text "x$GROUPOWNER" != "x"; then
|
||||
if test "x$GROUPOWNER" != "x"; then
|
||||
SAVEDIR="/var/local/games/roguelike/${progname}save/"
|
||||
else
|
||||
SAVEDIR="$progname/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue