From: Jonathan McDowell Date: Thu, 9 Jun 2016 14:23:33 +0000 (+0100) Subject: Run autoreconf -i to produce configure script for Travis CI builds X-Git-Tag: onak-0.5.0~14 X-Git-Url: http://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=d2f1c427f8860f48db9a74af46f5909edc4fceb7 Run autoreconf -i to produce configure script for Travis CI builds --- diff --git a/.travis.yml b/.travis.yml index b7dbe2f..064fb4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ addons: - libcurl4-gnutls-dev - libsystemd-dev - nettle-dev +before_script: autoreconf -i