From: hno <> Date: Wed, 3 Oct 2001 15:02:24 +0000 (+0000) Subject: Added maintainer mode to not have automake dependencies rebuild automake X-Git-Tag: SQUID_3_0_PRE1~1382 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=246d7ffca550737931ef9a2900816c945018e4d4;p=thirdparty%2Fsquid.git Added maintainer mode to not have automake dependencies rebuild automake files bo default. This is likely to be confusing and causing lots of problems to the causal user, especially considering the rather strict requirements we have on automake versions... --- diff --git a/configure.in b/configure.in index 2b4093dd1b..5d452957db 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ 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.234 2001/09/25 23:45:13 robertc Exp $ +dnl $Id: configure.in,v 1.235 2001/10/03 09:02:24 hno Exp $ dnl dnl dnl @@ -11,8 +11,9 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.234 $)dnl +AC_REVISION($Revision: 1.235 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) +AM_MAINTAINER_MODE dnl Set default LDFLAGS if test -z "$LDFLAGS"; then