diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-11-30 10:20:37 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-11-30 10:20:37 -0800 |
commit | 6779fd3ba74cf27a152b4052cf02cb3bf20c2147 (patch) | |
tree | a106b987e5c70cf54ab7b20eb480934d1e9d1f96 /INSTALL.txt | |
parent | cfc4c750a225e893eeeca78eddb95fdc7125aabf (diff) | |
download | tcpdump-6779fd3ba74cf27a152b4052cf02cb3bf20c2147.tar.gz |
Rename configure.in to configure.ac.
This matches what was done with libpcap; it's what autoconf prefers.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r-- | INSTALL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 57d4a450..c8a8eb7d 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -63,7 +63,7 @@ config.guess - autoconf support config.h.in - autoconf input config.sub - autoconf support configure - configure script (run this first) -configure.in - configure script source +configure.ac - configure script source ether.h - Ethernet definitions ethertype.h - Ethernet type value definitions extract.h - alignment definitions |