Let travis do autoreconf

This commit is contained in:
Willem Toorop 2015-07-19 17:22:24 +02:00
parent d52b10e703
commit 488820286e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ before_script:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev - sudo apt-get install libunbound-dev libldns-dev libidn11-dev check libevent-dev
script: script:
- autoreconf -fi
- ./configure --with-libevent - ./configure --with-libevent
- make - make
- sudo PATH=$PATH make install - sudo PATH=$PATH make install