blob: 52d2a93449f60111cf8f59c51a55de18009f2b17 [file] [log] [blame]
Patrick Williams03907ee2022-05-01 06:28:52 -05001From ef2ad68becea77dfdbd5a344e30b3700cc440c0f Mon Sep 17 00:00:00 2001
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08002From: Tudor Florea <tudor.florea@enea.com>
3Date: Wed, 28 May 2014 18:59:54 +0200
4Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
5
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006ptest needs buildtest-TESTS and runtest-TESTS targets.
7serial-tests is required to generate those targets.
8
9Signed-off-by: Tudor Florea <tudor.florea@enea.com>
10Upstream-Status: Inappropriate
11(default automake behavior incompatible with ptest)
Brad Bishop08902b02019-08-20 09:16:51 -040012
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
Patrick Williams03907ee2022-05-01 06:28:52 -050018index 7a9b5b9..dc8ae35 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080019--- a/configure.ac
20+++ b/configure.ac
21@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
Patrick Williams03907ee2022-05-01 06:28:52 -050022 AC_INIT(ethtool, 5.17, netdev@vger.kernel.org)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023 AC_PREREQ(2.52)
24 AC_CONFIG_SRCDIR([ethtool.c])
Andrew Geissler4ed12e12020-06-05 18:00:41 -050025-AM_INIT_AUTOMAKE([gnu subdir-objects])
26+AM_INIT_AUTOMAKE([gnu subdir-objects serial-tests])
Patrick Williamsc124f4f2015-09-15 14:41:29 -050027 AC_CONFIG_HEADERS([ethtool-config.h])
28
29 AM_MAINTAINER_MODE