[Commit] nickle autogen.sh,1.4,1.5

Erin Chapman commit at keithp.com
Mon Jul 7 10:12:51 PDT 2003


Committed by: me

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv14359

Modified Files:
	autogen.sh 
Log Message:
fixing an error in autogen.sh


Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/nickle/autogen.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- autogen.sh	7 Jul 2003 16:03:33 -0000	1.4
+++ autogen.sh	7 Jul 2003 16:12:48 -0000	1.5
@@ -44,7 +44,7 @@
 
 $set_option -x
 
-if autoconf --version | awk 'NR==1{if($NF <= 2.5) exit(1);}'
+if autoconf --version | awk 'NR==1{if($NF >= 2.5) exit(1);}'
 then
     echo "need autoconf version >= 2.5" >&2
     exit 1




More information about the Commit mailing list