From 931645715b4bf115f3f9bb2263991af09f0d50fb Mon Sep 17 00:00:00 2001 From: alexpeshkoff Date: Wed, 22 Apr 2009 16:35:38 +0000 Subject: [PATCH] Fixed build in RH9-based chrooted environment --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autogen.sh b/autogen.sh index 3fb2ae9f8d..f9032095f9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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]* | \