changeset 157:5238b835d661

Fix a typo in configure.ac. 'test' had been misspelled 'text', and the error had propagated to all seven games.
author John "Elwin" Edwards
date Thu, 04 Jun 2015 14:48:25 -0400
parents 3e1146666ae5
children 2515e03b2f09
files arogue5/configure.ac arogue7/configure.ac rogue3/configure.ac rogue4/configure.ac rogue5/configure.ac srogue/configure.ac xrogue/configure.ac
diffstat 7 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/arogue5/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/arogue5/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -101,7 +101,7 @@
 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/"
--- a/arogue7/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/arogue7/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -97,7 +97,7 @@
 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/"
--- a/rogue3/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/rogue3/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -111,7 +111,7 @@
 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/"
--- a/rogue4/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/rogue4/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -131,7 +131,7 @@
 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/"
--- a/rogue5/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/rogue5/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -133,7 +133,7 @@
 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/"
--- a/srogue/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/srogue/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -99,7 +99,7 @@
 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/"
--- a/xrogue/configure.ac	Thu Jun 04 10:41:39 2015 -0400
+++ b/xrogue/configure.ac	Thu Jun 04 14:48:25 2015 -0400
@@ -97,7 +97,7 @@
 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/"