blob: 499436968231846fc385f0a6d2aa3acb1d5305f5 [file] [log] [blame]
Andrew Geisslerc5535c92023-01-27 16:10:19 -06001From 0d066a901292e6a44ff7bc7ee16f99dd2ba4ea15 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
Andrew Geisslerc5535c92023-01-27 16:10:19 -060018index 3eb4e7b..ee5c72f 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.
Andrew Geisslerc5535c92023-01-27 16:10:19 -060022 AC_INIT(ethtool, 6.1, 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