From b9ac23ce92ca22483d56ee3192c54aa8f782f9ac Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 21 Nov 1999 09:36:43 +0000 Subject: Switch to config.h instead of passing defines in DEFS. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e72d75a1..03e25494 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.81 1999-11-21 03:42:19 assar Exp $ (LBL) +dnl @(#) $Header: /tcpdump/master/tcpdump/configure.in,v 1.82 1999-11-21 09:36:46 fenner Exp $ (LBL) dnl dnl Copyright (c) 1994, 1995, 1996, 1997 dnl The Regents of the University of California. All rights reserved. @@ -602,6 +602,8 @@ AC_SUBST(LOCALSRC) AC_PROG_INSTALL +AC_CONFIG_HEADER(config.h) + AC_OUTPUT(Makefile) if test -f .devel ; then -- cgit v1.2.1