diff options
Diffstat (limited to 'sys-devel/automake/automake-1.4_p6.ebuild')
-rw-r--r-- | sys-devel/automake/automake-1.4_p6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/automake/automake-1.4_p6.ebuild b/sys-devel/automake/automake-1.4_p6.ebuild index 1236bab7a838..2ed9b5dcd1c3 100644 --- a/sys-devel/automake/automake-1.4_p6.ebuild +++ b/sys-devel/automake/automake-1.4_p6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.4 2004/12/03 23:11:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.5 2004/12/03 23:13:57 vapier Exp $ inherit eutils gnuconfig @@ -30,6 +30,7 @@ src_unpack() { -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \ automake.texi || die "sed failed" gnuconfig_update + export WANT_AUTOCONF=2.5 } src_install() { |