diff options
author | itojun <itojun> | 2003-10-28 03:18:00 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-10-28 03:18:00 +0000 |
commit | f30dda0232d51f2cf45c30890b1714a414f9d599 (patch) | |
tree | 7b799ebf148442ab288e3ed74022fe53d1d61795 /Makefile-devel-adds | |
parent | e2826164d4518667c80fa14a93390c77af8b8af7 (diff) | |
download | tcpdump-f30dda0232d51f2cf45c30890b1714a414f9d599.tar.gz |
backout 1.2
Diffstat (limited to 'Makefile-devel-adds')
-rw-r--r-- | Makefile-devel-adds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile-devel-adds b/Makefile-devel-adds index 6e761086..512a1199 100644 --- a/Makefile-devel-adds +++ b/Makefile-devel-adds @@ -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 |