[Commit] nickle autogen.sh,1.2,1.3

Bart Massey commit at keithp.com
Sun Jul 6 20:36:27 PDT 2003


Committed by: bart

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

Modified Files:
	autogen.sh 
Log Message:
Make sure that stale autoconf doesn't confuse folks



Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/nickle/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autogen.sh	27 Jun 2003 08:18:29 -0000	1.2
+++ autogen.sh	7 Jul 2003 02:36:24 -0000	1.3
@@ -44,6 +44,12 @@
 
 $set_option -x
 
+if autoconf --version | awk 'NR==1{if($NF >= 2.5) exit(1);}'
+then
+    echo "need autoconf version >= 2.5" >&2
+    exit 1
+fi
+
 $aclocal $ACLOCAL_FLAGS                  || exit 1
 libtoolize --force --copy                || exit 1
 autoheader                               || exit 1




More information about the Commit mailing list