From 52b7a1973eba216a6c8c0f554e78b04b95d946ae Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 31 Jul 2012 22:27:29 +0200 Subject: complibs/cloog: create missing m4 dir Because we now patch configure.in and configure, the Makefile quicks in a re-build rule as the source files are now more recent than the bundled generated files, and that fails because the m4 directory is missing, although on some systems where aclocal is not installed, the re-build rule does nothing (except a warning). Always create tht directory. Reported-by: Per Arnold Blaasmo [Also thanks to Thomas De Schampheleire for some digging works on this issue] Signed-off-by: "Yann E. MORIN" diff --git a/scripts/build/companion_libs/cloog.sh b/scripts/build/companion_libs/cloog.sh index f83aa24..6408782 100644 --- a/scripts/build/companion_libs/cloog.sh +++ b/scripts/build/companion_libs/cloog.sh @@ -27,6 +27,9 @@ do_cloog_extract() { CT_Extract "cloog-ppl-${CT_CLOOG_VERSION}" CT_Patch "cloog-ppl" "${CT_CLOOG_VERSION}" + # Help the autostuff in case it thinks there are things to regenerate... + CT_DoExecLog DEBUG mkdir -p "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}/m4" + if [ "${CT_CLOOG_NEEDS_AUTORECONF}" = "y" ]; then CT_Pushd "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}" CT_DoExecLog CFG ./autogen.sh -- cgit v0.10.2-6-g49f6