1From 3d881c112bba765731d581194aae95651819b715 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
17--- a/configure.ac
18+++ b/configure.ac
19@@ -10,7 +10,7 @@ AC_PREREQ(2.61)
20 AC_CONFIG_HEADERS([include/autoconf.h])
21 AC_CONFIG_AUX_DIR(cfgaux)
22 AC_CONFIG_SRCDIR([src/main.cc])
23-AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz])
24+AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz serial-tests])
25 AC_REVISION($Revision$)dnl
26 AC_PREFIX_DEFAULT(/usr/local/squid)
27 AM_MAINTAINER_MODE
28