aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-11-14 01:15:17 +0100
committerMax Kellermann <max@duempel.org>2009-11-14 01:15:26 +0100
commite5b119a3243bf688879d601bce431d24227679c9 (patch)
treec2cc4215d49ca401e8aabf9eef1f59f2f16a6897 /autogen.sh
parent719990b1c5db93ccdc21e5f91e98ed9e8540ade1 (diff)
autogen.sh: allow two minor digits in automake version
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 be192aa5..dfd33c0e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ srcdir="`dirname $0`"
test -z "$srcdir" && srcdir=.
cd "$srcdir"
DIE=
-AM_VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\).*/\1/"
+AM_VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9]\+\).*/\1/"
AC_VERSIONGREP="sed -e s/.*[^0-9\.]\([0-9]\.[0-9][0-9]\).*/\1/"
VERSIONMKINT="sed -e s/[^0-9]//"
if test -n "$AM_FORCE_VERSION"