mirror of https://github.com/getdnsapi/getdns.git
Let travis do autoreconf
This commit is contained in:
parent
d52b10e703
commit
488820286e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue