blob: 34e6ad801e72920492b8fb071f4709fa9a76f9e1 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001From ab8491111b4578db5b735c6466187775e1855f18 Mon Sep 17 00:00:00 2001
2From: Changqing Li <changqing.li@windriver.com>
3Date: Tue, 23 Apr 2019 15:35:00 +0800
4Subject: [PATCH] add a patch to use serial-tests config needed by ptest
5
6Add serial-tests support, ptest need it.
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Changqing Li <changqing.li@windriver.com>
11---
12 configure.ac | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/configure.ac b/configure.ac
16index 78b8788..931fa6f 100644
17--- a/configure.ac
18+++ b/configure.ac
19@@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
20 [bug-m4@gnu.org])
21 AC_CONFIG_AUX_DIR([build-aux])
22
23-AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests
24+AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests serial-tests
25 silent-rules subdir-objects gnu])
26 AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
27
28--
292.7.4
30