]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Added maintainer mode to not have automake dependencies rebuild automake
authorhno <>
Wed, 3 Oct 2001 15:02:24 +0000 (15:02 +0000)
committerhno <>
Wed, 3 Oct 2001 15:02:24 +0000 (15:02 +0000)
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...

configure.in

index 2b4093dd1b2bf91d87f7e6373cd3a95cd4c696b3..5d452957dbb27e970c72a6640e35e270ace00016 100644 (file)
@@ -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