diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 23:19:20 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-06-17 23:19:20 +0000 |
commit | fe35aee8e9c526c6c336a112b6d88bc75feebb99 (patch) | |
tree | 8f3a9d08c66d65278027386920ca32c56b04e5e0 /eclass/gnome2.eclass | |
parent | a new version that pulls in the new libsigc++ (diff) | |
download | gentoo-2-fe35aee8e9c526c6c336a112b6d88bc75feebb99.tar.gz gentoo-2-fe35aee8e9c526c6c336a112b6d88bc75feebb99.tar.bz2 gentoo-2-fe35aee8e9c526c6c336a112b6d88bc75feebb99.zip |
hacking around a bug in libtool.eclass
Diffstat (limited to 'eclass/gnome2.eclass')
-rw-r--r-- | eclass/gnome2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 17de4520f509..5c9ac993d5a4 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.14 2002/06/15 00:31:53 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.15 2002/06/17 23:19:20 spider Exp $ inherit libtool inherit debug @@ -15,7 +15,8 @@ G2CONF="--enable-debug=yes" SCROLLKEEPER_UPDATE="0" gnome2_src_configure() { - elibtoolize + elibtoolize + cd ${S} # doc keyword for gtk-doc use doc && G2CONF="${G2CONF} --enable-gtk-doc" || G2CONF="${G2CONF} --disable-gtk-doc" |