summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2007-08-08 22:31:55 +0000
committerRich Megginson <rmeggins@redhat.com>2007-08-08 22:31:55 +0000
commitbe6b793f6309a7a168ab70bbe1dc886728584bb0 (patch)
treee9bfd815e5c5900b9c7a42c838abe03eea07f2d1 /autogen.sh
parent1db2ff6952cb9152ed88c2641b705c8bd3f508ec (diff)
downloadds-be6b793f6309a7a168ab70bbe1dc886728584bb0.tar.gz
ds-be6b793f6309a7a168ab70bbe1dc886728584bb0.tar.xz
ds-be6b793f6309a7a168ab70bbe1dc886728584bb0.zip
forgot to commit the autotool generated files
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 07c4af45..7209d5b1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,6 +15,9 @@ esac
# Check automake version
AM_VERSION=`automake --version | grep '^automake' | sed 's/.*) *//'`
case $AM_VERSION in
+1.1[0-9]* )
+ echo "Found automake version $AM_VERSION"
+ ;;
'' | 0.* | 1.[0-8]* | 1.9.[0-5]* )
echo "You must have automake version 1.9.6 or later installed (found version $AM_VERSION)."
exit 1