summaryrefslogtreecommitdiff
path: root/Makefile-devel-adds
diff options
context:
space:
mode:
authoritojun <itojun>2003-10-28 03:16:35 +0000
committeritojun <itojun>2003-10-28 03:16:35 +0000
commite2826164d4518667c80fa14a93390c77af8b8af7 (patch)
treecf07445031348052f93e48215df695dde8fc23cd /Makefile-devel-adds
parent53b421eb0f3827c6c51f1ad9792020b77e70576d (diff)
downloadtcpdump-e2826164d4518667c80fa14a93390c77af8b8af7.tar.gz
unsigned/signed mixup
Diffstat (limited to 'Makefile-devel-adds')
-rw-r--r--Makefile-devel-adds8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile-devel-adds b/Makefile-devel-adds
index 512a1199..6e761086 100644
--- a/Makefile-devel-adds
+++ b/Makefile-devel-adds
@@ -1,14 +1,14 @@
#
# Auto-regenerate configure script or Makefile when things change.
-# From autoconf.info . Works best with GNU Make.
+# From autoconf-2.13.info . Works best with GNU Make.
#
${srcdir}/configure: configure.in
- cd ${srcdir} && autoconf
+ cd ${srcdir} && autoconf-2.13
-# autoheader might not change config.h.in, so touch a stamp file.
+# autoheader-2.13 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 acconfig.h
- cd ${srcdir} && autoheader
+ cd ${srcdir} && autoheader-2.13
echo timestamp > ${srcdir}/stamp-h.in
config.h: stamp-h