diff options
author | John J. Ellis <jje@gentoo.org> | 2003-06-21 02:29:45 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-06-21 02:29:45 +0000 |
commit | 8b697b978792afece7cf75d08fa20b7d80f576b1 (patch) | |
tree | 7fd749e4fc030550f3925da9bb924caca6c3bb9e /eclass/virtualx.eclass | |
parent | Apache test is actually to fill other deps, including the new libapreq (diff) | |
download | historical-8b697b978792afece7cf75d08fa20b7d80f576b1.tar.gz historical-8b697b978792afece7cf75d08fa20b7d80f576b1.tar.bz2 historical-8b697b978792afece7cf75d08fa20b7d80f576b1.zip |
Added version for econf.
Diffstat (limited to 'eclass/virtualx.eclass')
-rw-r--r-- | eclass/virtualx.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index f5a0916a6b9a..43ee1a57aeb2 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.13 2003/02/28 09:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.14 2003/06/21 02:29:45 jje Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -101,3 +101,8 @@ Xemake() { virtualmake "$*" } +#Same as "econf", but setup the Xvfb hack if needed +Xeconf() { + export maketype="econf" + virtualmake "$*" +} |