diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-05-27 23:25:32 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-05-27 23:25:32 +0000 |
commit | 423bc3475590879150153ff8fec414fc0b48cccf (patch) | |
tree | aa1d5a35d0d4e82b524e0562669959d9315693ec /eclass/gnome2.eclass | |
parent | Multilib fixes. (diff) | |
download | gentoo-2-423bc3475590879150153ff8fec414fc0b48cccf.tar.gz gentoo-2-423bc3475590879150153ff8fec414fc0b48cccf.tar.bz2 gentoo-2-423bc3475590879150153ff8fec414fc0b48cccf.zip |
and revert disabling of elibtoolize
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 821901557ac4..fb5395947d27 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.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/gnome2.eclass,v 1.46 2005/05/19 16:39:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.47 2005/05/27 23:25:32 foser Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> @@ -23,7 +23,8 @@ DEPEND="${DEPEND} >=sys-apps/sed-4" gnome2_src_configure() { - [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF} + # [ -n "${ELTCONF}" ] && elibtoolize ${ELTCONF} + elibtoolize ${ELTCONF} # doc keyword for gtk-doc use doc \ |