pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus autogen.sh,1.8,1.9


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus autogen.sh,1.8,1.9
Date: 18 Feb 2003 17:35:27 -0000

Update of /usr/local/cvsroot/Games/Pingus
In directory dark:/tmp/cvs-serv6473

Modified Files:
        autogen.sh 
Log Message:
my bash skills seriously suck...


Index: autogen.sh
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/autogen.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- autogen.sh  18 Feb 2003 01:28:37 -0000      1.8
+++ autogen.sh  18 Feb 2003 17:35:25 -0000      1.9
@@ -5,10 +5,10 @@
 AUTOMAKE=""
 ACLOCAL=""
 
-if `which automake-1.7`; then
+if [ `which automake-1.7` ]; then
     AUTOMAKE="automake-1.7"
     ACLOCAL="aclocal-1.7"
-elif `which automake-1.6`; then
+elif [ `which automake-1.6` ]; then
     AUTOMAKE="automake-1.6"
     ACLOCAL="aclocal-1.6"
 else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]