From: Pieter Lexis Date: Thu, 22 Mar 2018 09:47:31 +0000 (+0100) Subject: Merge pull request #6069 from Habbie/no-more-bootstrap X-Git-Tag: dnsdist-1.3.0~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f929ea25c994c8dd1361c61371b32bb5bf1371;p=thirdparty%2Fpdns.git Merge pull request #6069 from Habbie/no-more-bootstrap [WIP] get rid of useless bootstrap scripts; related cleanups --- b9f929ea25c994c8dd1361c61371b32bb5bf1371 diff --cc build-scripts/travis.sh index f175a8c078,11225312f1..d515b1fadf --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@@ -367,10 -358,10 +367,10 @@@ install_dnsdist() } build_auth() { - run "./bootstrap" + run "autoreconf -vi" # Build without --enable-botan, no botan 2.x in Travis CI run "CFLAGS='-O1' CXXFLAGS='-O1' ./configure \ - --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc' \ + --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc lua2' \ --with-modules='' \ --with-sqlite3 \ --enable-libsodium \