From f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Thu, 22 Aug 2019 12:56:55 +0200 Subject: net-analyzer/cacti-spine: Do not set AT_M4DIR AC_CONFIG_AUX_DIR is set in configure.ac properly these days. Fixes a weird error message from autotools.eclass: 'config' does not exist Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Jeroen Roovers --- net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild | 2 +- net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-analyzer/cacti-spine') diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild index 8da328d3acdd..e99df50dcae1 100644 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild @@ -36,7 +36,7 @@ PATCHES=( src_prepare() { default - AT_M4DIR="config" eautoreconf + eautoreconf } src_install() { diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild index c378e4a617f4..04d2228f341b 100644 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild @@ -35,7 +35,7 @@ PATCHES=( src_prepare() { default - AT_M4DIR="config" eautoreconf + eautoreconf } src_install() { -- cgit v1.2.3-65-gdbad