We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 910c4c6 + 797bde1 commit bfd9d98Copy full SHA for bfd9d98
.travis.yml
@@ -35,6 +35,13 @@ before_install: |
35
brew link --force gettext
36
brew install intltool
37
brew upgrade python
38
+
39
+ # distuninstallcheck fails on macOS when automake 1.16 or 1.16.1 is used.
40
+ # http://gnu-automake.7480.n7.nabble.com/bug-31222-automake-1-16-1-am-pep3147-tweak-bug-td22937.html
41
+ # No upstream release yet, use upstream patch.
42
+ pushd /usr/local/Cellar/automake/*/share/automake-*
43
+ curl "https://git.savannah.gnu.org/cgit/automake.git/patch/?id=a348d830659fffd2cfc42994524783b07e69b4b5" | tail -n 14 | sudo patch -p2
44
+ popd
45
fi
46
47
install:
0 commit comments