diff options
author | Olivier Crête <tester@gentoo.org> | 2005-02-24 03:09:52 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-02-24 03:09:52 +0000 |
commit | 3e0806a8bdbaa09bb3b1597a50a5509269b7f401 (patch) | |
tree | 6915f4b92938c1381fae69275e756a5f25636cba /net-im/aim-transport | |
parent | removed old files (diff) | |
download | gentoo-2-3e0806a8bdbaa09bb3b1597a50a5509269b7f401.tar.gz gentoo-2-3e0806a8bdbaa09bb3b1597a50a5509269b7f401.tar.bz2 gentoo-2-3e0806a8bdbaa09bb3b1597a50a5509269b7f401.zip |
Adding WANT_AUTOCONF=2.5 and move aclocal before automake to fix bug #81615
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-im/aim-transport')
-rw-r--r-- | net-im/aim-transport/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/aim-transport/aim-transport-20040131-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/aim-transport/aim-transport-20040131-r2.ebuild | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/net-im/aim-transport/ChangeLog b/net-im/aim-transport/ChangeLog index 650153294fdb..fdf56dedce89 100644 --- a/net-im/aim-transport/ChangeLog +++ b/net-im/aim-transport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/aim-transport -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.19 2004/10/27 09:39:07 slarti Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.20 2005/02/24 03:09:52 tester Exp $ + + 23 Feb 2005; Olivier Crête <tester@gentoo.org> + aim-transport-20040131-r2.ebuild: + Adding WANT_AUTOCONF=2.5 and move aclocal before automake to fix bug #81615 27 Oct 2004; Tom Martin <slarti@gentoo.org> aim-transport-20040131-r2.ebuild: diff --git a/net-im/aim-transport/aim-transport-20040131-r1.ebuild b/net-im/aim-transport/aim-transport-20040131-r1.ebuild index fb14cfbec698..b9e9c9fc7a17 100644 --- a/net-im/aim-transport/aim-transport-20040131-r1.ebuild +++ b/net-im/aim-transport/aim-transport-20040131-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.10 2004/07/03 11:33:54 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r1.ebuild,v 1.11 2005/02/24 03:09:52 tester Exp $ inherit eutils diff --git a/net-im/aim-transport/aim-transport-20040131-r2.ebuild b/net-im/aim-transport/aim-transport-20040131-r2.ebuild index cbe5833d2edc..941873102ac4 100644 --- a/net-im/aim-transport/aim-transport-20040131-r2.ebuild +++ b/net-im/aim-transport/aim-transport-20040131-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.2 2004/10/27 09:39:07 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131-r2.ebuild,v 1.3 2005/02/24 03:09:52 tester Exp $ inherit eutils @@ -31,9 +31,10 @@ src_compile() { einfo einfo "Please ignore any errors/warnings" einfo + export WANT_AUTOCONF=2.5 + aclocal automake libtoolize --force - aclocal autoconf ./configure --with-jabberd=/usr/include/jabberd || die "./configure failed" emake || die |