blob: 7a0e38a394c9c4b8cfbb2f145a61b4276215e773 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 2ca4c2492c4a06b28012e3e1033d10aa48f153b4 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 Bishop1a4b7ee2018-12-16 17:11:34 -080012---
13 configure.ac | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/configure.ac b/configure.ac
Brad Bishop15ae2502019-06-18 21:44:24 -040017index 2941a65..b0a1896 100644
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080018--- a/configure.ac
19+++ b/configure.ac
20@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
Brad Bishop15ae2502019-06-18 21:44:24 -040021 AC_INIT(ethtool, 5.1, netdev@vger.kernel.org)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022 AC_PREREQ(2.52)
23 AC_CONFIG_SRCDIR([ethtool.c])
24-AM_INIT_AUTOMAKE([gnu])
25+AM_INIT_AUTOMAKE([gnu serial-tests])
26 AC_CONFIG_HEADERS([ethtool-config.h])
27
28 AM_MAINTAINER_MODE
Brad Bishop15ae2502019-06-18 21:44:24 -040029--
302.17.1
31