Try to make travis work...

This commit is contained in:
Willem Toorop 2015-07-19 17:35:27 +02:00
parent 75352891e7
commit f302102301
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -30,6 +30,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
AC_PREREQ([2.56])
AC_CONFIG_MACRO_DIRS([m4])
AC_INIT([getdns], [0.3.1], [stub-resolver@verisignlabs.com], [], [http://getdnsapi.net])
AC_SUBST(RELEASE_CANDIDATE, [])