]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Enable maintainer mode to avoid automatic autotool dependencies
authorhno <>
Mon, 27 Sep 2004 23:32:39 +0000 (23:32 +0000)
committerhno <>
Mon, 27 Sep 2004 23:32:39 +0000 (23:32 +0000)
lib/cppunit-1.10.0/configure.in

index 94755b79651215443460d3d2c5a5ed47edef3a03..39dde94d74423df18dbb88c82c7cbe5678b614ba 100644 (file)
@@ -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;