commit:     f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 10:56:55 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 10:59:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63ad19a

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 <jer <AT> gentoo.org>

 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(-)

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 8da328d3acd..e99df50dcae 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 c378e4a617f..04d2228f341 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() {

Reply via email to