Changeset 2095 for trunk/configure


Ignore:
Timestamp:
Feb 10, 2011, 2:31:10 PM (13 years ago)
Author:
dkearney
Message:

adding --with-install flag for bat/buildscripts/dpkg.sh and building on hub vm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r2081 r2095  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.64 for Rappture 1.1.
     3# Generated by GNU Autoconf 2.67 for Rappture 1.1.
    44#
    55# Report bugs to <rappture@nanohub.org>.
    66#
     7#
    78# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
     9# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    910# Foundation, Inc.
     11#
    1012#
    1113# This configure script is free software; the Free Software Foundation
     
    318320    done
    319321    test -z "$as_dirs" || eval "mkdir $as_dirs"
    320   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
     322  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    321323
    322324
     
    358360
    359361
    360 # as_fn_error ERROR [LINENO LOG_FD]
    361 # ---------------------------------
     362# as_fn_error STATUS ERROR [LINENO LOG_FD]
     363# ----------------------------------------
    362364# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    363365# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    364 # script with status $?, using 1 if that was 0.
     366# script with STATUS, using 1 if that was 0.
    365367as_fn_error ()
    366368{
    367   as_status=$?; test $as_status -eq 0 && as_status=1
    368   if test "$3"; then
    369     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    370     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    371   fi
    372   $as_echo "$as_me: error: $1" >&2
     369  as_status=$1; test $as_status -eq 0 && as_status=1
     370  if test "$4"; then
     371    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     372    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
     373  fi
     374  $as_echo "$as_me: error: $2" >&2
    373375  as_fn_exit $as_status
    374376} # as_fn_error
     
    528530
    529531
    530 exec 7<&0 </dev/null 6>&1
     532test -n "$DJDIR" || exec 7<&0 </dev/null
     533exec 6>&1
    531534
    532535# Name of the host.
    533 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
     536# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    534537# so uname gets run too.
    535538ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
     
    718721INSTALL_PROGRAM
    719722LIB_SEARCH_DIRS
     723INSTALL_PREFIX
    720724target_alias
    721725host_alias
     
    759763ac_user_opts='
    760764enable_option_checking
     765with_install
    761766enable_64bit
    762767enable_64bit_vis
     
    854859
    855860  case $ac_option in
    856   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
    857   *)    ac_optarg=yes ;;
     861  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
     862  *=)   ac_optarg= ;;
     863  *)    ac_optarg=yes ;;
    858864  esac
    859865
     
    900906    # Reject names that are not valid shell variable names.
    901907    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    902       as_fn_error "invalid feature name: $ac_useropt"
     908      as_fn_error $? "invalid feature name: $ac_useropt"
    903909    ac_useropt_orig=$ac_useropt
    904910    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    926932    # Reject names that are not valid shell variable names.
    927933    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    928       as_fn_error "invalid feature name: $ac_useropt"
     934      as_fn_error $? "invalid feature name: $ac_useropt"
    929935    ac_useropt_orig=$ac_useropt
    930936    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    11301136    # Reject names that are not valid shell variable names.
    11311137    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1132       as_fn_error "invalid package name: $ac_useropt"
     1138      as_fn_error $? "invalid package name: $ac_useropt"
    11331139    ac_useropt_orig=$ac_useropt
    11341140    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    11461152    # Reject names that are not valid shell variable names.
    11471153    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1148       as_fn_error "invalid package name: $ac_useropt"
     1154      as_fn_error $? "invalid package name: $ac_useropt"
    11491155    ac_useropt_orig=$ac_useropt
    11501156    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     
    11761182    x_libraries=$ac_optarg ;;
    11771183
    1178   -*) as_fn_error "unrecognized option: \`$ac_option'
    1179 Try \`$0 --help' for more information."
     1184  -*) as_fn_error $? "unrecognized option: \`$ac_option'
     1185Try \`$0 --help' for more information"
    11801186    ;;
    11811187
     
    11851191    case $ac_envvar in #(
    11861192      '' | [0-9]* | *[!_$as_cr_alnum]* )
    1187       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
     1193      as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
    11881194    esac
    11891195    eval $ac_envvar=\$ac_optarg
     
    12031209if test -n "$ac_prev"; then
    12041210  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1205   as_fn_error "missing argument to $ac_option"
     1211  as_fn_error $? "missing argument to $ac_option"
    12061212fi
    12071213
     
    12091215  case $enable_option_checking in
    12101216    no) ;;
    1211     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
     1217    fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
    12121218    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    12131219  esac
     
    12321238    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12331239  esac
    1234   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
     1240  as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
    12351241done
    12361242
     
    12461252  if test "x$build_alias" = x; then
    12471253    cross_compiling=maybe
    1248     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    1249     If a cross compiler is detected then cross compile mode will be used." >&2
     1254    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
     1255    If a cross compiler is detected then cross compile mode will be used" >&2
    12501256  elif test "x$build_alias" != "x$host_alias"; then
    12511257    cross_compiling=yes
     
    12621268ac_ls_di=`ls -di .` &&
    12631269ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1264   as_fn_error "working directory cannot be determined"
     1270  as_fn_error $? "working directory cannot be determined"
    12651271test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1266   as_fn_error "pwd does not report name of working directory"
     1272  as_fn_error $? "pwd does not report name of working directory"
    12671273
    12681274
     
    13031309if test ! -r "$srcdir/$ac_unique_file"; then
    13041310  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1305   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
     1311  as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
    13061312fi
    13071313ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13081314ac_abs_confdir=`(
    1309         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
     1315        cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
    13101316        pwd)`
    13111317# When building in place, set srcdir=.
     
    13471353      --help=recursive    display the short help of all the included packages
    13481354  -V, --version           display version information and exit
    1349   -q, --quiet, --silent   do not print \`checking...' messages
     1355  -q, --quiet, --silent   do not print \`checking ...' messages
    13501356      --cache-file=FILE   cache test results in FILE [disabled]
    13511357  -C, --config-cache      alias for \`--cache-file=config.cache'
     
    14141420  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
    14151421  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
     1422  --with-install=DIR      location of installation [default=yes]
    14161423  --with-tclsh=DIR        location of tclsh [default=yes]
    14171424  --with-vtk=DIR          location of vtk library [default=yes]
     
    14311438              nonstandard directory <lib dir>
    14321439  LIBS        libraries to pass to the linker, e.g. -l<library>
    1433   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     1440  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
    14341441              you have headers in a nonstandard directory <include dir>
    14351442  CXX         C++ compiler command
     
    15071514  cat <<\_ACEOF
    15081515Rappture configure 1.1
    1509 generated by GNU Autoconf 2.64
    1510 
    1511 Copyright (C) 2009 Free Software Foundation, Inc.
     1516generated by GNU Autoconf 2.67
     1517
     1518Copyright (C) 2010 Free Software Foundation, Inc.
    15121519This configure script is free software; the Free Software Foundation
    15131520gives unlimited permission to copy, distribute and modify it.
     
    15541561fi
    15551562  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1556   return $ac_retval
     1563  as_fn_set_status $ac_retval
    15571564
    15581565} # ac_fn_c_try_compile
     
    15921599fi
    15931600  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1594   return $ac_retval
     1601  as_fn_set_status $ac_retval
    15951602
    15961603} # ac_fn_cxx_try_compile
     
    16301637fi
    16311638  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1632   return $ac_retval
     1639  as_fn_set_status $ac_retval
    16331640
    16341641} # ac_fn_f77_try_compile
     
    16551662  fi
    16561663  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1657   test $ac_status = 0; } >/dev/null && {
     1664  test $ac_status = 0; } > conftest.i && {
    16581665         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    16591666         test ! -s conftest.err
     
    16671674fi
    16681675  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1669   return $ac_retval
     1676  as_fn_set_status $ac_retval
    16701677
    16711678} # ac_fn_c_try_cpp
     
    17091716  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    17101717  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1711   return $ac_retval
     1718  as_fn_set_status $ac_retval
    17121719
    17131720} # ac_fn_c_try_run
     
    17551762  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    17561763  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1757   return $ac_retval
     1764  as_fn_set_status $ac_retval
    17581765
    17591766} # ac_fn_c_try_link
     
    17671774  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    17681775$as_echo_n "checking for $2... " >&6; }
    1769 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1776if eval "test \"\${$3+set}\"" = set; then :
    17701777  $as_echo_n "(cached) " >&6
    17711778else
     
    18681875  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    18691876  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1870   return $ac_retval
     1877  as_fn_set_status $ac_retval
    18711878
    18721879} # ac_fn_cxx_try_link
     
    18801887  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    18811888$as_echo_n "checking for $2... " >&6; }
    1882 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1889if eval "test \"\${$3+set}\"" = set; then :
    18831890  $as_echo_n "(cached) " >&6
    18841891else
     
    19601967  fi
    19611968  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    1962   test $ac_status = 0; } >/dev/null && {
     1969  test $ac_status = 0; } > conftest.i && {
    19631970         test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
    19641971         test ! -s conftest.err
     
    19721979fi
    19731980  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    1974   return $ac_retval
     1981  as_fn_set_status $ac_retval
    19751982
    19761983} # ac_fn_cxx_try_cpp
     
    19841991{
    19851992  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    1986   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1993  if eval "test \"\${$3+set}\"" = set; then :
    19871994  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    19881995$as_echo_n "checking for $2... " >&6; }
    1989 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     1996if eval "test \"\${$3+set}\"" = set; then :
    19901997  $as_echo_n "(cached) " >&6
    19911998fi
     
    20232030  ac_header_preproc=no
    20242031fi
    2025 rm -f conftest.err conftest.$ac_ext
     2032rm -f conftest.err conftest.i conftest.$ac_ext
    20262033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
    20272034$as_echo "$ac_header_preproc" >&6; }
     
    20462053    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
    20472054$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
    2048 ( cat <<\_ASBOX
    2049 ## ----------------------------------- ##
     2055( $as_echo "## ----------------------------------- ##
    20502056## Report this to rappture@nanohub.org ##
    2051 ## ----------------------------------- ##
    2052 _ASBOX
     2057## ----------------------------------- ##"
    20532058     ) | sed "s/^/$as_me: WARNING:     /" >&2
    20542059    ;;
     
    20562061  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20572062$as_echo_n "checking for $2... " >&6; }
    2058 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     2063if eval "test \"\${$3+set}\"" = set; then :
    20592064  $as_echo_n "(cached) " >&6
    20602065else
     
    20782083  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
    20792084$as_echo_n "checking for $2... " >&6; }
    2080 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
     2085if eval "test \"\${$3+set}\"" = set; then :
    20812086  $as_echo_n "(cached) " >&6
    20822087else
     
    21382143  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
    21392144  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2140   return $ac_retval
     2145  as_fn_set_status $ac_retval
    21412146
    21422147} # ac_fn_cxx_try_run
     
    23162321  fi
    23172322  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2318   return $ac_retval
     2323  as_fn_set_status $ac_retval
    23192324
    23202325} # ac_fn_cxx_compute_int
     
    23242329
    23252330It was created by Rappture $as_me 1.1, which was
    2326 generated by GNU Autoconf 2.64.  Invocation command line was
     2331generated by GNU Autoconf 2.67.  Invocation command line was
    23272332
    23282333  $ $0 $@
     
    24342439    echo
    24352440
    2436     cat <<\_ASBOX
    2437 ## ---------------- ##
     2441    $as_echo "## ---------------- ##
    24382442## Cache variables. ##
    2439 ## ---------------- ##
    2440 _ASBOX
     2443## ---------------- ##"
    24412444    echo
    24422445    # The following way of writing the cache mishandles newlines in values,
     
    24722475    echo
    24732476
    2474     cat <<\_ASBOX
    2475 ## ----------------- ##
     2477    $as_echo "## ----------------- ##
    24762478## Output variables. ##
    2477 ## ----------------- ##
    2478 _ASBOX
     2479## ----------------- ##"
    24792480    echo
    24802481    for ac_var in $ac_subst_vars
     
    24892490
    24902491    if test -n "$ac_subst_files"; then
    2491       cat <<\_ASBOX
    2492 ## ------------------- ##
     2492      $as_echo "## ------------------- ##
    24932493## File substitutions. ##
    2494 ## ------------------- ##
    2495 _ASBOX
     2494## ------------------- ##"
    24962495      echo
    24972496      for ac_var in $ac_subst_files
     
    25072506
    25082507    if test -s confdefs.h; then
    2509       cat <<\_ASBOX
    2510 ## ----------- ##
     2508      $as_echo "## ----------- ##
    25112509## confdefs.h. ##
    2512 ## ----------- ##
    2513 _ASBOX
     2510## ----------- ##"
    25142511      echo
    25152512      cat confdefs.h
     
    25662563ac_site_file2=NONE
    25672564if test -n "$CONFIG_SITE"; then
    2568   ac_site_file1=$CONFIG_SITE
     2565  # We do not want a PATH search for config.site.
     2566  case $CONFIG_SITE in #((
     2567    -*)  ac_site_file1=./$CONFIG_SITE;;
     2568    */*) ac_site_file1=$CONFIG_SITE;;
     2569    *)   ac_site_file1=./$CONFIG_SITE;;
     2570  esac
    25692571elif test "x$prefix" != xNONE; then
    25702572  ac_site_file1=$prefix/share/config.site
     
    25772579do
    25782580  test "x$ac_site_file" = xNONE && continue
    2579   if test -r "$ac_site_file"; then
     2581  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
    25802582    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
    25812583$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    25822584    sed 's/^/| /' "$ac_site_file" >&5
    2583     . "$ac_site_file"
     2585    . "$ac_site_file" \
     2586      || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     2587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2588as_fn_error $? "failed to load site script $ac_site_file
     2589See \`config.log' for more details" "$LINENO" 5 ; }
    25842590  fi
    25852591done
    25862592
    25872593if test -r "$cache_file"; then
    2588   # Some versions of bash will fail to source /dev/null (special
    2589   # files actually), so we avoid doing that.
    2590   if test -f "$cache_file"; then
     2594  # Some versions of bash will fail to source /dev/null (special files
     2595  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
     2596  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
    25912597    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
    25922598$as_echo "$as_me: loading cache $cache_file" >&6;}
     
    26572663  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
    26582664$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    2659   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
     2665  as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
    26602666fi
    26612667## -------------------- ##
     
    26722678ac_aux_dir=
    26732679for ac_dir in cf "$srcdir"/cf; do
    2674   for ac_t in install-sh install.sh shtool; do
    2675     if test -f "$ac_dir/$ac_t"; then
    2676       ac_aux_dir=$ac_dir
    2677       ac_install_sh="$ac_aux_dir/$ac_t -c"
    2678       break 2
    2679     fi
    2680   done
     2680  if test -f "$ac_dir/install-sh"; then
     2681    ac_aux_dir=$ac_dir
     2682    ac_install_sh="$ac_aux_dir/install-sh -c"
     2683    break
     2684  elif test -f "$ac_dir/install.sh"; then
     2685    ac_aux_dir=$ac_dir
     2686    ac_install_sh="$ac_aux_dir/install.sh -c"
     2687    break
     2688  elif test -f "$ac_dir/shtool"; then
     2689    ac_aux_dir=$ac_dir
     2690    ac_install_sh="$ac_aux_dir/shtool install -c"
     2691    break
     2692  fi
    26812693done
    26822694if test -z "$ac_aux_dir"; then
    2683   as_fn_error "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5
     2695  as_fn_error $? "cannot find install-sh, install.sh, or shtool in cf \"$srcdir\"/cf" "$LINENO" 5
    26842696fi
    26852697
     
    27082720    exec_prefix=$prefix
    27092721fi
     2722
     2723
     2724# Check whether --with-install was given.
     2725if test "${with_install+set}" = set; then :
     2726  withval=$with_install;
     2727else
     2728  with_install=yes
     2729fi
     2730
     2731if test "$with_install" != "yes"; then
     2732    INSTALL_PREFIX=$with_install
     2733else
     2734    INSTALL_PREFIX=$prefix
     2735fi
     2736
     2737
    27102738
    27112739if test "${libdir}" != "${prefix}/lib"; then
     
    29422970fi
    29432971
     2972  test -d ./--version && rmdir ./--version
    29442973  if test "${ac_cv_path_mkdir+set}" = set; then
    29452974    MKDIR_P="$ac_cv_path_mkdir -p"
     
    29492978    # break other packages using the cache if that directory is
    29502979    # removed, or if the value is a relative name.
    2951     test -d ./--version && rmdir ./--version
    29522980    MKDIR_P="$ac_install_sh -d"
    29532981  fi
     
    29602988set x ${MAKE-make}
    29612989ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    2962 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
     2990if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
    29632991  $as_echo_n "(cached) " >&6
    29642992else
     
    29682996        @echo '@@@%%%=$(MAKE)=@@@%%%'
    29692997_ACEOF
    2970 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
     2998# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
    29712999case `${MAKE-make} -f conftest.make 2>/dev/null` in
    29723000  *@@@%%%=?*=@@@%%%*)
     
    32893317test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    32903318$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3291 as_fn_error "no acceptable C compiler found in \$PATH
    3292 See \`config.log' for more details." "$LINENO" 5; }
     3319as_fn_error $? "no acceptable C compiler found in \$PATH
     3320See \`config.log' for more details" "$LINENO" 5 ; }
    32933321
    32943322# Provide some information about the compiler.
     
    33113339         10q' conftest.err >conftest.er1
    33123340    cat conftest.er1 >&5
    3313     rm -f conftest.er1 conftest.err
    3314   fi
     3341  fi
     3342  rm -f conftest.er1 conftest.err
    33153343  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    33163344  test $ac_status = 0; }
     
    33193347cat confdefs.h - <<_ACEOF >conftest.$ac_ext
    33203348/* end confdefs.h.  */
    3321 #include <stdio.h>
     3349
    33223350int
    33233351main ()
    33243352{
    3325 FILE *f = fopen ("conftest.out", "w");
    3326  return ferror (f) || fclose (f) != 0;
    33273353
    33283354  ;
     
    33313357_ACEOF
    33323358ac_clean_files_save=$ac_clean_files
    3333 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
     3359ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    33343360# Try to create an executable without -o first, disregard a.out.
    33353361# It will help us diagnose broken compilers, and finding out an intuition
    33363362# of exeext.
    3337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
    3338 $as_echo_n "checking for C compiler default output file name... " >&6; }
     3363{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
     3364$as_echo_n "checking whether the C compiler works... " >&6; }
    33393365ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    33403366
     
    33983424  ac_file=''
    33993425fi
     3426if test -z "$ac_file"; then :
     3427  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
     3428$as_echo "no" >&6; }
     3429$as_echo "$as_me: failed program was:" >&5
     3430sed 's/^/| /' conftest.$ac_ext >&5
     3431
     3432{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     3433$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3434as_fn_error 77 "C compiler cannot create executables
     3435See \`config.log' for more details" "$LINENO" 5 ; }
     3436else
     3437  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
     3438$as_echo "yes" >&6; }
     3439fi
     3440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
     3441$as_echo_n "checking for C compiler default output file name... " >&6; }
    34003442{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
    34013443$as_echo "$ac_file" >&6; }
    3402 if test -z "$ac_file"; then :
    3403   $as_echo "$as_me: failed program was:" >&5
    3404 sed 's/^/| /' conftest.$ac_ext >&5
    3405 
    3406 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    3407 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3408 { as_fn_set_status 77
    3409 as_fn_error "C compiler cannot create executables
    3410 See \`config.log' for more details." "$LINENO" 5; }; }
    3411 fi
    34123444ac_exeext=$ac_cv_exeext
    34133445
    3414 # Check that the compiler produces executables we can run.  If not, either
    3415 # the compiler is broken, or we cross compile.
    3416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
    3417 $as_echo_n "checking whether the C compiler works... " >&6; }
    3418 # If not cross compiling, check that we can run a simple program.
    3419 if test "$cross_compiling" != yes; then
    3420   if { ac_try='./$ac_file'
    3421   { { case "(($ac_try" in
    3422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    3423   *) ac_try_echo=$ac_try;;
    3424 esac
    3425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
    3426 $as_echo "$ac_try_echo"; } >&5
    3427   (eval "$ac_try") 2>&5
    3428   ac_status=$?
    3429   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    3430   test $ac_status = 0; }; }; then
    3431     cross_compiling=no
    3432   else
    3433     if test "$cross_compiling" = maybe; then
    3434         cross_compiling=yes
    3435     else
    3436         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3438 as_fn_error "cannot run C compiled programs.
    3439 If you meant to cross compile, use \`--host'.
    3440 See \`config.log' for more details." "$LINENO" 5; }
    3441     fi
    3442   fi
    3443 fi
    3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
    3445 $as_echo "yes" >&6; }
    3446 
    3447 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
     3446rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    34483447ac_clean_files=$ac_clean_files_save
    3449 # Check that the compiler produces executables we can run.  If not, either
    3450 # the compiler is broken, or we cross compile.
    3451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
    3452 $as_echo_n "checking whether we are cross compiling... " >&6; }
    3453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
    3454 $as_echo "$cross_compiling" >&6; }
    3455 
    34563448{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
    34573449$as_echo_n "checking for suffix of executables... " >&6; }
     
    34833475  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    34843476$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3485 as_fn_error "cannot compute suffix of executables: cannot compile and link
    3486 See \`config.log' for more details." "$LINENO" 5; }
    3487 fi
    3488 rm -f conftest$ac_cv_exeext
     3477as_fn_error $? "cannot compute suffix of executables: cannot compile and link
     3478See \`config.log' for more details" "$LINENO" 5 ; }
     3479fi
     3480rm -f conftest conftest$ac_cv_exeext
    34893481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
    34903482$as_echo "$ac_cv_exeext" >&6; }
     
    34933485EXEEXT=$ac_cv_exeext
    34943486ac_exeext=$EXEEXT
     3487cat confdefs.h - <<_ACEOF >conftest.$ac_ext
     3488/* end confdefs.h.  */
     3489#include <stdio.h>
     3490int
     3491main ()
     3492{
     3493FILE *f = fopen ("conftest.out", "w");
     3494 return ferror (f) || fclose (f) != 0;
     3495
     3496  ;
     3497  return 0;
     3498}
     3499_ACEOF
     3500ac_clean_files="$ac_clean_files conftest.out"
     3501# Check that the compiler produces executables we can run.  If not, either
     3502# the compiler is broken, or we cross compile.
     3503{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
     3504$as_echo_n "checking whether we are cross compiling... " >&6; }
     3505if test "$cross_compiling" != yes; then
     3506  { { ac_try="$ac_link"
     3507case "(($ac_try" in
     3508  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3509  *) ac_try_echo=$ac_try;;
     3510esac
     3511eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     3512$as_echo "$ac_try_echo"; } >&5
     3513  (eval "$ac_link") 2>&5
     3514  ac_status=$?
     3515  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     3516  test $ac_status = 0; }
     3517  if { ac_try='./conftest$ac_cv_exeext'
     3518  { { case "(($ac_try" in
     3519  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3520  *) ac_try_echo=$ac_try;;
     3521esac
     3522eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
     3523$as_echo "$ac_try_echo"; } >&5
     3524  (eval "$ac_try") 2>&5
     3525  ac_status=$?
     3526  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
     3527  test $ac_status = 0; }; }; then
     3528    cross_compiling=no
     3529  else
     3530    if test "$cross_compiling" = maybe; then
     3531        cross_compiling=yes
     3532    else
     3533        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
     3534$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3535as_fn_error $? "cannot run C compiled programs.
     3536If you meant to cross compile, use \`--host'.
     3537See \`config.log' for more details" "$LINENO" 5 ; }
     3538    fi
     3539  fi
     3540fi
     3541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
     3542$as_echo "$cross_compiling" >&6; }
     3543
     3544rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
     3545ac_clean_files=$ac_clean_files_save
    34953546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
    34963547$as_echo_n "checking for suffix of object files... " >&6; }
     
    35353586{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    35363587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3537 as_fn_error "cannot compute suffix of object files: cannot compile
    3538 See \`config.log' for more details." "$LINENO" 5; }
     3588as_fn_error $? "cannot compute suffix of object files: cannot compile
     3589See \`config.log' for more details" "$LINENO" 5 ; }
    35393590fi
    35403591rm -f conftest.$ac_cv_objext conftest.$ac_ext
     
    38863937         10q' conftest.err >conftest.er1
    38873938    cat conftest.er1 >&5
    3888     rm -f conftest.er1 conftest.err
    3889   fi
     3939  fi
     3940  rm -f conftest.er1 conftest.err
    38903941  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    38913942  test $ac_status = 0; }
     
    41384189         10q' conftest.err >conftest.er1
    41394190    cat conftest.er1 >&5
    4140     rm -f conftest.er1 conftest.err
    4141   fi
     4191  fi
     4192  rm -f conftest.er1 conftest.err
    41424193  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    41434194  test $ac_status = 0; }
     
    42764327continue
    42774328fi
    4278 rm -f conftest.err conftest.$ac_ext
     4329rm -f conftest.err conftest.i conftest.$ac_ext
    42794330
    42804331  # OK, works on sane cases.  Now check whether nonexistent headers
     
    42924343break
    42934344fi
    4294 rm -f conftest.err conftest.$ac_ext
     4345rm -f conftest.err conftest.i conftest.$ac_ext
    42954346
    42964347done
    42974348# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4298 rm -f conftest.err conftest.$ac_ext
     4349rm -f conftest.i conftest.err conftest.$ac_ext
    42994350if $ac_preproc_ok; then :
    43004351  break
     
    43354386continue
    43364387fi
    4337 rm -f conftest.err conftest.$ac_ext
     4388rm -f conftest.err conftest.i conftest.$ac_ext
    43384389
    43394390  # OK, works on sane cases.  Now check whether nonexistent headers
     
    43514402break
    43524403fi
    4353 rm -f conftest.err conftest.$ac_ext
     4404rm -f conftest.err conftest.i conftest.$ac_ext
    43544405
    43554406done
    43564407# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4357 rm -f conftest.err conftest.$ac_ext
     4408rm -f conftest.i conftest.err conftest.$ac_ext
    43584409if $ac_preproc_ok; then :
    43594410
     
    43614412  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    43624413$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4363 as_fn_error "C preprocessor \"$CPP\" fails sanity check
    4364 See \`config.log' for more details." "$LINENO" 5; }
     4414as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
     4415See \`config.log' for more details" "$LINENO" 5 ; }
    43654416fi
    43664417
     
    44234474IFS=$as_save_IFS
    44244475  if test -z "$ac_cv_path_GREP"; then
    4425     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     4476    as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    44264477  fi
    44274478else
     
    44894540IFS=$as_save_IFS
    44904541  if test -z "$ac_cv_path_EGREP"; then
    4491     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
     4542    as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
    44924543  fi
    44934544else
     
    46184669
    46194670else
    4620   as_fn_error "oops! no atol ?!?" "$LINENO" 5
     4671  as_fn_error $? "oops! no atol ?!?" "$LINENO" 5
    46214672fi
    46224673
     
    46794730continue
    46804731fi
    4681 rm -f conftest.err conftest.$ac_ext
     4732rm -f conftest.err conftest.i conftest.$ac_ext
    46824733
    46834734  # OK, works on sane cases.  Now check whether nonexistent headers
     
    46954746break
    46964747fi
    4697 rm -f conftest.err conftest.$ac_ext
     4748rm -f conftest.err conftest.i conftest.$ac_ext
    46984749
    46994750done
    47004751# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4701 rm -f conftest.err conftest.$ac_ext
     4752rm -f conftest.i conftest.err conftest.$ac_ext
    47024753if $ac_preproc_ok; then :
    47034754  break
     
    47384789continue
    47394790fi
    4740 rm -f conftest.err conftest.$ac_ext
     4791rm -f conftest.err conftest.i conftest.$ac_ext
    47414792
    47424793  # OK, works on sane cases.  Now check whether nonexistent headers
     
    47544805break
    47554806fi
    4756 rm -f conftest.err conftest.$ac_ext
     4807rm -f conftest.err conftest.i conftest.$ac_ext
    47574808
    47584809done
    47594810# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4760 rm -f conftest.err conftest.$ac_ext
     4811rm -f conftest.i conftest.err conftest.$ac_ext
    47614812if $ac_preproc_ok; then :
    47624813
     
    47644815  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    47654816$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4766 as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check
    4767 See \`config.log' for more details." "$LINENO" 5; }
     4817as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
     4818See \`config.log' for more details" "$LINENO" 5 ; }
    47684819fi
    47694820
     
    47824833ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
    47834834"
    4784 eval as_val=\$$as_ac_Header
    4785    if test "x$as_val" = x""yes; then :
     4835if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
    47864836  cat >>confdefs.h <<_ACEOF
    47874837#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
     
    48444894
    48454895else
    4846   as_fn_error "librappture requires libm" "$LINENO" 5
     4896  as_fn_error $? "librappture requires libm" "$LINENO" 5
    48474897fi
    48484898
     
    48854935
    48864936else
    4887   as_fn_error "librappture requires libstdc++" "$LINENO" 5
     4937  as_fn_error $? "librappture requires libstdc++" "$LINENO" 5
    48884938fi
    48894939
     
    54975547
    54985548    if test "${AR}" = "" ; then
    5499         as_fn_error "Required archive tool 'ar' not found on PATH." "$LINENO" 5
     5549        as_fn_error $? "Required archive tool 'ar' not found on PATH." "$LINENO" 5
    55005550    fi
    55015551    STLIB_LD='${AR} cr'
     
    71417191done
    71427192if test "x${make_command}" = "x" ; then
    7143   as_fn_error "Requires GNU make. You can specify a version with \$MAKE" "$LINENO" 5
     7193  as_fn_error $? "Requires GNU make. You can specify a version with \$MAKE" "$LINENO" 5
    71447194fi
    71457195MAKE=${make_command}
     
    72717321  fi
    72727322  if test "x${TCLSH}" = "x" ; then
    7273     as_fn_error "can't find tclsh" "$LINENO" 5
     7323    as_fn_error $? "can't find tclsh" "$LINENO" 5
    72747324  fi
    72757325fi
     
    83878437IFS=$as_save_IFS
    83888438  if test -z "$ac_cv_path_SED"; then
    8389     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
     8439    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
    83908440  fi
    83918441else
     
    92229272     ;; #(
    92239273   *)
    9224      as_fn_error "unknown endianness
    9225  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
     9274     as_fn_error $? "unknown endianness
     9275 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
    92269276 esac
    92279277
     
    92419291     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    92429292$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    9243 { as_fn_set_status 77
    9244 as_fn_error "cannot compute sizeof (int)
    9245 See \`config.log' for more details." "$LINENO" 5; }; }
     9293as_fn_error 77 "cannot compute sizeof (int)
     9294See \`config.log' for more details" "$LINENO" 5 ; }
    92469295   else
    92479296     ac_cv_sizeof_int=0
     
    92759324     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    92769325$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    9277 { as_fn_set_status 77
    9278 as_fn_error "cannot compute sizeof (long)
    9279 See \`config.log' for more details." "$LINENO" 5; }; }
     9326as_fn_error 77 "cannot compute sizeof (long)
     9327See \`config.log' for more details" "$LINENO" 5 ; }
    92809328   else
    92819329     ac_cv_sizeof_long=0
     
    93099357     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    93109358$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    9311 { as_fn_set_status 77
    9312 as_fn_error "cannot compute sizeof (long long)
    9313 See \`config.log' for more details." "$LINENO" 5; }; }
     9359as_fn_error 77 "cannot compute sizeof (long long)
     9360See \`config.log' for more details" "$LINENO" 5 ; }
    93149361   else
    93159362     ac_cv_sizeof_long_long=0
     
    93439390     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
    93449391$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    9345 { as_fn_set_status 77
    9346 as_fn_error "cannot compute sizeof (void *)
    9347 See \`config.log' for more details." "$LINENO" 5; }; }
     9392as_fn_error 77 "cannot compute sizeof (void *)
     9393See \`config.log' for more details" "$LINENO" 5 ; }
    93489394   else
    93499395     ac_cv_sizeof_void_p=0
     
    97119757ac_libobjs=
    97129758ac_ltlibobjs=
     9759U=
    97139760for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
    97149761  # 1. Remove the extension, and $U if already installed.
     
    98739920
    98749921
    9875 # as_fn_error ERROR [LINENO LOG_FD]
    9876 # ---------------------------------
     9922# as_fn_error STATUS ERROR [LINENO LOG_FD]
     9923# ----------------------------------------
    98779924# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
    98789925# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
    9879 # script with status $?, using 1 if that was 0.
     9926# script with STATUS, using 1 if that was 0.
    98809927as_fn_error ()
    98819928{
    9882   as_status=$?; test $as_status -eq 0 && as_status=1
    9883   if test "$3"; then
    9884     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
    9885     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
    9886   fi
    9887   $as_echo "$as_me: error: $1" >&2
     9929  as_status=$1; test $as_status -eq 0 && as_status=1
     9930  if test "$4"; then
     9931    as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
     9932    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
     9933  fi
     9934  $as_echo "$as_me: error: $2" >&2
    98889935  as_fn_exit $as_status
    98899936} # as_fn_error
     
    1008110128    done
    1008210129    test -z "$as_dirs" || eval "mkdir $as_dirs"
    10083   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
     10130  } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
    1008410131
    1008510132
     
    1013510182ac_log="
    1013610183This file was extended by Rappture $as_me 1.1, which was
    10137 generated by GNU Autoconf 2.64.  Invocation command line was
     10184generated by GNU Autoconf 2.67.  Invocation command line was
    1013810185
    1013910186  CONFIG_FILES    = $CONFIG_FILES
     
    1017410221  -h, --help       print this help, then exit
    1017510222  -V, --version    print version number and configuration settings, then exit
     10223      --config     print configuration, then exit
    1017610224  -q, --quiet, --silent
    1017710225                   do not print progress messages
     
    1019310241_ACEOF
    1019410242cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     10243ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
    1019510244ac_cs_version="\\
    1019610245Rappture config.status 1.1
    10197 configured by $0, generated by GNU Autoconf 2.64,
    10198   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    10199 
    10200 Copyright (C) 2009 Free Software Foundation, Inc.
     10246configured by $0, generated by GNU Autoconf 2.67,
     10247  with options \\"\$ac_cs_config\\"
     10248
     10249Copyright (C) 2010 Free Software Foundation, Inc.
    1020110250This config.status script is free software; the Free Software Foundation
    1020210251gives unlimited permission to copy, distribute and modify it."
     
    1021610265do
    1021710266  case $1 in
    10218   --*=*)
     10267  --*=?*)
    1021910268    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    1022010269    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
     10270    ac_shift=:
     10271    ;;
     10272  --*=)
     10273    ac_option=`expr "X$1" : 'X\([^=]*\)='`
     10274    ac_optarg=
    1022110275    ac_shift=:
    1022210276    ;;
     
    1023410288  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    1023510289    $as_echo "$ac_cs_version"; exit ;;
     10290  --config | --confi | --conf | --con | --co | --c )
     10291    $as_echo "$ac_cs_config"; exit ;;
    1023610292  --debug | --debu | --deb | --de | --d | -d )
    1023710293    debug=: ;;
     
    1024010296    case $ac_optarg in
    1024110297    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     10298    '') as_fn_error $? "missing file argument" ;;
    1024210299    esac
    1024310300    as_fn_append CONFIG_FILES " '$ac_optarg'"
     
    1025210309  --he | --h)
    1025310310    # Conflict between --help and --header
    10254     as_fn_error "ambiguous option: \`$1'
     10311    as_fn_error $? "ambiguous option: \`$1'
    1025510312Try \`$0 --help' for more information.";;
    1025610313  --help | --hel | -h )
     
    1026110318
    1026210319  # This is an error.
    10263   -*) as_fn_error "unrecognized option: \`$1'
     10320  -*) as_fn_error $? "unrecognized option: \`$1'
    1026410321Try \`$0 --help' for more information." ;;
    1026510322
     
    1043710494    "oldtest/src/Makefile") CONFIG_FILES="$CONFIG_FILES oldtest/src/Makefile" ;;
    1043810495
    10439   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
     10496  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
    1044010497  esac
    1044110498done
     
    1047410531  tmp=./conf$$-$RANDOM
    1047510532  (umask 077 && mkdir "$tmp")
    10476 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
     10533} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
    1047710534
    1047810535# Set up the scripts for CONFIG_FILES section.
     
    1049110548ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    1049210549if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    10493   ac_cs_awk_cr='\r'
     10550  ac_cs_awk_cr='\\r'
    1049410551else
    1049510552  ac_cs_awk_cr=$ac_cr
     
    1050510562  echo "_ACEOF"
    1050610563} >conf$$subs.sh ||
    10507   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
    10508 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     10564  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
     10565ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
    1050910566ac_delim='%!_!# '
    1051010567for ac_last_try in false false false false false :; do
    1051110568  . ./conf$$subs.sh ||
    10512     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     10569    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    1051310570
    1051410571  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     
    1051610573    break
    1051710574  elif $ac_last_try; then
    10518     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
     10575    as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
    1051910576  else
    1052010577    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    1053810595:nl
    1053910596h
    10540 s/\(.\{148\}\).*/\1/
     10597s/\(.\{148\}\)..*/\1/
    1054110598t more1
    1054210599s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     
    1055210609:delim
    1055310610h
    10554 s/\(.\{148\}\).*/\1/
     10611s/\(.\{148\}\)..*/\1/
    1055510612t more2
    1055610613s/["\\]/\\&/g; s/^/"/; s/$/"/
     
    1060510662  cat
    1060610663fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    10607   || as_fn_error "could not setup config files machinery" "$LINENO" 5
    10608 _ACEOF
    10609 
    10610 # VPATH may cause trouble with some makes, so we remove $(srcdir),
    10611 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
     10664  || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
     10665_ACEOF
     10666
     10667# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
     10668# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
    1061210669# trailing colons and then remove the whole line if VPATH becomes empty
    1061310670# (actually we leave an empty line to preserve line numbers).
    1061410671if test "x$srcdir" = x.; then
    10615   ac_vpsub='/^[  ]*VPATH[        ]*=/{
    10616 s/:*\$(srcdir):*/:/
    10617 s/:*\${srcdir}:*/:/
    10618 s/:*@srcdir@:*/:/
    10619 s/^\([^=]*=[     ]*\):*/\1/
     10672  ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
     10673h
     10674s///
     10675s/^/:/
     10676s/[      ]*$/:/
     10677s/:\$(srcdir):/:/g
     10678s/:\${srcdir}:/:/g
     10679s/:@srcdir@:/:/g
     10680s/^:*//
    1062010681s/:*$//
     10682x
     10683s/\(=[   ]*\).*/\1/
     10684G
     10685s/\n//
    1062110686s/^[^=]*=[       ]*$//
    1062210687}'
     
    1064610711    break
    1064710712  elif $ac_last_try; then
    10648     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
     10713    as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
    1064910714  else
    1065010715    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     
    1073110796_ACEOF
    1073210797cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    10733   as_fn_error "could not setup config headers machinery" "$LINENO" 5
     10798  as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
    1073410799fi # test -n "$CONFIG_HEADERS"
    1073510800
     
    1074410809  case $ac_mode$ac_tag in
    1074510810  :[FHL]*:*);;
    10746   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
     10811  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
    1074710812  :[FH]-) ac_tag=-:-;;
    1074810813  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
     
    1077210837           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    1077310838           esac ||
    10774            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
     10839           as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
    1077510840      esac
    1077610841      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     
    1079910864    case $ac_tag in
    1080010865    *:-:* | *:-) cat >"$tmp/stdin" \
    10801       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
     10866      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
    1080210867    esac
    1080310868    ;;
     
    1093611001"
    1093711002eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    10938   || as_fn_error "could not create $ac_file" "$LINENO" 5
     11003  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1093911004
    1094011005test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
     
    1094211007  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    1094311008  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    10944 which seems to be undefined.  Please make sure it is defined." >&5
     11009which seems to be undefined.  Please make sure it is defined" >&5
    1094511010$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    10946 which seems to be undefined.  Please make sure it is defined." >&2;}
     11011which seems to be undefined.  Please make sure it is defined" >&2;}
    1094711012
    1094811013  rm -f "$tmp/stdin"
     
    1095111016  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    1095211017  esac \
    10953   || as_fn_error "could not create $ac_file" "$LINENO" 5
     11018  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1095411019 ;;
    1095511020  :H)
     
    1096211027      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    1096311028    } >"$tmp/config.h" \
    10964       || as_fn_error "could not create $ac_file" "$LINENO" 5
     11029      || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1096511030    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    1096611031      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
     
    1096911034      rm -f "$ac_file"
    1097011035      mv "$tmp/config.h" "$ac_file" \
    10971         || as_fn_error "could not create $ac_file" "$LINENO" 5
     11036        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
    1097211037    fi
    1097311038  else
    1097411039    $as_echo "/* $configure_input  */" \
    1097511040      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    10976       || as_fn_error "could not create -" "$LINENO" 5
     11041      || as_fn_error $? "could not create -" "$LINENO" 5
    1097711042  fi
    1097811043 ;;
     
    1098911054
    1099011055test $ac_write_fail = 0 ||
    10991   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
     11056  as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
    1099211057
    1099311058
     
    1101011075  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
    1101111076  # would make configure fail if this is the last instruction.
    11012   $ac_cs_success || as_fn_exit $?
     11077  $ac_cs_success || as_fn_exit 1
    1101311078fi
    1101411079
     
    1115111216      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
    1115211217           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
    11153         as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
     11218        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
    1115411219    fi
    1115511220
Note: See TracChangeset for help on using the changeset viewer.