mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* bootstrap: Change translation URL.
This commit is contained in:
@@ -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>
|
2005-03-20 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
|
* tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ case $SKIP_PO in
|
|||||||
(cd po &&
|
(cd po &&
|
||||||
rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
|
rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
|
||||||
wget -nv -nd -r -l 1 -A .po -C off \
|
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
|
ls *.po | sed 's/\.po$//' >LINGUAS
|
||||||
) || exit;;
|
) || exit;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user