diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2016-01-15 15:54:45 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2016-01-15 15:54:45 +0000 |
| commit | 959a8dc39f36150072c4b4551af5d01c37cc126b (patch) | |
| tree | 86759e68c4a481d87f1a303d4fedd3e6738d139d /polly/lib/External/isl/configure | |
| parent | f29dfd36bbf2dd234b3c038448b6fd75beb8ade7 (diff) | |
| download | bcm5719-llvm-959a8dc39f36150072c4b4551af5d01c37cc126b.tar.gz bcm5719-llvm-959a8dc39f36150072c4b4551af5d01c37cc126b.zip | |
Update to ISL 0.16.1
llvm-svn: 257898
Diffstat (limited to 'polly/lib/External/isl/configure')
| -rwxr-xr-x | polly/lib/External/isl/configure | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/polly/lib/External/isl/configure b/polly/lib/External/isl/configure index 90bdc4b334d..80ee8882609 100755 --- a/polly/lib/External/isl/configure +++ b/polly/lib/External/isl/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for isl 0.15. +# Generated by GNU Autoconf 2.69 for isl 0.16.1. # # Report bugs to <isl-development@googlegroups.com>. # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='isl' PACKAGE_TARNAME='isl' -PACKAGE_VERSION='0.15' -PACKAGE_STRING='isl 0.15' +PACKAGE_VERSION='0.16.1' +PACKAGE_STRING='isl 0.16.1' PACKAGE_BUGREPORT='isl-development@googlegroups.com' PACKAGE_URL='' @@ -1361,7 +1361,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures isl 0.15 to adapt to many kinds of systems. +\`configure' configures isl 0.16.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1431,7 +1431,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of isl 0.15:";; + short | recursive ) echo "Configuration of isl 0.16.1:";; esac cat <<\_ACEOF @@ -1556,7 +1556,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -isl configure 0.15 +isl configure 0.16.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2420,7 +2420,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by isl $as_me 0.15, which was +It was created by isl $as_me 0.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3284,7 +3284,7 @@ fi # Define the identity of the package. PACKAGE='isl' - VERSION='0.15' + VERSION='0.16.1' cat >>confdefs.h <<_ACEOF @@ -3417,7 +3417,7 @@ fi AM_BACKSLASH='\' -versioninfo=15:0:0 +versioninfo=16:1:1 if test "x$prefix" != "xNONE"; then prefix_wd=`cd $prefix && pwd` @@ -18228,6 +18228,21 @@ $as_echo "#define HAVE_ADT_OWNINGPTR_H /**/" >>confdefs.h fi + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <clang/Basic/Builtins.h> + +_ACEOF +if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | + $EGREP "initializeBuiltins" >/dev/null 2>&1; then : + +else + +$as_echo "#define initializeBuiltins InitializeBuiltins" >>confdefs.h + +fi +rm -f conftest* + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -19131,7 +19146,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by isl $as_me 0.15, which was +This file was extended by isl $as_me 0.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19197,7 +19212,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -isl config.status 0.15 +isl config.status 0.16.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" |

