diff options
Diffstat (limited to 'dev-util/tla-tools/tla-tools-20060509.ebuild')
-rw-r--r-- | dev-util/tla-tools/tla-tools-20060509.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-util/tla-tools/tla-tools-20060509.ebuild b/dev-util/tla-tools/tla-tools-20060509.ebuild index 5436c2a95..4c42684e9 100644 --- a/dev-util/tla-tools/tla-tools-20060509.ebuild +++ b/dev-util/tla-tools/tla-tools-20060509.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -WANT_AUTOCONF="2.1" +WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" inherit tla autotools @@ -21,11 +21,6 @@ RDEPEND="${DEPEND}" ETLA_VERSION="miles@gnu.org--2006/tla-tools--devo--0" ETLA_ARCHIVES="http://mirrors.sourcecontrol.net/miles@gnu.org--2006" -src_unpack() { - tla_src_unpack - eautoreconf -} - src_compile() { ./configure \ --prefix /usr || die "./configure failed" |