autoconf for freebsd
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Oct 2005 02:23:29 +0000 (02:23 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 12 Oct 2005 02:23:29 +0000 (02:23 +0000)
Original commit message from CVS:
autoconf for freebsd

autogen.sh

index dca368e..923d2b0 100755 (executable)
@@ -31,7 +31,7 @@ autogen_options $@
 
 echo -n "+ check for build tools"
 if test ! -z "$NOCHECK"; then echo ": skipped version checks"; else  echo; fi
-version_check "autoconf" "$AUTOCONF autoconf autoconf257 autoconf-2.54 autoconf-2.53 autoconf-2.52 autoconf252" \
+version_check "autoconf" "$AUTOCONF autoconf autoconf259 autoconf257 autoconf-2.54 autoconf-2.53 autoconf253 autoconf-2.52 autoconf252" \
               "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 52 || DIE=1
 version_check "automake" "$AUTOMAKE automake automake-1.7 automake17 automake-1.6" \
               "ftp://ftp.gnu.org/pub/gnu/automake/" 1 6 || DIE=1