Skip to content

Commit 6779fd3

Browse files
committed
Rename configure.in to configure.ac.
This matches what was done with libpcap; it's what autoconf prefers.
1 parent cfc4c75 commit 6779fd3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ config.guess - autoconf support
6363
config.h.in - autoconf input
6464
config.sub - autoconf support
6565
configure - configure script (run this first)
66-
configure.in - configure script source
66+
configure.ac - configure script source
6767
ether.h - Ethernet definitions
6868
ethertype.h - Ethernet type value definitions
6969
extract.h - alignment definitions

Diff for: Makefile-devel-adds

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Auto-regenerate configure script or Makefile when things change.
33
# From autoconf.info . Works best with GNU Make.
44
#
5-
${srcdir}/configure: configure.in aclocal.m4
5+
${srcdir}/configure: configure.ac aclocal.m4
66
cd ${srcdir} && autoconf
77

88
# autoheader might not change config.h.in, so touch a stamp file.
99
${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10-
${srcdir}/stamp-h.in: configure.in aclocal.m4
10+
${srcdir}/stamp-h.in: configure.ac aclocal.m4
1111
cd ${srcdir} && autoheader
1212
echo timestamp > ${srcdir}/stamp-h.in
1313

Diff for: Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ EXTRA_DIST = \
333333
config.h.in \
334334
config.sub \
335335
configure \
336-
configure.in \
336+
configure.ac \
337337
install-sh \
338338
lbl/os-osf4.h \
339339
lbl/os-solaris2.h \

Diff for: config.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* config.h.in. Generated from configure.in by autoheader. */
1+
/* config.h.in. Generated from configure.ac by autoheader. */
22

33
/* define if you want to build the possibly-buggy SMB printer */
44
#undef ENABLE_SMB

Diff for: configure.in renamed to configure.ac

File renamed without changes.

0 commit comments

Comments
 (0)