NLnetLabs / ldns

LDNS is a DNS library that facilitates DNS tool programming
https://nlnetlabs.nl/ldns
BSD 3-Clause "New" or "Revised" License
295 stars 99 forks source link

drill from repo: autoreconf: 'configure.ac' or 'configure.in' is required #116

Closed vollkommenheit closed 3 years ago

vollkommenheit commented 3 years ago

Following my notes building ldns/drill from git source during the unbound-1.4.x days, I can still build ldns (and pcat) successfully, but for drill alone, what used to work for me:

cd drill ./configure make

now ends in

make: *** No targets specified and no makefile found. Stop.

Going by the currently included READEME:

autoreconf && ./configure && make

I get:

autoreconf: 'configure.ac' or 'configure.in' is required

Now I'm lost as to how to proceed. Help?

vollkommenheit commented 3 years ago

Resolved. Probably due to not re-executing "libtoolize -ci" and "autoreconf -fi" after earlier abortive run where libtoolize wasn't found. There's no longer need to cd into drill to make it separately at all, contrary to my old notes.