Changeset 319 for clamav/trunk/libclamav/c++/llvm/configure
- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/llvm/configure ¶
r191 r319 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.6 5 for llvm 2.7.3 # Generated by GNU Autoconf 2.67 for llvm 2.8. 4 4 # 5 5 # Report bugs to <llvmbugs@cs.uiuc.edu>. … … 7 7 # 8 8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,10 # Inc.9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software 10 # Foundation, Inc. 11 11 # 12 12 # … … 322 322 done 323 323 test -z "$as_dirs" || eval "mkdir $as_dirs" 324 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"324 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 325 325 326 326 … … 362 362 363 363 364 # as_fn_error ERROR [LINENO LOG_FD]365 # --------------------------------- 364 # as_fn_error STATUS ERROR [LINENO LOG_FD] 365 # ---------------------------------------- 366 366 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 367 367 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 368 # script with status $?, using 1 if that was 0.368 # script with STATUS, using 1 if that was 0. 369 369 as_fn_error () 370 370 { 371 as_status=$ ?; test $as_status -eq 0 && as_status=1372 if test "$ 3"; then373 as_lineno=${as_lineno-"$ 2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack374 $as_echo "$as_me:${as_lineno-$LINENO}: error: $ 1" >&$3375 fi 376 $as_echo "$as_me: error: $ 1" >&2371 as_status=$1; test $as_status -eq 0 && as_status=1 372 if test "$4"; then 373 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 374 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 375 fi 376 $as_echo "$as_me: error: $2" >&2 377 377 as_fn_exit $as_status 378 378 } # as_fn_error … … 536 536 537 537 # Name of the host. 538 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,538 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, 539 539 # so uname gets run too. 540 540 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` … … 555 555 PACKAGE_NAME='llvm' 556 556 PACKAGE_TARNAME='-llvm-' 557 PACKAGE_VERSION='2. 7'558 PACKAGE_STRING='llvm 2. 7'557 PACKAGE_VERSION='2.8' 558 PACKAGE_STRING='llvm 2.8' 559 559 PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu' 560 560 PACKAGE_URL='' … … 640 640 INSTALL_LTDL_FALSE 641 641 INSTALL_LTDL_TRUE 642 HAVE_LINK_VERSION_SCRIPT 642 643 GAS 643 644 OCAMLDOC … … 648 649 TCLSH 649 650 RUNTEST 651 PDFROFF 650 652 POD2MAN 651 653 POD2HTML … … 653 655 GROFF 654 656 DOXYGEN 657 CAT 655 658 BZIP2 656 659 INSTALL_DATA … … 684 687 CXXFLAGS 685 688 CXX 686 ENABLE_LLVMC_DYNAMIC_PLUGINS687 ENABLE_LLVMC_DYNAMIC688 689 BINUTILS_INCDIR 689 690 EXTRA_OPTIONS … … 698 699 LLVM_ENUM_TARGETS 699 700 TARGETS_TO_BUILD 701 ENABLE_TIMESTAMPS 700 702 ENABLE_SHARED 701 703 ENABLE_PIC … … 801 803 enable_pic 802 804 enable_shared 805 enable_timestamps 803 806 enable_targets 804 807 enable_cbe_printf_a … … 819 822 with_binutils_include 820 823 enable_libffi 821 enable_llvmc_dynamic822 enable_llvmc_dynamic_plugins823 824 with_tclinclude 824 825 enable_ltdl_install … … 839 840 CXXFLAGS 840 841 CCC' 841 ac_subdirs_all='projects/sample 842 ac_subdirs_all='projects/llvm-gcc 843 projects/test-suite 844 projects/llvm-test 845 projects/poolalloc 846 projects/llvm-poolalloc 847 projects/sample 842 848 projects/privbracket 843 849 projects/llvm-stacker 844 projects/llvm-test845 projects/test-suite846 850 projects/llvm-reopt 847 projects/llvm-gcc848 851 projects/llvm-java 849 852 projects/llvm-tv 850 projects/llvm-poolalloc851 projects/poolalloc852 853 projects/safecode 853 854 projects/llvm-kernel' … … 913 914 914 915 case $ac_option in 915 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 916 *) ac_optarg=yes ;; 916 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; 917 *=) ac_optarg= ;; 918 *) ac_optarg=yes ;; 917 919 esac 918 920 … … 959 961 # Reject names that are not valid shell variable names. 960 962 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 961 as_fn_error "invalid feature name: $ac_useropt"963 as_fn_error $? "invalid feature name: $ac_useropt" 962 964 ac_useropt_orig=$ac_useropt 963 965 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 985 987 # Reject names that are not valid shell variable names. 986 988 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 987 as_fn_error "invalid feature name: $ac_useropt"989 as_fn_error $? "invalid feature name: $ac_useropt" 988 990 ac_useropt_orig=$ac_useropt 989 991 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1189 1191 # Reject names that are not valid shell variable names. 1190 1192 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1191 as_fn_error "invalid package name: $ac_useropt"1193 as_fn_error $? "invalid package name: $ac_useropt" 1192 1194 ac_useropt_orig=$ac_useropt 1193 1195 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1205 1207 # Reject names that are not valid shell variable names. 1206 1208 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 1207 as_fn_error "invalid package name: $ac_useropt"1209 as_fn_error $? "invalid package name: $ac_useropt" 1208 1210 ac_useropt_orig=$ac_useropt 1209 1211 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` … … 1235 1237 x_libraries=$ac_optarg ;; 1236 1238 1237 -*) as_fn_error "unrecognized option: \`$ac_option'1238 Try \`$0 --help' for more information ."1239 -*) as_fn_error $? "unrecognized option: \`$ac_option' 1240 Try \`$0 --help' for more information" 1239 1241 ;; 1240 1242 … … 1244 1246 case $ac_envvar in #( 1245 1247 '' | [0-9]* | *[!_$as_cr_alnum]* ) 1246 as_fn_error "invalid variable name: \`$ac_envvar'" ;;1248 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; 1247 1249 esac 1248 1250 eval $ac_envvar=\$ac_optarg … … 1262 1264 if test -n "$ac_prev"; then 1263 1265 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 1264 as_fn_error "missing argument to $ac_option"1266 as_fn_error $? "missing argument to $ac_option" 1265 1267 fi 1266 1268 … … 1268 1270 case $enable_option_checking in 1269 1271 no) ;; 1270 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;1272 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; 1271 1273 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; 1272 1274 esac … … 1291 1293 NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 1292 1294 esac 1293 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"1295 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" 1294 1296 done 1295 1297 … … 1305 1307 if test "x$build_alias" = x; then 1306 1308 cross_compiling=maybe 1307 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.1308 If a cross compiler is detected then cross compile mode will be used ." >&21309 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. 1310 If a cross compiler is detected then cross compile mode will be used" >&2 1309 1311 elif test "x$build_alias" != "x$host_alias"; then 1310 1312 cross_compiling=yes … … 1321 1323 ac_ls_di=`ls -di .` && 1322 1324 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 1323 as_fn_error "working directory cannot be determined"1325 as_fn_error $? "working directory cannot be determined" 1324 1326 test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 1325 as_fn_error "pwd does not report name of working directory"1327 as_fn_error $? "pwd does not report name of working directory" 1326 1328 1327 1329 … … 1362 1364 if test ! -r "$srcdir/$ac_unique_file"; then 1363 1365 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 1364 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"1366 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" 1365 1367 fi 1366 1368 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 1367 1369 ac_abs_confdir=`( 1368 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"1370 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" 1369 1371 pwd)` 1370 1372 # When building in place, set srcdir=. … … 1392 1394 # This message is too long to be a string in the A/UX 3.1 sh. 1393 1395 cat <<_ACEOF 1394 \`configure' configures llvm 2. 7to adapt to many kinds of systems.1396 \`configure' configures llvm 2.8 to adapt to many kinds of systems. 1395 1397 1396 1398 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1406 1408 --help=recursive display the short help of all the included packages 1407 1409 -V, --version display version information and exit 1408 -q, --quiet, --silent do not print \`checking ...' messages1410 -q, --quiet, --silent do not print \`checking ...' messages 1409 1411 --cache-file=FILE cache test results in FILE [disabled] 1410 1412 -C, --config-cache alias for \`--cache-file=config.cache' … … 1458 1460 if test -n "$ac_init_help"; then 1459 1461 case $ac_init_help in 1460 short | recursive ) echo "Configuration of llvm 2. 7:";;1462 short | recursive ) echo "Configuration of llvm 2.8:";; 1461 1463 esac 1462 1464 cat <<\_ACEOF … … 1466 1468 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1467 1469 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1468 --enable-optimized Compile with optimizations enabled (default is NO)1470 --enable-optimized Compile with optimizations enabled (default is YES) 1469 1471 --enable-profiling Compile with profiling enabled (default is NO) 1470 1472 --enable-assertions Compile with assertion checks enabled (default is 1471 YES)1473 NO) 1472 1474 --enable-expensive-checks 1473 1475 Compile with expensive debug checks enabled (default … … 1484 1486 --enable-shared Build a shared library and link tools against it 1485 1487 (default is NO) 1488 --enable-timestamps Enable embedding timestamp information in build 1489 (default is YES) 1486 1490 --enable-targets Build specific host targets: all or 1487 1491 target1,target2,... Valid targets are: host, x86, 1488 1492 x86_64, sparc, powerpc, alpha, arm, mips, spu, 1489 pic16, xcore, msp430, systemz, blackfin, cbe, msil,1490 andcpp (default=all)1493 pic16, xcore, msp430, systemz, blackfin, cbe, and 1494 cpp (default=all) 1491 1495 --enable-cbe-printf-a Enable C Backend output with hex floating point via 1492 1496 %a (default is YES) … … 1494 1498 all,auto,none,{binding-name} (default=auto) 1495 1499 --enable-libffi Check for the presence of libffi (default is NO) 1496 --enable-llvmc-dynamic Link LLVMC dynamically (default is NO, unless on1497 Win32)1498 --enable-llvmc-dynamic-plugins1499 Enable dynamic LLVMC plugins (default is YES)1500 1500 --enable-ltdl-install install libltdl 1501 1501 … … 1613 1613 if $ac_init_version; then 1614 1614 cat <<\_ACEOF 1615 llvm configure 2. 71616 generated by GNU Autoconf 2.6 51617 1618 Copyright (C) 20 09Free Software Foundation, Inc.1615 llvm configure 2.8 1616 generated by GNU Autoconf 2.67 1617 1618 Copyright (C) 2010 Free Software Foundation, Inc. 1619 1619 This configure script is free software; the Free Software Foundation 1620 1620 gives unlimited permission to copy, distribute and modify it. … … 1730 1730 fi 1731 1731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 1732 test $ac_status = 0; } > /dev/null&& {1732 test $ac_status = 0; } > conftest.i && { 1733 1733 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 1734 1734 test ! -s conftest.err … … 1755 1755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1756 1756 $as_echo_n "checking for $2... " >&6; } 1757 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1757 if eval "test \"\${$3+set}\"" = set; then : 1758 1758 $as_echo_n "(cached) " >&6 1759 1759 else … … 1869 1869 { 1870 1870 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 1871 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1871 if eval "test \"\${$3+set}\"" = set; then : 1872 1872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1873 1873 $as_echo_n "checking for $2... " >&6; } 1874 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1874 if eval "test \"\${$3+set}\"" = set; then : 1875 1875 $as_echo_n "(cached) " >&6 1876 1876 fi … … 1908 1908 ac_header_preproc=no 1909 1909 fi 1910 rm -f conftest.err conftest. $ac_ext1910 rm -f conftest.err conftest.i conftest.$ac_ext 1911 1911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 1912 1912 $as_echo "$ac_header_preproc" >&6; } … … 1931 1931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 1932 1932 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} 1933 ( cat <<\_ASBOX 1934 ## ----------------------------------- ## 1933 ( $as_echo "## ----------------------------------- ## 1935 1934 ## Report this to llvmbugs@cs.uiuc.edu ## 1936 ## ----------------------------------- ## 1937 _ASBOX 1935 ## ----------------------------------- ##" 1938 1936 ) | sed "s/^/$as_me: WARNING: /" >&2 1939 1937 ;; … … 1941 1939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1942 1940 $as_echo_n "checking for $2... " >&6; } 1943 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1941 if eval "test \"\${$3+set}\"" = set; then : 1944 1942 $as_echo_n "(cached) " >&6 1945 1943 else … … 1962 1960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 1963 1961 $as_echo_n "checking for $2... " >&6; } 1964 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :1962 if eval "test \"\${$3+set}\"" = set; then : 1965 1963 $as_echo_n "(cached) " >&6 1966 1964 else … … 2030 2028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 2031 2029 $as_echo_n "checking for $2... " >&6; } 2032 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :2030 if eval "test \"\${$3+set}\"" = set; then : 2033 2031 $as_echo_n "(cached) " >&6 2034 2032 else … … 2116 2114 2117 2115 } # ac_fn_cxx_try_run 2118 2119 # ac_fn_cxx_try_link LINENO2120 # -------------------------2121 # Try to link conftest.$ac_ext, and return whether this succeeded.2122 ac_fn_cxx_try_link ()2123 {2124 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack2125 rm -f conftest.$ac_objext conftest$ac_exeext2126 if { { ac_try="$ac_link"2127 case "(($ac_try" in2128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;2129 *) ac_try_echo=$ac_try;;2130 esac2131 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""2132 $as_echo "$ac_try_echo"; } >&52133 (eval "$ac_link") 2>conftest.err2134 ac_status=$?2135 if test -s conftest.err; then2136 grep -v '^ *+' conftest.err >conftest.er12137 cat conftest.er1 >&52138 mv -f conftest.er1 conftest.err2139 fi2140 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&52141 test $ac_status = 0; } && {2142 test -z "$ac_cxx_werror_flag" ||2143 test ! -s conftest.err2144 } && test -s conftest$ac_exeext && {2145 test "$cross_compiling" = yes ||2146 $as_test_x conftest$ac_exeext2147 }; then :2148 ac_retval=02149 else2150 $as_echo "$as_me: failed program was:" >&52151 sed 's/^/| /' conftest.$ac_ext >&52152 2153 ac_retval=12154 fi2155 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information2156 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would2157 # interfere with the next link command; also delete a directory that is2158 # left behind by Apple's compiler. We do this before executing the actions.2159 rm -rf conftest.dSYM conftest_ipa8_conftest.oo2160 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}2161 as_fn_set_status $ac_retval2162 2163 } # ac_fn_cxx_try_link2164 2116 cat >config.log <<_ACEOF 2165 2117 This file contains any messages produced by compilers while 2166 2118 running configure, to aid debugging if configure makes a mistake. 2167 2119 2168 It was created by llvm $as_me 2. 7, which was2169 generated by GNU Autoconf 2.6 5. Invocation command line was2120 It was created by llvm $as_me 2.8, which was 2121 generated by GNU Autoconf 2.67. Invocation command line was 2170 2122 2171 2123 $ $0 $@ … … 2277 2229 echo 2278 2230 2279 cat <<\_ASBOX 2280 ## ---------------- ## 2231 $as_echo "## ---------------- ## 2281 2232 ## Cache variables. ## 2282 ## ---------------- ## 2283 _ASBOX 2233 ## ---------------- ##" 2284 2234 echo 2285 2235 # The following way of writing the cache mishandles newlines in values, … … 2315 2265 echo 2316 2266 2317 cat <<\_ASBOX 2318 ## ----------------- ## 2267 $as_echo "## ----------------- ## 2319 2268 ## Output variables. ## 2320 ## ----------------- ## 2321 _ASBOX 2269 ## ----------------- ##" 2322 2270 echo 2323 2271 for ac_var in $ac_subst_vars … … 2332 2280 2333 2281 if test -n "$ac_subst_files"; then 2334 cat <<\_ASBOX 2335 ## ------------------- ## 2282 $as_echo "## ------------------- ## 2336 2283 ## File substitutions. ## 2337 ## ------------------- ## 2338 _ASBOX 2284 ## ------------------- ##" 2339 2285 echo 2340 2286 for ac_var in $ac_subst_files … … 2350 2296 2351 2297 if test -s confdefs.h; then 2352 cat <<\_ASBOX 2353 ## ----------- ## 2298 $as_echo "## ----------- ## 2354 2299 ## confdefs.h. ## 2355 ## ----------- ## 2356 _ASBOX 2300 ## ----------- ##" 2357 2301 echo 2358 2302 cat confdefs.h … … 2409 2353 ac_site_file2=NONE 2410 2354 if test -n "$CONFIG_SITE"; then 2411 ac_site_file1=$CONFIG_SITE 2355 # We do not want a PATH search for config.site. 2356 case $CONFIG_SITE in #(( 2357 -*) ac_site_file1=./$CONFIG_SITE;; 2358 */*) ac_site_file1=$CONFIG_SITE;; 2359 *) ac_site_file1=./$CONFIG_SITE;; 2360 esac 2412 2361 elif test "x$prefix" != xNONE; then 2413 2362 ac_site_file1=$prefix/share/config.site … … 2424 2373 $as_echo "$as_me: loading site script $ac_site_file" >&6;} 2425 2374 sed 's/^/| /' "$ac_site_file" >&5 2426 . "$ac_site_file" 2375 . "$ac_site_file" \ 2376 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 2377 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 2378 as_fn_error $? "failed to load site script $ac_site_file 2379 See \`config.log' for more details" "$LINENO" 5 ; } 2427 2380 fi 2428 2381 done … … 2503 2456 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 2504 2457 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 2505 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 52458 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 2506 2459 fi 2507 2460 ## -------------------- ## … … 2527 2480 ac_aux_dir= 2528 2481 for ac_dir in autoconf "$srcdir"/autoconf; do 2529 for ac_t in install-sh install.sh shtool; do 2530 if test -f "$ac_dir/$ac_t"; then 2531 ac_aux_dir=$ac_dir 2532 ac_install_sh="$ac_aux_dir/$ac_t -c" 2533 break 2 2534 fi 2535 done 2482 if test -f "$ac_dir/install-sh"; then 2483 ac_aux_dir=$ac_dir 2484 ac_install_sh="$ac_aux_dir/install-sh -c" 2485 break 2486 elif test -f "$ac_dir/install.sh"; then 2487 ac_aux_dir=$ac_dir 2488 ac_install_sh="$ac_aux_dir/install.sh -c" 2489 break 2490 elif test -f "$ac_dir/shtool"; then 2491 ac_aux_dir=$ac_dir 2492 ac_install_sh="$ac_aux_dir/shtool install -c" 2493 break 2494 fi 2536 2495 done 2537 2496 if test -z "$ac_aux_dir"; then 2538 as_fn_error "cannot find install-sh, install.sh, or shtool in autoconf \"$srcdir\"/autoconf" "$LINENO" 52497 as_fn_error $? "cannot find install-sh, install.sh, or shtool in autoconf \"$srcdir\"/autoconf" "$LINENO" 5 2539 2498 fi 2540 2499 … … 2551 2510 if test ${srcdir} != "." ; then 2552 2511 if test -f ${srcdir}/include/llvm/Config/config.h ; then 2553 as_fn_error "Already configured in ${srcdir}" "$LINENO" 5 2554 fi 2512 as_fn_error $? "Already configured in ${srcdir}" "$LINENO" 5 2513 fi 2514 fi 2515 2516 2517 2518 if test -d ${srcdir}/projects/llvm-gcc ; then 2519 2520 2521 subdirs="$subdirs projects/llvm-gcc" 2522 2523 fi 2524 2525 if test -d ${srcdir}/projects/test-suite ; then 2526 subdirs="$subdirs projects/test-suite" 2527 2528 fi 2529 2530 if test -d ${srcdir}/projects/llvm-test ; then 2531 subdirs="$subdirs projects/llvm-test" 2532 2533 fi 2534 2535 if test -d ${srcdir}/projects/poolalloc ; then 2536 subdirs="$subdirs projects/poolalloc" 2537 2538 fi 2539 2540 if test -d ${srcdir}/projects/llvm-poolalloc ; then 2541 subdirs="$subdirs projects/llvm-poolalloc" 2542 2555 2543 fi 2556 2544 … … 2559 2547 if test -d ${srcdir}/projects/${i} ; then 2560 2548 case ${i} in 2561 CVS) ;; 2562 sample) 2563 2564 subdirs="$subdirs projects/sample" 2549 sample) subdirs="$subdirs projects/sample" 2565 2550 ;; 2566 2551 privbracket) subdirs="$subdirs projects/privbracket" … … 2568 2553 llvm-stacker) subdirs="$subdirs projects/llvm-stacker" 2569 2554 ;; 2570 # llvm-test is the old name of the test-suite, kept here for backwards2571 # compatibility2572 llvm-test) subdirs="$subdirs projects/llvm-test"2573 ;;2574 test-suite) subdirs="$subdirs projects/test-suite"2575 ;;2576 2555 llvm-reopt) subdirs="$subdirs projects/llvm-reopt" 2577 2556 ;; 2578 llvm-gcc) subdirs="$subdirs projects/llvm-gcc"2579 ;;2580 2557 llvm-java) subdirs="$subdirs projects/llvm-java" 2581 2558 ;; 2582 2559 llvm-tv) subdirs="$subdirs projects/llvm-tv" 2583 2560 ;; 2584 llvm-poolalloc) subdirs="$subdirs projects/llvm-poolalloc"2585 ;;2586 poolalloc) subdirs="$subdirs projects/poolalloc"2587 ;;2588 2561 safecode) subdirs="$subdirs projects/safecode" 2589 2562 ;; 2590 2563 llvm-kernel) subdirs="$subdirs projects/llvm-kernel" 2591 2564 ;; 2565 llvm-gcc) ;; 2566 test-suite) ;; 2567 llvm-test) ;; 2568 poolalloc) ;; 2569 llvm-poolalloc) ;; 2592 2570 *) 2593 2571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown project (${i}) won't be configured automatically" >&5 … … 2601 2579 # Make sure we can run config.sub. 2602 2580 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 2603 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 52581 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 2604 2582 2605 2583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 … … 2612 2590 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 2613 2591 test "x$ac_build_alias" = x && 2614 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 52592 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 2615 2593 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 2616 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 52594 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 2617 2595 2618 2596 fi … … 2621 2599 case $ac_cv_build in 2622 2600 *-*-*) ;; 2623 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;2601 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;; 2624 2602 esac 2625 2603 build=$ac_cv_build … … 2646 2624 else 2647 2625 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 2648 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 52626 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 2649 2627 fi 2650 2628 … … 2654 2632 case $ac_cv_host in 2655 2633 *-*-*) ;; 2656 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;2634 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;; 2657 2635 esac 2658 2636 host=$ac_cv_host … … 2679 2657 else 2680 2658 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 2681 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 52659 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5 2682 2660 fi 2683 2661 … … 2687 2665 case $ac_cv_target in 2688 2666 *-*-*) ;; 2689 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;2667 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;; 2690 2668 esac 2691 2669 target=$ac_cv_target … … 2735 2713 llvm_cv_no_link_all_option="-Wl,-noall_load" 2736 2714 llvm_cv_os_type="Darwin" 2715 llvm_cv_platform_type="Unix" ;; 2716 *-*-minix*) 2717 llvm_cv_link_all_option="-Wl,-all_load" 2718 llvm_cv_no_link_all_option="-Wl,-noall_load" 2719 llvm_cv_os_type="Minix" 2737 2720 llvm_cv_platform_type="Unix" ;; 2738 2721 *-*-freebsd*) … … 2835 2818 *-*-darwin*) 2836 2819 llvm_cv_target_os_type="Darwin" ;; 2820 *-*-minix*) 2821 llvm_cv_target_os_type="Minix" ;; 2837 2822 *-*-freebsd*) 2838 2823 llvm_cv_target_os_type="FreeBSD" ;; … … 2871 2856 2872 2857 if test "$llvm_cv_os_type" = "Unknown" ; then 2873 as_fn_error "Operating system is unknown, configure can't continue" "$LINENO" 52858 as_fn_error $? "Operating system is unknown, configure can't continue" "$LINENO" 5 2874 2859 fi 2875 2860 … … 3247 3232 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3248 3233 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3249 as_fn_error "no acceptable C compiler found in \$PATH3250 See \`config.log' for more details ." "$LINENO" 5; }3234 as_fn_error $? "no acceptable C compiler found in \$PATH 3235 See \`config.log' for more details" "$LINENO" 5 ; } 3251 3236 3252 3237 # Provide some information about the compiler. … … 3362 3347 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3363 3348 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3364 { as_fn_set_status 77 3365 as_fn_error "C compiler cannot create executables 3366 See \`config.log' for more details." "$LINENO" 5; }; } 3349 as_fn_error 77 "C compiler cannot create executables 3350 See \`config.log' for more details" "$LINENO" 5 ; } 3367 3351 else 3368 3352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 … … 3406 3390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3407 3391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3408 as_fn_error "cannot compute suffix of executables: cannot compile and link3409 See \`config.log' for more details ." "$LINENO" 5; }3392 as_fn_error $? "cannot compute suffix of executables: cannot compile and link 3393 See \`config.log' for more details" "$LINENO" 5 ; } 3410 3394 fi 3411 3395 rm -f conftest conftest$ac_cv_exeext … … 3464 3448 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3465 3449 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3466 as_fn_error "cannot run C compiled programs.3450 as_fn_error $? "cannot run C compiled programs. 3467 3451 If you meant to cross compile, use \`--host'. 3468 See \`config.log' for more details ." "$LINENO" 5; }3452 See \`config.log' for more details" "$LINENO" 5 ; } 3469 3453 fi 3470 3454 fi … … 3517 3501 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3518 3502 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3519 as_fn_error "cannot compute suffix of object files: cannot compile3520 See \`config.log' for more details ." "$LINENO" 5; }3503 as_fn_error $? "cannot compute suffix of object files: cannot compile 3504 See \`config.log' for more details" "$LINENO" 5 ; } 3521 3505 fi 3522 3506 rm -f conftest.$ac_cv_objext conftest.$ac_ext … … 3781 3765 continue 3782 3766 fi 3783 rm -f conftest.err conftest. $ac_ext3767 rm -f conftest.err conftest.i conftest.$ac_ext 3784 3768 3785 3769 # OK, works on sane cases. Now check whether nonexistent headers … … 3797 3781 break 3798 3782 fi 3799 rm -f conftest.err conftest. $ac_ext3783 rm -f conftest.err conftest.i conftest.$ac_ext 3800 3784 3801 3785 done 3802 3786 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3803 rm -f conftest. err conftest.$ac_ext3787 rm -f conftest.i conftest.err conftest.$ac_ext 3804 3788 if $ac_preproc_ok; then : 3805 3789 break … … 3840 3824 continue 3841 3825 fi 3842 rm -f conftest.err conftest. $ac_ext3826 rm -f conftest.err conftest.i conftest.$ac_ext 3843 3827 3844 3828 # OK, works on sane cases. Now check whether nonexistent headers … … 3856 3840 break 3857 3841 fi 3858 rm -f conftest.err conftest. $ac_ext3842 rm -f conftest.err conftest.i conftest.$ac_ext 3859 3843 3860 3844 done 3861 3845 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 3862 rm -f conftest. err conftest.$ac_ext3846 rm -f conftest.i conftest.err conftest.$ac_ext 3863 3847 if $ac_preproc_ok; then : 3864 3848 … … 3866 3850 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 3867 3851 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 3868 as_fn_error "C preprocessor \"$CPP\" fails sanity check3869 See \`config.log' for more details ." "$LINENO" 5; }3852 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 3853 See \`config.log' for more details" "$LINENO" 5 ; } 3870 3854 fi 3871 3855 … … 3928 3912 IFS=$as_save_IFS 3929 3913 if test -z "$ac_cv_path_GREP"; then 3930 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 53914 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3931 3915 fi 3932 3916 else … … 3994 3978 IFS=$as_save_IFS 3995 3979 if test -z "$ac_cv_path_EGREP"; then 3996 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 53980 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 3997 3981 fi 3998 3982 else … … 4126 4110 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 4127 4111 " 4128 eval as_val=\$$as_ac_Header 4129 if test "x$as_val" = x""yes; then : 4112 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 4130 4113 cat >>confdefs.h <<_ACEOF 4131 4114 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 4358 4341 ;; #( 4359 4342 *) 4360 as_fn_error "unknown endianness4361 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;4343 as_fn_error $? "unknown endianness 4344 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; 4362 4345 esac 4363 4346 … … 4509 4492 fi 4510 4493 fi 4511 test -z "$BUILD_CC" && as_fn_error "no acceptable cc found in \$PATH" "$LINENO" 54494 test -z "$BUILD_CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5 4512 4495 ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' 4513 4496 rm -f conftest* … … 4526 4509 done 4527 4510 else 4528 as_fn_error "installation or configuration problem: compiler cannot create executables." "$LINENO" 54511 as_fn_error $? "installation or configuration problem: compiler cannot create executables." "$LINENO" 5 4529 4512 fi 4530 4513 rm -f conftest* … … 4677 4660 fi 4678 4661 4679 if test -d " CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then4662 if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then 4680 4663 cvsbuild="yes" 4681 4664 optimize="no" … … 4692 4675 enableval=$enable_optimized; 4693 4676 else 4694 enableval= $optimize4677 enableval="yes" 4695 4678 fi 4696 4679 … … 4722 4705 enableval=$enable_assertions; 4723 4706 else 4724 enableval=" yes"4707 enableval="no" 4725 4708 fi 4726 4709 … … 4840 4823 default) ENABLE_DOXYGEN=0 4841 4824 ;; 4842 *) as_fn_error "Invalid setting for --enable-doxygen. Use \"yes\" or \"no\"" "$LINENO" 5;;4825 *) as_fn_error $? "Invalid setting for --enable-doxygen. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 4843 4826 esac 4844 4827 … … 4857 4840 default) ENABLE_THREADS=1 4858 4841 ;; 4859 *) as_fn_error "Invalid setting for --enable-threads. Use \"yes\" or \"no\"" "$LINENO" 5;;4842 *) as_fn_error $? "Invalid setting for --enable-threads. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 4860 4843 esac 4861 4844 … … 4879 4862 default) ENABLE_PIC=1 4880 4863 ;; 4881 *) as_fn_error "Invalid setting for --enable-pic. Use \"yes\" or \"no\"" "$LINENO" 5;;4864 *) as_fn_error $? "Invalid setting for --enable-pic. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 4882 4865 esac 4883 4866 … … 4901 4884 default) ENABLE_SHARED=0 4902 4885 ;; 4903 *) as_fn_error "Invalid setting for --enable-shared. Use \"yes\" or \"no\"" "$LINENO" 5;;4886 *) as_fn_error $? "Invalid setting for --enable-shared. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 4904 4887 esac 4888 4889 # Check whether --enable-timestamps was given. 4890 if test "${enable_timestamps+set}" = set; then : 4891 enableval=$enable_timestamps; 4892 else 4893 enableval=default 4894 fi 4895 4896 case "$enableval" in 4897 yes) ENABLE_TIMESTAMPS=1 4898 ;; 4899 no) ENABLE_TIMESTAMPS=0 4900 ;; 4901 default) ENABLE_TIMESTAMPS=1 4902 ;; 4903 *) as_fn_error $? "Invalid setting for --enable-timestamps. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 4904 esac 4905 4906 cat >>confdefs.h <<_ACEOF 4907 #define ENABLE_TIMESTAMPS $ENABLE_TIMESTAMPS 4908 _ACEOF 4909 4905 4910 4906 4911 TARGETS_TO_BUILD="" … … 4916 4921 fi 4917 4922 case "$enableval" in 4918 all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend MSILCppBackend MBlaze" ;;4923 all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze" ;; 4919 4924 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do 4920 4925 case "$a_target" in … … 4933 4938 blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; 4934 4939 cbe) TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD" ;; 4935 msil) TARGETS_TO_BUILD="MSIL $TARGETS_TO_BUILD" ;;4936 4940 cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;; 4937 4941 mblaze) TARGETS_TO_BUILD="MBlaze $TARGETS_TO_BUILD" ;; … … 4951 4955 s390x) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; 4952 4956 Blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;; 4953 *) as_fn_error "Can not set target to build" "$LINENO" 5;;4957 *) as_fn_error $? "Can not set target to build" "$LINENO" 5 ;; 4954 4958 esac ;; 4955 *) as_fn_error "Unrecognized target $a_target" "$LINENO" 5;;4959 *) as_fn_error $? "Unrecognized target $a_target" "$LINENO" 5 ;; 4956 4960 esac 4957 4961 done … … 4965 4969 for a_target in $TARGETS_TO_BUILD; do 4966 4970 if test "$a_target" = "$LLVM_NATIVE_ARCH"; then 4967 LLVM_NATIVE_ARCHTARGET="${LLVM_NATIVE_ARCH}Target"4968 4971 4969 4972 cat >>confdefs.h <<_ACEOF 4970 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCHTARGET 4973 #define LLVM_NATIVE_ARCH $LLVM_NATIVE_ARCH 4974 _ACEOF 4975 4976 LLVM_NATIVE_TARGET="LLVMInitialize${LLVM_NATIVE_ARCH}Target" 4977 LLVM_NATIVE_TARGETINFO="LLVMInitialize${LLVM_NATIVE_ARCH}TargetInfo" 4978 LLVM_NATIVE_ASMPRINTER="LLVMInitialize${LLVM_NATIVE_ARCH}AsmPrinter" 4979 4980 cat >>confdefs.h <<_ACEOF 4981 #define LLVM_NATIVE_TARGET $LLVM_NATIVE_TARGET 4982 _ACEOF 4983 4984 4985 cat >>confdefs.h <<_ACEOF 4986 #define LLVM_NATIVE_TARGETINFO $LLVM_NATIVE_TARGETINFO 4987 _ACEOF 4988 4989 4990 cat >>confdefs.h <<_ACEOF 4991 #define LLVM_NATIVE_ASMPRINTER $LLVM_NATIVE_ASMPRINTER 4971 4992 _ACEOF 4972 4993 … … 5011 5032 default) ENABLE_CBE_PRINTF_A=1 5012 5033 ;; 5013 *) as_fn_error "Invalid setting for --enable-cbe-printf-a. Use \"yes\" or \"no\"" "$LINENO" 5;;5034 *) as_fn_error $? "Invalid setting for --enable-cbe-printf-a. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 5014 5035 esac 5015 5036 … … 5030 5051 default) WITH_LLVMGCCDIR=default ;; 5031 5052 /* | [A-Za-z]:[\\/]*) WITH_LLVMGCCDIR=$withval ;; 5032 *) as_fn_error "Invalid path for --with-llvmgccdir. Provide full path" "$LINENO" 5;;5053 *) as_fn_error $? "Invalid path for --with-llvmgccdir. Provide full path" "$LINENO" 5 ;; 5033 5054 esac 5034 5055 … … 5058 5079 5059 5080 if test -n "$LLVMGCC" && test -z "$LLVMGXX"; then 5060 as_fn_error "Invalid llvm-g++. Use --with-llvmgxx when --with-llvmgcc is used" "$LINENO" 5;5081 as_fn_error $? "Invalid llvm-g++. Use --with-llvmgxx when --with-llvmgcc is used" "$LINENO" 5 ; 5061 5082 fi 5062 5083 5063 5084 if test -n "$LLVMGXX" && test -z "$LLVMGCC"; then 5064 as_fn_error "Invalid llvm-gcc. Use --with-llvmgcc when --with-llvmgxx is used" "$LINENO" 5;5085 as_fn_error $? "Invalid llvm-gcc. Use --with-llvmgcc when --with-llvmgxx is used" "$LINENO" 5 ; 5065 5086 fi 5066 5087 … … 5090 5111 WITH_CLANGPATH="$with_clang" 5091 5112 if ! test -x "$WITH_CLANGPATH"; then 5092 as_fn_error "invalid --with-clang, path does not specify an executable" "$LINENO" 55113 as_fn_error $? "invalid --with-clang, path does not specify an executable" "$LINENO" 5 5093 5114 fi 5094 5115 elif test "$with_built_clang" = "yes"; then … … 5098 5119 else 5099 5120 if test "$with_built_clang" != "check"; then 5100 as_fn_error "invalid value for --with-built-clang." "$LINENO" 55121 as_fn_error $? "invalid value for --with-built-clang." "$LINENO" 5 5101 5122 fi 5102 5123 … … 5137 5158 default) 5138 5159 case "$llvm_cv_os_type" in 5139 MingW) optimize_option=-O3 ;; 5140 *) optimize_option=-O2 ;; 5160 FreeBSD) optimize_option=-O2 ;; 5161 MingW) optimize_option=-O2 ;; 5162 *) optimize_option=-O3 ;; 5141 5163 esac ;; 5142 5164 *) optimize_option="$withval" ;; … … 5177 5199 case "$a_binding" in 5178 5200 ocaml) BINDINGS_TO_BUILD="ocaml $BINDINGS_TO_BUILD" ;; 5179 *) as_fn_error "Unrecognized binding $a_binding" "$LINENO" 5;;5201 *) as_fn_error $? "Unrecognized binding $a_binding" "$LINENO" 5 ;; 5180 5202 esac 5181 5203 done … … 5194 5216 auto) with_ocaml_libdir="$withval" ;; 5195 5217 /* | [A-Za-z]:[\\/]*) with_ocaml_libdir="$withval" ;; 5196 *) as_fn_error "Invalid path for --with-ocaml-libdir. Provide full path" "$LINENO" 5;;5218 *) as_fn_error $? "Invalid path for --with-ocaml-libdir. Provide full path" "$LINENO" 5 ;; 5197 5219 esac 5198 5220 … … 5278 5300 default) WITH_BINUTILS_INCDIR=default ;; 5279 5301 /* | [A-Za-z]:[\\/]*) WITH_BINUTILS_INCDIR=$withval ;; 5280 *) as_fn_error "Invalid path for --with-binutils-include. Provide full path" "$LINENO" 5;;5302 *) as_fn_error $? "Invalid path for --with-binutils-include. Provide full path" "$LINENO" 5 ;; 5281 5303 esac 5282 5304 if test "x$WITH_BINUTILS_INCDIR" != xdefault ; then … … 5285 5307 if test ! -f "$WITH_BINUTILS_INCDIR/plugin-api.h"; then 5286 5308 echo "$WITH_BINUTILS_INCDIR/plugin-api.h" 5287 as_fn_error "Invalid path to directory containing plugin-api.h." "$LINENO" 5;5309 as_fn_error $? "Invalid path to directory containing plugin-api.h." "$LINENO" 5 ; 5288 5310 fi 5289 5311 fi … … 5294 5316 yes) llvm_cv_enable_libffi="yes" ;; 5295 5317 no) llvm_cv_enable_libffi="no" ;; 5296 *) as_fn_error "Invalid setting for --enable-libffi. Use \"yes\" or \"no\"" "$LINENO" 5;;5318 *) as_fn_error $? "Invalid setting for --enable-libffi. Use \"yes\" or \"no\"" "$LINENO" 5 ;; 5297 5319 esac 5298 5320 else … … 5300 5322 fi 5301 5323 5302 5303 if test "$llvm_cv_os_type" = "Win32" ; then5304 llvmc_dynamic="yes"5305 else5306 llvmc_dynamic="no"5307 fi5308 5309 # Check whether --enable-llvmc-dynamic was given.5310 if test "${enable_llvmc_dynamic+set}" = set; then :5311 enableval=$enable_llvmc_dynamic;5312 else5313 enableval=$llvmc_dynamic5314 fi5315 5316 if test ${enableval} = "yes" && test "$ENABLE_PIC" -eq 1 ; then5317 ENABLE_LLVMC_DYNAMIC=ENABLE_LLVMC_DYNAMIC=15318 5319 else5320 ENABLE_LLVMC_DYNAMIC=5321 5322 fi5323 5324 # Check whether --enable-llvmc-dynamic-plugins was given.5325 if test "${enable_llvmc_dynamic_plugins+set}" = set; then :5326 enableval=$enable_llvmc_dynamic_plugins;5327 else5328 enableval=yes5329 fi5330 5331 if test ${enableval} = "yes" ; then5332 ENABLE_LLVMC_DYNAMIC_PLUGINS=ENABLE_LLVMC_DYNAMIC_PLUGINS=15333 5334 else5335 ENABLE_LLVMC_DYNAMIC_PLUGINS=5336 5337 fi5338 5324 5339 5325 … … 5380 5366 continue 5381 5367 fi 5382 rm -f conftest.err conftest. $ac_ext5368 rm -f conftest.err conftest.i conftest.$ac_ext 5383 5369 5384 5370 # OK, works on sane cases. Now check whether nonexistent headers … … 5396 5382 break 5397 5383 fi 5398 rm -f conftest.err conftest. $ac_ext5384 rm -f conftest.err conftest.i conftest.$ac_ext 5399 5385 5400 5386 done 5401 5387 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5402 rm -f conftest. err conftest.$ac_ext5388 rm -f conftest.i conftest.err conftest.$ac_ext 5403 5389 if $ac_preproc_ok; then : 5404 5390 break … … 5439 5425 continue 5440 5426 fi 5441 rm -f conftest.err conftest. $ac_ext5427 rm -f conftest.err conftest.i conftest.$ac_ext 5442 5428 5443 5429 # OK, works on sane cases. Now check whether nonexistent headers … … 5455 5441 break 5456 5442 fi 5457 rm -f conftest.err conftest. $ac_ext5443 rm -f conftest.err conftest.i conftest.$ac_ext 5458 5444 5459 5445 done 5460 5446 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 5461 rm -f conftest. err conftest.$ac_ext5447 rm -f conftest.i conftest.err conftest.$ac_ext 5462 5448 if $ac_preproc_ok; then : 5463 5449 … … 5465 5451 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5466 5452 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5467 as_fn_error "C preprocessor \"$CPP\" fails sanity check5468 See \`config.log' for more details ." "$LINENO" 5; }5453 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check 5454 See \`config.log' for more details" "$LINENO" 5 ; } 5469 5455 fi 5470 5456 … … 5583 5569 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 5584 5570 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} 5585 as_fn_error "no acceptable C compiler found in \$PATH5586 See \`config.log' for more details ." "$LINENO" 5; }5571 as_fn_error $? "no acceptable C compiler found in \$PATH 5572 See \`config.log' for more details" "$LINENO" 5 ; } 5587 5573 5588 5574 # Provide some information about the compiler. … … 7343 7329 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' 7344 7330 7331 case "$INSTALL" in 7332 [\\/$]* | ?:[\\/]* ) ;; 7333 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;; 7334 esac 7345 7335 7346 7336 # Extract the first word of "bzip2", so it can be a program name with args. … … 7384 7374 7385 7375 7376 # Extract the first word of "cat", so it can be a program name with args. 7377 set dummy cat; ac_word=$2 7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7379 $as_echo_n "checking for $ac_word... " >&6; } 7380 if test "${ac_cv_path_CAT+set}" = set; then : 7381 $as_echo_n "(cached) " >&6 7382 else 7383 case $CAT in 7384 [\\/]* | ?:[\\/]*) 7385 ac_cv_path_CAT="$CAT" # Let the user override the test with a path. 7386 ;; 7387 *) 7388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7389 for as_dir in $PATH 7390 do 7391 IFS=$as_save_IFS 7392 test -z "$as_dir" && as_dir=. 7393 for ac_exec_ext in '' $ac_executable_extensions; do 7394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7395 ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 7396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7397 break 2 7398 fi 7399 done 7400 done 7401 IFS=$as_save_IFS 7402 7403 ;; 7404 esac 7405 fi 7406 CAT=$ac_cv_path_CAT 7407 if test -n "$CAT"; then 7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CAT" >&5 7409 $as_echo "$CAT" >&6; } 7410 else 7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7412 $as_echo "no" >&6; } 7413 fi 7414 7415 7386 7416 # Extract the first word of "doxygen", so it can be a program name with args. 7387 7417 set dummy doxygen; ac_word=$2 … … 7584 7614 7585 7615 7616 # Extract the first word of "pdfroff", so it can be a program name with args. 7617 set dummy pdfroff; ac_word=$2 7618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7619 $as_echo_n "checking for $ac_word... " >&6; } 7620 if test "${ac_cv_path_PDFROFF+set}" = set; then : 7621 $as_echo_n "(cached) " >&6 7622 else 7623 case $PDFROFF in 7624 [\\/]* | ?:[\\/]*) 7625 ac_cv_path_PDFROFF="$PDFROFF" # Let the user override the test with a path. 7626 ;; 7627 *) 7628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 7629 for as_dir in $PATH 7630 do 7631 IFS=$as_save_IFS 7632 test -z "$as_dir" && as_dir=. 7633 for ac_exec_ext in '' $ac_executable_extensions; do 7634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 7635 ac_cv_path_PDFROFF="$as_dir/$ac_word$ac_exec_ext" 7636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 7637 break 2 7638 fi 7639 done 7640 done 7641 IFS=$as_save_IFS 7642 7643 ;; 7644 esac 7645 fi 7646 PDFROFF=$ac_cv_path_PDFROFF 7647 if test -n "$PDFROFF"; then 7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PDFROFF" >&5 7649 $as_echo "$PDFROFF" >&6; } 7650 else 7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 7652 $as_echo "no" >&6; } 7653 fi 7654 7655 7586 7656 # Extract the first word of "runtest", so it can be a program name with args. 7587 7657 set dummy runtest; ac_word=$2 … … 7646 7716 ac_cv_path_tclsh=`(cd ${with_tclinclude}/src; pwd)` 7647 7717 else 7648 as_fn_error "${with_tclinclude} directory doesn't contain tclsh" "$LINENO" 57718 as_fn_error $? "${with_tclinclude} directory doesn't contain tclsh" "$LINENO" 5 7649 7719 fi 7650 7720 fi … … 7978 8048 7979 8049 8050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker version" >&5 8051 $as_echo_n "checking for linker version... " >&6; } 8052 if test "${llvm_cv_link_version+set}" = set; then : 8053 $as_echo_n "(cached) " >&6 8054 else 8055 8056 version_string="$(ld -v 2>&1 | head -1)" 8057 8058 # Check for ld64. 8059 if (echo "$version_string" | grep -q "ld64"); then 8060 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#.*ld64-\([^ ]*\)#\1#") 8061 else 8062 llvm_cv_link_version=$(echo "$version_string" | sed -e "s#[^0-9]*\([0-9.]*\).*#\1#") 8063 fi 8064 8065 fi 8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $llvm_cv_link_version" >&5 8067 $as_echo "$llvm_cv_link_version" >&6; } 8068 8069 cat >>confdefs.h <<_ACEOF 8070 #define HOST_LINK_VERSION "$llvm_cv_link_version" 8071 _ACEOF 8072 8073 8074 7980 8075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler -Wl,-R<path> option" >&5 7981 8076 $as_echo_n "checking for compiler -Wl,-R<path> option... " >&6; } … … 7997 8092 main () 7998 8093 { 7999 int main() { return 0; } 8094 8000 8095 ; 8001 8096 return 0; … … 8046 8141 main () 8047 8142 { 8048 int main() { return 0; } 8143 8049 8144 ; 8050 8145 return 0; … … 8072 8167 8073 8168 $as_echo "#define HAVE_LINK_EXPORT_DYNAMIC 1" >>confdefs.h 8169 8170 fi 8171 8172 8173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler -Wl,--version-script option" >&5 8174 $as_echo_n "checking for compiler -Wl,--version-script option... " >&6; } 8175 if test "${llvm_cv_link_use_version_script+set}" = set; then : 8176 $as_echo_n "(cached) " >&6 8177 else 8178 ac_ext=c 8179 ac_cpp='$CPP $CPPFLAGS' 8180 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8181 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8182 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8183 8184 oldcflags="$CFLAGS" 8185 8186 # The following code is from the autoconf manual, 8187 # "11.13: Limitations of Usual Tools". 8188 # Create a temporary directory $tmp in $TMPDIR (default /tmp). 8189 # Use mktemp if possible; otherwise fall back on mkdir, 8190 # with $RANDOM to make collisions less likely. 8191 : ${TMPDIR=/tmp} 8192 { 8193 tmp=` 8194 (umask 077 && mktemp -d "$TMPDIR/fooXXXXXX") 2>/dev/null 8195 ` && 8196 test -n "$tmp" && test -d "$tmp" 8197 } || { 8198 tmp=$TMPDIR/foo$$-$RANDOM 8199 (umask 077 && mkdir "$tmp") 8200 } || exit $? 8201 8202 echo "{" > "$tmp/export.map" 8203 echo " global: main;" >> "$tmp/export.map" 8204 echo " local: *;" >> "$tmp/export.map" 8205 echo "};" >> "$tmp/export.map" 8206 8207 CFLAGS="$CFLAGS -Wl,--version-script=$tmp/export.map" 8208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 8209 /* end confdefs.h. */ 8210 8211 int 8212 main () 8213 { 8214 8215 ; 8216 return 0; 8217 } 8218 _ACEOF 8219 if ac_fn_c_try_link "$LINENO"; then : 8220 llvm_cv_link_use_version_script=yes 8221 else 8222 llvm_cv_link_use_version_script=no 8223 fi 8224 rm -f core conftest.err conftest.$ac_objext \ 8225 conftest$ac_exeext conftest.$ac_ext 8226 rm "$tmp/export.map" 8227 rmdir "$tmp" 8228 CFLAGS="$oldcflags" 8229 ac_ext=c 8230 ac_cpp='$CPP $CPPFLAGS' 8231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 8232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 8233 ac_compiler_gnu=$ac_cv_c_compiler_gnu 8234 8235 8236 fi 8237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $llvm_cv_link_use_version_script" >&5 8238 $as_echo "$llvm_cv_link_use_version_script" >&6; } 8239 if test "$llvm_cv_link_use_version_script" = yes ; then 8240 HAVE_LINK_VERSION_SCRIPT=1 8074 8241 8075 8242 fi … … 8163 8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 8164 8331 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } 8165 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :8332 if eval "test \"\${$as_ac_Header+set}\"" = set; then : 8166 8333 $as_echo_n "(cached) " >&6 8167 8334 else … … 8190 8357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 8191 8358 $as_echo "$ac_res" >&6; } 8192 eval as_val=\$$as_ac_Header 8193 if test "x$as_val" = x""yes; then : 8359 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 8194 8360 cat >>confdefs.h <<_ACEOF 8195 8361 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 … … 9598 9764 lt_status=$lt_dlunknown 9599 9765 cat > conftest.$ac_ext <<EOF 9600 #line 9 593"configure"9766 #line 9759 "configure" 9601 9767 #include "confdefs.h" 9602 9768 … … 9819 9985 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9820 9986 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9821 eval as_val=\$$as_ac_var 9822 if test "x$as_val" = x""yes; then : 9987 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9823 9988 cat >>confdefs.h <<_ACEOF 9824 9989 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 9852 10017 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 9853 10018 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 9854 eval as_val=\$$as_ac_Header 9855 if test "x$as_val" = x""yes; then : 10019 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 9856 10020 cat >>confdefs.h <<_ACEOF 9857 10021 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 9866 10030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 9867 10031 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 9868 eval as_val=\$$as_ac_Header 9869 if test "x$as_val" = x""yes; then : 10032 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 9870 10033 cat >>confdefs.h <<_ACEOF 9871 10034 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 9880 10043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 9881 10044 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 9882 eval as_val=\$$as_ac_Header 9883 if test "x$as_val" = x""yes; then : 10045 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 9884 10046 cat >>confdefs.h <<_ACEOF 9885 10047 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 9895 10057 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9896 10058 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9897 eval as_val=\$$as_ac_var 9898 if test "x$as_val" = x""yes; then : 10059 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9899 10060 cat >>confdefs.h <<_ACEOF 9900 10061 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 9908 10069 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9909 10070 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9910 eval as_val=\$$as_ac_var 9911 if test "x$as_val" = x""yes; then : 10071 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9912 10072 cat >>confdefs.h <<_ACEOF 9913 10073 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 9921 10081 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9922 10082 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9923 eval as_val=\$$as_ac_var 9924 if test "x$as_val" = x""yes; then : 10083 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9925 10084 cat >>confdefs.h <<_ACEOF 9926 10085 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 9934 10093 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9935 10094 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9936 eval as_val=\$$as_ac_var 9937 if test "x$as_val" = x""yes; then : 10095 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9938 10096 cat >>confdefs.h <<_ACEOF 9939 10097 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 9947 10105 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 9948 10106 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 9949 eval as_val=\$$as_ac_var 9950 if test "x$as_val" = x""yes; then : 10107 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 9951 10108 cat >>confdefs.h <<_ACEOF 9952 10109 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 10081 10238 test "$with_llvmcc" != "clang" && 10082 10239 test "$with_llvmcc" != "none"); then 10083 as_fn_error "invalid value for --with-llvmcc, expected 'llvm-gcc', 'clang', or 'none'." "$LINENO" 510240 as_fn_error $? "invalid value for --with-llvmcc, expected 'llvm-gcc', 'clang', or 'none'." "$LINENO" 5 10084 10241 fi 10085 10242 WITH_LLVMCC="$with_llvmcc" … … 10112 10269 if test "$GCC" != "yes" && test "$ICC" != "yes" 10113 10270 then 10114 as_fn_error "gcc|icc required but not found" "$LINENO" 510271 as_fn_error $? "gcc|icc required but not found" "$LINENO" 5 10115 10272 fi 10116 10273 10117 10274 if test "$GXX" != "yes" && test "$IXX" != "yes" 10118 10275 then 10119 as_fn_error "g++|icc required but not found" "$LINENO" 510276 as_fn_error $? "g++|icc required but not found" "$LINENO" 5 10120 10277 fi 10121 10278 … … 10132 10289 10133 10290 else 10134 as_fn_error "gcc 3.x required, but you have a lower version" "$LINENO" 510291 as_fn_error $? "gcc 3.x required, but you have a lower version" "$LINENO" 5 10135 10292 fi 10136 10293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext … … 10139 10296 if test -z "$llvm_cv_gnu_make_command" 10140 10297 then 10141 as_fn_error "GNU Make required but not found" "$LINENO" 510298 as_fn_error $? "GNU Make required but not found" "$LINENO" 5 10142 10299 fi 10143 10300 … … 10401 10558 10402 10559 else 10403 as_fn_error "libffi not found - configure without --enable-libffi to compile without it" "$LINENO" 510560 as_fn_error $? "libffi not found - configure without --enable-libffi to compile without it" "$LINENO" 5 10404 10561 fi 10405 10562 … … 10924 11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 10925 11082 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } 10926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :11083 if eval "test \"\${$as_ac_Header+set}\"" = set; then : 10927 11084 $as_echo_n "(cached) " >&6 10928 11085 else … … 10951 11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 10952 11109 $as_echo "$ac_res" >&6; } 10953 eval as_val=\$$as_ac_Header 10954 if test "x$as_val" = x""yes; then : 11110 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 10955 11111 cat >>confdefs.h <<_ACEOF 10956 11112 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 … … 11359 11515 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11360 11516 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11361 eval as_val=\$$as_ac_Header 11362 if test "x$as_val" = x""yes; then : 11517 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11363 11518 cat >>confdefs.h <<_ACEOF 11364 11519 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 11373 11528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11374 11529 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11375 eval as_val=\$$as_ac_Header 11376 if test "x$as_val" = x""yes; then : 11530 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11377 11531 cat >>confdefs.h <<_ACEOF 11378 11532 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 11387 11541 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11388 11542 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11389 eval as_val=\$$as_ac_Header 11390 if test "x$as_val" = x""yes; then : 11543 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11391 11544 cat >>confdefs.h <<_ACEOF 11392 11545 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 11401 11554 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11402 11555 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11403 eval as_val=\$$as_ac_Header 11404 if test "x$as_val" = x""yes; then : 11556 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11405 11557 cat >>confdefs.h <<_ACEOF 11406 11558 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 11415 11567 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11416 11568 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11417 eval as_val=\$$as_ac_Header 11418 if test "x$as_val" = x""yes; then : 11569 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11419 11570 cat >>confdefs.h <<_ACEOF 11420 11571 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 11572 _ACEOF 11573 11574 fi 11575 11576 done 11577 11578 for ac_header in valgrind/valgrind.h 11579 do : 11580 ac_fn_c_check_header_mongrel "$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default" 11581 if test "x$ac_cv_header_valgrind_valgrind_h" = x""yes; then : 11582 cat >>confdefs.h <<_ACEOF 11583 #define HAVE_VALGRIND_VALGRIND_H 1 11421 11584 _ACEOF 11422 11585 … … 11452 11615 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 11453 11616 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 11454 eval as_val=\$$as_ac_Header 11455 if test "x$as_val" = x""yes; then : 11617 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 11456 11618 cat >>confdefs.h <<_ACEOF 11457 11619 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 11463 11625 11464 11626 fi 11627 11628 for ac_header in CrashReporterClient.h 11629 do : 11630 ac_fn_c_check_header_mongrel "$LINENO" "CrashReporterClient.h" "ac_cv_header_CrashReporterClient_h" "$ac_includes_default" 11631 if test "x$ac_cv_header_CrashReporterClient_h" = x""yes; then : 11632 cat >>confdefs.h <<_ACEOF 11633 #define HAVE_CRASHREPORTERCLIENT_H 1 11634 _ACEOF 11635 11636 fi 11637 11638 done 11639 11640 11641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __crashreporter_info__" >&5 11642 $as_echo_n "checking __crashreporter_info__... " >&6; } 11643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 11644 /* end confdefs.h. */ 11645 extern const char *__crashreporter_info__; 11646 int main() { 11647 __crashreporter_info__ = "test"; 11648 return 0; 11649 } 11650 11651 _ACEOF 11652 if ac_fn_c_try_link "$LINENO"; then : 11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 11654 $as_echo "yes" >&6; } 11655 11656 $as_echo "#define HAVE_CRASHREPORTER_INFO 1" >>confdefs.h 11657 11658 else 11659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 11660 $as_echo "no" >&6; } 11661 11662 $as_echo "#define HAVE_CRASHREPORTER_INFO 0" >>confdefs.h 11663 11664 fi 11665 rm -f core conftest.err conftest.$ac_objext \ 11666 conftest$ac_exeext conftest.$ac_ext 11465 11667 11466 11668 … … 11589 11791 11590 11792 else 11591 as_fn_error "Type int64_t required but not found" "$LINENO" 511793 as_fn_error $? "Type int64_t required but not found" "$LINENO" 5 11592 11794 fi 11593 11795 … … 11610 11812 11611 11813 else 11612 as_fn_error "Type uint64_t or u_int64_t required but not found" "$LINENO" 511814 as_fn_error $? "Type uint64_t or u_int64_t required but not found" "$LINENO" 5 11613 11815 fi 11614 11816 … … 11621 11823 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11622 11824 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11623 eval as_val=\$$as_ac_var 11624 if test "x$as_val" = x""yes; then : 11825 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11625 11826 cat >>confdefs.h <<_ACEOF 11626 11827 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11634 11835 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11635 11836 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11636 eval as_val=\$$as_ac_var 11637 if test "x$as_val" = x""yes; then : 11837 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11638 11838 cat >>confdefs.h <<_ACEOF 11639 11839 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11647 11847 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11648 11848 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11649 eval as_val=\$$as_ac_var 11650 if test "x$as_val" = x""yes; then : 11849 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11651 11850 cat >>confdefs.h <<_ACEOF 11652 11851 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11660 11859 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11661 11860 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11662 eval as_val=\$$as_ac_var 11663 if test "x$as_val" = x""yes; then : 11861 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11664 11862 cat >>confdefs.h <<_ACEOF 11665 11863 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11669 11867 done 11670 11868 11671 for ac_func in mktemp realpath sbrk setrlimit strdup11869 for ac_func in mktemp posix_spawn realpath sbrk setrlimit strdup 11672 11870 do : 11673 11871 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11674 11872 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11675 eval as_val=\$$as_ac_var 11676 if test "x$as_val" = x""yes; then : 11873 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11677 11874 cat >>confdefs.h <<_ACEOF 11678 11875 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11686 11883 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11687 11884 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11688 eval as_val=\$$as_ac_var 11689 if test "x$as_val" = x""yes; then : 11885 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11690 11886 cat >>confdefs.h <<_ACEOF 11691 11887 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11699 11895 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11700 11896 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11701 eval as_val=\$$as_ac_var 11702 if test "x$as_val" = x""yes; then : 11897 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11703 11898 cat >>confdefs.h <<_ACEOF 11704 11899 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 11712 11907 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 11713 11908 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 11714 eval as_val=\$$as_ac_var 11715 if test "x$as_val" = x""yes; then : 11909 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 11716 11910 cat >>confdefs.h <<_ACEOF 11717 11911 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 … … 12153 12347 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default 12154 12348 " 12155 eval as_val=\$$as_ac_Header 12156 if test "x$as_val" = x""yes; then : 12349 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 12157 12350 cat >>confdefs.h <<_ACEOF 12158 12351 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 … … 12461 12654 12462 12655 _ACEOF 12463 if ac_fn_cxx_try_link "$LINENO"; then : 12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 12465 $as_echo "yes" >&6; } 12466 12467 $as_echo "#define LLVM_MULTITHREADED 1" >>confdefs.h 12468 12469 else 12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12471 $as_echo "no" >&6; } 12472 12473 $as_echo "#define LLVM_MULTITHREADED 0" >>confdefs.h 12474 12475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&5 12476 $as_echo "$as_me: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&2;} 12477 fi 12478 rm -f core conftest.err conftest.$ac_objext \ 12479 conftest$ac_exeext conftest.$ac_ext 12480 ac_ext=c 12656 if ac_fn_c_try_link "$LINENO"; then : 12657 ac_ext=c 12481 12658 ac_cpp='$CPP $CPPFLAGS' 12482 12659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' … … 12484 12661 ac_compiler_gnu=$ac_cv_c_compiler_gnu 12485 12662 12486 12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 12664 $as_echo "yes" >&6; } 12665 12666 $as_echo "#define LLVM_MULTITHREADED 1" >>confdefs.h 12667 12668 else 12669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12670 $as_echo "no" >&6; } 12671 12672 $as_echo "#define LLVM_MULTITHREADED 0" >>confdefs.h 12673 12674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&5 12675 $as_echo "$as_me: WARNING: LLVM will be built thread-unsafe because atomic builtins are missing" >&2;} 12676 fi 12677 rm -f core conftest.err conftest.$ac_objext \ 12678 conftest$ac_exeext conftest.$ac_ext 12487 12679 12488 12680 … … 12731 12923 done 12732 12924 if test "$binding_prereqs_failed" = 1 ; then 12733 as_fn_error "Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings." "$LINENO" 512925 as_fn_error $? "Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings." "$LINENO" 5 12734 12926 fi 12735 12927 … … 12799 12991 12800 12992 12801 ac_config_headers="$ac_config_headers include/llvm/Config/config.h" 12993 ac_config_headers="$ac_config_headers include/llvm/Config/config.h include/llvm/Config/llvm-config.h" 12994 12995 12996 12802 12997 12803 12998 ac_config_files="$ac_config_files include/llvm/Config/Targets.def" … … 12818 13013 12819 13014 12820 ac_config_files="$ac_config_files docs/doxygen.cfg"12821 12822 12823 ac_config_files="$ac_config_files tools/llvmc/plugins/Base/Base.td"12824 12825 12826 ac_config_files="$ac_config_files tools/llvm-config/llvm-config.in"12827 13015 12828 13016 … … 12952 13140 ac_libobjs= 12953 13141 ac_ltlibobjs= 13142 U= 12954 13143 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 12955 13144 # 1. Remove the extension, and $U if already installed. … … 12968 13157 12969 13158 if test -z "${INSTALL_LTDL_TRUE}" && test -z "${INSTALL_LTDL_FALSE}"; then 12970 as_fn_error "conditional \"INSTALL_LTDL\" was never defined.13159 as_fn_error $? "conditional \"INSTALL_LTDL\" was never defined. 12971 13160 Usually this means the macro was only invoked conditionally." "$LINENO" 5 12972 13161 fi 12973 13162 if test -z "${CONVENIENCE_LTDL_TRUE}" && test -z "${CONVENIENCE_LTDL_FALSE}"; then 12974 as_fn_error "conditional \"CONVENIENCE_LTDL\" was never defined.13163 as_fn_error $? "conditional \"CONVENIENCE_LTDL\" was never defined. 12975 13164 Usually this means the macro was only invoked conditionally." "$LINENO" 5 12976 13165 fi … … 13122 13311 13123 13312 13124 # as_fn_error ERROR [LINENO LOG_FD]13125 # --------------------------------- 13313 # as_fn_error STATUS ERROR [LINENO LOG_FD] 13314 # ---------------------------------------- 13126 13315 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 13127 13316 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 13128 # script with status $?, using 1 if that was 0.13317 # script with STATUS, using 1 if that was 0. 13129 13318 as_fn_error () 13130 13319 { 13131 as_status=$ ?; test $as_status -eq 0 && as_status=113132 if test "$ 3"; then13133 as_lineno=${as_lineno-"$ 2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack13134 $as_echo "$as_me:${as_lineno-$LINENO}: error: $ 1" >&$313135 fi 13136 $as_echo "$as_me: error: $ 1" >&213320 as_status=$1; test $as_status -eq 0 && as_status=1 13321 if test "$4"; then 13322 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack 13323 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 13324 fi 13325 $as_echo "$as_me: error: $2" >&2 13137 13326 as_fn_exit $as_status 13138 13327 } # as_fn_error … … 13330 13519 done 13331 13520 test -z "$as_dirs" || eval "mkdir $as_dirs" 13332 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"13521 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" 13333 13522 13334 13523 … … 13383 13572 # values after options handling. 13384 13573 ac_log=" 13385 This file was extended by llvm $as_me 2. 7, which was13386 generated by GNU Autoconf 2.6 5. Invocation command line was13574 This file was extended by llvm $as_me 2.8, which was 13575 generated by GNU Autoconf 2.67. Invocation command line was 13387 13576 13388 13577 CONFIG_FILES = $CONFIG_FILES … … 13449 13638 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" 13450 13639 ac_cs_version="\\ 13451 llvm config.status 2. 713452 configured by $0, generated by GNU Autoconf 2.6 5,13640 llvm config.status 2.8 13641 configured by $0, generated by GNU Autoconf 2.67, 13453 13642 with options \\"\$ac_cs_config\\" 13454 13643 13455 Copyright (C) 20 09Free Software Foundation, Inc.13644 Copyright (C) 2010 Free Software Foundation, Inc. 13456 13645 This config.status script is free software; the Free Software Foundation 13457 13646 gives unlimited permission to copy, distribute and modify it." … … 13469 13658 do 13470 13659 case $1 in 13471 --*= *)13660 --*=?*) 13472 13661 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13473 13662 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` 13663 ac_shift=: 13664 ;; 13665 --*=) 13666 ac_option=`expr "X$1" : 'X\([^=]*\)='` 13667 ac_optarg= 13474 13668 ac_shift=: 13475 13669 ;; … … 13495 13689 case $ac_optarg in 13496 13690 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 13691 '') as_fn_error $? "missing file argument" ;; 13497 13692 esac 13498 13693 as_fn_append CONFIG_FILES " '$ac_optarg'" … … 13507 13702 --he | --h) 13508 13703 # Conflict between --help and --header 13509 as_fn_error "ambiguous option: \`$1'13704 as_fn_error $? "ambiguous option: \`$1' 13510 13705 Try \`$0 --help' for more information.";; 13511 13706 --help | --hel | -h ) … … 13516 13711 13517 13712 # This is an error. 13518 -*) as_fn_error "unrecognized option: \`$1'13713 -*) as_fn_error $? "unrecognized option: \`$1' 13519 13714 Try \`$0 --help' for more information." ;; 13520 13715 … … 13571 13766 case $ac_config_target in 13572 13767 "include/llvm/Config/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Config/config.h" ;; 13768 "include/llvm/Config/llvm-config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Config/llvm-config.h" ;; 13573 13769 "include/llvm/Config/Targets.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/Targets.def" ;; 13574 13770 "include/llvm/Config/AsmPrinters.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmPrinters.def" ;; … … 13578 13774 "Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;; 13579 13775 "llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;; 13580 "docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;13581 "tools/llvmc/plugins/Base/Base.td") CONFIG_FILES="$CONFIG_FILES tools/llvmc/plugins/Base/Base.td" ;;13582 "tools/llvm-config/llvm-config.in") CONFIG_FILES="$CONFIG_FILES tools/llvm-config/llvm-config.in" ;;13583 13776 "setup") CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;; 13584 13777 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;; … … 13596 13789 "bindings/ocaml/Makefile.ocaml") CONFIG_COMMANDS="$CONFIG_COMMANDS bindings/ocaml/Makefile.ocaml" ;; 13597 13790 13598 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;13791 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; 13599 13792 esac 13600 13793 done … … 13634 13827 tmp=./conf$$-$RANDOM 13635 13828 (umask 077 && mkdir "$tmp") 13636 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 513829 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 13637 13830 13638 13831 # Set up the scripts for CONFIG_FILES section. … … 13651 13844 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 13652 13845 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 13653 ac_cs_awk_cr='\ r'13846 ac_cs_awk_cr='\\r' 13654 13847 else 13655 13848 ac_cs_awk_cr=$ac_cr … … 13665 13858 echo "_ACEOF" 13666 13859 } >conf$$subs.sh || 13667 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 513668 ac_delim_num=`echo "$ac_subst_vars" | grep -c ' $'`13860 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 13861 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` 13669 13862 ac_delim='%!_!# ' 13670 13863 for ac_last_try in false false false false false :; do 13671 13864 . ./conf$$subs.sh || 13672 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 513865 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 13673 13866 13674 13867 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` … … 13676 13869 break 13677 13870 elif $ac_last_try; then 13678 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 513871 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 13679 13872 else 13680 13873 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " … … 13765 13958 cat 13766 13959 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 13767 || as_fn_error "could not setup config files machinery" "$LINENO" 513768 _ACEOF 13769 13770 # VPATH may cause trouble with some makes, so we remove $(srcdir),13771 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and13960 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 13961 _ACEOF 13962 13963 # VPATH may cause trouble with some makes, so we remove sole $(srcdir), 13964 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and 13772 13965 # trailing colons and then remove the whole line if VPATH becomes empty 13773 13966 # (actually we leave an empty line to preserve line numbers). 13774 13967 if test "x$srcdir" = x.; then 13775 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 13776 s/:*\$(srcdir):*/:/ 13777 s/:*\${srcdir}:*/:/ 13778 s/:*@srcdir@:*/:/ 13779 s/^\([^=]*=[ ]*\):*/\1/ 13968 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ 13969 h 13970 s/// 13971 s/^/:/ 13972 s/[ ]*$/:/ 13973 s/:\$(srcdir):/:/g 13974 s/:\${srcdir}:/:/g 13975 s/:@srcdir@:/:/g 13976 s/^:*// 13780 13977 s/:*$// 13978 x 13979 s/\(=[ ]*\).*/\1/ 13980 G 13981 s/\n// 13781 13982 s/^[^=]*=[ ]*$// 13782 13983 }' … … 13806 14007 break 13807 14008 elif $ac_last_try; then 13808 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 514009 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 13809 14010 else 13810 14011 ac_delim="$ac_delim!$ac_delim _$ac_delim!! " … … 13891 14092 _ACEOF 13892 14093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 13893 as_fn_error "could not setup config headers machinery" "$LINENO" 514094 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 13894 14095 fi # test -n "$CONFIG_HEADERS" 13895 14096 … … 13904 14105 case $ac_mode$ac_tag in 13905 14106 :[FHL]*:*);; 13906 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;14107 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;; 13907 14108 :[FH]-) ac_tag=-:-;; 13908 14109 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; … … 13932 14133 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 13933 14134 esac || 13934 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;14135 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;; 13935 14136 esac 13936 14137 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac … … 13959 14160 case $ac_tag in 13960 14161 *:-:* | *:-) cat >"$tmp/stdin" \ 13961 || as_fn_error "could not create $ac_file" "$LINENO" 5;;14162 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; 13962 14163 esac 13963 14164 ;; … … 14090 14291 " 14091 14292 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 14092 || as_fn_error "could not create $ac_file" "$LINENO" 514293 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14093 14294 14094 14295 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && … … 14096 14297 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 14097 14298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14098 which seems to be undefined. Please make sure it is defined ." >&514299 which seems to be undefined. Please make sure it is defined" >&5 14099 14300 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 14100 which seems to be undefined. Please make sure it is defined ." >&2;}14301 which seems to be undefined. Please make sure it is defined" >&2;} 14101 14302 14102 14303 rm -f "$tmp/stdin" … … 14105 14306 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 14106 14307 esac \ 14107 || as_fn_error "could not create $ac_file" "$LINENO" 514308 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14108 14309 ;; 14109 14310 :H) … … 14116 14317 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 14117 14318 } >"$tmp/config.h" \ 14118 || as_fn_error "could not create $ac_file" "$LINENO" 514319 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14119 14320 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 14120 14321 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 … … 14123 14324 rm -f "$ac_file" 14124 14325 mv "$tmp/config.h" "$ac_file" \ 14125 || as_fn_error "could not create $ac_file" "$LINENO" 514326 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 14126 14327 fi 14127 14328 else 14128 14329 $as_echo "/* $configure_input */" \ 14129 14330 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 14130 || as_fn_error "could not create -" "$LINENO" 514331 || as_fn_error $? "could not create -" "$LINENO" 5 14131 14332 fi 14132 14333 ;; … … 14175 14376 14176 14377 test $ac_write_fail = 0 || 14177 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 514378 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 14178 14379 14179 14380 … … 14196 14397 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 14197 14398 # would make configure fail if this is the last instruction. 14198 $ac_cs_success || as_fn_exit $?14399 $ac_cs_success || as_fn_exit 1 14199 14400 fi 14200 14401 … … 14337 14538 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \ 14338 14539 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 14339 as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 514540 as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5 14340 14541 fi 14341 14542
Note:
See TracChangeset
for help on using the changeset viewer.