]> git.saurik.com Git - bison.git/commitdiff
* bootstrap: Change translation URL.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:36:41 +0000 (22:36 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2005 22:36:41 +0000 (22:36 +0000)
ChangeLog
bootstrap

index 3a510133793eadfda9c5078711a3551fac239f74..5ec95c7ba2109a750eb340b42ee3b5a19318c1cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
index 59766a5561864727f849da86f38b39074632fdff..ac187f6cde6bc0b8713e3d99c7ea76132dc6cab0 100755 (executable)
--- 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