]> The Tcpdump Group git mirrors - tcpdump/commitdiff
backout 1.2
authoritojun <itojun>
Tue, 28 Oct 2003 03:18:00 +0000 (03:18 +0000)
committeritojun <itojun>
Tue, 28 Oct 2003 03:18:00 +0000 (03:18 +0000)
Makefile-devel-adds

index 6e761086c70136022cfc3508f1629573e0edf7f7..512a1199795c2ecceba1b6da8bb5b3a402ee6fcc 100644 (file)
@@ -1,14 +1,14 @@
 #
 # Auto-regenerate configure script or Makefile when things change.
-# From autoconf-2.13.info .  Works best with GNU Make.
+# From autoconf.info .  Works best with GNU Make.
 #
 ${srcdir}/configure: configure.in
-       cd ${srcdir} && autoconf-2.13
+       cd ${srcdir} && autoconf
 
-# autoheader-2.13 might not change config.h.in, so touch a stamp file.
+# 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 acconfig.h
-       cd ${srcdir} && autoheader-2.13
+       cd ${srcdir} && autoheader
        echo timestamp > ${srcdir}/stamp-h.in
 
 config.h: stamp-h