diff options
author | 2004-10-31 20:10:44 +0000 | |
---|---|---|
committer | 2004-10-31 20:10:44 +0000 | |
commit | 53b0e5b1d40cbe9047b202f113da6c5a65758255 (patch) | |
tree | 864fa7b6271287f0a08d33f739017336935748cb /eclass/vim.eclass | |
parent | Builds with 1.5, doesn't require mozilla anymore, installs .so files in a sen... (diff) | |
download | gentoo-2-53b0e5b1d40cbe9047b202f113da6c5a65758255.tar.gz gentoo-2-53b0e5b1d40cbe9047b202f113da6c5a65758255.tar.bz2 gentoo-2-53b0e5b1d40cbe9047b202f113da6c5a65758255.zip |
stop using old WANT_AUTOTOOL_#_# syntax
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 220fd6b497b1..6b9678335a35 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -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/eclass/vim.eclass,v 1.77 2004/10/19 19:51:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.78 2004/10/31 20:08:49 vapier Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -254,7 +254,7 @@ src_compile() { grep -q ^autoconf: src/Makefile && confrule=autoconf # autoconf-2.13 needed for this package -- bug 35319 # except it seems we actually need 2.5 now -- bug 53777 - WANT_AUTOCONF_2_5=yes WANT_AUTOCONF=2.5 \ + WANT_AUTOCONF=2.5 \ make -C src $confrule || die "make $confrule failed" # This should fix a sandbox violation (see bug 24447) |