summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-08-22 12:56:55 +0200
committerJeroen Roovers <jer@gentoo.org>2019-08-22 12:59:16 +0200
commitf63ad19a47842cdf7376fc5aaa0a0b5f090e2de6 (patch)
treecd1bdcaf025fc4714954a9275c49a1aff47bb448 /net-analyzer/cacti-spine
parentnet-analyzer/cacti-spine: Fix building against dev-db/mysql-connector-c-8* (diff)
downloadgentoo-f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6.tar.gz
gentoo-f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6.tar.bz2
gentoo-f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/cacti-spine')
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-1.2.5-r1.ebuild2
-rw-r--r--net-analyzer/cacti-spine/cacti-spine-99999.ebuild2
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 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() {