aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 59ce6f4..96974d6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,14 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2required_version=52
3echo -n "Checking for autoconf version >= "${required_version}"......"
4ac_version=`autoconf --version|head -n 1|cut -d . -f 2`
5if [ ${ac_version} -lt ${required_version} ]; then
6 echo "No."
7 echo "You need to install autoconf version >= "${required_version}
8 exit 1
9fi
10echo "Ok."
11
12libtoolize --copy --force --automake || exit 1 2libtoolize --copy --force --automake || exit 1
13rm -f config.cache 3rm -f config.cache
14aclocal 4aclocal