case $SKIP_PO in
'')
- echo "$0: getting translations into po..."
+ echo "$0: getting translations into po (please ignore the robots.txt ERROR 404)..."
(cd po &&
rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
wget -nv -nd -r -l 1 -A .po -C off \
# remove this once the bug is fixed.
grep @top_builddir@ po/Makefile.in.in >/dev/null || {
echo "$0: prepending 'top_builddir=@top_builddir@' to po/Makefile.in.in ... "
- old_contents=$(cat po/Makefile.in.in) || exit
+ old_contents=`cat po/Makefile.in.in` || exit
cat >po/Makefile.in.in <<EOF
top_builddir=@top_builddir@
$old_contents
# if src/parse-gram.[ch] are out of date, rebuild them.
-parse_gram_y=$(find src/parse-gram.y \
+parse_gram_y=`find src/parse-gram.y \
'(' -newer src/parse-gram.c -o -newer src/parse-gram.h ')' \
- -print) || exit
+ -print` || exit
case $parse_gram_y in
?*)
echo "$0: warning: bootstrapping with old src/parse-gram.[ch] files."