Author: ranger
Date: Wed Jul 19 04:14:12 2006
New Revision: 211
URL:
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=211&repname=user%3a+ranger>
Log:
allow autoconf 2.6
Modified:
kde-admindir/trunk/admin/cvs.sh
Modified: kde-admindir/trunk/admin/cvs.sh
URL:
<http://svn.finkproject.org/websvn/diff.php?path=/kde-admindir/trunk/admin/cvs.sh&rev=211&repname=user%3a+ranger>
==============================================================================
--- kde-admindir/trunk/admin/cvs.sh (original)
+++ kde-admindir/trunk/admin/cvs.sh Wed Jul 19 04:14:12 2006
@@ -33,6 +33,7 @@
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
Autoconf*2.5* | autoconf*2.5* ) : ;;
+ Autoconf*2.6* | autoconf*2.6* ) : ;;
"" )
echo "*** AUTOCONF NOT FOUND!."
echo "*** KDE requires autoconf $required_autoconf_version"
@@ -48,6 +49,7 @@
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
Autoconf*2.5* | autoheader*2.5* ) : ;;
+ Autoconf*2.6* | autoheader*2.6* ) : ;;
"" )
echo "*** AUTOHEADER NOT FOUND!."
echo "*** KDE requires autoheader $required_autoconf_version"
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits