summaryrefslogtreecommitdiff
path: root/Makefile-devel-adds
Commit message (Collapse)AuthorAgeFilesLines
* Rename configure.in to configure.ac.Guy Harris2017-11-301-2/+2
| | | | This matches what was done with libpcap; it's what autoconf prefers.
* The configure script depends on aclocal.m4.Guy Harris2013-05-121-1/+1
|
* Get rid of acconfig.h.Guy Harris2013-05-121-1/+1
|
* The configure script is also built from aclocal.m4.Guy Harris2013-05-121-1/+1
|
* backout 1.2itojun2003-10-281-4/+4
|
* unsigned/signed mixupitojun2003-10-281-4/+4
|
* Add auto-running of autoheader and autoconf and configure (from autoconf.info)fenner2000-01-151-0/+22
if .devel exists. This should allow developers to have the convenience of automatic regeneration without the inconvenience of having to have autoconf installed for Joe User to build tcpdump.