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 | cb91ecc2b0c1250c5cd33ca13d6f1b55d5adb58b (patch) | |
tree | ba2c16e199e24a958a3f7d4ee0d365cb3047b15b /eclass/gnome2.eclass | |
parent | a new version that pulls in the new libsigc++ (diff) | |
download | historical-cb91ecc2b0c1250c5cd33ca13d6f1b55d5adb58b.tar.gz historical-cb91ecc2b0c1250c5cd33ca13d6f1b55d5adb58b.tar.bz2 historical-cb91ecc2b0c1250c5cd33ca13d6f1b55d5adb58b.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" |