mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Clean remainings of libtool
This commit is contained in:
parent
934ceecc92
commit
6e71620778
@ -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]*//'`
|
||||
|
Loading…
Reference in New Issue
Block a user