]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
autoreconf?
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 12 Sep 2005 10:21:13 +0000 (10:21 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 12 Sep 2005 10:21:13 +0000 (10:21 +0000)
Makefile.in

index 71659e24d2a134ce445cbbc924ea40f1371643a2..a1ef120538c181a2ec93612c5972dda2d7a9269a 100644 (file)
@@ -74,7 +74,7 @@ all:          lib confdrill
 tools:         $(PROG_TARGETS) tools-drill
 
 confdrill:     
-               ( cd drill ; ./configure --with-ldns=../)
+               ( cd drill ; autoreconf && ./configure --with-ldns=../)
 
 tools-drill:   
                ( cd drill ; make -f Makefile all)