File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ config.guess - autoconf support
63
63
config.h.in - autoconf input
64
64
config.sub - autoconf support
65
65
configure - configure script (run this first)
66
- configure.in - configure script source
66
+ configure.ac - configure script source
67
67
ether.h - Ethernet definitions
68
68
ethertype.h - Ethernet type value definitions
69
69
extract.h - alignment definitions
Original file line number Diff line number Diff line change 2
2
# Auto-regenerate configure script or Makefile when things change.
3
3
# From autoconf.info . Works best with GNU Make.
4
4
#
5
- ${srcdir}/configure: configure.in aclocal.m4
5
+ ${srcdir}/configure: configure.ac aclocal.m4
6
6
cd ${srcdir} && autoconf
7
7
8
8
# autoheader might not change config.h.in, so touch a stamp file.
9
9
${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
11
11
cd ${srcdir} && autoheader
12
12
echo timestamp > ${srcdir}/stamp-h.in
13
13
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ EXTRA_DIST = \
333
333
config.h.in \
334
334
config.sub \
335
335
configure \
336
- configure.in \
336
+ configure.ac \
337
337
install-sh \
338
338
lbl/os-osf4.h \
339
339
lbl/os-solaris2.h \
Original file line number Diff line number Diff line change 1
- /* config.h.in. Generated from configure.in by autoheader. */
1
+ /* config.h.in. Generated from configure.ac by autoheader. */
2
2
3
3
/* define if you want to build the possibly-buggy SMB printer */
4
4
#undef ENABLE_SMB
File renamed without changes.
You can’t perform that action at this time.
0 commit comments