summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcus Meissner <meissner@suse.de>2015-08-21 13:38:09 +0200
committerMarcus Meissner <meissner@suse.de>2015-08-21 13:38:09 +0200
commitf3bde861a94d9b2daae6c844d060ca717de89506 (patch)
tree7a781f43a79e9ed0cbbd1c3292413e5ce25879e4 /.travis.yml
parent90296a87c34d57cac62090fc599ecbe8f892f77d (diff)
downloadlibgphoto2-f3bde861a94d9b2daae6c844d060ca717de89506.tar.gz
explicit all calls, as autopoint does not work
Diffstat (limited to '.travis.yml')
-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: