gamelinux / passivedns

A network sniffer that logs all DNS server replies for use in a passive DNS setup
http://gamelinux.org/
1.67k stars 372 forks source link

Fixed redifinition warning (automake) #51

Closed BobuSumisu closed 9 years ago

BobuSumisu commented 9 years ago

Basically what the error message tells one to do:

$ autoreconf --install
src/Makefile.am:12: warning: deprecated feature: target 'passivedns' overrides 'passivedns$(EXEEXT)'
src/Makefile.am:12: change your target to read 'passivedns$(EXEEXT)'
/usr/share/automake-1.14/am/program.am: target 'passivedns$(EXEEXT)' was defined here
src/Makefile.am:5:   while processing program 'passivedns'

Tested on Ubuntu 14.04 with GNU Autoconf 2.69 and GNU Automake 1.14.1

thus commented 9 years ago

Merged, thanks :)