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

Fixed build in RH9-based chrooted environment

This commit is contained in:
alexpeshkoff 2009-04-22 16:35:38 +00:00
parent bae2a5d6a1
commit 931645715b

View File

@ -18,6 +18,10 @@ echo "AUTORECONF="$AUTORECONF
AUTOMAKE=true
export AUTOMAKE
# This helps some old aclocal versions find binreloc.m4 in current directory
ACLOCAL='aclocal -I .'
export ACLOCAL
VER=`$AUTORECONF --version|grep '^[Aa]utoreconf'|sed 's/^[^0-9]*//'`
case "$VER" in
0* | 1\.* | 2\.[0-9] | 2\.[0-9][a-z]* | \