summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-31 11:11:12 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-01-31 13:58:33 +0100
commit15e642a9cd3dd1118d2c3185e8124ea3ec94f7f8 (patch)
treed632e3283846fa903d5bc6e9d1baf35ffd3ea948 /.gitignore
parent0d397bff479c600af5a602ee56cdefaa2d84e9ce (diff)
downloadtcpdump-15e642a9cd3dd1118d2c3185e8124ea3ec94f7f8.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e0f406e0..2ecabdcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,9 +8,11 @@ Makefile
*.gcov
libnetdissect.a
config.h
+config.h.in
config.log
config.cache
config.status
+configure
.devel
os-proto.h
stamp-h