From: wessels <> Date: Sat, 6 Dec 1997 12:45:24 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=608cdf33f29f6470a23fbfe610f697bf3af8143b;p=thirdparty%2Fsquid.git update --- diff --git a/configure.in b/configure.in index 2ad288be3f..479b3c80df 100644 --- a/configure.in +++ b/configure.in @@ -3,13 +3,13 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.83 1997/11/21 00:29:32 wessels Exp $ +dnl $Id: configure.in,v 1.84 1997/12/06 05:45:24 wessels Exp $ dnl dnl dnl AC_INIT(src/main.c) AC_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.83 $)dnl +AC_REVISION($Revision: 1.84 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AC_CONFIG_AUX_DIR(aux) @@ -606,6 +606,7 @@ AC_OUTPUT(\ ./scripts/RunCache \ ./scripts/RunAccel \ ./src/Makefile \ + ./src/options.h \ ./contrib/Makefile \ ./snmplib/Makefile \ ./icons/Makefile \