]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Rename configure.in to configure.ac.
authorGuy Harris <[email protected]>
Thu, 30 Nov 2017 18:20:37 +0000 (10:20 -0800)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 25 Sep 2018 14:26:10 +0000 (16:26 +0200)
This matches what was done with libpcap; it's what autoconf prefers.

(backported from commit 6779fd3ba7 in master)

INSTALL.txt
Makefile-devel-adds
Makefile.in
config.h.in
configure.ac [moved from configure.in with 100% similarity]

index 57d4a45056a40a1536f013438d695d64277932ad..c8a8eb7da065a8f0fd0de62b583716d563d38138 100644 (file)
@@ -63,7 +63,7 @@ config.guess  - autoconf support
 config.h.in    - autoconf input
 config.sub     - autoconf support
 configure      - configure script (run this first)
 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
 ether.h                - Ethernet definitions
 ethertype.h    - Ethernet type value definitions
 extract.h      - alignment definitions
index 7bf6420c1c82c22e68d9cf0e4005878dde2d71c0..fea63bbce3a7b81ed0f6f96f30e877a9a972fe43 100644 (file)
@@ -2,12 +2,12 @@
 # Auto-regenerate configure script or Makefile when things change.
 # From autoconf.info .  Works best with GNU Make.
 #
 # Auto-regenerate configure script or Makefile when things change.
 # From autoconf.info .  Works best with GNU Make.
 #
-${srcdir}/configure: configure.in aclocal.m4
+${srcdir}/configure: configure.ac aclocal.m4
        cd ${srcdir} && autoconf
 
 # autoheader might not change config.h.in, so touch a stamp file.
 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
        cd ${srcdir} && autoconf
 
 # autoheader might not change config.h.in, so touch a stamp file.
 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
-${srcdir}/stamp-h.in: configure.in aclocal.m4
+${srcdir}/stamp-h.in: configure.ac aclocal.m4
        cd ${srcdir} && autoheader
        echo timestamp > ${srcdir}/stamp-h.in
 
        cd ${srcdir} && autoheader
        echo timestamp > ${srcdir}/stamp-h.in
 
index 0941f0e5078fb3470569650b764057097d672afe..b84c9da8a81d29fa2711761fecffaebc6b582f32 100644 (file)
@@ -334,7 +334,7 @@ EXTRA_DIST = \
        config.h.in \
        config.sub \
        configure \
        config.h.in \
        config.sub \
        configure \
-       configure.in \
+       configure.ac \
        install-sh \
        lbl/os-osf4.h \
        lbl/os-solaris2.h \
        install-sh \
        lbl/os-osf4.h \
        lbl/os-solaris2.h \
index 40aacda73d03908f7a771d84fd1d9914a3a4e048..7451c2818dac7466e919fdf01fdadf7880f68bdf 100644 (file)
@@ -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
 
 /* define if you want to build the possibly-buggy SMB printer */
 #undef ENABLE_SMB
similarity index 100%
rename from configure.in
rename to configure.ac