mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
make it compatible with wider range of shells
This commit is contained in:
parent
14a7939f08
commit
bf1b0ae36e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user