We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa652b commit e104f55Copy full SHA for e104f55
.travis/install-gettext.sh
@@ -16,7 +16,8 @@ printf '%s *gettext-0.19.8.1.tar.lz\n' \
16
tar xf gettext-0.19.8.1.tar.lz
17
cd gettext-0.19.8.1
18
# Don't flood Travis CI build log with dependency packages unless error occurs.
19
-./configure --quiet --prefix="$HOME" ||
+# libacl is not used in this Travis build system.
20
+./configure --quiet --prefix="$HOME" --disable-acl ||
21
{ s=$? && cat config.log && (exit $s); }
22
make -s V=0 >/dev/null 2>&1 || make -s V=1
23
make -s install >make_install.log 2>&1 ||
0 commit comments