blob: de38104044cd0bfe4f54bb66377bff2e40e2d989 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001ptest needs buildtest-TESTS and runtest-TESTS targets.
2serial-tests is required to generate those targets.
3
4Signed-off-by: Tudor Florea <tudor.florea@enea.com>
5Upstream-Status: Inappropriate
6(default automake behavior incompatible with ptest)
7
Brad Bishop316dfdd2018-06-25 12:45:53 -04008Index: ethtool-4.13/configure.ac
9===================================================================
10--- ethtool-4.13.orig/configure.ac
11+++ ethtool-4.13/configure.ac
12@@ -2,7 +2,7 @@ dnl Process this file with autoconf to p
13 AC_INIT(ethtool, 4.13, netdev@vger.kernel.org)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050014 AC_PREREQ(2.52)
15 AC_CONFIG_SRCDIR([ethtool.c])
16-AM_INIT_AUTOMAKE([gnu])
17+AM_INIT_AUTOMAKE([gnu serial-tests])
18 AC_CONFIG_HEADERS([ethtool-config.h])
19
20 AM_MAINTAINER_MODE