diff options
author | 2004-10-31 20:08:49 +0000 | |
---|---|---|
committer | 2004-10-31 20:08:49 +0000 | |
commit | fccf66e9375b32ca36be427ecf48c1034dcca9f2 (patch) | |
tree | 5bd2fa91ef4cb41170f9e9c4f8dba382e36ca530 /eclass/vim.eclass | |
parent | Builds with 1.5, doesn't require mozilla anymore, installs .so files in a sen... (diff) | |
download | historical-fccf66e9375b32ca36be427ecf48c1034dcca9f2.tar.gz historical-fccf66e9375b32ca36be427ecf48c1034dcca9f2.tar.bz2 historical-fccf66e9375b32ca36be427ecf48c1034dcca9f2.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) |