From: Willem Toorop Date: Tue, 25 Oct 2016 14:15:15 +0000 (+0200) Subject: Mention submodule init in README.git X-Git-Tag: release-1.7.0-rc1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667ffa6aa8693bdb3eb6c12dac58320ff3ea3012;p=thirdparty%2Fldns.git Mention submodule init in README.git + don's ignore m4/ax_*.m4 files --- diff --git a/.gitignore b/.gitignore index 419f40fc..2a0569d0 100644 --- a/.gitignore +++ b/.gitignore @@ -163,7 +163,8 @@ /linktest.lo /linktest.o /ltmain.sh -/m4/ +/m4/lt*.m4 +/m4/libtool.m4 /net.lo /net.o /packaging/ldns-config diff --git a/README.git b/README.git index 34c9ae54..2d4162b7 100644 --- a/README.git +++ b/README.git @@ -13,8 +13,9 @@ # older versions of libtoolize do not support --install # so you might need to remove that (with newer versions # it is needed) -libtoolize -c --install -autoreconf --install +git submodule update --init +libtoolize -ci +autoreconf -fi ./configure --with-examples --with-drill # --with-pyldns --with-p5-dns-ldns make make doc # needs doxygen for the html pages