aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/patch-autogen.sh
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
committerAde Lovett <ade@FreeBSD.org>2004-07-01 17:06:41 +0000
commit328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch)
tree9a761809da3b45684b09bc2f0d6091132e77c78a /databases/firebird-devel/files/patch-autogen.sh
parentab98d6018836ec7c6f81c02805fae5314c044f04 (diff)
downloadports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.tar.gz
ports-328b757bf2b6c173ce65d3872ea462f25a5d5f9b.zip
Notes
Diffstat (limited to 'databases/firebird-devel/files/patch-autogen.sh')
-rw-r--r--databases/firebird-devel/files/patch-autogen.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/firebird-devel/files/patch-autogen.sh b/databases/firebird-devel/files/patch-autogen.sh
index 509fba8c7bae..4fc68f20e112 100644
--- a/databases/firebird-devel/files/patch-autogen.sh
+++ b/databases/firebird-devel/files/patch-autogen.sh
@@ -5,7 +5,7 @@
DIE=0
-VER=`autoconf --version|grep '^[Aa]utoconf'|sed 's/^[^0-9]*//'`
-+VER=`autoconf257 --version|grep '^[Aa]utoconf'|sed 's/^[^0-9]*//'`
++VER=`autoconf259 --version|grep '^[Aa]utoconf'|sed 's/^[^0-9]*//'`
case "$VER" in
0* | 1\.* | 2\.[0-9] | 2\.[0-9][a-z]* | \
2\.[1-4][0-9] | 2\.5[0-6][a-z]* )
@@ -33,11 +33,11 @@
echo "Running autoheader ..."
-autoheader || exit 1
-+autoheader257 || exit 1
++autoheader259 || exit 1
echo "Running autoconf ..."
-autoconf || exit 1
-+autoconf257 || exit 1
++autoconf259 || exit 1
# If NOCONFIGURE is set, skip the call to configure
if test "x$NOCONFIGURE" = "x"; then