From a136bbdad96fa8a2aaba49a8800ed1c32a3dee0c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 10 Oct 2017 15:08:25 +0800 Subject: [PATCH] travis: run autoreconf with --no-recursive --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c90d4122e..2b2cc5e30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ matrix: fast_finish: true script: - - autoreconf + - autoreconf --no-recursive - ./configure --prefix=$HOME/prefix || cat config.log - make -j2 && make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&