[Commit] nickle autogen.sh,1.3,1.4

Erin Chapman commit at keithp.com
Mon Jul 7 10:03:35 PDT 2003


Committed by: me

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

Modified Files:
	autogen.sh 
Log Message:
In autogen.sh, bart's test for the version of autoconf had a >= instead of a <=, so I changed it.


Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/nickle/autogen.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- autogen.sh	7 Jul 2003 02:36:24 -0000	1.3
+++ autogen.sh	7 Jul 2003 16:03:33 -0000	1.4
@@ -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