diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-12 02:23:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-12 02:23:29 +0000 |
commit | 7f472f5e65bbc47d69b83c31666b0afa19f73346 (patch) | |
tree | d67a9c3cfa71f0caa2ee841c264b3134700b1a37 /autogen.sh | |
parent | 8f8094f4fdbfe5eae7f3c8766dd635c4d81dfa11 (diff) |
autoconf for freebsd
Original commit message from CVS:
autoconf for freebsd
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index dca368eb4..923d2b02c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 |