diff options
author | George Shapovalov <george@gentoo.org> | 2007-05-25 11:40:20 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2007-05-25 11:40:20 +0000 |
commit | db950448c532bda7626c4ef263830aa3ea2df158 (patch) | |
tree | 3ae0a6ad3bfdd51c2bd02e4d53ccb38e671f78e4 /eclass/gnatbuild.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-db950448c532bda7626c4ef263830aa3ea2df158.tar.gz gentoo-2-db950448c532bda7626c4ef263830aa3ea2df158.tar.bz2 gentoo-2-db950448c532bda7626c4ef263830aa3ea2df158.zip |
forced gnattools/configure regeneration, needed for gnat-gpl-2007 (and does not heart anyway)
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
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 <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -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) |