aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 66b1d7c..de6cc90 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -46,7 +46,7 @@ source";\
fi
echo "*** Recreating the Makefile.in files"
AUTOMAKE="$AUTODIR""automake"
-if $AUTOMAKE --version | egrep "1\.6$" >/dev/null 2>&1; then \
+if $AUTOMAKE --version | egrep "1\.6" >/dev/null 2>&1; then \
echo "automake 1.6" ;
$AUTOMAKE;\
elif $AUTOMAKE --version | egrep "1\.5" >/dev/null 2>&1; then \