summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 52e4cc6e8..5910c687e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,11 @@ compiler:
- gcc
script:
- - autoreconf -i -f
+ - aclocal --force -I auto-m4 -I gphoto-m4
+ - libtoolize --copy --force
+ - autoconf
+ - autoheader
+ - automake --add-missing --copy --force-missing
- ./configure && make && make test
notifications: