From: hno <> Date: Mon, 27 Sep 2004 23:32:39 +0000 (+0000) Subject: Enable maintainer mode to avoid automatic autotool dependencies X-Git-Tag: SQUID_3_0_PRE4~1040 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=89c1c3ef3005ee53ec1f202eb32d63cb0352a429;p=thirdparty%2Fsquid.git Enable maintainer mode to avoid automatic autotool dependencies --- diff --git a/lib/cppunit-1.10.0/configure.in b/lib/cppunit-1.10.0/configure.in index 94755b7965..39dde94d74 100644 --- a/lib/cppunit-1.10.0/configure.in +++ b/lib/cppunit-1.10.0/configure.in @@ -5,6 +5,10 @@ AC_INIT(Makefile.am) # AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro. AC_PREREQ(2.50) +# This version of cppunit is with maintainer mode support +# (Squid packaging extension) +AM_MAINTAINER_MODE + # Making releases: # CPPUNIT_MICRO_VERSION += 1; # CPPUNIT_INTERFACE_AGE += 1;