From: Paul Eggert Date: Mon, 21 Mar 2005 22:36:41 +0000 (+0000) Subject: * bootstrap: Change translation URL. X-Git-Tag: BISON-2_1~164 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ff498c4aedd0b7c643a72405d09caf000b6c6fcd?hp=65211d70bc432eb6d374ee810a6ef047860ef878 * bootstrap: Change translation URL. --- diff --git a/ChangeLog b/ChangeLog index 3a510133..5ec95c7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-21 Paul Eggert + + * bootstrap: Change translation URL from + http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to + http://www.iro.umontreal.ca/translation/maint/bison/ to avoid + redirection glitches. Problem reported by twlevo@xs4all.nl. + 2005-03-20 Paul Eggert * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options diff --git a/bootstrap b/bootstrap index 59766a55..ac187f6c 100755 --- a/bootstrap +++ b/bootstrap @@ -165,7 +165,7 @@ case $SKIP_PO in (cd po && rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` && wget -nv -nd -r -l 1 -A .po -C off \ - http://www2.iro.umontreal.ca/~gnutra/po/maint/$package/ && + http://www.iro.umontreal.ca/translation/maint/$package/ && ls *.po | sed 's/\.po$//' >LINGUAS ) || exit;; esac