blob: 9c75f17e7009c74ee0381b553138a56745273438 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001From 9bcec221a2bb438d8a9ed59aed846ffe3be9cffa Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Tue, 19 Jul 2016 01:56:23 -0400
4Subject: [PATCH] squid: use serial-tests config needed by ptest
5
6ptest needs buildtest-TESTS and runtest-TESTS targets.
7serial-tests is required to generate those targets.
8
9Upstream-Status: Inappropriate [default automake behavior incompatible with ptest]
10
11Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
12
13---
14 configure.ac | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/configure.ac b/configure.ac
18index 3827222..504a844 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -10,7 +10,7 @@ AC_PREREQ(2.61)
22 AC_CONFIG_HEADERS([include/autoconf.h])
23 AC_CONFIG_AUX_DIR(cfgaux)
24 AC_CONFIG_SRCDIR([src/main.cc])
25-AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects])
26+AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects serial-tests])
27 AC_REVISION($Revision$)dnl
28 AC_PREFIX_DEFAULT(/usr/local/squid)
29 AM_MAINTAINER_MODE