mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
complibs/cloog: regenerate autostuff files
Latest version of CLooG does not have properly generated autoconf files, so they need to be regenerated before the call to ./configure Signed-off-by: "Ilya A. Volynets-Evenbakh" <ilya@total-knowlege.com> [yann.morin.1998@anciens.enib.fr: make it conditional on 0.15.10 only] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
ba27d02036
commit
23d449366d
@ -29,6 +29,9 @@ do_cloog_extract() {
|
||||
esac
|
||||
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
|
||||
fi
|
||||
CT_Popd
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user