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

downgrade autoconf requirement to 2.56

This commit is contained in:
aafemt 2003-11-10 11:25:05 +00:00
parent cc7e8948b8
commit 32ac267cc6
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#
# Run this to generate all the initial makefiles, etc.
#
# $Id: autogen.sh,v 1.9 2003-10-30 07:26:27 eku Exp $
# $Id: autogen.sh,v 1.10 2003-11-10 11:25:05 aafemt Exp $
PKG_NAME=Firebird2
SRCDIR=`dirname $0`
@ -11,9 +11,9 @@ DIE=0
VER=`autoconf --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]* )
2\.[1-4][0-9] | 2\.5[0-5][a-z]* )
echo
echo "**Error**: You must have autoconf 2.57 or later installed."
echo "**Error**: You must have autoconf 2.56 or later installed."
echo "Download the appropriate package for your distribution/OS,"
echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/autoconf/"
DIE=1

View File

@ -1,8 +1,8 @@
dnl $Id: configure.in,v 1.180 2003-11-06 09:31:56 stryqx Exp $
dnl $Id: configure.in,v 1.181 2003-11-10 11:25:05 aafemt Exp $
dnl ############################# INITIALISATION ###############################
AC_PREREQ(2.57)
AC_PREREQ(2.56)
AC_INIT(src)
AC_CONFIG_AUX_DIR(builds/make.new/config)
AC_CACHE_VAL(ac_cv_prog_make_set, [AC_PROG_MAKE_SET])