From ab8491111b4578db5b735c6466187775e1855f18 Mon Sep 17 00:00:00 2001 From: Changqing Li Date: Tue, 23 Apr 2019 15:35:00 +0800 Subject: [PATCH] add a patch to use serial-tests config needed by ptest Add serial-tests support, ptest need it. Upstream-Status: Inappropriate [oe specific] Signed-off-by: Changqing Li --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 78b8788..931fa6f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [bug-m4@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) -AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests +AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests serial-tests silent-rules subdir-objects gnu]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. -- 2.7.4