tEverything should now work with autoconf-2.53. - vaccinewars - be a doctor and try to vaccinate the world | |
git clone git://src.adamsgaard.dk/vaccinewars | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit fa48a05391aa49c10c249b25af1e1bed2f900007 | |
parent 6081a8cf04b321bdd525879778926cc75eb96a31 | |
Author: Ben Webb | |
Date: Sat, 20 Apr 2002 17:51:39 +0000 Everything should now work with autoconf-2.53. Diffstat: M autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/autogen.sh b/autogen.sh | |
t@@ -100,7 +100,7 @@ version_check () fi } -version_check 1 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 13 || DIE=1 +version_check 0 "autoconf" "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 13 || DIE=1 version_check 0 "automake" "ftp://ftp.gnu.org/pub/gnu/automake/" 1 4 || DIE=1 #version_check 0 "xgettext" "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 10 38 || DIE=1 #version_check 0 "msgfmt" "ftp://ftp.gnu.org/pub/gnu/gettext/" 0 10 38 || DIE=1 |