blob: d81320a94d5789ac6576e00ea4ce649463b7d9c0 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 1484545a150de79483b6e2a74be02ebd030f1920 Mon Sep 17 00:00:00 2001
2From: 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)
12
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
18index e891d91..600f8a8 100644
19--- a/configure.ac
20+++ b/configure.ac
21@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
22 AC_INIT(ethtool, 4.17, netdev@vger.kernel.org)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023 AC_PREREQ(2.52)
24 AC_CONFIG_SRCDIR([ethtool.c])
25-AM_INIT_AUTOMAKE([gnu])
26+AM_INIT_AUTOMAKE([gnu serial-tests])
27 AC_CONFIG_HEADERS([ethtool-config.h])
28
29 AM_MAINTAINER_MODE