]> The Tcpdump Group git mirrors - libpcap/commitdiff
Rename configure.in to configure.ac 531/head
authorFelix Janda <[email protected]>
Thu, 6 Oct 2016 02:11:03 +0000 (22:11 -0400)
committerFelix Janda <[email protected]>
Mon, 17 Oct 2016 10:58:07 +0000 (06:58 -0400)
configure.ac is the preferred name for the configure script source
since autoconf-2.59. The name configure.in is deprecated, and
support for it is planned to be removed from automake-2.0.

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

index e43915f62d8dfe23d0f5d43c4ffcecd57c671ba8..f305aa2b7929c5315f1624e8ac2b60f4f593ee65 100644 (file)
@@ -16,7 +16,7 @@ does support packet capture but libpcap does not support that
 particular type. (If you have HP-UX, see below.) If your system uses a
 packet capture not supported by libpcap, please send us patches; don't
 forget to include an autoconf fragment suitable for use in
 particular type. (If you have HP-UX, see below.) If your system uses a
 packet capture not supported by libpcap, please send us patches; don't
 forget to include an autoconf fragment suitable for use in
-configure.in.
+configure.ac.
 
 It is possible to override the default packet capture type, although
 the circumstance where this works are limited. For example if you have
 
 It is possible to override the default packet capture type, although
 the circumstance where this works are limited. For example if you have
@@ -300,7 +300,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
 dlpisubs.c     - DLPI-related functions for pcap-dlpi.c and pcap-libdlpi.c
 dlpisubs.h     - DLPI-related function declarations
 etherent.c     - /etc/ethers support routines
 dlpisubs.c     - DLPI-related functions for pcap-dlpi.c and pcap-libdlpi.c
 dlpisubs.h     - DLPI-related function declarations
 etherent.c     - /etc/ethers support routines
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 58958b90df77ab203328e8fb15f518b0ede8c14c..9a752f899586a261aec3024fe84b76e3b884b545 100644 (file)
@@ -265,7 +265,7 @@ EXTRA_DIST = \
        config.h.in \
        config.sub \
        configure \
        config.h.in \
        config.sub \
        configure \
-       configure.in \
+       configure.ac \
        dlpisubs.c \
        dlpisubs.h \
        fad-getad.c \
        dlpisubs.c \
        dlpisubs.h \
        fad-getad.c \
index ee7a426846f07d1de86a018573eb6b884b7f720d..014d51d98d986736d608007060d1edc4aa917370 100644 (file)
@@ -12,7 +12,7 @@ These additions/extensions have been made to PCAP to allow it to
 capture packets from a SITA ACN device (and potentially others).
 
 To enable its support you need to ensure that the distribution has
 capture packets from a SITA ACN device (and potentially others).
 
 To enable its support you need to ensure that the distribution has
-a correct configure.in file; that can be created if neccessay by
+a correct configure.ac file; that can be created if neccessay by
 using the normal autoconf procedure of:
 
 aclocal
 using the normal autoconf procedure of:
 
 aclocal
index 20945edb25259f6510e3fa9c1ecffa0450f52258..e85b2a3f56175987b7612e70241316127ab50d35 100644 (file)
@@ -1,4 +1,4 @@
-/* config.h.in.  Generated from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Enable optimizer debugging */
 #undef BDEBUG
 
 /* Enable optimizer debugging */
 #undef BDEBUG
similarity index 100%
rename from configure.in
rename to configure.ac