diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 14:38:02 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-09-13 14:38:02 +0000 |
commit | 010eed25a23ac7be4f1bcf2871a7f9db03b45b87 (patch) | |
tree | 3ccb6d7e44d6bec764719666d95846560284f0b5 /sys-devel | |
parent | Fix bug #284760 and #284755 by adding docs subdirectory conditionnally only w... (diff) | |
download | gentoo-2-010eed25a23ac7be4f1bcf2871a7f9db03b45b87.tar.gz gentoo-2-010eed25a23ac7be4f1bcf2871a7f9db03b45b87.tar.bz2 gentoo-2-010eed25a23ac7be4f1bcf2871a7f9db03b45b87.zip |
Don't run elibtoolize with eautoreconf — stops test #28 from failing.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-2.2.6a.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index c1cadbe7a27b..dd8853dbc9ec 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libtool # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.142 2009/06/28 16:37:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.143 2009/09/13 14:38:02 flameeyes Exp $ + + 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> + libtool-2.2.6a.ebuild: + Don't run elibtoolize with eautoreconf — stops test #28 from failing. 28 Jun 2009; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild: Keep libtool from using /bin/sh even if it is bash so people can change on diff --git a/sys-devel/libtool/libtool-2.2.6a.ebuild b/sys-devel/libtool/libtool-2.2.6a.ebuild index 12fd23bc6018..9e7449c7ecf8 100644 --- a/sys-devel/libtool/libtool-2.2.6a.ebuild +++ b/sys-devel/libtool/libtool-2.2.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.5 2009/09/08 17:51:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.6 2009/09/13 14:38:02 flameeyes Exp $ LIBTOOLIZE="true" #225559 inherit eutils autotools @@ -33,9 +33,9 @@ src_unpack() { cd libltdl/m4 epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-use-linux-version-in-fbsd.patch #109105 cd .. - eautoreconf + AT_NOELIBTOOLIZE=yes eautoreconf cd .. - eautoreconf + AT_NOELIBTOOLIZE=yes eautoreconf fi # the libtool script uses bash code in it and at configure time, tries |