diff options
author | 2005-09-03 20:59:54 +0000 | |
---|---|---|
committer | 2005-09-03 20:59:54 +0000 | |
commit | c1c53af0602551f14cb86384545ac3b2d96e05b7 (patch) | |
tree | 4a766b665af0308dcd7b79d2e4c7c0e8374d084d /eclass | |
parent | Stable on ppc64 (diff) | |
download | historical-c1c53af0602551f14cb86384545ac3b2d96e05b7.tar.gz historical-c1c53af0602551f14cb86384545ac3b2d96e05b7.tar.bz2 historical-c1c53af0602551f14cb86384545ac3b2d96e05b7.zip |
added --force to autoreconf because we need libtoolize --force --copy and not just --copy
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index a03b99a363fc..1c2e18b86f23 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.7 2005/08/22 17:46:03 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.8 2005/09/03 20:59:54 cardoe Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -96,7 +96,7 @@ x-modular_reconf_source() { if [ -f "${S}/configure.ac" ] then einfo "Running autoreconf..." - autoreconf -v --install + autoreconf -v --force --install fi fi |