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

@@ -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