complibs/cloog: catch autogen.sh's output
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 10 00:00:58 2011 +0200 (2011-10-10)
changeset 2704fcf5c43cf30f
parent 2703 bd2529ef6665
child 2705 80a09cf51c87
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>
scripts/build/companion_libs/cloog.sh
     1.1 --- a/scripts/build/companion_libs/cloog.sh	Sat Oct 08 22:57:21 2011 +0200
     1.2 +++ b/scripts/build/companion_libs/cloog.sh	Mon Oct 10 00:00:58 2011 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4      CT_Pushd "${CT_SRC_DIR}/cloog-ppl${_t}"
     1.5      CT_Patch nochdir "cloog-ppl" "${CT_CLOOG_VERSION}"
     1.6      if [ "${CT_CLOOG_VERSION}" = "0.15.10" ]; then
     1.7 -        ./autogen.sh
     1.8 +        CT_DoExecLog CFG ./autogen.sh
     1.9      fi
    1.10      CT_Popd
    1.11  }