diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-10-31 23:23:02 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-10-31 23:23:02 +0000 |
commit | f61182cd7be204268c04f2ba2cbeaaa663b2ed56 (patch) | |
tree | 9ef005138dabf63f0d9a52fadb3a7f255ae4e863 /net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild | |
parent | Stable on x86, bug #152922. (diff) | |
download | gentoo-2-f61182cd7be204268c04f2ba2cbeaaa663b2ed56.tar.gz gentoo-2-f61182cd7be204268c04f2ba2cbeaaa663b2ed56.tar.bz2 gentoo-2-f61182cd7be204268c04f2ba2cbeaaa663b2ed56.zip |
Fixing autotools wrt bug #153244
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild')
-rw-r--r-- | net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild index 21c80f6d5944..9e3f1d24252e 100644 --- a/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild +++ b/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild,v 1.4 2006/08/14 09:46:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cacti-cactid/cacti-cactid-0.8.6e.ebuild,v 1.5 2006/10/31 23:23:02 jokey Exp $ + +WANT_AUTOCONF="latest" +inherit autotools DESCRIPTION="Cactid is a poller for Cacti that primarily strives to be as fast as possible" @@ -27,9 +30,8 @@ src_unpack() { } src_compile() { - export WANT_AUTOCONF=2.5 - aclocal || die "aclocal failed" - autoconf || die "autoconf failed" + eaclocal + eautoconf econf || die "econf failed" emake || die "emake failed" } |