8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Clean remainings of libtool

This commit is contained in:
asfernandes 2009-02-21 22:06:37 +00:00
parent 934ceecc92
commit 6e71620778

View File

@ -11,13 +11,8 @@ if [ -z "$AUTOCONF" ]
then
AUTOCONF=autoconf
fi
if [ -z "$LIBTOOL" ]
then
LIBTOOL=libtool
fi
echo "AUTOCONF="$AUTOCONF
echo "LIBTOOL="$LIBTOOL
AUTOHEADER=`echo $AUTOCONF |sed 's/conf/header/'`
VER=`$AUTOCONF --version|grep '^[Aa]utoconf'|sed 's/^[^0-9]*//'`