From faad90397d4367dbaada266dafc7626a7718395f Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Fri, 25 May 2007 11:40:20 +0000 Subject: forced gnattools/configure regeneration, needed for gnat-gpl-2007 (and does not heart anyway) --- eclass/gnatbuild.eclass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 4001ecd97cbd..b6578020f3e1 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.28 2007/05/18 13:55:36 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.29 2007/05/25 11:40:20 george Exp $ # # Author: George Shapovalov # Belongs to: ada herd @@ -367,6 +367,11 @@ gnatbuild_src_unpack() { || eerror "Please file a bug about this" eend $? done + + # regenerate some configures tp fix ACT's omissions + pushd ${S}/gnattools &> /dev/null + autoconf + popd &> /dev/null ;; common_prep) -- cgit v1.2.3-65-gdbad