aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-10-17 12:12:35 (GMT)
committerfluxgen <fluxgen>2002-10-17 12:12:35 (GMT)
commit8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99 (patch)
tree6637172d4be3373f9d0f4ba28cc81670965c1b79 /autogen.sh
parentd0a478bbec30d0f40da18dcccea0f5920a3b8684 (diff)
downloadfluxbox-8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99.zip
fluxbox-8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99.tar.bz2
removed checking for autoconf version
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