On 05/29/2015 06:54 PM, Bernhard Reutner-Fischer wrote:
Hi,
config/ChangeLog:
2015-05-29 Bernhard Reutner-Fischer <al...@gcc.gnu.org>
* isl.m4 (ISL_CHECK_VERSION): AC_SUBST ENABLE_ISL_CHECK and set
gcc_cv_isl. Tidy whitespace. Lowercase first line of help-text
like for all the other help texts.
ChangeLog:
2015-05-29 Bernhard Reutner-Fischer <al...@gcc.gnu.org>
* configure.ac (build_configdirs, configdirs, target_configdirs):
Accept autogen.sh along configure. Tidy whitespace around ISL.
* Makefile.tpl: Set HOST_ISL_CHECK from substituted
ENABLE_ISL_CHECK.
(HOST_EXPORTS): Add ENABLE_ISL_CHECK.
* Makefile.in: Regenerate.
* configure: Regenerate.
gcc/ChangeLog:
2015-05-29 Bernhard Reutner-Fischer <al...@gcc.gnu.org>
* configure.ac: Assume a current ISL when using in-tree ISL.
* configure: Regenerate.
---
This allows for configuring a pristine isl checkout in a combined tree
and fixes the version-checks of isl for in-tree builds.
Bootstrapped on x86_64-unknown-linux-gnu, ok for trunk?
From the graphite site this is fine from me, but this needs a autoconf
maintainer approval.
Tobias