From 13d4ba296c2c0b254fc4f1b46fcbbf0fa8cb07a6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Jul 2005 00:49:04 +0000 Subject: update autotool code #98923 (Portage version: 2.0.51.22-r1) --- games-rpg/adonthell/adonthell-0.3.4a.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'games-rpg') diff --git a/games-rpg/adonthell/adonthell-0.3.4a.ebuild b/games-rpg/adonthell/adonthell-0.3.4a.ebuild index 0b931e6eb463..b73cd819e132 100644 --- a/games-rpg/adonthell/adonthell-0.3.4a.ebuild +++ b/games-rpg/adonthell/adonthell-0.3.4a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.2 2005/06/15 19:02:21 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/adonthell/adonthell-0.3.4a.ebuild,v 1.3 2005/07/14 00:49:04 vapier Exp $ inherit eutils games @@ -30,8 +30,12 @@ S=${WORKDIR}/${PN}-${PV/a/} src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}/${PV}-configure.in.patch" - aclocal && automake -a && autoconf || die "autotools failed" + epatch "${FILESDIR}"/${PV}-configure.in.patch + rm -f ac{local,include}.m4 + aclocal && \ + libtoolize -c -f && \ + autoconf && \ + automake -a -c || die "autotools failed" } src_compile() { -- cgit v1.2.3-65-gdbad