From 8b9c82b5bf97a43a61ab4ea9b981f5c79c372a99 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Thu, 17 Oct 2002 12:12:35 +0000 Subject: removed checking for autoconf version --- autogen.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/autogen.sh b/autogen.sh index 59ce6f4..96974d6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,14 +1,4 @@ #!/bin/sh -required_version=52 -echo -n "Checking for autoconf version >= "${required_version}"......" -ac_version=`autoconf --version|head -n 1|cut -d . -f 2` -if [ ${ac_version} -lt ${required_version} ]; then - echo "No." - echo "You need to install autoconf version >= "${required_version} - exit 1 -fi -echo "Ok." - libtoolize --copy --force --automake || exit 1 rm -f config.cache aclocal -- cgit v0.11.2