mirror of https://github.com/getdnsapi/getdns.git
Let travis make libtool too
This commit is contained in:
parent
d8d57ab9ad
commit
cbc8b1e303
|
@ -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:
|
||||||
|
- libtoolize -fic
|
||||||
- autoreconf -fi
|
- autoreconf -fi
|
||||||
- ./configure --with-libevent
|
- ./configure --with-libevent
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in New Issue