blob: 153ea55060173b345aaeed1d4ae90fa7325d1e7f [file] [log] [blame]
Brad Bishop08902b02019-08-20 09:16:51 -04001From f8333f7759717b4d163cfe8e3ef8861c5a667324 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
Brad Bishop08902b02019-08-20 09:16:51 -040018index 2127fdb..4910e6f 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.
Brad Bishop1d80a2e2019-11-15 16:35:03 -050022 AC_INIT(ethtool, 5.3, 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