]> The Tcpdump Group git mirrors - tcpdump/commit
autoconf: Add autogen.sh, remove configure and config.h.in
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 31 Jan 2023 10:11:12 +0000 (11:11 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 31 Jan 2023 12:58:33 +0000 (13:58 +0100)
commit15e642a9cd3dd1118d2c3185e8124ea3ec94f7f8
treed632e3283846fa903d5bc6e9d1baf35ffd3ea948
parent0d397bff479c600af5a602ee56cdefaa2d84e9ce
autoconf: Add autogen.sh, remove configure and config.h.in

Put autoconf-generated files in the release tarball.

The minimum required version of autoconf is currently 2.69.

If version 2.69 or later is already installed and there is no
autoconf default, it may be necessary to set the AUTORECONF
environment variable to enable the one to use, like:
AUTORECONF=autoreconf-2.69 ./autogen.sh
or
AUTORECONF=autoreconf-2.71 ./autogen.sh
.cirrus.yml
.gitignore
CHANGES
INSTALL.md
Makefile.in
autogen.sh [new file with mode: 0755]
build.sh
build_matrix.sh
config.h.in [deleted file]
configure [deleted file]