diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-27 23:51:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-04-27 23:51:49 +0000 |
commit | 5eb12a00150b0d64720f9369c2b1f26c0a99f750 (patch) | |
tree | 57445cffbe0fec1517933fa6e3ee99044513d1ba /sys-devel | |
parent | Added proper metadata (diff) | |
download | gentoo-2-5eb12a00150b0d64720f9369c2b1f26c0a99f750.tar.gz gentoo-2-5eb12a00150b0d64720f9369c2b1f26c0a99f750.tar.bz2 gentoo-2-5eb12a00150b0d64720f9369c2b1f26c0a99f750.zip |
make sure we have the correct version of autoconf
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/libtool/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/libtool/libtool-1.5.2-r5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog index e37ec3af9269..b35658111d03 100644 --- a/sys-devel/libtool/ChangeLog +++ b/sys-devel/libtool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/libtool # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.41 2004/04/09 05:09:07 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.42 2004/04/27 23:51:49 robbat2 Exp $ + + 27 Apr 2004; Robin H. Johnson <robbat2@gentoo.org> libtool-1.5.2-r5.ebuild: + make sure we have the correct version of autoconf 09 Apr 2004; Travis Tilley <lv@gentoo.org> libtool-1.5.2-r5.ebuild: stable on amd64 diff --git a/sys-devel/libtool/libtool-1.5.2-r5.ebuild b/sys-devel/libtool/libtool-1.5.2-r5.ebuild index 3e19d8d379bf..089cd40d6433 100644 --- a/sys-devel/libtool/libtool-1.5.2-r5.ebuild +++ b/sys-devel/libtool/libtool-1.5.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.5 2004/04/24 08:15:54 vapier Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.5.2-r5.ebuild,v 1.6 2004/04/27 23:51:49 robbat2 Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $ inherit eutils gnuconfig @@ -19,7 +19,9 @@ SLOT="0" KEYWORDS="~x86 ~ppc ppc64 sparc ~mips ~alpha arm ~hppa amd64 ~ia64 s390" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + >=sys-devel/autoconf-2.58" +# the autoconf dep is due to it complaining 'configure.ac:55: error: Autoconf version 2.58 or higher is required' lt_setup() { |