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

make it compatible with wider range of shells

This commit is contained in:
alexpeshkoff 2007-03-30 15:15:09 +00:00
parent 14a7939f08
commit bf1b0ae36e

View File

@ -2,21 +2,21 @@
#
# Run this to generate all the initial makefiles, etc.
#
# $Id: autogen.sh,v 1.12 2005-05-27 22:14:40 asfernandes Exp $
# $Id: autogen.sh,v 1.13 2007-03-30 15:15:09 alexpeshkoff Exp $
PKG_NAME=Firebird2
SRCDIR=`dirname $0`
DIE=0
if [ -z $AUTOCONF ]
if [ -z "$AUTOCONF" ]
then
AUTOCONF=autoconf
fi
if [ -z $LIBTOOL ]
if [ -z "$LIBTOOL" ]
then
LIBTOOL=libtool
fi
if [ -z $LIBTOOLIZE ]
if [ -z "$LIBTOOLIZE" ]
then
LIBTOOLIZE=libtoolize
fi