From 12e5b75969ee18740601bf3b48dc347cf76f27d3 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 4 Nov 2022 18:57:40 +0100 Subject: [PATCH] autogen.sh: remove ineffective version check for autoconf --- autogen.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/autogen.sh b/autogen.sh index b6961f9c4..4e68f3cdc 100755 --- a/autogen.sh +++ b/autogen.sh @@ -49,17 +49,6 @@ if test "$DIE" -eq 1; then exit 1 fi -export WANT_AUTOCONF_2_5=1 -AUTOCONFVER=`autoconf --version | head -n 1 | sed 's;[^0-9\.];;g'` -case $AUTOCONFVER in - 2.1*) - echo autoconf 2.5 or later is required to build mkvtoolnix. - echo "Download the appropriate package for your distribution," - echo "or get the source tarball at ftp://ftp.gnu.org/pub/gnu/" - exit 1 - ;; -esac - echo "Generating configuration files for $package, please wait...." rm -f config.h config.h.in stamp-h1 &> /dev/null