From 9c9e97bd80417c425ab62bc14e63a5b4fc9ad744 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 18 May 2016 14:22:20 +0100 Subject: [PATCH] try to fix travis --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8b3d3a3f..293e446c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -56,7 +56,7 @@ test -r aclocal.m4 || touch aclocal.m4 # it ... hopefully any errors will go to stderr and not be hidden glib-gettextize --force --copy > /dev/null test -r aclocal.m4 && chmod u+w aclocal.m4 -intltoolize --copy --force --automake +#intltoolize --copy --force --automake autoconf autoheader $LIBTOOLIZE --copy --force --automake