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.
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
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
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
# 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
config.h.in \
config.sub \
configure \
config.h.in \
config.sub \
configure \
dlpisubs.c \
dlpisubs.h \
fad-getad.c \
dlpisubs.c \
dlpisubs.h \
fad-getad.c \
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
-/* 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