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 /config.h.in | |
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 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index bcc846b7..41e3bc72 100644 --- a/config.h.in +++ b/config.h.in @@ -1,4 +1,4 @@ -/* config.h.in. Generated from configure.in by autoheader. */ +/* config.h.in. Generated from configure.ac by autoheader. */ /* define if you want to build the possibly-buggy SMB printer */ #undef ENABLE_SMB |