mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
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:
@@ -50,9 +50,6 @@ jobs:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- ./bootstrap
|
||||
# gnulib-po/Makefile.in.in is about Gettext 0.20, which is not available in bionic. So it will break here. Override it. Don't use autopoint, which sends some other files in the past.
|
||||
- cp po/Makefile.in.in gnulib-po
|
||||
|
||||
- ./configure --enable-gcc-warnings || { cat config.log && false; }
|
||||
- make -j2
|
||||
- make -j2 dist
|
||||
|
||||
Reference in New Issue
Block a user