blob: 472318b808ec957d9f0e8d219a443bd40a28c33d [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 5e0ae172586f5aeb270a8f9b012dd3e36536a2a9 Mon Sep 17 00:00:00 2001
Brad Bishop6e60e8b2018-02-01 10:27:11 -05002From: Jackie Huang <jackie.huang@windriver.com>
3Date: Wed, 24 Dec 2014 10:54:59 +0800
4Subject: [PATCH] openhpi: 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>
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013---
14 configure.ac | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/configure.ac b/configure.ac
18index 89d8104..c29a31f 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http://dague.net/sean> 4/23/03
Brad Bishop6e60e8b2018-02-01 10:27:11 -050022 AC_PREREQ(2.57)
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080023 AC_INIT(openhpi, 3.8.0)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050024 AC_CONFIG_SRCDIR(openhpi.spec.in)
25-AM_INIT_AUTOMAKE([1.8])
26+AM_INIT_AUTOMAKE([1.8 serial-tests])
27
28 AM_CONFIG_HEADER(config.h)
29 AH_TOP([#ifndef __OPENHPI_CONFIG_H