Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | From 36fbaa27e7299f63c1324b0ad22b970e9365d6a7 Mon Sep 17 00:00:00 2001 |
| 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> |
| 12 | --- |
| 13 | configure.ac | 2 +- |
| 14 | 1 files changed, 1 insertions(+), 1 deletions(-) |
| 15 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 16 | Index: openhpi-3.6.1/configure.ac |
| 17 | =================================================================== |
| 18 | --- openhpi-3.6.1.orig/configure.ac |
| 19 | +++ openhpi-3.6.1/configure.ac |
| 20 | @@ -7,7 +7,7 @@ dnl various hacks by Sean Dague <http: |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 21 | AC_PREREQ(2.57) |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 22 | AC_INIT(openhpi, 3.6.1) |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 23 | AC_CONFIG_SRCDIR(openhpi.spec.in) |
| 24 | -AM_INIT_AUTOMAKE([1.8]) |
| 25 | +AM_INIT_AUTOMAKE([1.8 serial-tests]) |
| 26 | |
| 27 | AM_CONFIG_HEADER(config.h) |
| 28 | AH_TOP([#ifndef __OPENHPI_CONFIG_H |