complibs/cloog: auto-reconf for 0.15.10 and later

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 47199f966983bab6a68b2b5da2e1542adbd9388a)
This commit is contained in:
Yann E. MORIN" 2011-10-16 15:10:29 +02:00
parent f8a9bc6760
commit 5eac4bcc60
2 changed files with 10 additions and 1 deletions

View File

@ -10,10 +10,12 @@ config CLOOG_V_0_15_11
bool
prompt "0.15.11 (EXPERIMENTAL)"
depends on EXPERIMENTAL
select CLOOG_0_15_1x
config CLOOG_V_0_15_10
bool
prompt "0.15.10"
select CLOOG_0_15_1x
config CLOOG_V_0_15_9
bool
@ -46,3 +48,10 @@ config CLOOG_VERSION
default "0.15.5" if CLOOG_V_0_15_5
default "0.15.4" if CLOOG_V_0_15_4
default "0.15.3" if CLOOG_V_0_15_3
config CLOOG_0_15_1x
bool
select CLOOG_NEEDS_AUTORECONF
config CLOOG_NEEDS_AUTORECONF
bool

View File

@ -26,7 +26,7 @@ do_cloog_extract() {
CT_Extract "cloog-ppl-${CT_CLOOG_VERSION}"
CT_Patch "cloog-ppl" "${CT_CLOOG_VERSION}"
if [ "${CT_CLOOG_VERSION}" = "0.15.10" ]; then
if [ "${CT_CLOOG_NEEDS_AUTORECONF}" = "y" ]; then
CT_Pushd "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}"
CT_DoExecLog CFG ./autogen.sh
CT_Popd