[Commit] nickle autogen.sh,1.1,1.2

Bart Massey commit at keithp.com
Fri Jun 27 02:18:32 PDT 2003


Committed by: bart

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

Modified Files:
	autogen.sh 
Log Message:
The claim that libtool 1.5 is necessary appears bogus for Nickle,
and libtool 1.5 is not in Debian yet.



Index: autogen.sh
===================================================================
RCS file: /local/src/CVS/nickle/autogen.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- autogen.sh	25 Jun 2003 19:52:50 -0000	1.1
+++ autogen.sh	27 Jun 2003 08:18:29 -0000	1.2
@@ -26,14 +26,14 @@
 $automake --version </dev/null >/dev/null 2>&1 || automake=automake
 
 # require libtool >= 1.5
-libtool_version=`libtool --version | head -1 | awk '{print $4}'`
-libtool_major=`echo $libtool_version | awk -F . '{print $1}'`
-libtool_minor=`echo $libtool_version | awk -F . '{print $2}'`
-if [ $libtool_major -lt 1 ] || [ $libtool_major -eq 1 -a $libtool_minor -lt 5 ]
-then
-    echo "libtool 1.5 or later is required. You have $libtool_version."
-    exit 1
-fi
+#libtool_version=`libtool --version | head -1 | awk '{print $4}'`
+#libtool_major=`echo $libtool_version | awk -F . '{print $1}'`
+#libtool_minor=`echo $libtool_version | awk -F . '{print $2}'`
+#if [ $libtool_major -lt 1 ] || [ $libtool_major -eq 1 -a $libtool_minor -lt 5 ]
+#then
+#    echo "libtool 1.5 or later is required. You have $libtool_version."
+#    exit 1
+#fi
 
 rm -f config.guess config.sub depcomp install-sh missing mkinstalldirs
 rm -f config.cache acconfig.h




More information about the Commit mailing list