Fix autotools build
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Jun 2015 16:50:13 +0000 (16:50 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Jun 2015 16:50:13 +0000 (16:50 +0000)
commitdddfeb6992f0c9c7c0fa3345bc8ef6be62ee36b4
tree036a52214a0d8bcb1b9dd0074cd8e23d41f4d19a
parentd63d3cd507e5801c4acb8d1423efc114235d1c52
Fix autotools build

There were two issues:
* ISL's configure generates include/isl/stdint.h, not isl/stdint.h as
  assumed. This is also changed in the CMake build.

* Need to pass --with-int=imath to ISL's configure; the default is gmp.

Polly's configure has been regenerated due to changing configure.ac

llvm-svn: 240657
polly/CMakeLists.txt
polly/Makefile.config.in
polly/autoconf/configure.ac
polly/configure
polly/lib/CMakeLists.txt