From 488820286e8a825da5ec73a895eef692eda5157c Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Sun, 19 Jul 2015 17:22:24 +0200 Subject: [PATCH] Let travis do autoreconf --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d1730d50..7c801dd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ before_script: - sudo apt-get update - sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev script: + - autoreconf -fi - ./configure --with-libevent - make - sudo PATH=$PATH make install