Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | From 5e0ae172586f5aeb270a8f9b012dd3e36536a2a9 Mon Sep 17 00:00:00 2001 |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
| 3 | Date: Wed, 24 Dec 2014 10:54:59 +0800 |
| 4 | Subject: [PATCH] openhpi: use serial-tests config needed by ptest |
| 5 | |
| 6 | ptest needs buildtest-TESTS and runtest-TESTS targets. |
| 7 | serial-tests is required to generate those targets. |
| 8 | |
| 9 | Upstream-Status: Inappropriate [default automake behavior incompatible with ptest] |
| 10 | |
| 11 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 12 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | --- |
| 14 | configure.ac | 2 +- |
| 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 16 | |
| 17 | diff --git a/configure.ac b/configure.ac |
| 18 | index 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 Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 22 | AC_PREREQ(2.57) |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 23 | AC_INIT(openhpi, 3.8.0) |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 24 | 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 |