-dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.99 2000-01-17 06:07:16 itojun Exp $ (LBL)
+dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.100 2000-01-18 03:46:49 fenner Exp $ (LBL)
dnl
dnl Copyright (c) 1994, 1995, 1996, 1997
dnl The Regents of the University of California. All rights reserved.
dnl Process this file with autoconf to produce a configure script.
dnl
-AC_REVISION($Revision: 1.99 $)
+AC_REVISION($Revision: 1.100 $)
AC_PREREQ(2.13)
AC_INIT(tcpdump.c)
AC_CONFIG_HEADER(config.h)
-AC_OUTPUT(Makefile)
-if test -f .devel ; then
- mv -f Makefile Makefile.normal
- cat Makefile.normal Makefile-devel-adds > Makefile
+AC_OUTPUT_COMMANDS([if test -f .devel; then
+ echo timestamp > stamp-h
+ cat Makefile-devel-adds >> Makefile
make depend
-fi
+fi])
+AC_OUTPUT(Makefile)
+exit 0