diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-08-22 12:56:55 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-08-22 12:59:16 +0200 |
commit | f63ad19a47842cdf7376fc5aaa0a0b5f090e2de6 (patch) | |
tree | cd1bdcaf025fc4714954a9275c49a1aff47bb448 /net-analyzer/cacti-spine | |
parent | net-analyzer/cacti-spine: Fix building against dev-db/mysql-connector-c-8* (diff) | |
download | gentoo-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.ebuild | 2 | ||||
-rw-r--r-- | 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 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() { |