From bf1b0ae36ee9912e39eb0450721a4092986d7f62 Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Fri, 30 Mar 2007 15:15:09 +0000 Subject: [PATCH] make it compatible with wider range of shells --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index 47a82e8eef..5b7e09bf60 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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