From 12e560291d1d1acb3ac753dedfe93b3c5a7a1f67 Mon Sep 17 00:00:00 2001 From: bellardo Date: Thu, 17 Apr 2003 18:41:28 +0000 Subject: [PATCH] Fix the permissions on the configure script, just in case it is needed (like on Darwin) --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index cfc4136ec6..85067de52e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,7 +2,7 @@ # # Run this to generate all the initial makefiles, etc. # -# $Id: autogen.sh,v 1.7 2003-03-13 06:50:04 eku Exp $ +# $Id: autogen.sh,v 1.8 2003-04-17 18:41:28 bellardo Exp $ PKG_NAME=Firebird2 SRCDIR=`dirname $0` @@ -64,6 +64,7 @@ autoconf || exit 1 if test "x$NOCONFIGURE" = "x"; then echo Running $SRCDIR/configure $conf_flags "$@" ... rm -f config.cache config.log + chmod a+x $SRCDIR/configure $SRCDIR/configure $conf_flags "$@" \ && echo Now type \`make\' to compile $PKG_NAME else