summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-10-21 08:38:03 +0200
committerAkim Demaille <akim.demaille@gmail.com>2019-10-21 08:38:03 +0200
commit8b87da8d12a0f073d4b8667ae1562ec7a438ce35 (patch)
tree7fac77bf21db79597ad0e9079443bbb6cce5e5a0 /bootstrap.conf
parent41b1f828ae39518d75948035c99ba053bc402752 (diff)
downloadbison-8b87da8d12a0f073d4b8667ae1562ec7a438ce35.tar.gz
bootstrap: relieve developpers from Gettext version mismatch issues
* .travis.yml (compile): Move the workaround from here... * bootstrap.conf (bootstrap_epilogue): to there.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 22816271..ad8d12c8 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -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