Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/c++/llvm/configure

    r191 r319  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.65 for llvm 2.7.
     3# Generated by GNU Autoconf 2.67 for llvm 2.8.
    44#
    55# Report bugs to <llvmbugs@cs.uiuc.edu>.
     
    77#
    88# 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.
    1111#
    1212#
     
    322322    done
    323323    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"
    325325
    326326
     
    362362
    363363
    364 # as_fn_error ERROR [LINENO LOG_FD]
    365 # ---------------------------------
     364# as_fn_error STATUS ERROR [LINENO LOG_FD]
     365# ----------------------------------------
    366366# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    367367# 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.
    369369as_fn_error ()
    370370{
    371   as_status=$?; test $as_status -eq 0 && as_status=1
    372   if test "$3"; then
    373     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    374     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    375   fi
    376   $as_echo "$as_me: error: $1" >&2
     371  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
    377377  as_fn_exit $as_status
    378378} # as_fn_error
     
    536536
    537537# 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,
    539539# so uname gets run too.
    540540ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     
    555555PACKAGE_NAME='llvm'
    556556PACKAGE_TARNAME='-llvm-'
    557 PACKAGE_VERSION='2.7'
    558 PACKAGE_STRING='llvm 2.7'
     557PACKAGE_VERSION='2.8'
     558PACKAGE_STRING='llvm 2.8'
    559559PACKAGE_BUGREPORT='llvmbugs@cs.uiuc.edu'
    560560PACKAGE_URL=''
     
    640640INSTALL_LTDL_FALSE
    641641INSTALL_LTDL_TRUE
     642HAVE_LINK_VERSION_SCRIPT
    642643GAS
    643644OCAMLDOC
     
    648649TCLSH
    649650RUNTEST
     651PDFROFF
    650652POD2MAN
    651653POD2HTML
     
    653655GROFF
    654656DOXYGEN
     657CAT
    655658BZIP2
    656659INSTALL_DATA
     
    684687CXXFLAGS
    685688CXX
    686 ENABLE_LLVMC_DYNAMIC_PLUGINS
    687 ENABLE_LLVMC_DYNAMIC
    688689BINUTILS_INCDIR
    689690EXTRA_OPTIONS
     
    698699LLVM_ENUM_TARGETS
    699700TARGETS_TO_BUILD
     701ENABLE_TIMESTAMPS
    700702ENABLE_SHARED
    701703ENABLE_PIC
     
    801803enable_pic
    802804enable_shared
     805enable_timestamps
    803806enable_targets
    804807enable_cbe_printf_a
     
    819822with_binutils_include
    820823enable_libffi
    821 enable_llvmc_dynamic
    822 enable_llvmc_dynamic_plugins
    823824with_tclinclude
    824825enable_ltdl_install
     
    839840CXXFLAGS
    840841CCC'
    841 ac_subdirs_all='projects/sample
     842ac_subdirs_all='projects/llvm-gcc
     843projects/test-suite
     844projects/llvm-test
     845projects/poolalloc
     846projects/llvm-poolalloc
     847projects/sample
    842848projects/privbracket
    843849projects/llvm-stacker
    844 projects/llvm-test
    845 projects/test-suite
    846850projects/llvm-reopt
    847 projects/llvm-gcc
    848851projects/llvm-java
    849852projects/llvm-tv
    850 projects/llvm-poolalloc
    851 projects/poolalloc
    852853projects/safecode
    853854projects/llvm-kernel'
     
    913914
    914915  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 ;;
    917919  esac
    918920
     
    959961    # Reject names that are not valid shell variable names.
    960962    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"
    962964    ac_useropt_orig=$ac_useropt
    963965    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    985987    # Reject names that are not valid shell variable names.
    986988    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"
    988990    ac_useropt_orig=$ac_useropt
    989991    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    11891191    # Reject names that are not valid shell variable names.
    11901192    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"
    11921194    ac_useropt_orig=$ac_useropt
    11931195    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    12051207    # Reject names that are not valid shell variable names.
    12061208    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"
    12081210    ac_useropt_orig=$ac_useropt
    12091211    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    12351237    x_libraries=$ac_optarg ;;
    12361238
    1237   -*) as_fn_error "unrecognized option: \`$ac_option'
    1238 Try \`$0 --help' for more information."
     1239  -*) as_fn_error $? "unrecognized option: \`$ac_option'
     1240Try \`$0 --help' for more information"
    12391241    ;;
    12401242
     
    12441246    case $ac_envvar in #(
    12451247      '' | [0-9]* | *[!_$as_cr_alnum]* )
    1246       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
     1248      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    12471249    esac
    12481250    eval $ac_envvar=\$ac_optarg
     
    12621264if test -n "$ac_prev"; then
    12631265  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"
    12651267fi
    12661268
     
    12681270  case $enable_option_checking in
    12691271    no) ;;
    1270     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
     1272    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    12711273    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    12721274  esac
     
    12911293    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12921294  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"
    12941296done
    12951297
     
    13051307  if test "x$build_alias" = x; then
    13061308    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." >&2
     1309    $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
    13091311  elif test "x$build_alias" != "x$host_alias"; then
    13101312    cross_compiling=yes
     
    13211323ac_ls_di=`ls -di .` &&
    13221324ac_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"
    13241326test "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"
    13261328
    13271329
     
    13621364if test ! -r "$srcdir/$ac_unique_file"; then
    13631365  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"
    13651367fi
    13661368ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13671369ac_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"
    13691371        pwd)`
    13701372# When building in place, set srcdir=.
     
    13921394  # This message is too long to be a string in the A/UX 3.1 sh.
    13931395  cat <<_ACEOF
    1394 \`configure' configures llvm 2.7 to adapt to many kinds of systems.
     1396\`configure' configures llvm 2.8 to adapt to many kinds of systems.
    13951397
    13961398Usage: $0 [OPTION]... [VAR=VALUE]...
     
    14061408      --help=recursive    display the short help of all the included packages
    14071409  -V, --version           display version information and exit
    1408   -q, --quiet, --silent   do not print \`checking...' messages
     1410  -q, --quiet, --silent   do not print \`checking ...' messages
    14091411      --cache-file=FILE   cache test results in FILE [disabled]
    14101412  -C, --config-cache      alias for \`--cache-file=config.cache'
     
    14581460if test -n "$ac_init_help"; then
    14591461  case $ac_init_help in
    1460      short | recursive ) echo "Configuration of llvm 2.7:";;
     1462     short | recursive ) echo "Configuration of llvm 2.8:";;
    14611463   esac
    14621464  cat <<\_ACEOF
     
    14661468  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14671469  --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)
    14691471  --enable-profiling      Compile with profiling enabled (default is NO)
    14701472  --enable-assertions     Compile with assertion checks enabled (default is
    1471                           YES)
     1473                          NO)
    14721474  --enable-expensive-checks
    14731475                          Compile with expensive debug checks enabled (default
     
    14841486  --enable-shared         Build a shared library and link tools against it
    14851487                          (default is NO)
     1488  --enable-timestamps     Enable embedding timestamp information in build
     1489                          (default is YES)
    14861490  --enable-targets        Build specific host targets: all or
    14871491                          target1,target2,... Valid targets are: host, x86,
    14881492                          x86_64, sparc, powerpc, alpha, arm, mips, spu,
    1489                           pic16, xcore, msp430, systemz, blackfin, cbe, msil,
    1490                           and cpp (default=all)
     1493                          pic16, xcore, msp430, systemz, blackfin, cbe, and
     1494                          cpp (default=all)
    14911495  --enable-cbe-printf-a   Enable C Backend output with hex floating point via
    14921496                          %a (default is YES)
     
    14941498                          all,auto,none,{binding-name} (default=auto)
    14951499  --enable-libffi         Check for the presence of libffi (default is NO)
    1496   --enable-llvmc-dynamic  Link LLVMC dynamically (default is NO, unless on
    1497                           Win32)
    1498   --enable-llvmc-dynamic-plugins
    1499                           Enable dynamic LLVMC plugins (default is YES)
    15001500  --enable-ltdl-install   install libltdl
    15011501
     
    16131613if $ac_init_version; then
    16141614  cat <<\_ACEOF
    1615 llvm configure 2.7
    1616 generated by GNU Autoconf 2.65
    1617 
    1618 Copyright (C) 2009 Free Software Foundation, Inc.
     1615llvm configure 2.8
     1616generated by GNU Autoconf 2.67
     1617
     1618Copyright (C) 2010 Free Software Foundation, Inc.
    16191619This configure script is free software; the Free Software Foundation
    16201620gives unlimited permission to copy, distribute and modify it.
     
    17301730  fi
    17311731  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1732   test $ac_status = 0; } >/dev/null && {
     1732  test $ac_status = 0; } > conftest.i && {
    17331733         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    17341734         test ! -s conftest.err
     
    17551755  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    17561756$as_echo_n "checking for $2... " >&6; }
    1757 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1757if eval "test \"\${$3+set}\"" = set; then :
    17581758  $as_echo_n "(cached) " >&6
    17591759else
     
    18691869{
    18701870  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 :
    18721872  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    18731873$as_echo_n "checking for $2... " >&6; }
    1874 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1874if eval "test \"\${$3+set}\"" = set; then :
    18751875  $as_echo_n "(cached) " >&6
    18761876fi
     
    19081908  ac_header_preproc=no
    19091909fi
    1910 rm -f conftest.err conftest.$ac_ext
     1910rm -f conftest.err conftest.i conftest.$ac_ext
    19111911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    19121912$as_echo "$ac_header_preproc" >&6; }
     
    19311931    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    19321932$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    1933 ( cat <<\_ASBOX
    1934 ## ----------------------------------- ##
     1933( $as_echo "## ----------------------------------- ##
    19351934## Report this to llvmbugs@cs.uiuc.edu ##
    1936 ## ----------------------------------- ##
    1937 _ASBOX
     1935## ----------------------------------- ##"
    19381936     ) | sed "s/^/$as_me: WARNING:     /" >&2
    19391937    ;;
     
    19411939  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19421940$as_echo_n "checking for $2... " >&6; }
    1943 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1941if eval "test \"\${$3+set}\"" = set; then :
    19441942  $as_echo_n "(cached) " >&6
    19451943else
     
    19621960  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19631961$as_echo_n "checking for $2... " >&6; }
    1964 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1962if eval "test \"\${$3+set}\"" = set; then :
    19651963  $as_echo_n "(cached) " >&6
    19661964else
     
    20302028  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20312029$as_echo_n "checking for $2... " >&6; }
    2032 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     2030if eval "test \"\${$3+set}\"" = set; then :
    20332031  $as_echo_n "(cached) " >&6
    20342032else
     
    21162114
    21172115} # ac_fn_cxx_try_run
    2118 
    2119 # ac_fn_cxx_try_link LINENO
    2120 # -------------------------
    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_stack
    2125   rm -f conftest.$ac_objext conftest$ac_exeext
    2126   if { { ac_try="$ac_link"
    2127 case "(($ac_try" in
    2128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    2129   *) ac_try_echo=$ac_try;;
    2130 esac
    2131 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    2132 $as_echo "$ac_try_echo"; } >&5
    2133   (eval "$ac_link") 2>conftest.err
    2134   ac_status=$?
    2135   if test -s conftest.err; then
    2136     grep -v '^ *+' conftest.err >conftest.er1
    2137     cat conftest.er1 >&5
    2138     mv -f conftest.er1 conftest.err
    2139   fi
    2140   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    2141   test $ac_status = 0; } && {
    2142          test -z "$ac_cxx_werror_flag" ||
    2143          test ! -s conftest.err
    2144        } && test -s conftest$ac_exeext && {
    2145          test "$cross_compiling" = yes ||
    2146          $as_test_x conftest$ac_exeext
    2147        }; then :
    2148   ac_retval=0
    2149 else
    2150   $as_echo "$as_me: failed program was:" >&5
    2151 sed 's/^/| /' conftest.$ac_ext >&5
    2152 
    2153         ac_retval=1
    2154 fi
    2155   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
    2156   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
    2157   # interfere with the next link command; also delete a directory that is
    2158   # left behind by Apple's compiler.  We do this before executing the actions.
    2159   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    2160   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2161   as_fn_set_status $ac_retval
    2162 
    2163 } # ac_fn_cxx_try_link
    21642116cat >config.log <<_ACEOF
    21652117This file contains any messages produced by compilers while
    21662118running configure, to aid debugging if configure makes a mistake.
    21672119
    2168 It was created by llvm $as_me 2.7, which was
    2169 generated by GNU Autoconf 2.65.  Invocation command line was
     2120It was created by llvm $as_me 2.8, which was
     2121generated by GNU Autoconf 2.67.  Invocation command line was
    21702122
    21712123  $ $0 $@
     
    22772229    echo
    22782230
    2279     cat <<\_ASBOX
    2280 ## ---------------- ##
     2231    $as_echo "## ---------------- ##
    22812232## Cache variables. ##
    2282 ## ---------------- ##
    2283 _ASBOX
     2233## ---------------- ##"
    22842234    echo
    22852235    # The following way of writing the cache mishandles newlines in values,
     
    23152265    echo
    23162266
    2317     cat <<\_ASBOX
    2318 ## ----------------- ##
     2267    $as_echo "## ----------------- ##
    23192268## Output variables. ##
    2320 ## ----------------- ##
    2321 _ASBOX
     2269## ----------------- ##"
    23222270    echo
    23232271    for ac_var in $ac_subst_vars
     
    23322280
    23332281    if test -n "$ac_subst_files"; then
    2334       cat <<\_ASBOX
    2335 ## ------------------- ##
     2282      $as_echo "## ------------------- ##
    23362283## File substitutions. ##
    2337 ## ------------------- ##
    2338 _ASBOX
     2284## ------------------- ##"
    23392285      echo
    23402286      for ac_var in $ac_subst_files
     
    23502296
    23512297    if test -s confdefs.h; then
    2352       cat <<\_ASBOX
    2353 ## ----------- ##
     2298      $as_echo "## ----------- ##
    23542299## confdefs.h. ##
    2355 ## ----------- ##
    2356 _ASBOX
     2300## ----------- ##"
    23572301      echo
    23582302      cat confdefs.h
     
    24092353ac_site_file2=NONE
    24102354if 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
    24122361elif test "x$prefix" != xNONE; then
    24132362  ac_site_file1=$prefix/share/config.site
     
    24242373$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    24252374    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;}
     2378as_fn_error $? "failed to load site script $ac_site_file
     2379See \`config.log' for more details" "$LINENO" 5 ; }
    24272380  fi
    24282381done
     
    25032456  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    25042457$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" 5
     2458  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
    25062459fi
    25072460## -------------------- ##
     
    25272480ac_aux_dir=
    25282481for 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
    25362495done
    25372496if test -z "$ac_aux_dir"; then
    2538   as_fn_error "cannot find install-sh, install.sh, or shtool in autoconf \"$srcdir\"/autoconf" "$LINENO" 5
     2497  as_fn_error $? "cannot find install-sh, install.sh, or shtool in autoconf \"$srcdir\"/autoconf" "$LINENO" 5
    25392498fi
    25402499
     
    25512510if test ${srcdir} != "." ; then
    25522511  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
     2514fi
     2515
     2516
     2517
     2518if test -d ${srcdir}/projects/llvm-gcc ; then
     2519
     2520
     2521subdirs="$subdirs projects/llvm-gcc"
     2522
     2523fi
     2524
     2525if test -d ${srcdir}/projects/test-suite ; then
     2526  subdirs="$subdirs projects/test-suite"
     2527
     2528fi
     2529
     2530if test -d ${srcdir}/projects/llvm-test ; then
     2531  subdirs="$subdirs projects/llvm-test"
     2532
     2533fi
     2534
     2535if test -d ${srcdir}/projects/poolalloc ; then
     2536  subdirs="$subdirs projects/poolalloc"
     2537
     2538fi
     2539
     2540if test -d ${srcdir}/projects/llvm-poolalloc ; then
     2541  subdirs="$subdirs projects/llvm-poolalloc"
     2542
    25552543fi
    25562544
     
    25592547  if test -d ${srcdir}/projects/${i} ; then
    25602548    case ${i} in
    2561       CVS) ;;
    2562       sample)
    2563 
    2564 subdirs="$subdirs projects/sample"
     2549      sample)       subdirs="$subdirs projects/sample"
    25652550    ;;
    25662551      privbracket)  subdirs="$subdirs projects/privbracket"
     
    25682553      llvm-stacker) subdirs="$subdirs projects/llvm-stacker"
    25692554 ;;
    2570       # llvm-test is the old name of the test-suite, kept here for backwards
    2571       # compatibility
    2572       llvm-test)    subdirs="$subdirs projects/llvm-test"
    2573  ;;
    2574       test-suite)   subdirs="$subdirs projects/test-suite"
    2575  ;;
    25762555      llvm-reopt)   subdirs="$subdirs projects/llvm-reopt"
    25772556;;
    2578       llvm-gcc)     subdirs="$subdirs projects/llvm-gcc"
    2579   ;;
    25802557      llvm-java)    subdirs="$subdirs projects/llvm-java"
    25812558 ;;
    25822559      llvm-tv)      subdirs="$subdirs projects/llvm-tv"
    25832560   ;;
    2584       llvm-poolalloc) subdirs="$subdirs projects/llvm-poolalloc"
    2585  ;;
    2586       poolalloc)    subdirs="$subdirs projects/poolalloc"
    2587  ;;
    25882561      safecode)     subdirs="$subdirs projects/safecode"
    25892562 ;;
    25902563      llvm-kernel)  subdirs="$subdirs projects/llvm-kernel"
    25912564 ;;
     2565      llvm-gcc)       ;;
     2566      test-suite)     ;;
     2567      llvm-test)      ;;
     2568      poolalloc)      ;;
     2569      llvm-poolalloc) ;;
    25922570      *)
    25932571        { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown project (${i}) won't be configured automatically" >&5
     
    26012579# Make sure we can run config.sub.
    26022580$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    2603   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
     2581  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
    26042582
    26052583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
     
    26122590  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    26132591test "x$ac_build_alias" = x &&
    2614   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
     2592  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
    26152593ac_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" 5
     2594  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
    26172595
    26182596fi
     
    26212599case $ac_cv_build in
    26222600*-*-*) ;;
    2623 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
     2601*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
    26242602esac
    26252603build=$ac_cv_build
     
    26462624else
    26472625  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" 5
     2626    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
    26492627fi
    26502628
     
    26542632case $ac_cv_host in
    26552633*-*-*) ;;
    2656 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
     2634*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
    26572635esac
    26582636host=$ac_cv_host
     
    26792657else
    26802658  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" 5
     2659    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
    26822660fi
    26832661
     
    26872665case $ac_cv_target in
    26882666*-*-*) ;;
    2689 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
     2667*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
    26902668esac
    26912669target=$ac_cv_target
     
    27352713    llvm_cv_no_link_all_option="-Wl,-noall_load"
    27362714    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"
    27372720    llvm_cv_platform_type="Unix" ;;
    27382721  *-*-freebsd*)
     
    28352818  *-*-darwin*)
    28362819    llvm_cv_target_os_type="Darwin" ;;
     2820  *-*-minix*)
     2821    llvm_cv_target_os_type="Minix" ;;
    28372822  *-*-freebsd*)
    28382823    llvm_cv_target_os_type="FreeBSD" ;;
     
    28712856
    28722857if test "$llvm_cv_os_type" = "Unknown" ; then
    2873   as_fn_error "Operating system is unknown, configure can't continue" "$LINENO" 5
     2858  as_fn_error $? "Operating system is unknown, configure can't continue" "$LINENO" 5
    28742859fi
    28752860
     
    32473232test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    32483233$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3249 as_fn_error "no acceptable C compiler found in \$PATH
    3250 See \`config.log' for more details." "$LINENO" 5; }
     3234as_fn_error $? "no acceptable C compiler found in \$PATH
     3235See \`config.log' for more details" "$LINENO" 5 ; }
    32513236
    32523237# Provide some information about the compiler.
     
    33623347{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    33633348$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; }; }
     3349as_fn_error 77 "C compiler cannot create executables
     3350See \`config.log' for more details" "$LINENO" 5 ; }
    33673351else
    33683352  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     
    34063390  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    34073391$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3408 as_fn_error "cannot compute suffix of executables: cannot compile and link
    3409 See \`config.log' for more details." "$LINENO" 5; }
     3392as_fn_error $? "cannot compute suffix of executables: cannot compile and link
     3393See \`config.log' for more details" "$LINENO" 5 ; }
    34103394fi
    34113395rm -f conftest conftest$ac_cv_exeext
     
    34643448        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    34653449$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3466 as_fn_error "cannot run C compiled programs.
     3450as_fn_error $? "cannot run C compiled programs.
    34673451If you meant to cross compile, use \`--host'.
    3468 See \`config.log' for more details." "$LINENO" 5; }
     3452See \`config.log' for more details" "$LINENO" 5 ; }
    34693453    fi
    34703454  fi
     
    35173501{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    35183502$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3519 as_fn_error "cannot compute suffix of object files: cannot compile
    3520 See \`config.log' for more details." "$LINENO" 5; }
     3503as_fn_error $? "cannot compute suffix of object files: cannot compile
     3504See \`config.log' for more details" "$LINENO" 5 ; }
    35213505fi
    35223506rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    37813765continue
    37823766fi
    3783 rm -f conftest.err conftest.$ac_ext
     3767rm -f conftest.err conftest.i conftest.$ac_ext
    37843768
    37853769  # OK, works on sane cases.  Now check whether nonexistent headers
     
    37973781break
    37983782fi
    3799 rm -f conftest.err conftest.$ac_ext
     3783rm -f conftest.err conftest.i conftest.$ac_ext
    38003784
    38013785done
    38023786# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3803 rm -f conftest.err conftest.$ac_ext
     3787rm -f conftest.i conftest.err conftest.$ac_ext
    38043788if $ac_preproc_ok; then :
    38053789  break
     
    38403824continue
    38413825fi
    3842 rm -f conftest.err conftest.$ac_ext
     3826rm -f conftest.err conftest.i conftest.$ac_ext
    38433827
    38443828  # OK, works on sane cases.  Now check whether nonexistent headers
     
    38563840break
    38573841fi
    3858 rm -f conftest.err conftest.$ac_ext
     3842rm -f conftest.err conftest.i conftest.$ac_ext
    38593843
    38603844done
    38613845# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    3862 rm -f conftest.err conftest.$ac_ext
     3846rm -f conftest.i conftest.err conftest.$ac_ext
    38633847if $ac_preproc_ok; then :
    38643848
     
    38663850  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    38673851$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3868 as_fn_error "C preprocessor \"$CPP\" fails sanity check
    3869 See \`config.log' for more details." "$LINENO" 5; }
     3852as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
     3853See \`config.log' for more details" "$LINENO" 5 ; }
    38703854fi
    38713855
     
    39283912IFS=$as_save_IFS
    39293913  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" 5
     3914    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    39313915  fi
    39323916else
     
    39943978IFS=$as_save_IFS
    39953979  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" 5
     3980    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    39973981  fi
    39983982else
     
    41264110ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    41274111"
    4128 eval as_val=\$$as_ac_Header
    4129    if test "x$as_val" = x""yes; then :
     4112if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    41304113  cat >>confdefs.h <<_ACEOF
    41314114#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    43584341     ;; #(
    43594342   *)
    4360      as_fn_error "unknown endianness
    4361  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  ;;
    43624345 esac
    43634346
     
    45094492     fi
    45104493  fi
    4511   test -z "$BUILD_CC" && as_fn_error "no acceptable cc found in \$PATH" "$LINENO" 5
     4494  test -z "$BUILD_CC" && as_fn_error $? "no acceptable cc found in \$PATH" "$LINENO" 5
    45124495  ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
    45134496  rm -f conftest*
     
    45264509    done
    45274510  else
    4528     as_fn_error "installation or configuration problem: compiler cannot create executables." "$LINENO" 5
     4511    as_fn_error $? "installation or configuration problem: compiler cannot create executables." "$LINENO" 5
    45294512  fi
    45304513  rm -f conftest*
     
    46774660fi
    46784661
    4679 if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
     4662if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
    46804663  cvsbuild="yes"
    46814664  optimize="no"
     
    46924675  enableval=$enable_optimized;
    46934676else
    4694   enableval=$optimize
     4677  enableval="yes"
    46954678fi
    46964679
     
    47224705  enableval=$enable_assertions;
    47234706else
    4724   enableval="yes"
     4707  enableval="no"
    47254708fi
    47264709
     
    48404823  default) ENABLE_DOXYGEN=0
    48414824 ;;
    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 ;;
    48434826esac
    48444827
     
    48574840  default) ENABLE_THREADS=1
    48584841 ;;
    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 ;;
    48604843esac
    48614844
     
    48794862  default) ENABLE_PIC=1
    48804863 ;;
    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 ;;
    48824865esac
    48834866
     
    49014884  default) ENABLE_SHARED=0
    49024885 ;;
    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 ;;
    49044887esac
     4888
     4889# Check whether --enable-timestamps was given.
     4890if test "${enable_timestamps+set}" = set; then :
     4891  enableval=$enable_timestamps;
     4892else
     4893  enableval=default
     4894fi
     4895
     4896case "$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  ;;
     4904esac
     4905
     4906cat >>confdefs.h <<_ACEOF
     4907#define ENABLE_TIMESTAMPS $ENABLE_TIMESTAMPS
     4908_ACEOF
     4909
    49054910
    49064911TARGETS_TO_BUILD=""
     
    49164921fi
    49174922case "$enableval" in
    4918   all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend MSIL CppBackend MBlaze" ;;
     4923  all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha ARM Mips CellSPU PIC16 XCore MSP430 SystemZ Blackfin CBackend CppBackend MBlaze" ;;
    49194924  *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
    49204925      case "$a_target" in
     
    49334938        blackfin) TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;;
    49344939        cbe)      TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD" ;;
    4935         msil)     TARGETS_TO_BUILD="MSIL $TARGETS_TO_BUILD" ;;
    49364940        cpp)      TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;;
    49374941        mblaze)   TARGETS_TO_BUILD="MBlaze $TARGETS_TO_BUILD" ;;
     
    49514955            s390x)       TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
    49524956            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 ;;
    49544958          esac ;;
    4955         *) as_fn_error "Unrecognized target $a_target" "$LINENO" 5 ;;
     4959        *) as_fn_error $? "Unrecognized target $a_target" "$LINENO" 5 ;;
    49564960      esac
    49574961  done
     
    49654969for a_target in $TARGETS_TO_BUILD; do
    49664970  if test "$a_target" = "$LLVM_NATIVE_ARCH"; then
    4967     LLVM_NATIVE_ARCHTARGET="${LLVM_NATIVE_ARCH}Target"
    49684971
    49694972cat >>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
     4980cat >>confdefs.h <<_ACEOF
     4981#define LLVM_NATIVE_TARGET $LLVM_NATIVE_TARGET
     4982_ACEOF
     4983
     4984
     4985cat >>confdefs.h <<_ACEOF
     4986#define LLVM_NATIVE_TARGETINFO $LLVM_NATIVE_TARGETINFO
     4987_ACEOF
     4988
     4989
     4990cat >>confdefs.h <<_ACEOF
     4991#define LLVM_NATIVE_ASMPRINTER $LLVM_NATIVE_ASMPRINTER
    49714992_ACEOF
    49724993
     
    50115032  default)  ENABLE_CBE_PRINTF_A=1
    50125033 ;;
    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 ;;
    50145035esac
    50155036
     
    50305051  default) WITH_LLVMGCCDIR=default ;;
    50315052  /* | [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 ;;
    50335054esac
    50345055
     
    50585079
    50595080if 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 ;
    50615082fi
    50625083
    50635084if 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 ;
    50655086fi
    50665087
     
    50905111   WITH_CLANGPATH="$with_clang"
    50915112   if ! test -x "$WITH_CLANGPATH"; then
    5092      as_fn_error "invalid --with-clang, path does not specify an executable" "$LINENO" 5
     5113     as_fn_error $? "invalid --with-clang, path does not specify an executable" "$LINENO" 5
    50935114   fi
    50945115elif test "$with_built_clang" = "yes"; then
     
    50985119else
    50995120   if test "$with_built_clang" != "check"; then
    5100       as_fn_error "invalid value for --with-built-clang." "$LINENO" 5
     5121      as_fn_error $? "invalid value for --with-built-clang." "$LINENO" 5
    51015122   fi
    51025123
     
    51375158  default)
    51385159    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 ;;
    51415163    esac ;;
    51425164  *) optimize_option="$withval" ;;
     
    51775199      case "$a_binding" in
    51785200        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 ;;
    51805202      esac
    51815203  done
     
    51945216  auto) with_ocaml_libdir="$withval" ;;
    51955217  /* | [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 ;;
    51975219esac
    51985220
     
    52785300  default) WITH_BINUTILS_INCDIR=default ;;
    52795301  /* | [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 ;;
    52815303esac
    52825304if test "x$WITH_BINUTILS_INCDIR" != xdefault ; then
     
    52855307  if test ! -f "$WITH_BINUTILS_INCDIR/plugin-api.h"; then
    52865308     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 ;
    52885310  fi
    52895311fi
     
    52945316    yes) llvm_cv_enable_libffi="yes" ;;
    52955317    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 ;;
    52975319  esac
    52985320else
     
    53005322fi
    53015323
    5302 
    5303 if test "$llvm_cv_os_type" = "Win32" ; then
    5304    llvmc_dynamic="yes"
    5305 else
    5306    llvmc_dynamic="no"
    5307 fi
    5308 
    5309 # Check whether --enable-llvmc-dynamic was given.
    5310 if test "${enable_llvmc_dynamic+set}" = set; then :
    5311   enableval=$enable_llvmc_dynamic;
    5312 else
    5313   enableval=$llvmc_dynamic
    5314 fi
    5315 
    5316 if test ${enableval} = "yes" && test "$ENABLE_PIC" -eq 1 ; then
    5317    ENABLE_LLVMC_DYNAMIC=ENABLE_LLVMC_DYNAMIC=1
    5318 
    5319 else
    5320    ENABLE_LLVMC_DYNAMIC=
    5321 
    5322 fi
    5323 
    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 else
    5328   enableval=yes
    5329 fi
    5330 
    5331 if test ${enableval} = "yes" ; then
    5332    ENABLE_LLVMC_DYNAMIC_PLUGINS=ENABLE_LLVMC_DYNAMIC_PLUGINS=1
    5333 
    5334 else
    5335    ENABLE_LLVMC_DYNAMIC_PLUGINS=
    5336 
    5337 fi
    53385324
    53395325
     
    53805366continue
    53815367fi
    5382 rm -f conftest.err conftest.$ac_ext
     5368rm -f conftest.err conftest.i conftest.$ac_ext
    53835369
    53845370  # OK, works on sane cases.  Now check whether nonexistent headers
     
    53965382break
    53975383fi
    5398 rm -f conftest.err conftest.$ac_ext
     5384rm -f conftest.err conftest.i conftest.$ac_ext
    53995385
    54005386done
    54015387# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    5402 rm -f conftest.err conftest.$ac_ext
     5388rm -f conftest.i conftest.err conftest.$ac_ext
    54035389if $ac_preproc_ok; then :
    54045390  break
     
    54395425continue
    54405426fi
    5441 rm -f conftest.err conftest.$ac_ext
     5427rm -f conftest.err conftest.i conftest.$ac_ext
    54425428
    54435429  # OK, works on sane cases.  Now check whether nonexistent headers
     
    54555441break
    54565442fi
    5457 rm -f conftest.err conftest.$ac_ext
     5443rm -f conftest.err conftest.i conftest.$ac_ext
    54585444
    54595445done
    54605446# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    5461 rm -f conftest.err conftest.$ac_ext
     5447rm -f conftest.i conftest.err conftest.$ac_ext
    54625448if $ac_preproc_ok; then :
    54635449
     
    54655451  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    54665452$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    5467 as_fn_error "C preprocessor \"$CPP\" fails sanity check
    5468 See \`config.log' for more details." "$LINENO" 5; }
     5453as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
     5454See \`config.log' for more details" "$LINENO" 5 ; }
    54695455fi
    54705456
     
    55835569test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    55845570$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    5585 as_fn_error "no acceptable C compiler found in \$PATH
    5586 See \`config.log' for more details." "$LINENO" 5; }
     5571as_fn_error $? "no acceptable C compiler found in \$PATH
     5572See \`config.log' for more details" "$LINENO" 5 ; }
    55875573
    55885574# Provide some information about the compiler.
     
    73437329test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    73447330
     7331case "$INSTALL" in
     7332 [\\/$]* | ?:[\\/]* ) ;;
     7333 *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
     7334esac
    73457335
    73467336# Extract the first word of "bzip2", so it can be a program name with args.
     
    73847374
    73857375
     7376# Extract the first word of "cat", so it can be a program name with args.
     7377set 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; }
     7380if test "${ac_cv_path_CAT+set}" = set; then :
     7381  $as_echo_n "(cached) " >&6
     7382else
     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
     7389for as_dir in $PATH
     7390do
     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
     7399done
     7400  done
     7401IFS=$as_save_IFS
     7402
     7403  ;;
     7404esac
     7405fi
     7406CAT=$ac_cv_path_CAT
     7407if test -n "$CAT"; then
     7408  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CAT" >&5
     7409$as_echo "$CAT" >&6; }
     7410else
     7411  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     7412$as_echo "no" >&6; }
     7413fi
     7414
     7415
    73867416# Extract the first word of "doxygen", so it can be a program name with args.
    73877417set dummy doxygen; ac_word=$2
     
    75847614
    75857615
     7616# Extract the first word of "pdfroff", so it can be a program name with args.
     7617set 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; }
     7620if test "${ac_cv_path_PDFROFF+set}" = set; then :
     7621  $as_echo_n "(cached) " >&6
     7622else
     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
     7629for as_dir in $PATH
     7630do
     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
     7639done
     7640  done
     7641IFS=$as_save_IFS
     7642
     7643  ;;
     7644esac
     7645fi
     7646PDFROFF=$ac_cv_path_PDFROFF
     7647if test -n "$PDFROFF"; then
     7648  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PDFROFF" >&5
     7649$as_echo "$PDFROFF" >&6; }
     7650else
     7651  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     7652$as_echo "no" >&6; }
     7653fi
     7654
     7655
    75867656# Extract the first word of "runtest", so it can be a program name with args.
    75877657set dummy runtest; ac_word=$2
     
    76467716    ac_cv_path_tclsh=`(cd ${with_tclinclude}/src; pwd)`
    76477717  else
    7648     as_fn_error "${with_tclinclude} directory doesn't contain tclsh" "$LINENO" 5
     7718    as_fn_error $? "${with_tclinclude} directory doesn't contain tclsh" "$LINENO" 5
    76497719  fi
    76507720fi
     
    79788048
    79798049
     8050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for linker version" >&5
     8051$as_echo_n "checking for linker version... " >&6; }
     8052if test "${llvm_cv_link_version+set}" = set; then :
     8053  $as_echo_n "(cached) " >&6
     8054else
     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
     8065fi
     8066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $llvm_cv_link_version" >&5
     8067$as_echo "$llvm_cv_link_version" >&6; }
     8068
     8069cat >>confdefs.h <<_ACEOF
     8070#define HOST_LINK_VERSION "$llvm_cv_link_version"
     8071_ACEOF
     8072
     8073
     8074
    79808075{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for compiler -Wl,-R<path> option" >&5
    79818076$as_echo_n "checking for compiler -Wl,-R<path> option... " >&6; }
     
    79978092main ()
    79988093{
    7999 int main() { return 0; }
     8094
    80008095  ;
    80018096  return 0;
     
    80468141main ()
    80478142{
    8048 int main() { return 0; }
     8143
    80498144  ;
    80508145  return 0;
     
    80728167
    80738168$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; }
     8175if test "${llvm_cv_link_use_version_script+set}" = set; then :
     8176  $as_echo_n "(cached) " >&6
     8177else
     8178   ac_ext=c
     8179ac_cpp='$CPP $CPPFLAGS'
     8180ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     8181ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     8182ac_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
     8211int
     8212main ()
     8213{
     8214
     8215  ;
     8216  return 0;
     8217}
     8218_ACEOF
     8219if ac_fn_c_try_link "$LINENO"; then :
     8220  llvm_cv_link_use_version_script=yes
     8221else
     8222  llvm_cv_link_use_version_script=no
     8223fi
     8224rm -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
     8230ac_cpp='$CPP $CPPFLAGS'
     8231ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     8232ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     8233ac_compiler_gnu=$ac_cv_c_compiler_gnu
     8234
     8235
     8236fi
     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; }
     8239if test "$llvm_cv_link_use_version_script" = yes ; then
     8240  HAVE_LINK_VERSION_SCRIPT=1
    80748241
    80758242  fi
     
    81638330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
    81648331$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 :
     8332if eval "test \"\${$as_ac_Header+set}\"" = set; then :
    81668333  $as_echo_n "(cached) " >&6
    81678334else
     
    81908357               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    81918358$as_echo "$ac_res" >&6; }
    8192 eval as_val=\$$as_ac_Header
    8193    if test "x$as_val" = x""yes; then :
     8359if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    81948360  cat >>confdefs.h <<_ACEOF
    81958361#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     
    95989764  lt_status=$lt_dlunknown
    95999765  cat > conftest.$ac_ext <<EOF
    9600 #line 9593 "configure"
     9766#line 9759 "configure"
    96019767#include "confdefs.h"
    96029768
     
    98199985  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    98209986ac_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 :
     9987if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    98239988  cat >>confdefs.h <<_ACEOF
    98249989#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    985210017  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    985310018ac_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 :
     10019if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    985610020  cat >>confdefs.h <<_ACEOF
    985710021#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    986610030  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    986710031ac_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 :
     10032if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    987010033  cat >>confdefs.h <<_ACEOF
    987110034#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    988010043  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    988110044ac_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 :
     10045if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    988410046  cat >>confdefs.h <<_ACEOF
    988510047#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    989510057  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    989610058ac_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 :
     10059if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    989910060  cat >>confdefs.h <<_ACEOF
    990010061#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    990810069  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    990910070ac_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 :
     10071if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    991210072  cat >>confdefs.h <<_ACEOF
    991310073#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    992110081  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    992210082ac_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 :
     10083if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    992510084  cat >>confdefs.h <<_ACEOF
    992610085#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    993410093  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    993510094ac_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 :
     10095if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    993810096  cat >>confdefs.h <<_ACEOF
    993910097#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    994710105  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    994810106ac_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 :
     10107if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    995110108  cat >>confdefs.h <<_ACEOF
    995210109#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1008110238       test "$with_llvmcc" != "clang" &&
    1008210239       test "$with_llvmcc" != "none"); then
    10083       as_fn_error "invalid value for --with-llvmcc, expected 'llvm-gcc', 'clang', or 'none'." "$LINENO" 5
     10240      as_fn_error $? "invalid value for --with-llvmcc, expected 'llvm-gcc', 'clang', or 'none'." "$LINENO" 5
    1008410241   fi
    1008510242   WITH_LLVMCC="$with_llvmcc"
     
    1011210269if test "$GCC" != "yes" && test "$ICC" != "yes"
    1011310270then
    10114   as_fn_error "gcc|icc required but not found" "$LINENO" 5
     10271  as_fn_error $? "gcc|icc required but not found" "$LINENO" 5
    1011510272fi
    1011610273
    1011710274if test "$GXX" != "yes" && test "$IXX" != "yes"
    1011810275then
    10119   as_fn_error "g++|icc required but not found" "$LINENO" 5
     10276  as_fn_error $? "g++|icc required but not found" "$LINENO" 5
    1012010277fi
    1012110278
     
    1013210289
    1013310290else
    10134   as_fn_error "gcc 3.x required, but you have a lower version" "$LINENO" 5
     10291  as_fn_error $? "gcc 3.x required, but you have a lower version" "$LINENO" 5
    1013510292fi
    1013610293rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     
    1013910296if test -z "$llvm_cv_gnu_make_command"
    1014010297then
    10141   as_fn_error "GNU Make required but not found" "$LINENO" 5
     10298  as_fn_error $? "GNU Make required but not found" "$LINENO" 5
    1014210299fi
    1014310300
     
    1040110558
    1040210559else
    10403   as_fn_error "libffi not found - configure without --enable-libffi to compile without it" "$LINENO" 5
     10560  as_fn_error $? "libffi not found - configure without --enable-libffi to compile without it" "$LINENO" 5
    1040410561fi
    1040510562
     
    1092411081{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
    1092511082$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 :
     11083if eval "test \"\${$as_ac_Header+set}\"" = set; then :
    1092711084  $as_echo_n "(cached) " >&6
    1092811085else
     
    1095111108               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
    1095211109$as_echo "$ac_res" >&6; }
    10953 eval as_val=\$$as_ac_Header
    10954    if test "x$as_val" = x""yes; then :
     11110if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1095511111  cat >>confdefs.h <<_ACEOF
    1095611112#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
     
    1135911515  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1136011516ac_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 :
     11517if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1136311518  cat >>confdefs.h <<_ACEOF
    1136411519#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1137311528  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1137411529ac_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 :
     11530if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1137711531  cat >>confdefs.h <<_ACEOF
    1137811532#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1138711541  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1138811542ac_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 :
     11543if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1139111544  cat >>confdefs.h <<_ACEOF
    1139211545#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1140111554  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1140211555ac_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 :
     11556if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1140511557  cat >>confdefs.h <<_ACEOF
    1140611558#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1141511567  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1141611568ac_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 :
     11569if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1141911570  cat >>confdefs.h <<_ACEOF
    1142011571#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     11572_ACEOF
     11573
     11574fi
     11575
     11576done
     11577
     11578for ac_header in valgrind/valgrind.h
     11579do :
     11580  ac_fn_c_check_header_mongrel "$LINENO" "valgrind/valgrind.h" "ac_cv_header_valgrind_valgrind_h" "$ac_includes_default"
     11581if test "x$ac_cv_header_valgrind_valgrind_h" = x""yes; then :
     11582  cat >>confdefs.h <<_ACEOF
     11583#define HAVE_VALGRIND_VALGRIND_H 1
    1142111584_ACEOF
    1142211585
     
    1145211615  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
    1145311616ac_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 :
     11617if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1145611618  cat >>confdefs.h <<_ACEOF
    1145711619#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1146311625
    1146411626fi
     11627
     11628for ac_header in CrashReporterClient.h
     11629do :
     11630  ac_fn_c_check_header_mongrel "$LINENO" "CrashReporterClient.h" "ac_cv_header_CrashReporterClient_h" "$ac_includes_default"
     11631if test "x$ac_cv_header_CrashReporterClient_h" = x""yes; then :
     11632  cat >>confdefs.h <<_ACEOF
     11633#define HAVE_CRASHREPORTERCLIENT_H 1
     11634_ACEOF
     11635
     11636fi
     11637
     11638done
     11639
     11640
     11641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking __crashreporter_info__" >&5
     11642$as_echo_n "checking __crashreporter_info__... " >&6; }
     11643cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     11644/* end confdefs.h.  */
     11645extern const char *__crashreporter_info__;
     11646      int main() {
     11647        __crashreporter_info__ = "test";
     11648        return 0;
     11649      }
     11650
     11651_ACEOF
     11652if 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
     11658else
     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
     11664fi
     11665rm -f core conftest.err conftest.$ac_objext \
     11666    conftest$ac_exeext conftest.$ac_ext
    1146511667
    1146611668
     
    1158911791
    1159011792else
    11591   as_fn_error "Type int64_t required but not found" "$LINENO" 5
     11793  as_fn_error $? "Type int64_t required but not found" "$LINENO" 5
    1159211794fi
    1159311795
     
    1161011812
    1161111813else
    11612   as_fn_error "Type uint64_t or u_int64_t required but not found" "$LINENO" 5
     11814  as_fn_error $? "Type uint64_t or u_int64_t required but not found" "$LINENO" 5
    1161311815fi
    1161411816
     
    1162111823  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1162211824ac_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 :
     11825if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1162511826  cat >>confdefs.h <<_ACEOF
    1162611827#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1163411835  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1163511836ac_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 :
     11837if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1163811838  cat >>confdefs.h <<_ACEOF
    1163911839#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1164711847  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1164811848ac_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 :
     11849if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1165111850  cat >>confdefs.h <<_ACEOF
    1165211851#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1166011859  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1166111860ac_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 :
     11861if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1166411862  cat >>confdefs.h <<_ACEOF
    1166511863#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1166911867done
    1167011868
    11671 for ac_func in mktemp realpath sbrk setrlimit strdup
     11869for ac_func in mktemp posix_spawn realpath sbrk setrlimit strdup
    1167211870do :
    1167311871  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1167411872ac_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 :
     11873if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1167711874  cat >>confdefs.h <<_ACEOF
    1167811875#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1168611883  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1168711884ac_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 :
     11885if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1169011886  cat >>confdefs.h <<_ACEOF
    1169111887#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1169911895  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1170011896ac_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 :
     11897if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1170311898  cat >>confdefs.h <<_ACEOF
    1170411899#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1171211907  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
    1171311908ac_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 :
     11909if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
    1171611910  cat >>confdefs.h <<_ACEOF
    1171711911#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
     
    1215312347ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    1215412348"
    12155 eval as_val=\$$as_ac_Header
    12156    if test "x$as_val" = x""yes; then :
     12349if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    1215712350  cat >>confdefs.h <<_ACEOF
    1215812351#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    1246112654
    1246212655_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
     12656if ac_fn_c_try_link "$LINENO"; then :
     12657  ac_ext=c
    1248112658ac_cpp='$CPP $CPPFLAGS'
    1248212659ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     
    1248412661ac_compiler_gnu=$ac_cv_c_compiler_gnu
    1248512662
    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
     12668else
     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;}
     12676fi
     12677rm -f core conftest.err conftest.$ac_objext \
     12678    conftest$ac_exeext conftest.$ac_ext
    1248712679
    1248812680
     
    1273112923done
    1273212924if test "$binding_prereqs_failed" = 1 ; then
    12733   as_fn_error "Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings." "$LINENO" 5
     12925  as_fn_error $? "Prequisites for bindings not satisfied. Fix them or use configure --disable-bindings." "$LINENO" 5
    1273412926fi
    1273512927
     
    1279912991
    1280012992
    12801 ac_config_headers="$ac_config_headers include/llvm/Config/config.h"
     12993ac_config_headers="$ac_config_headers include/llvm/Config/config.h include/llvm/Config/llvm-config.h"
     12994
     12995
     12996
    1280212997
    1280312998ac_config_files="$ac_config_files include/llvm/Config/Targets.def"
     
    1281813013
    1281913014
    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"
    1282713015
    1282813016
     
    1295213140ac_libobjs=
    1295313141ac_ltlibobjs=
     13142U=
    1295413143for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    1295513144  # 1. Remove the extension, and $U if already installed.
     
    1296813157
    1296913158if 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.
    1297113160Usually this means the macro was only invoked conditionally." "$LINENO" 5
    1297213161fi
    1297313162if 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.
    1297513164Usually this means the macro was only invoked conditionally." "$LINENO" 5
    1297613165fi
     
    1312213311
    1312313312
    13124 # as_fn_error ERROR [LINENO LOG_FD]
    13125 # ---------------------------------
     13313# as_fn_error STATUS ERROR [LINENO LOG_FD]
     13314# ----------------------------------------
    1312613315# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    1312713316# 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.
    1312913318as_fn_error ()
    1313013319{
    13131   as_status=$?; test $as_status -eq 0 && as_status=1
    13132   if test "$3"; then
    13133     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    13134     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    13135   fi
    13136   $as_echo "$as_me: error: $1" >&2
     13320  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
    1313713326  as_fn_exit $as_status
    1313813327} # as_fn_error
     
    1333013519    done
    1333113520    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"
    1333313522
    1333413523
     
    1338313572# values after options handling.
    1338413573ac_log="
    13385 This file was extended by llvm $as_me 2.7, which was
    13386 generated by GNU Autoconf 2.65.  Invocation command line was
     13574This file was extended by llvm $as_me 2.8, which was
     13575generated by GNU Autoconf 2.67.  Invocation command line was
    1338713576
    1338813577  CONFIG_FILES    = $CONFIG_FILES
     
    1344913638ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1345013639ac_cs_version="\\
    13451 llvm config.status 2.7
    13452 configured by $0, generated by GNU Autoconf 2.65,
     13640llvm config.status 2.8
     13641configured by $0, generated by GNU Autoconf 2.67,
    1345313642  with options \\"\$ac_cs_config\\"
    1345413643
    13455 Copyright (C) 2009 Free Software Foundation, Inc.
     13644Copyright (C) 2010 Free Software Foundation, Inc.
    1345613645This config.status script is free software; the Free Software Foundation
    1345713646gives unlimited permission to copy, distribute and modify it."
     
    1346913658do
    1347013659  case $1 in
    13471   --*=*)
     13660  --*=?*)
    1347213661    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    1347313662    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     13663    ac_shift=:
     13664    ;;
     13665  --*=)
     13666    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     13667    ac_optarg=
    1347413668    ac_shift=:
    1347513669    ;;
     
    1349513689    case $ac_optarg in
    1349613690    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     13691    '') as_fn_error $? "missing file argument" ;;
    1349713692    esac
    1349813693    as_fn_append CONFIG_FILES " '$ac_optarg'"
     
    1350713702  --he | --h)
    1350813703    # Conflict between --help and --header
    13509     as_fn_error "ambiguous option: \`$1'
     13704    as_fn_error $? "ambiguous option: \`$1'
    1351013705Try \`$0 --help' for more information.";;
    1351113706  --help | --hel | -h )
     
    1351613711
    1351713712  # This is an error.
    13518   -*) as_fn_error "unrecognized option: \`$1'
     13713  -*) as_fn_error $? "unrecognized option: \`$1'
    1351913714Try \`$0 --help' for more information." ;;
    1352013715
     
    1357113766  case $ac_config_target in
    1357213767    "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" ;;
    1357313769    "include/llvm/Config/Targets.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/Targets.def" ;;
    1357413770    "include/llvm/Config/AsmPrinters.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmPrinters.def" ;;
     
    1357813774    "Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
    1357913775    "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" ;;
    1358313776    "setup") CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;
    1358413777    "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
     
    1359613789    "bindings/ocaml/Makefile.ocaml") CONFIG_COMMANDS="$CONFIG_COMMANDS bindings/ocaml/Makefile.ocaml" ;;
    1359713790
    13598   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     13791  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
    1359913792  esac
    1360013793done
     
    1363413827  tmp=./conf$$-$RANDOM
    1363513828  (umask 077 && mkdir "$tmp")
    13636 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
     13829} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    1363713830
    1363813831# Set up the scripts for CONFIG_FILES section.
     
    1365113844ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    1365213845if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    13653   ac_cs_awk_cr='\r'
     13846  ac_cs_awk_cr='\\r'
    1365413847else
    1365513848  ac_cs_awk_cr=$ac_cr
     
    1366513858  echo "_ACEOF"
    1366613859} >conf$$subs.sh ||
    13667   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
    13668 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     13860  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     13861ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
    1366913862ac_delim='%!_!# '
    1367013863for ac_last_try in false false false false false :; do
    1367113864  . ./conf$$subs.sh ||
    13672     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     13865    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    1367313866
    1367413867  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     
    1367613869    break
    1367713870  elif $ac_last_try; then
    13678     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     13871    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    1367913872  else
    1368013873    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    1376513958  cat
    1376613959fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    13767   || as_fn_error "could not setup config files machinery" "$LINENO" 5
    13768 _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 and
     13960  || 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
    1377213965# trailing colons and then remove the whole line if VPATH becomes empty
    1377313966# (actually we leave an empty line to preserve line numbers).
    1377413967if 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[        ]*=[    ]*/{
     13969h
     13970s///
     13971s/^/:/
     13972s/[      ]*$/:/
     13973s/:\$(srcdir):/:/g
     13974s/:\${srcdir}:/:/g
     13975s/:@srcdir@:/:/g
     13976s/^:*//
    1378013977s/:*$//
     13978x
     13979s/\(=[   ]*\).*/\1/
     13980G
     13981s/\n//
    1378113982s/^[^=]*=[       ]*$//
    1378213983}'
     
    1380614007    break
    1380714008  elif $ac_last_try; then
    13808     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
     14009    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
    1380914010  else
    1381014011    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    1389114092_ACEOF
    1389214093cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    13893   as_fn_error "could not setup config headers machinery" "$LINENO" 5
     14094  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
    1389414095fi # test -n "$CONFIG_HEADERS"
    1389514096
     
    1390414105  case $ac_mode$ac_tag in
    1390514106  :[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 ;;
    1390714108  :[FH]-) ac_tag=-:-;;
    1390814109  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    1393214133           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1393314134           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 ;;
    1393514136      esac
    1393614137      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    1395914160    case $ac_tag in
    1396014161    *:-:* | *:-) 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 ;;
    1396214163    esac
    1396314164    ;;
     
    1409014291"
    1409114292eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    14092   || as_fn_error "could not create $ac_file" "$LINENO" 5
     14293  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1409314294
    1409414295test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     
    1409614297  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    1409714298  { $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." >&5
     14299which seems to be undefined.  Please make sure it is defined" >&5
    1409914300$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;}
     14301which seems to be undefined.  Please make sure it is defined" >&2;}
    1410114302
    1410214303  rm -f "$tmp/stdin"
     
    1410514306  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    1410614307  esac \
    14107   || as_fn_error "could not create $ac_file" "$LINENO" 5
     14308  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1410814309 ;;
    1410914310  :H)
     
    1411614317      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    1411714318    } >"$tmp/config.h" \
    14118       || as_fn_error "could not create $ac_file" "$LINENO" 5
     14319      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1411914320    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    1412014321      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
     
    1412314324      rm -f "$ac_file"
    1412414325      mv "$tmp/config.h" "$ac_file" \
    14125         || as_fn_error "could not create $ac_file" "$LINENO" 5
     14326        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1412614327    fi
    1412714328  else
    1412814329    $as_echo "/* $configure_input  */" \
    1412914330      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    14130       || as_fn_error "could not create -" "$LINENO" 5
     14331      || as_fn_error $? "could not create -" "$LINENO" 5
    1413114332  fi
    1413214333 ;;
     
    1417514376
    1417614377test $ac_write_fail = 0 ||
    14177   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
     14378  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
    1417814379
    1417914380
     
    1419614397  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    1419714398  # 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
    1419914400fi
    1420014401
     
    1433714538      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1433814539           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    14339         as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
     14540        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
    1434014541    fi
    1434114542
Note: See TracChangeset for help on using the changeset viewer.