bootstrap: relieve developpers from Gettext version mismatch issues

* .travis.yml (compile): Move the workaround from here...
* bootstrap.conf (bootstrap_epilogue): to there.
This commit is contained in:
Akim Demaille
2019-10-21 08:38:03 +02:00
parent 41b1f828ae
commit 8b87da8d12
2 changed files with 7 additions and 3 deletions

View File

@@ -90,6 +90,13 @@ bootstrap_epilogue()
touch src/parse-gram.[ch]
perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
# Bison currently uses Gettext 0.19, but the gnulib-po module
# imports files from more recent versions of Gettext that are not
# yet available widely enough (e.g., not in bionic, used by the CI).
# Work around this. Don't use autopoint, which sends some other
# files in the past.
cp po/Makefile.in.in gnulib-po
}
# Keep our bootstrap script in sync with gnulib's. If we ever need to