summaryrefslogtreecommitdiff
path: root/Makefile-devel-adds
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-11-30 10:20:37 -0800
committerGuy Harris <guy@alum.mit.edu>2017-11-30 10:20:37 -0800
commit6779fd3ba74cf27a152b4052cf02cb3bf20c2147 (patch)
treea106b987e5c70cf54ab7b20eb480934d1e9d1f96 /Makefile-devel-adds
parentcfc4c750a225e893eeeca78eddb95fdc7125aabf (diff)
downloadtcpdump-6779fd3ba74cf27a152b4052cf02cb3bf20c2147.tar.gz
Rename configure.in to configure.ac.
This matches what was done with libpcap; it's what autoconf prefers.
Diffstat (limited to 'Makefile-devel-adds')
-rw-r--r--Makefile-devel-adds4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile-devel-adds b/Makefile-devel-adds
index 7bf6420c..fea63bbc 100644
--- a/Makefile-devel-adds
+++ b/Makefile-devel-adds
@@ -2,12 +2,12 @@
# 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
-${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