complibs/cloog: catch autogen.sh's output

Run autogen.sh through CT_DoExecLog to catch its output.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2011-10-10 00:00:58 +02:00
parent c7a396f9b7
commit f52ab9bddb

View File

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