Changeset 1464


Ignore:
Timestamp:
07/31/09 12:10:13 (16 years ago)
Author:
Eric.Larour
Message:

fixed isnan problem + made os independent some matlab routines + added intel paths to microsoft visual

Location:
issm/trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/autom4te.cache/output.0

    r1385 r1464  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
    44@%:@
    55@%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>.
    66@%:@
    77@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    99@%:@ This configure script is free software; the Free Software Foundation
    1010@%:@ gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
     42as_nl='
     43'
     44export as_nl
     45# Printing a long string crashes Solaris 7 /usr/bin/printf.
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     50  as_echo='printf %s\n'
     51  as_echo_n='printf %s'
     52else
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     55    as_echo_n='/usr/ucb/echo -n'
     56  else
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     58    as_echo_n_body='eval
     59      arg=$1;
     60      case $arg in
     61      *"$as_nl"*)
     62        expr "X$arg" : "X\\(.*\\)$as_nl";
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     64      esac;
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     66    '
     67    export as_echo_n_body
     68    as_echo_n='sh -c $as_echo_n_body as_echo'
     69  fi
     70  export as_echo_body
     71  as_echo='sh -c $as_echo_body as_echo'
     72fi
     73
    4274# The user is always right.
    4375if test "${PATH_SEPARATOR+set}" != set; then
    44   echo "#! /bin/sh" >conf$$.sh
    45   echo  "exit 0"   >>conf$$.sh
    46   chmod +x conf$$.sh
    47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    48     PATH_SEPARATOR=';'
    49   else
    50     PATH_SEPARATOR=:
    51   fi
    52   rm -f conf$$.sh
     76  PATH_SEPARATOR=:
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     79      PATH_SEPARATOR=';'
     80  }
    5381fi
    5482
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6795# splitting by setting IFS to empty value.)
    68 as_nl='
    69 '
    7096IFS=" ""        $as_nl"
    7197
     
    90116fi
    91117if test ! -f "$as_myself"; then
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    93119  { (exit 1); exit 1; }
    94120fi
     
    103129
    104130# NLS nuisances.
    105 for as_var in \
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    108   LC_TELEPHONE LC_TIME
    109 do
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    111     eval $as_var=C; export $as_var
    112   else
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    114   fi
    115 done
     131LC_ALL=C
     132export LC_ALL
     133LANGUAGE=C
     134export LANGUAGE
    116135
    117136# Required to use basename.
     
    135154         X"$0" : 'X\(//\)$' \| \
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
     156$as_echo X/"$0" |
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{
    139158            s//\1/
     
    161180fi
    162181
    163   if test $as_have_required = yes &&     (eval ":
     182  if test $as_have_required = yes &&     (eval ":
    164183(as_func_return () {
    165184  (exit \$1)
     
    243262  emulate sh
    244263  NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    246265  # is contrary to our usage.  Disable this feature.
    247266  alias -g '${1+"$@"}'='"$@"'
     
    264283  emulate sh
    265284  NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    267286  # is contrary to our usage.  Disable this feature.
    268287  alias -g '${1+"$@"}'='"$@"'
     
    344363      if test "x$CONFIG_SHELL" != x; then
    345364  for as_var in BASH_ENV ENV
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    347         done
    348         export CONFIG_SHELL
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     365        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     366        done
     367        export CONFIG_SHELL
     368        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    350369fi
    351370
     
    416435test \$exitcode = 0") || {
    417436  echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
     437  echo Please tell bug-autoconf@gnu.org about your system,
     438  echo including any error possibly output before this message.
     439  echo This can help us improve future autoconf versions.
     440  echo Configuration will now proceed without shell functions.
    421441}
    422442
     
    454474    ' >$as_me.lineno &&
    455475  chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457477   { (exit 1); exit 1; }; }
    458478
     
    482502  ECHO_N='-n';;
    483503esac
    484 
    485504if expr a : '\(a\)' >/dev/null 2>&1 &&
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    495514else
    496515  rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then
    501   as_ln_s='ln -s'
    502   # ... but there are two gotchas:
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    505   # In both cases, we have to default to `cp -p'.
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     516  mkdir conf$$.dir 2>/dev/null
     517fi
     518if (echo >conf$$.file) 2>/dev/null; then
     519  if ln -s conf$$.file conf$$ 2>/dev/null; then
     520    as_ln_s='ln -s'
     521    # ... but there are two gotchas:
     522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     524    # In both cases, we have to default to `cp -p'.
     525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     526      as_ln_s='cp -p'
     527  elif ln conf$$.file conf$$ 2>/dev/null; then
     528    as_ln_s=ln
     529  else
    507530    as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
     531  fi
    510532else
    511533  as_ln_s='cp -p'
     
    532554    eval sh -c '\''
    533555      if test -d "$1"; then
    534         test -d "$1/.";
     556        test -d "$1/.";
    535557      else
    536558        case $1 in
    537         -*)set "./$1";;
     559        -*)set "./$1";;
    538560        esac;
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    579601PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    580602
    581 ac_subst_vars='SHELL
     603ac_subst_vars='am__EXEEXT_FALSE
     604am__EXEEXT_TRUE
     605LTLIBOBJS
     606LIB@&t@OBJS
     607GRAPHICSLIB
     608FORTRANLIB
     609MATHLIB
     610BLACSLIB
     611BLACSINCL
     612MUMPSLIB
     613MUMPSINCL
     614PLAPACKLIB
     615PLAPACKINCL
     616MKLINCL
     617MKLLIB
     618BLASLAPACKINCL
     619BLASLAPACKLIB
     620SCALAPACKLIB
     621SLEPCLIB
     622SLEPCINCL
     623PETSCLIB
     624PETSCINCL
     625MPILIB
     626MPIINCL
     627METISLIB
     628METISINCL
     629DAKOTALIB
     630DAKOTAINCL
     631TRIANGLELIB
     632TRIANGLEINCL
     633LARGEARRAYS_FALSE
     634LARGEARRAYS_TRUE
     635MATLAB_MINOR
     636MATLAB_MAJOR
     637MATLAB_VERSION
     638MATLAB
     639MEXLINK
     640MEXLIB
     641MEXEXT
     642MEX
     643MATLABINCL
     644NOPARALLEL_FALSE
     645NOPARALLEL_TRUE
     646NOSERIAL_FALSE
     647NOSERIAL_TRUE
     648X_EXTRA_LIBS
     649X_LIBS
     650X_PRE_LIBS
     651X_CFLAGS
     652XMKMF
     653FLIBS
     654ac_ct_F77
     655FFLAGS
     656F77
     657am__fastdepCXX_FALSE
     658am__fastdepCXX_TRUE
     659CXXDEPMODE
     660ac_ct_CXX
     661CXXFLAGS
     662CXX
     663CPP
     664am__fastdepCC_FALSE
     665am__fastdepCC_TRUE
     666CCDEPMODE
     667AMDEPBACKSLASH
     668AMDEP_FALSE
     669AMDEP_TRUE
     670am__quote
     671am__include
     672DEPDIR
     673OBJEXT
     674EXEEXT
     675ac_ct_CC
     676CPPFLAGS
     677LDFLAGS
     678CFLAGS
     679CC
     680RANLIB
     681am__untar
     682am__tar
     683AMTAR
     684am__leading_dot
     685SET_MAKE
     686AWK
     687mkdir_p
     688MKDIR_P
     689INSTALL_STRIP_PROGRAM
     690STRIP
     691install_sh
     692MAKEINFO
     693AUTOHEADER
     694AUTOMAKE
     695AUTOCONF
     696ACLOCAL
     697VERSION
     698PACKAGE
     699CYGPATH_W
     700am__isrc
     701INSTALL_DATA
     702INSTALL_SCRIPT
     703INSTALL_PROGRAM
     704target_os
     705target_vendor
     706target_cpu
     707target
     708host_os
     709host_vendor
     710host_cpu
     711host
     712build_os
     713build_vendor
     714build_cpu
     715build
     716target_alias
     717host_alias
     718build_alias
     719LIBS
     720ECHO_T
     721ECHO_N
     722ECHO_C
     723DEFS
     724mandir
     725localedir
     726libdir
     727psdir
     728pdfdir
     729dvidir
     730htmldir
     731infodir
     732docdir
     733oldincludedir
     734includedir
     735localstatedir
     736sharedstatedir
     737sysconfdir
     738datadir
     739datarootdir
     740libexecdir
     741sbindir
     742bindir
     743program_transform_name
     744prefix
     745exec_prefix
     746PACKAGE_BUGREPORT
     747PACKAGE_STRING
     748PACKAGE_VERSION
     749PACKAGE_TARNAME
     750PACKAGE_NAME
    582751PATH_SEPARATOR
    583 PACKAGE_NAME
    584 PACKAGE_TARNAME
    585 PACKAGE_VERSION
    586 PACKAGE_STRING
    587 PACKAGE_BUGREPORT
    588 exec_prefix
    589 prefix
    590 program_transform_name
    591 bindir
    592 sbindir
    593 libexecdir
    594 datarootdir
    595 datadir
    596 sysconfdir
    597 sharedstatedir
    598 localstatedir
    599 includedir
    600 oldincludedir
    601 docdir
    602 infodir
    603 htmldir
    604 dvidir
    605 pdfdir
    606 psdir
    607 libdir
    608 localedir
    609 mandir
    610 DEFS
    611 ECHO_C
    612 ECHO_N
    613 ECHO_T
    614 LIBS
    615 build_alias
    616 host_alias
    617 target_alias
    618 build
    619 build_cpu
    620 build_vendor
    621 build_os
    622 host
    623 host_cpu
    624 host_vendor
    625 host_os
    626 target
    627 target_cpu
    628 target_vendor
    629 target_os
    630 INSTALL_PROGRAM
    631 INSTALL_SCRIPT
    632 INSTALL_DATA
    633 am__isrc
    634 CYGPATH_W
    635 PACKAGE
    636 VERSION
    637 ACLOCAL
    638 AUTOCONF
    639 AUTOMAKE
    640 AUTOHEADER
    641 MAKEINFO
    642 install_sh
    643 STRIP
    644 INSTALL_STRIP_PROGRAM
    645 mkdir_p
    646 AWK
    647 SET_MAKE
    648 am__leading_dot
    649 AMTAR
    650 am__tar
    651 am__untar
    652 RANLIB
    653 CC
    654 CFLAGS
    655 LDFLAGS
    656 CPPFLAGS
    657 ac_ct_CC
    658 EXEEXT
    659 OBJEXT
    660 DEPDIR
    661 am__include
    662 am__quote
    663 AMDEP_TRUE
    664 AMDEP_FALSE
    665 AMDEPBACKSLASH
    666 CCDEPMODE
    667 am__fastdepCC_TRUE
    668 am__fastdepCC_FALSE
    669 CXX
    670 CXXFLAGS
    671 ac_ct_CXX
    672 CXXDEPMODE
    673 am__fastdepCXX_TRUE
    674 am__fastdepCXX_FALSE
    675 F77
    676 FFLAGS
    677 ac_ct_F77
    678 FLIBS
    679 XMKMF
    680 CPP
    681 X_CFLAGS
    682 X_PRE_LIBS
    683 X_LIBS
    684 X_EXTRA_LIBS
    685 NOSERIAL_TRUE
    686 NOSERIAL_FALSE
    687 NOPARALLEL_TRUE
    688 NOPARALLEL_FALSE
    689 MATLABINCL
    690 MEX
    691 MEXEXT
    692 MEXLIB
    693 MEXLINK
    694 MATLAB
    695 MATLAB_VERSION
    696 MATLAB_MAJOR
    697 MATLAB_MINOR
    698 LARGEARRAYS_TRUE
    699 LARGEARRAYS_FALSE
    700 TRIANGLEINCL
    701 TRIANGLELIB
    702 DAKOTAINCL
    703 DAKOTALIB
    704 METISINCL
    705 METISLIB
    706 MPIINCL
    707 MPILIB
    708 PETSCINCL
    709 PETSCLIB
    710 SLEPCINCL
    711 SLEPCLIB
    712 SCALAPACKLIB
    713 BLASLAPACKLIB
    714 BLASLAPACKINCL
    715 MKLLIB
    716 MKLINCL
    717 PLAPACKINCL
    718 PLAPACKLIB
    719 MUMPSINCL
    720 MUMPSLIB
    721 BLACSINCL
    722 BLACSLIB
    723 MATHLIB
    724 FORTRANLIB
    725 GRAPHICSLIB
    726 LIB@&t@OBJS
    727 LTLIBOBJS'
     752SHELL'
    728753ac_subst_files=''
     754ac_user_opts='
     755enable_option_checking
     756enable_dependency_tracking
     757with_x
     758enable_debugging
     759with_serial
     760with_parallel
     761with_matlab_dir
     762with_triangle_dir
     763with_dakota_dir
     764with_metis_dir
     765with_mpi_lib
     766with_mpi_include
     767with_petsc_dir
     768with_petsc_arch
     769with_slepc_dir
     770with_scalapack_dir
     771with_blas_lapack_dir
     772with_mkl_dir
     773with_plapack_dir
     774with_mumps_dir
     775with_blacs_dir
     776with_math_lib
     777with_fortran_lib
     778with_graphics_lib
     779with_vendor
     780'
    729781      ac_precious_vars='build_alias
    730782host_alias
     
    735787LIBS
    736788CPPFLAGS
     789CPP
    737790CXX
    738791CXXFLAGS
     
    740793F77
    741794FFLAGS
    742 XMKMF
    743 CPP'
     795XMKMF'
    744796
    745797
     
    747799ac_init_help=
    748800ac_init_version=false
     801ac_unrecognized_opts=
     802ac_unrecognized_sep=
    749803# The variables have the same names as the options, with
    750804# dashes changed to underlines.
     
    845899
    846900  -disable-* | --disable-*)
    847     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     901    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    848902    # Reject names that are not valid shell variable names.
    849     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    850       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     903    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     904      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    851905   { (exit 1); exit 1; }; }
    852     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    853     eval enable_$ac_feature=no ;;
     906    ac_useropt_orig=$ac_useropt
     907    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     908    case $ac_user_opts in
     909      *"
     910"enable_$ac_useropt"
     911"*) ;;
     912      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     913         ac_unrecognized_sep=', ';;
     914    esac
     915    eval enable_$ac_useropt=no ;;
    854916
    855917  -docdir | --docdir | --docdi | --doc | --do)
     
    864926
    865927  -enable-* | --enable-*)
    866     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     928    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    867929    # Reject names that are not valid shell variable names.
    868     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    869       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     930    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     931      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    870932   { (exit 1); exit 1; }; }
    871     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    872     eval enable_$ac_feature=\$ac_optarg ;;
     933    ac_useropt_orig=$ac_useropt
     934    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     935    case $ac_user_opts in
     936      *"
     937"enable_$ac_useropt"
     938"*) ;;
     939      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     940         ac_unrecognized_sep=', ';;
     941    esac
     942    eval enable_$ac_useropt=\$ac_optarg ;;
    873943
    874944  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10611131
    10621132  -with-* | --with-*)
    1063     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1133    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10641134    # Reject names that are not valid shell variable names.
    1065     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1066       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1135    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1136      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10671137   { (exit 1); exit 1; }; }
    1068     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1069     eval with_$ac_package=\$ac_optarg ;;
     1138    ac_useropt_orig=$ac_useropt
     1139    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1140    case $ac_user_opts in
     1141      *"
     1142"with_$ac_useropt"
     1143"*) ;;
     1144      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1145         ac_unrecognized_sep=', ';;
     1146    esac
     1147    eval with_$ac_useropt=\$ac_optarg ;;
    10701148
    10711149  -without-* | --without-*)
    1072     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1150    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10731151    # Reject names that are not valid shell variable names.
    1074     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1075       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1152    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1153      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10761154   { (exit 1); exit 1; }; }
    1077     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1078     eval with_$ac_package=no ;;
     1155    ac_useropt_orig=$ac_useropt
     1156    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1157    case $ac_user_opts in
     1158      *"
     1159"with_$ac_useropt"
     1160"*) ;;
     1161      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1162         ac_unrecognized_sep=', ';;
     1163    esac
     1164    eval with_$ac_useropt=no ;;
    10791165
    10801166  --x)
     
    10961182    x_libraries=$ac_optarg ;;
    10971183
    1098   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1184  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    10991185Try \`$0 --help' for more information." >&2
    11001186   { (exit 1); exit 1; }; }
     
    11051191    # Reject names that are not valid shell variable names.
    11061192    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1107       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1193      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11081194   { (exit 1); exit 1; }; }
    11091195    eval $ac_envvar=\$ac_optarg
     
    11121198  *)
    11131199    # FIXME: should be removed in autoconf 3.0.
    1114     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1200    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11151201    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1116       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1202      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11171203    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11181204    ;;
     
    11231209if test -n "$ac_prev"; then
    11241210  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1125   { echo "$as_me: error: missing argument to $ac_option" >&2
     1211  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    11261212   { (exit 1); exit 1; }; }
    11271213fi
    11281214
    1129 # Be sure to have absolute directory names.
     1215if test -n "$ac_unrecognized_opts"; then
     1216  case $enable_option_checking in
     1217    no) ;;
     1218    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1219   { (exit 1); exit 1; }; } ;;
     1220    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1221  esac
     1222fi
     1223
     1224# Check all directory arguments for consistency.
    11301225for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11311226                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11341229do
    11351230  eval ac_val=\$$ac_var
     1231  # Remove trailing slashes.
     1232  case $ac_val in
     1233    */ )
     1234      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1235      eval $ac_var=\$ac_val;;
     1236  esac
     1237  # Be sure to have absolute directory names.
    11361238  case $ac_val in
    11371239    [\\/$]* | ?:[\\/]* )  continue;;
    11381240    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11391241  esac
    1140   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1242  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11411243   { (exit 1); exit 1; }; }
    11421244done
     
    11531255  if test "x$build_alias" = x; then
    11541256    cross_compiling=maybe
    1155     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1257    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11561258    If a cross compiler is detected then cross compile mode will be used." >&2
    11571259  elif test "x$build_alias" != "x$host_alias"; then
     
    11691271ac_ls_di=`ls -di .` &&
    11701272ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1171   { echo "$as_me: error: Working directory cannot be determined" >&2
     1273  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    11721274   { (exit 1); exit 1; }; }
    11731275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1174   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1276  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11751277   { (exit 1); exit 1; }; }
    11761278
     
    11801282  ac_srcdir_defaulted=yes
    11811283  # Try the directory containing this script, then the parent directory.
    1182   ac_confdir=`$as_dirname -- "$0" ||
    1183 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1184          X"$0" : 'X\(//\)[^/]' \| \
    1185          X"$0" : 'X\(//\)$' \| \
    1186          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1187 echo X"$0" |
     1284  ac_confdir=`$as_dirname -- "$as_myself" ||
     1285$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1286         X"$as_myself" : 'X\(//\)[^/]' \| \
     1287         X"$as_myself" : 'X\(//\)$' \| \
     1288         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1289$as_echo X"$as_myself" |
    11881290    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    11891291            s//\1/
     
    12121314if test ! -r "$srcdir/$ac_unique_file"; then
    12131315  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1214   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1316  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12151317   { (exit 1); exit 1; }; }
    12161318fi
    12171319ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12181320ac_abs_confdir=`(
    1219         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1321        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    12201322   { (exit 1); exit 1; }; }
    12211323        pwd)`
     
    12661368Installation directories:
    12671369  --prefix=PREFIX         install architecture-independent files in PREFIX
    1268                           [$ac_default_prefix]
     1370                          [$ac_default_prefix]
    12691371  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1270                           [PREFIX]
     1372                          [PREFIX]
    12711373
    12721374By default, \`make install' will install all the files in
     
    12781380
    12791381Fine tuning of the installation directories:
    1280   --bindir=DIR           user executables [EPREFIX/bin]
    1281   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1282   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1283   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1284   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1285   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1286   --libdir=DIR           object code libraries [EPREFIX/lib]
    1287   --includedir=DIR       C header files [PREFIX/include]
    1288   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1289   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1290   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1291   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1292   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1293   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1294   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1295   --htmldir=DIR          html documentation [DOCDIR]
    1296   --dvidir=DIR           dvi documentation [DOCDIR]
    1297   --pdfdir=DIR           pdf documentation [DOCDIR]
    1298   --psdir=DIR            ps documentation [DOCDIR]
     1382  --bindir=DIR            user executables [EPREFIX/bin]
     1383  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1384  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1385  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1386  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1387  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1388  --libdir=DIR            object code libraries [EPREFIX/lib]
     1389  --includedir=DIR        C header files [PREFIX/include]
     1390  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1391  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1392  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1393  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1394  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1395  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1396  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
     1397  --htmldir=DIR           html documentation [DOCDIR]
     1398  --dvidir=DIR            dvi documentation [DOCDIR]
     1399  --pdfdir=DIR            pdf documentation [DOCDIR]
     1400  --psdir=DIR             ps documentation [DOCDIR]
    12991401_ACEOF
    13001402
     
    13241426
    13251427Optional Features:
     1428  --disable-option-checking  ignore unrecognized --enable/--with options
    13261429  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13271430  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13631466  --with-graphics-lib = options
    13641467                          graphics options, for ex: "/usr/X11/lib/libX11.a
     1468  --with-vendor = VENDOR  vendor name, ex: intel
    13651469
    13661470Some influential environment variables:
     
    13721476  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
    13731477              you have headers in a nonstandard directory <include dir>
     1478  CPP         C preprocessor
    13741479  CXX         C++ compiler command
    13751480  CXXFLAGS    C++ compiler flags
     
    13771482  FFLAGS      Fortran 77 compiler flags
    13781483  XMKMF       Path to xmkmf, Makefile generator for X Window System
    1379   CPP         C preprocessor
    13801484
    13811485Use these variables to override the choices made by `configure' or to help
     
    13901494  # If there are subdirs, report their specific --help.
    13911495  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1392     test -d "$ac_dir" || continue
     1496    test -d "$ac_dir" ||
     1497      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1498      continue
    13931499    ac_builddir=.
    13941500
     
    13961502.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13971503*)
    1398   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1504  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13991505  # A ".." for each directory in $ac_dir_suffix.
    1400   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1506  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    14011507  case $ac_top_builddir_sub in
    14021508  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14341540      $SHELL "$ac_srcdir/configure" --help=recursive
    14351541    else
    1436       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1542      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14371543    fi || ac_status=$?
    14381544    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14441550  cat <<\_ACEOF
    14451551ISSM configure 1.0
    1446 generated by GNU Autoconf 2.61
     1552generated by GNU Autoconf 2.63
    14471553
    14481554Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1449 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     15552002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    14501556This configure script is free software; the Free Software Foundation
    14511557gives unlimited permission to copy, distribute and modify it.
     
    14581564
    14591565It was created by ISSM $as_me 1.0, which was
    1460 generated by GNU Autoconf 2.61.  Invocation command line was
     1566generated by GNU Autoconf 2.63.  Invocation command line was
    14611567
    14621568  $ $0 $@
     
    14941600  IFS=$as_save_IFS
    14951601  test -z "$as_dir" && as_dir=.
    1496   echo "PATH: $as_dir"
     1602  $as_echo "PATH: $as_dir"
    14971603done
    14981604IFS=$as_save_IFS
     
    15291635      continue ;;
    15301636    *\'*)
    1531       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1637      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15321638    esac
    15331639    case $ac_pass in
     
    15811687    *${as_nl}*)
    15821688      case $ac_var in #(
    1583       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1584 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1689      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1690$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    15851691      esac
    15861692      case $ac_var in #(
    15871693      _ | IFS | as_nl) ;; #(
     1694      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15881695      *) $as_unset $ac_var ;;
    15891696      esac ;;
     
    16151722      eval ac_val=\$$ac_var
    16161723      case $ac_val in
    1617       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1724      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16181725      esac
    1619       echo "$ac_var='\''$ac_val'\''"
     1726      $as_echo "$ac_var='\''$ac_val'\''"
    16201727    done | sort
    16211728    echo
     
    16321739        eval ac_val=\$$ac_var
    16331740        case $ac_val in
    1634         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1741        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16351742        esac
    1636         echo "$ac_var='\''$ac_val'\''"
     1743        $as_echo "$ac_var='\''$ac_val'\''"
    16371744      done | sort
    16381745      echo
     
    16501757    fi
    16511758    test "$ac_signal" != 0 &&
    1652       echo "$as_me: caught signal $ac_signal"
    1653     echo "$as_me: exit $exit_status"
     1759      $as_echo "$as_me: caught signal $ac_signal"
     1760    $as_echo "$as_me: exit $exit_status"
    16541761  } >&5
    16551762  rm -f core *.core core.conftest.* &&
     
    16931800
    16941801# Let the site file select an alternate cache file if it wants to.
    1695 # Prefer explicitly selected file to automatically selected ones.
     1802# Prefer an explicitly selected file to automatically selected ones.
     1803ac_site_file1=NONE
     1804ac_site_file2=NONE
    16961805if test -n "$CONFIG_SITE"; then
    1697   set x "$CONFIG_SITE"
     1806  ac_site_file1=$CONFIG_SITE
    16981807elif test "x$prefix" != xNONE; then
    1699   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1700 else
    1701   set x "$ac_default_prefix/share/config.site" \
    1702         "$ac_default_prefix/etc/config.site"
    1703 fi
    1704 shift
    1705 for ac_site_file
     1808  ac_site_file1=$prefix/share/config.site
     1809  ac_site_file2=$prefix/etc/config.site
     1810else
     1811  ac_site_file1=$ac_default_prefix/share/config.site
     1812  ac_site_file2=$ac_default_prefix/etc/config.site
     1813fi
     1814for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    17061815do
     1816  test "x$ac_site_file" = xNONE && continue
    17071817  if test -r "$ac_site_file"; then
    1708     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1709 echo "$as_me: loading site script $ac_site_file" >&6;}
     1818    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1819$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    17101820    sed 's/^/| /' "$ac_site_file" >&5
    17111821    . "$ac_site_file"
     
    17171827  # files actually), so we avoid doing that.
    17181828  if test -f "$cache_file"; then
    1719     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1720 echo "$as_me: loading cache $cache_file" >&6;}
     1829    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1830$as_echo "$as_me: loading cache $cache_file" >&6;}
    17211831    case $cache_file in
    17221832      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17251835  fi
    17261836else
    1727   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1728 echo "$as_me: creating cache $cache_file" >&6;}
     1837  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1838$as_echo "$as_me: creating cache $cache_file" >&6;}
    17291839  >$cache_file
    17301840fi
     
    17401850  case $ac_old_set,$ac_new_set in
    17411851    set,)
    1742       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1743 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1852      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1853$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17441854      ac_cache_corrupted=: ;;
    17451855    ,set)
    1746       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1747 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1856      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1857$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17481858      ac_cache_corrupted=: ;;
    17491859    ,);;
    17501860    *)
    17511861      if test "x$ac_old_val" != "x$ac_new_val"; then
    1752         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1753 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1754         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1755 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1756         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1757 echo "$as_me:   current value: $ac_new_val" >&2;}
    1758         ac_cache_corrupted=:
     1862        # differences in whitespace do not lead to failure.
     1863        ac_old_val_w=`echo x $ac_old_val`
     1864        ac_new_val_w=`echo x $ac_new_val`
     1865        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1866          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1867$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1868          ac_cache_corrupted=:
     1869        else
     1870          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1871$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1872          eval $ac_var=\$ac_old_val
     1873        fi
     1874        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1875$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1876        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1877$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17591878      fi;;
    17601879  esac
     
    17621881  if test "$ac_new_set" = set; then
    17631882    case $ac_new_val in
    1764     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1883    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17651884    *) ac_arg=$ac_var=$ac_new_val ;;
    17661885    esac
     
    17721891done
    17731892if $ac_cache_corrupted; then
    1774   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1775 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1776   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1777 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1893  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1894$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1895  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1896$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1897  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1898$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17781899   { (exit 1); exit 1; }; }
    17791900fi
     
    18291950done
    18301951if test -z "$ac_aux_dir"; then
    1831   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1832 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1952  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1953$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    18331954   { (exit 1); exit 1; }; }
    18341955fi
     
    18451966# Make sure we can run config.sub.
    18461967$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1847   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1848 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1968  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1969$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    18491970   { (exit 1); exit 1; }; }
    18501971
    1851 { echo "$as_me:$LINENO: checking build system type" >&5
    1852 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
     1972{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     1973$as_echo_n "checking build system type... " >&6; }
    18531974if test "${ac_cv_build+set}" = set; then
    1854   echo $ECHO_N "(cached) $ECHO_C" >&6
     1975  $as_echo_n "(cached) " >&6
    18551976else
    18561977  ac_build_alias=$build_alias
     
    18581979  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    18591980test "x$ac_build_alias" = x &&
    1860   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1861 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1981  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1982$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    18621983   { (exit 1); exit 1; }; }
    18631984ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1864   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1865 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1985  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1986$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    18661987   { (exit 1); exit 1; }; }
    18671988
    18681989fi
    1869 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1870 echo "${ECHO_T}$ac_cv_build" >&6; }
     1990{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1991$as_echo "$ac_cv_build" >&6; }
    18711992case $ac_cv_build in
    18721993*-*-*) ;;
    1873 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1874 echo "$as_me: error: invalid value of canonical build" >&2;}
     1994*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1995$as_echo "$as_me: error: invalid value of canonical build" >&2;}
    18751996   { (exit 1); exit 1; }; };;
    18761997esac
     
    18892010
    18902011
    1891 { echo "$as_me:$LINENO: checking host system type" >&5
    1892 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
     2012{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     2013$as_echo_n "checking host system type... " >&6; }
    18932014if test "${ac_cv_host+set}" = set; then
    1894   echo $ECHO_N "(cached) $ECHO_C" >&6
     2015  $as_echo_n "(cached) " >&6
    18952016else
    18962017  if test "x$host_alias" = x; then
     
    18982019else
    18992020  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1900     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1901 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     2021    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     2022$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    19022023   { (exit 1); exit 1; }; }
    19032024fi
    19042025
    19052026fi
    1906 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1907 echo "${ECHO_T}$ac_cv_host" >&6; }
     2027{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     2028$as_echo "$ac_cv_host" >&6; }
    19082029case $ac_cv_host in
    19092030*-*-*) ;;
    1910 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    1911 echo "$as_me: error: invalid value of canonical host" >&2;}
     2031*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     2032$as_echo "$as_me: error: invalid value of canonical host" >&2;}
    19122033   { (exit 1); exit 1; }; };;
    19132034esac
     
    19262047
    19272048
    1928 { echo "$as_me:$LINENO: checking target system type" >&5
    1929 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
     2049{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     2050$as_echo_n "checking target system type... " >&6; }
    19302051if test "${ac_cv_target+set}" = set; then
    1931   echo $ECHO_N "(cached) $ECHO_C" >&6
     2052  $as_echo_n "(cached) " >&6
    19322053else
    19332054  if test "x$target_alias" = x; then
     
    19352056else
    19362057  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    1937     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    1938 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     2058    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     2059$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    19392060   { (exit 1); exit 1; }; }
    19402061fi
    19412062
    19422063fi
    1943 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1944 echo "${ECHO_T}$ac_cv_target" >&6; }
     2064{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     2065$as_echo "$ac_cv_target" >&6; }
    19452066case $ac_cv_target in
    19462067*-*-*) ;;
    1947 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    1948 echo "$as_me: error: invalid value of canonical target" >&2;}
     2068*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     2069$as_echo "$as_me: error: invalid value of canonical target" >&2;}
    19492070   { (exit 1); exit 1; }; };;
    19502071esac
     
    19692090    NONENONEs,x,x, &&
    19702091  program_prefix=${target_alias}-
    1971 am__api_version='1.10'
     2092am__api_version='1.11'
    19722093
    19732094# Find a good install program.  We prefer a C program (faster),
     
    19842105# OS/2's system install, which has a completely different semantic
    19852106# ./install, which can be erroneously created by make from ./install.sh.
    1986 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1987 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     2107# Reject install programs that cannot install multiple files.
     2108{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     2109$as_echo_n "checking for a BSD-compatible install... " >&6; }
    19882110if test -z "$INSTALL"; then
    19892111if test "${ac_cv_path_install+set}" = set; then
    1990   echo $ECHO_N "(cached) $ECHO_C" >&6
     2112  $as_echo_n "(cached) " >&6
    19912113else
    19922114  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20172139            :
    20182140          else
    2019             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2020             break 3
     2141            rm -rf conftest.one conftest.two conftest.dir
     2142            echo one > conftest.one
     2143            echo two > conftest.two
     2144            mkdir conftest.dir
     2145            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2146              test -s conftest.one && test -s conftest.two &&
     2147              test -s conftest.dir/conftest.one &&
     2148              test -s conftest.dir/conftest.two
     2149            then
     2150              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2151              break 3
     2152            fi
    20212153          fi
    20222154        fi
     
    20252157    ;;
    20262158esac
     2159
    20272160done
    20282161IFS=$as_save_IFS
    20292162
     2163rm -rf conftest.one conftest.two conftest.dir
    20302164
    20312165fi
     
    20402174  fi
    20412175fi
    2042 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    2043 echo "${ECHO_T}$INSTALL" >&6; }
     2176{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2177$as_echo "$INSTALL" >&6; }
    20442178
    20452179# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20512185test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20522186
    2053 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2054 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
     2187{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2188$as_echo_n "checking whether build environment is sane... " >&6; }
    20552189# Just in case
    20562190sleep 1
    20572191echo timestamp > conftest.file
     2192# Reject unsafe characters in $srcdir or the absolute working directory
     2193# name.  Accept space and tab only in the latter.
     2194am_lf='
     2195'
     2196case `pwd` in
     2197  *[\\\"\#\$\&\'\`$am_lf]*)
     2198    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
     2199$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
     2200   { (exit 1); exit 1; }; };;
     2201esac
     2202case $srcdir in
     2203  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
     2204    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
     2205$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
     2206   { (exit 1); exit 1; }; };;
     2207esac
     2208
    20582209# Do `set' in a subshell so we don't clobber the current shell's
    20592210# arguments.  Must try -L first in case configure is actually a
     
    20622213# directory).
    20632214if (
    2064    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     2215   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    20652216   if test "$*" = "X"; then
    20662217      # -L didn't work.
    2067       set X `ls -t $srcdir/configure conftest.file`
     2218      set X `ls -t "$srcdir/configure" conftest.file`
    20682219   fi
    20692220   rm -f conftest.file
     
    20752226      # broken ls alias from the environment.  This has actually
    20762227      # happened.  Such a system could not be considered "sane".
    2077       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2228      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    20782229alias in your environment" >&5
    2079 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2230$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    20802231alias in your environment" >&2;}
    20812232   { (exit 1); exit 1; }; }
     
    20882239   :
    20892240else
    2090    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2241   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    20912242Check your system clock" >&5
    2092 echo "$as_me: error: newly created file is older than distributed files!
     2243$as_echo "$as_me: error: newly created file is older than distributed files!
    20932244Check your system clock" >&2;}
    20942245   { (exit 1); exit 1; }; }
    20952246fi
    2096 { echo "$as_me:$LINENO: result: yes" >&5
    2097 echo "${ECHO_T}yes" >&6; }
     2247{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2248$as_echo "yes" >&6; }
    20982249test "$program_prefix" != NONE &&
    20992250  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    21012252test "$program_suffix" != NONE &&
    21022253  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2103 # Double any \ or $.  echo might interpret backslashes.
     2254# Double any \ or $.
    21042255# By default was `s,x,x', remove it if useless.
    2105 cat <<\_ACEOF >conftest.sed
    2106 s/[\\$]/&&/g;s/;s,x,x,$//
    2107 _ACEOF
    2108 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
    2109 rm -f conftest.sed
     2256ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
     2257program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    21102258
    21112259# expand $ac_aux_dir to an absolute path
    21122260am_aux_dir=`cd $ac_aux_dir && pwd`
    21132261
    2114 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     2262if test x"${MISSING+set}" != xset; then
     2263  case $am_aux_dir in
     2264  *\ * | *\     *)
     2265    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     2266  *)
     2267    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     2268  esac
     2269fi
    21152270# Use eval to expand $SHELL
    21162271if eval "$MISSING --run true"; then
     
    21182273else
    21192274  am_missing_run=
    2120   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2121 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2122 fi
    2123 
    2124 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2125 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     2275  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2276$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2277fi
     2278
     2279if test x"${install_sh}" != xset; then
     2280  case $am_aux_dir in
     2281  *\ * | *\     *)
     2282    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     2283  *)
     2284    install_sh="\${SHELL} $am_aux_dir/install-sh"
     2285  esac
     2286fi
     2287
     2288# Installed binaries are usually stripped using `strip' when the user
     2289# run `make install-strip'.  However `strip' might not be the right
     2290# tool to use in cross-compilation environments, therefore Automake
     2291# will honor the `STRIP' environment variable to overrule this program.
     2292if test "$cross_compiling" != no; then
     2293  if test -n "$ac_tool_prefix"; then
     2294  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
     2295set dummy ${ac_tool_prefix}strip; ac_word=$2
     2296{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2297$as_echo_n "checking for $ac_word... " >&6; }
     2298if test "${ac_cv_prog_STRIP+set}" = set; then
     2299  $as_echo_n "(cached) " >&6
     2300else
     2301  if test -n "$STRIP"; then
     2302  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
     2303else
     2304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2305for as_dir in $PATH
     2306do
     2307  IFS=$as_save_IFS
     2308  test -z "$as_dir" && as_dir=.
     2309  for ac_exec_ext in '' $ac_executable_extensions; do
     2310  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2311    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     2312    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2313    break 2
     2314  fi
     2315done
     2316done
     2317IFS=$as_save_IFS
     2318
     2319fi
     2320fi
     2321STRIP=$ac_cv_prog_STRIP
     2322if test -n "$STRIP"; then
     2323  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
     2324$as_echo "$STRIP" >&6; }
     2325else
     2326  { $as_echo "$as_me:$LINENO: result: no" >&5
     2327$as_echo "no" >&6; }
     2328fi
     2329
     2330
     2331fi
     2332if test -z "$ac_cv_prog_STRIP"; then
     2333  ac_ct_STRIP=$STRIP
     2334  # Extract the first word of "strip", so it can be a program name with args.
     2335set dummy strip; ac_word=$2
     2336{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2337$as_echo_n "checking for $ac_word... " >&6; }
     2338if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
     2339  $as_echo_n "(cached) " >&6
     2340else
     2341  if test -n "$ac_ct_STRIP"; then
     2342  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
     2343else
     2344as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2345for as_dir in $PATH
     2346do
     2347  IFS=$as_save_IFS
     2348  test -z "$as_dir" && as_dir=.
     2349  for ac_exec_ext in '' $ac_executable_extensions; do
     2350  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2351    ac_cv_prog_ac_ct_STRIP="strip"
     2352    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2353    break 2
     2354  fi
     2355done
     2356done
     2357IFS=$as_save_IFS
     2358
     2359fi
     2360fi
     2361ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
     2362if test -n "$ac_ct_STRIP"; then
     2363  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2364$as_echo "$ac_ct_STRIP" >&6; }
     2365else
     2366  { $as_echo "$as_me:$LINENO: result: no" >&5
     2367$as_echo "no" >&6; }
     2368fi
     2369
     2370  if test "x$ac_ct_STRIP" = x; then
     2371    STRIP=":"
     2372  else
     2373    case $cross_compiling:$ac_tool_warned in
     2374yes:)
     2375{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2376$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2377ac_tool_warned=yes ;;
     2378esac
     2379    STRIP=$ac_ct_STRIP
     2380  fi
     2381else
     2382  STRIP="$ac_cv_prog_STRIP"
     2383fi
     2384
     2385fi
     2386INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
     2387
     2388{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2389$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    21262390if test -z "$MKDIR_P"; then
    21272391  if test "${ac_cv_path_mkdir+set}" = set; then
    2128   echo $ECHO_N "(cached) $ECHO_C" >&6
     2392  $as_echo_n "(cached) " >&6
    21292393else
    21302394  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21612425  fi
    21622426fi
    2163 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2164 echo "${ECHO_T}$MKDIR_P" >&6; }
     2427{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2428$as_echo "$MKDIR_P" >&6; }
    21652429
    21662430mkdir_p="$MKDIR_P"
     
    21742438  # Extract the first word of "$ac_prog", so it can be a program name with args.
    21752439set dummy $ac_prog; ac_word=$2
    2176 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2177 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2440{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2441$as_echo_n "checking for $ac_word... " >&6; }
    21782442if test "${ac_cv_prog_AWK+set}" = set; then
    2179   echo $ECHO_N "(cached) $ECHO_C" >&6
     2443  $as_echo_n "(cached) " >&6
    21802444else
    21812445  if test -n "$AWK"; then
     
    21902454  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21912455    ac_cv_prog_AWK="$ac_prog"
    2192     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2456    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21932457    break 2
    21942458  fi
     
    22012465AWK=$ac_cv_prog_AWK
    22022466if test -n "$AWK"; then
    2203   { echo "$as_me:$LINENO: result: $AWK" >&5
    2204 echo "${ECHO_T}$AWK" >&6; }
    2205 else
    2206   { echo "$as_me:$LINENO: result: no" >&5
    2207 echo "${ECHO_T}no" >&6; }
     2467  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     2468$as_echo "$AWK" >&6; }
     2469else
     2470  { $as_echo "$as_me:$LINENO: result: no" >&5
     2471$as_echo "no" >&6; }
    22082472fi
    22092473
     
    22122476done
    22132477
    2214 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2215 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    2216 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2478{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2479$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2480set x ${MAKE-make}
     2481ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    22172482if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2218   echo $ECHO_N "(cached) $ECHO_C" >&6
     2483  $as_echo_n "(cached) " >&6
    22192484else
    22202485  cat >conftest.make <<\_ACEOF
     
    22332498fi
    22342499if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2235   { echo "$as_me:$LINENO: result: yes" >&5
    2236 echo "${ECHO_T}yes" >&6; }
     2500  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2501$as_echo "yes" >&6; }
    22372502  SET_MAKE=
    22382503else
    2239   { echo "$as_me:$LINENO: result: no" >&5
    2240 echo "${ECHO_T}no" >&6; }
     2504  { $as_echo "$as_me:$LINENO: result: no" >&5
     2505$as_echo "no" >&6; }
    22412506  SET_MAKE="MAKE=${MAKE-make}"
    22422507fi
     
    22572522  # test to see if srcdir already configured
    22582523  if test -f $srcdir/config.status; then
    2259     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2260 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2524    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2525$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    22612526   { (exit 1); exit 1; }; }
    22622527  fi
     
    23032568MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    23042569
    2305 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    2306 
    2307 # Installed binaries are usually stripped using `strip' when the user
    2308 # run `make install-strip'.  However `strip' might not be the right
    2309 # tool to use in cross-compilation environments, therefore Automake
    2310 # will honor the `STRIP' environment variable to overrule this program.
    2311 if test "$cross_compiling" != no; then
    2312   if test -n "$ac_tool_prefix"; then
    2313   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    2314 set dummy ${ac_tool_prefix}strip; ac_word=$2
    2315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2317 if test "${ac_cv_prog_STRIP+set}" = set; then
    2318   echo $ECHO_N "(cached) $ECHO_C" >&6
    2319 else
    2320   if test -n "$STRIP"; then
    2321   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    2322 else
    2323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2324 for as_dir in $PATH
    2325 do
    2326   IFS=$as_save_IFS
    2327   test -z "$as_dir" && as_dir=.
    2328   for ac_exec_ext in '' $ac_executable_extensions; do
    2329   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2330     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2331     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2332     break 2
    2333   fi
    2334 done
    2335 done
    2336 IFS=$as_save_IFS
    2337 
    2338 fi
    2339 fi
    2340 STRIP=$ac_cv_prog_STRIP
    2341 if test -n "$STRIP"; then
    2342   { echo "$as_me:$LINENO: result: $STRIP" >&5
    2343 echo "${ECHO_T}$STRIP" >&6; }
    2344 else
    2345   { echo "$as_me:$LINENO: result: no" >&5
    2346 echo "${ECHO_T}no" >&6; }
    2347 fi
    2348 
    2349 
    2350 fi
    2351 if test -z "$ac_cv_prog_STRIP"; then
    2352   ac_ct_STRIP=$STRIP
    2353   # Extract the first word of "strip", so it can be a program name with args.
    2354 set dummy strip; ac_word=$2
    2355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2357 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2358   echo $ECHO_N "(cached) $ECHO_C" >&6
    2359 else
    2360   if test -n "$ac_ct_STRIP"; then
    2361   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    2362 else
    2363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2364 for as_dir in $PATH
    2365 do
    2366   IFS=$as_save_IFS
    2367   test -z "$as_dir" && as_dir=.
    2368   for ac_exec_ext in '' $ac_executable_extensions; do
    2369   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2370     ac_cv_prog_ac_ct_STRIP="strip"
    2371     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2372     break 2
    2373   fi
    2374 done
    2375 done
    2376 IFS=$as_save_IFS
    2377 
    2378 fi
    2379 fi
    2380 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    2381 if test -n "$ac_ct_STRIP"; then
    2382   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2383 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
    2384 else
    2385   { echo "$as_me:$LINENO: result: no" >&5
    2386 echo "${ECHO_T}no" >&6; }
    2387 fi
    2388 
    2389   if test "x$ac_ct_STRIP" = x; then
    2390     STRIP=":"
    2391   else
    2392     case $cross_compiling:$ac_tool_warned in
    2393 yes:)
    2394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2395 whose name does not start with the host triplet.  If you think this
    2396 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2398 whose name does not start with the host triplet.  If you think this
    2399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2400 ac_tool_warned=yes ;;
    2401 esac
    2402     STRIP=$ac_ct_STRIP
    2403   fi
    2404 else
    2405   STRIP="$ac_cv_prog_STRIP"
    2406 fi
    2407 
    2408 fi
    2409 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    2410 
    24112570# We need awk for the "check" target.  The system "awk" is bad on
    24122571# some platforms.
     
    24242583  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    24252584set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2585{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2586$as_echo_n "checking for $ac_word... " >&6; }
    24282587if test "${ac_cv_prog_RANLIB+set}" = set; then
    2429   echo $ECHO_N "(cached) $ECHO_C" >&6
     2588  $as_echo_n "(cached) " >&6
    24302589else
    24312590  if test -n "$RANLIB"; then
     
    24402599  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24412600    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2601    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24432602    break 2
    24442603  fi
     
    24512610RANLIB=$ac_cv_prog_RANLIB
    24522611if test -n "$RANLIB"; then
    2453   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    2454 echo "${ECHO_T}$RANLIB" >&6; }
    2455 else
    2456   { echo "$as_me:$LINENO: result: no" >&5
    2457 echo "${ECHO_T}no" >&6; }
     2612  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     2613$as_echo "$RANLIB" >&6; }
     2614else
     2615  { $as_echo "$as_me:$LINENO: result: no" >&5
     2616$as_echo "no" >&6; }
    24582617fi
    24592618
     
    24642623  # Extract the first word of "ranlib", so it can be a program name with args.
    24652624set dummy ranlib; ac_word=$2
    2466 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2625{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2626$as_echo_n "checking for $ac_word... " >&6; }
    24682627if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2469   echo $ECHO_N "(cached) $ECHO_C" >&6
     2628  $as_echo_n "(cached) " >&6
    24702629else
    24712630  if test -n "$ac_ct_RANLIB"; then
     
    24802639  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24812640    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2482     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2641    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24832642    break 2
    24842643  fi
     
    24912650ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    24922651if test -n "$ac_ct_RANLIB"; then
    2493   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2494 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    2495 else
    2496   { echo "$as_me:$LINENO: result: no" >&5
    2497 echo "${ECHO_T}no" >&6; }
     2652  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2653$as_echo "$ac_ct_RANLIB" >&6; }
     2654else
     2655  { $as_echo "$as_me:$LINENO: result: no" >&5
     2656$as_echo "no" >&6; }
    24982657fi
    24992658
     
    25032662    case $cross_compiling:$ac_tool_warned in
    25042663yes:)
    2505 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2506 whose name does not start with the host triplet.  If you think this
    2507 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2508 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2509 whose name does not start with the host triplet.  If you think this
    2510 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2664{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2665$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    25112666ac_tool_warned=yes ;;
    25122667esac
     
    25232678ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25242679if test -n "$ac_tool_prefix"; then
    2525   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    2526 set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2529 if test "${ac_cv_prog_CC+set}" = set; then
    2530   echo $ECHO_N "(cached) $ECHO_C" >&6
    2531 else
    2532   if test -n "$CC"; then
    2533   ac_cv_prog_CC="$CC" # Let the user override the test.
    2534 else
    2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2536 for as_dir in $PATH
    2537 do
    2538   IFS=$as_save_IFS
    2539   test -z "$as_dir" && as_dir=.
    2540   for ac_exec_ext in '' $ac_executable_extensions; do
    2541   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2542     ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2543     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2544     break 2
    2545   fi
    2546 done
    2547 done
    2548 IFS=$as_save_IFS
    2549 
    2550 fi
    2551 fi
    2552 CC=$ac_cv_prog_CC
    2553 if test -n "$CC"; then
    2554   { echo "$as_me:$LINENO: result: $CC" >&5
    2555 echo "${ECHO_T}$CC" >&6; }
    2556 else
    2557   { echo "$as_me:$LINENO: result: no" >&5
    2558 echo "${ECHO_T}no" >&6; }
    2559 fi
    2560 
    2561 
    2562 fi
    2563 if test -z "$ac_cv_prog_CC"; then
    2564   ac_ct_CC=$CC
    2565   # Extract the first word of "gcc", so it can be a program name with args.
    2566 set dummy gcc; ac_word=$2
    2567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2569 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2570   echo $ECHO_N "(cached) $ECHO_C" >&6
    2571 else
    2572   if test -n "$ac_ct_CC"; then
    2573   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    2574 else
    2575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2576 for as_dir in $PATH
    2577 do
    2578   IFS=$as_save_IFS
    2579   test -z "$as_dir" && as_dir=.
    2580   for ac_exec_ext in '' $ac_executable_extensions; do
    2581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2582     ac_cv_prog_ac_ct_CC="gcc"
    2583     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2584     break 2
    2585   fi
    2586 done
    2587 done
    2588 IFS=$as_save_IFS
    2589 
    2590 fi
    2591 fi
    2592 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    2593 if test -n "$ac_ct_CC"; then
    2594   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2595 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2596 else
    2597   { echo "$as_me:$LINENO: result: no" >&5
    2598 echo "${ECHO_T}no" >&6; }
    2599 fi
    2600 
    2601   if test "x$ac_ct_CC" = x; then
    2602     CC=""
    2603   else
    2604     case $cross_compiling:$ac_tool_warned in
    2605 yes:)
    2606 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2607 whose name does not start with the host triplet.  If you think this
    2608 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2609 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2610 whose name does not start with the host triplet.  If you think this
    2611 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2612 ac_tool_warned=yes ;;
    2613 esac
    2614     CC=$ac_ct_CC
    2615   fi
    2616 else
    2617   CC="$ac_cv_prog_CC"
    2618 fi
    2619 
    2620 if test -z "$CC"; then
    2621           if test -n "$ac_tool_prefix"; then
    2622     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    2623 set dummy ${ac_tool_prefix}cc; ac_word=$2
    2624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2626 if test "${ac_cv_prog_CC+set}" = set; then
    2627   echo $ECHO_N "(cached) $ECHO_C" >&6
    2628 else
    2629   if test -n "$CC"; then
    2630   ac_cv_prog_CC="$CC" # Let the user override the test.
    2631 else
    2632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2633 for as_dir in $PATH
    2634 do
    2635   IFS=$as_save_IFS
    2636   test -z "$as_dir" && as_dir=.
    2637   for ac_exec_ext in '' $ac_executable_extensions; do
    2638   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2639     ac_cv_prog_CC="${ac_tool_prefix}cc"
    2640     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2641     break 2
    2642   fi
    2643 done
    2644 done
    2645 IFS=$as_save_IFS
    2646 
    2647 fi
    2648 fi
    2649 CC=$ac_cv_prog_CC
    2650 if test -n "$CC"; then
    2651   { echo "$as_me:$LINENO: result: $CC" >&5
    2652 echo "${ECHO_T}$CC" >&6; }
    2653 else
    2654   { echo "$as_me:$LINENO: result: no" >&5
    2655 echo "${ECHO_T}no" >&6; }
    2656 fi
    2657 
    2658 
    2659   fi
    2660 fi
    2661 if test -z "$CC"; then
    2662   # Extract the first word of "cc", so it can be a program name with args.
    2663 set dummy cc; ac_word=$2
    2664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2666 if test "${ac_cv_prog_CC+set}" = set; then
    2667   echo $ECHO_N "(cached) $ECHO_C" >&6
    2668 else
    2669   if test -n "$CC"; then
    2670   ac_cv_prog_CC="$CC" # Let the user override the test.
    2671 else
    2672   ac_prog_rejected=no
    2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2674 for as_dir in $PATH
    2675 do
    2676   IFS=$as_save_IFS
    2677   test -z "$as_dir" && as_dir=.
    2678   for ac_exec_ext in '' $ac_executable_extensions; do
    2679   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2680     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    2681        ac_prog_rejected=yes
    2682        continue
    2683      fi
    2684     ac_cv_prog_CC="cc"
    2685     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2686     break 2
    2687   fi
    2688 done
    2689 done
    2690 IFS=$as_save_IFS
    2691 
    2692 if test $ac_prog_rejected = yes; then
    2693   # We found a bogon in the path, so make sure we never use it.
    2694   set dummy $ac_cv_prog_CC
    2695   shift
    2696   if test $@%:@ != 0; then
    2697     # We chose a different compiler from the bogus one.
    2698     # However, it has the same basename, so the bogon will be chosen
    2699     # first if we set CC to just the basename; use the full file name.
    2700     shift
    2701     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    2702   fi
    2703 fi
    2704 fi
    2705 fi
    2706 CC=$ac_cv_prog_CC
    2707 if test -n "$CC"; then
    2708   { echo "$as_me:$LINENO: result: $CC" >&5
    2709 echo "${ECHO_T}$CC" >&6; }
    2710 else
    2711   { echo "$as_me:$LINENO: result: no" >&5
    2712 echo "${ECHO_T}no" >&6; }
    2713 fi
    2714 
    2715 
    2716 fi
    2717 if test -z "$CC"; then
    2718   if test -n "$ac_tool_prefix"; then
    2719   for ac_prog in cl.exe
     2680  for ac_prog in gcc icl
    27202681  do
    27212682    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    27222683set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2684{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2685$as_echo_n "checking for $ac_word... " >&6; }
    27252686if test "${ac_cv_prog_CC+set}" = set; then
    2726   echo $ECHO_N "(cached) $ECHO_C" >&6
     2687  $as_echo_n "(cached) " >&6
    27272688else
    27282689  if test -n "$CC"; then
     
    27372698  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27382699    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2739     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2700    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27402701    break 2
    27412702  fi
     
    27482709CC=$ac_cv_prog_CC
    27492710if test -n "$CC"; then
    2750   { echo "$as_me:$LINENO: result: $CC" >&5
    2751 echo "${ECHO_T}$CC" >&6; }
    2752 else
    2753   { echo "$as_me:$LINENO: result: no" >&5
    2754 echo "${ECHO_T}no" >&6; }
     2711  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2712$as_echo "$CC" >&6; }
     2713else
     2714  { $as_echo "$as_me:$LINENO: result: no" >&5
     2715$as_echo "no" >&6; }
    27552716fi
    27562717
     
    27612722if test -z "$CC"; then
    27622723  ac_ct_CC=$CC
    2763   for ac_prog in cl.exe
     2724  for ac_prog in gcc icl
    27642725do
    27652726  # Extract the first word of "$ac_prog", so it can be a program name with args.
    27662727set dummy $ac_prog; ac_word=$2
    2767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2728{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2729$as_echo_n "checking for $ac_word... " >&6; }
    27692730if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2770   echo $ECHO_N "(cached) $ECHO_C" >&6
     2731  $as_echo_n "(cached) " >&6
    27712732else
    27722733  if test -n "$ac_ct_CC"; then
     
    27812742  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27822743    ac_cv_prog_ac_ct_CC="$ac_prog"
    2783     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2744    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27842745    break 2
    27852746  fi
     
    27922753ac_ct_CC=$ac_cv_prog_ac_ct_CC
    27932754if test -n "$ac_ct_CC"; then
    2794   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2795 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2796 else
    2797   { echo "$as_me:$LINENO: result: no" >&5
    2798 echo "${ECHO_T}no" >&6; }
     2755  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2756$as_echo "$ac_ct_CC" >&6; }
     2757else
     2758  { $as_echo "$as_me:$LINENO: result: no" >&5
     2759$as_echo "no" >&6; }
    27992760fi
    28002761
     
    28082769    case $cross_compiling:$ac_tool_warned in
    28092770yes:)
    2810 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2811 whose name does not start with the host triplet.  If you think this
    2812 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2813 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2814 whose name does not start with the host triplet.  If you think this
    2815 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2771{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2772$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    28162773ac_tool_warned=yes ;;
    28172774esac
     
    28202777fi
    28212778
    2822 fi
    2823 
    2824 
    2825 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2779
     2780test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2781$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2782{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    28262783See \`config.log' for more details." >&5
    2827 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2784$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    28282785See \`config.log' for more details." >&2;}
    2829    { (exit 1); exit 1; }; }
     2786   { (exit 1); exit 1; }; }; }
    28302787
    28312788# Provide some information about the compiler.
    2832 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2833 ac_compiler=`set X $ac_compile; echo $2`
     2789$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2790set X $ac_compile
     2791ac_compiler=$2
    28342792{ (ac_try="$ac_compiler --version >&5"
    28352793case "(($ac_try" in
     
    28372795  *) ac_try_echo=$ac_try;;
    28382796esac
    2839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2798$as_echo "$ac_try_echo") >&5
    28402799  (eval "$ac_compiler --version >&5") 2>&5
    28412800  ac_status=$?
    2842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2801  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28432802  (exit $ac_status); }
    28442803{ (ac_try="$ac_compiler -v >&5"
     
    28472806  *) ac_try_echo=$ac_try;;
    28482807esac
    2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2808eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2809$as_echo "$ac_try_echo") >&5
    28502810  (eval "$ac_compiler -v >&5") 2>&5
    28512811  ac_status=$?
    2852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2812  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28532813  (exit $ac_status); }
    28542814{ (ac_try="$ac_compiler -V >&5"
     
    28572817  *) ac_try_echo=$ac_try;;
    28582818esac
    2859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2819eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2820$as_echo "$ac_try_echo") >&5
    28602821  (eval "$ac_compiler -V >&5") 2>&5
    28612822  ac_status=$?
    2862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2823  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28632824  (exit $ac_status); }
    28642825
     
    28792840_ACEOF
    28802841ac_clean_files_save=$ac_clean_files
    2881 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2842ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    28822843# Try to create an executable without -o first, disregard a.out.
    28832844# It will help us diagnose broken compilers, and finding out an intuition
    28842845# of exeext.
    2885 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2886 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2887 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2888 #
    2889 # List of possible output files, starting from the most likely.
    2890 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2891 # only as a last resort.  b.out is created by i960 compilers.
    2892 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2893 #
    2894 # The IRIX 6 linker writes into existing files which may not be
    2895 # executable, retaining their permissions.  Remove them first so a
    2896 # subsequent execution test works.
     2846{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2847$as_echo_n "checking for C compiler default output file name... " >&6; }
     2848ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2849
     2850# The possible output files:
     2851ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2852
    28972853ac_rmfiles=
    28982854for ac_file in $ac_files
    28992855do
    29002856  case $ac_file in
    2901     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2857    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    29022858    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    29032859  esac
     
    29102866  *) ac_try_echo=$ac_try;;
    29112867esac
    2912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2868eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2869$as_echo "$ac_try_echo") >&5
    29132870  (eval "$ac_link_default") 2>&5
    29142871  ac_status=$?
    2915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2872  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29162873  (exit $ac_status); }; then
    29172874  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    29242881  test -f "$ac_file" || continue
    29252882  case $ac_file in
    2926     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2883    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    29272884        ;;
    29282885    [ab].out )
     
    29512908fi
    29522909
    2953 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2954 echo "${ECHO_T}$ac_file" >&6; }
     2910{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2911$as_echo "$ac_file" >&6; }
    29552912if test -z "$ac_file"; then
    2956   echo "$as_me: failed program was:" >&5
     2913  $as_echo "$as_me: failed program was:" >&5
    29572914sed 's/^/| /' conftest.$ac_ext >&5
    29582915
    2959 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2916{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2917$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2918{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    29602919See \`config.log' for more details." >&5
    2961 echo "$as_me: error: C compiler cannot create executables
     2920$as_echo "$as_me: error: C compiler cannot create executables
    29622921See \`config.log' for more details." >&2;}
    2963    { (exit 77); exit 77; }; }
     2922   { (exit 77); exit 77; }; }; }
    29642923fi
    29652924
     
    29682927# Check that the compiler produces executables we can run.  If not, either
    29692928# the compiler is broken, or we cross compile.
    2970 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2971 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2929{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2930$as_echo_n "checking whether the C compiler works... " >&6; }
    29722931# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    29732932# If not cross compiling, check that we can run a simple program.
     
    29782937  *) ac_try_echo=$ac_try;;
    29792938esac
    2980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2939eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2940$as_echo "$ac_try_echo") >&5
    29812941  (eval "$ac_try") 2>&5
    29822942  ac_status=$?
    2983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2943  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29842944  (exit $ac_status); }; }; then
    29852945    cross_compiling=no
     
    29882948        cross_compiling=yes
    29892949    else
    2990         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2950        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2951$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2952{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    29912953If you meant to cross compile, use \`--host'.
    29922954See \`config.log' for more details." >&5
    2993 echo "$as_me: error: cannot run C compiled programs.
     2955$as_echo "$as_me: error: cannot run C compiled programs.
    29942956If you meant to cross compile, use \`--host'.
    29952957See \`config.log' for more details." >&2;}
    2996    { (exit 1); exit 1; }; }
     2958   { (exit 1); exit 1; }; }; }
    29972959    fi
    29982960  fi
    29992961fi
    3000 { echo "$as_me:$LINENO: result: yes" >&5
    3001 echo "${ECHO_T}yes" >&6; }
    3002 
    3003 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2962{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2963$as_echo "yes" >&6; }
     2964
     2965rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    30042966ac_clean_files=$ac_clean_files_save
    30052967# Check that the compiler produces executables we can run.  If not, either
    30062968# the compiler is broken, or we cross compile.
    3007 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3008 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    3009 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3010 echo "${ECHO_T}$cross_compiling" >&6; }
    3011 
    3012 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3013 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2969{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2970$as_echo_n "checking whether we are cross compiling... " >&6; }
     2971{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2972$as_echo "$cross_compiling" >&6; }
     2973
     2974{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2975$as_echo_n "checking for suffix of executables... " >&6; }
    30142976if { (ac_try="$ac_link"
    30152977case "(($ac_try" in
     
    30172979  *) ac_try_echo=$ac_try;;
    30182980esac
    3019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2981eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2982$as_echo "$ac_try_echo") >&5
    30202983  (eval "$ac_link") 2>&5
    30212984  ac_status=$?
    3022   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2985  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30232986  (exit $ac_status); }; then
    30242987  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    30292992  test -f "$ac_file" || continue
    30302993  case $ac_file in
    3031     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2994    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    30322995    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    30332996          break;;
     
    30362999done
    30373000else
    3038   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     3001  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3002$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3003{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    30393004See \`config.log' for more details." >&5
    3040 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     3005$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    30413006See \`config.log' for more details." >&2;}
    3042    { (exit 1); exit 1; }; }
     3007   { (exit 1); exit 1; }; }; }
    30433008fi
    30443009
    30453010rm -f conftest$ac_cv_exeext
    3046 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3047 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     3011{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     3012$as_echo "$ac_cv_exeext" >&6; }
    30483013
    30493014rm -f conftest.$ac_ext
    30503015EXEEXT=$ac_cv_exeext
    30513016ac_exeext=$EXEEXT
    3052 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3053 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     3017{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     3018$as_echo_n "checking for suffix of object files... " >&6; }
    30543019if test "${ac_cv_objext+set}" = set; then
    3055   echo $ECHO_N "(cached) $ECHO_C" >&6
     3020  $as_echo_n "(cached) " >&6
    30563021else
    30573022  cat >conftest.$ac_ext <<_ACEOF
     
    30763041  *) ac_try_echo=$ac_try;;
    30773042esac
    3078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3043eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3044$as_echo "$ac_try_echo") >&5
    30793045  (eval "$ac_compile") 2>&5
    30803046  ac_status=$?
    3081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3047  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30823048  (exit $ac_status); }; then
    30833049  for ac_file in conftest.o conftest.obj conftest.*; do
    30843050  test -f "$ac_file" || continue;
    30853051  case $ac_file in
    3086     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     3052    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    30873053    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    30883054       break;;
     
    30903056done
    30913057else
    3092   echo "$as_me: failed program was:" >&5
     3058  $as_echo "$as_me: failed program was:" >&5
    30933059sed 's/^/| /' conftest.$ac_ext >&5
    30943060
    3095 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3061{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3063{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    30963064See \`config.log' for more details." >&5
    3097 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3065$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    30983066See \`config.log' for more details." >&2;}
    3099    { (exit 1); exit 1; }; }
     3067   { (exit 1); exit 1; }; }; }
    31003068fi
    31013069
    31023070rm -f conftest.$ac_cv_objext conftest.$ac_ext
    31033071fi
    3104 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3105 echo "${ECHO_T}$ac_cv_objext" >&6; }
     3072{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3073$as_echo "$ac_cv_objext" >&6; }
    31063074OBJEXT=$ac_cv_objext
    31073075ac_objext=$OBJEXT
    3108 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3109 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     3076{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3077$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    31103078if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3111   echo $ECHO_N "(cached) $ECHO_C" >&6
     3079  $as_echo_n "(cached) " >&6
    31123080else
    31133081  cat >conftest.$ac_ext <<_ACEOF
     
    31353103  *) ac_try_echo=$ac_try;;
    31363104esac
    3137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3105eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3106$as_echo "$ac_try_echo") >&5
    31383107  (eval "$ac_compile") 2>conftest.er1
    31393108  ac_status=$?
     
    31413110  rm -f conftest.er1
    31423111  cat conftest.err >&5
    3143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3112  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31443113  (exit $ac_status); } && {
    31453114         test -z "$ac_c_werror_flag" ||
     
    31483117  ac_compiler_gnu=yes
    31493118else
    3150   echo "$as_me: failed program was:" >&5
     3119  $as_echo "$as_me: failed program was:" >&5
    31513120sed 's/^/| /' conftest.$ac_ext >&5
    31523121
     
    31583127
    31593128fi
    3160 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3161 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    3162 GCC=`test $ac_compiler_gnu = yes && echo yes`
     3129{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3130$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     3131if test $ac_compiler_gnu = yes; then
     3132  GCC=yes
     3133else
     3134  GCC=
     3135fi
    31633136ac_test_CFLAGS=${CFLAGS+set}
    31643137ac_save_CFLAGS=$CFLAGS
    3165 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3166 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     3138{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3139$as_echo_n "checking whether $CC accepts -g... " >&6; }
    31673140if test "${ac_cv_prog_cc_g+set}" = set; then
    3168   echo $ECHO_N "(cached) $ECHO_C" >&6
     3141  $as_echo_n "(cached) " >&6
    31693142else
    31703143  ac_save_c_werror_flag=$ac_c_werror_flag
     
    31933166  *) ac_try_echo=$ac_try;;
    31943167esac
    3195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3168eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3169$as_echo "$ac_try_echo") >&5
    31963170  (eval "$ac_compile") 2>conftest.er1
    31973171  ac_status=$?
     
    31993173  rm -f conftest.er1
    32003174  cat conftest.err >&5
    3201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3175  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32023176  (exit $ac_status); } && {
    32033177         test -z "$ac_c_werror_flag" ||
     
    32063180  ac_cv_prog_cc_g=yes
    32073181else
    3208   echo "$as_me: failed program was:" >&5
     3182  $as_echo "$as_me: failed program was:" >&5
    32093183sed 's/^/| /' conftest.$ac_ext >&5
    32103184
     
    32313205  *) ac_try_echo=$ac_try;;
    32323206esac
    3233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3207eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3208$as_echo "$ac_try_echo") >&5
    32343209  (eval "$ac_compile") 2>conftest.er1
    32353210  ac_status=$?
     
    32373212  rm -f conftest.er1
    32383213  cat conftest.err >&5
    3239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3214  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32403215  (exit $ac_status); } && {
    32413216         test -z "$ac_c_werror_flag" ||
     
    32443219  :
    32453220else
    3246   echo "$as_me: failed program was:" >&5
     3221  $as_echo "$as_me: failed program was:" >&5
    32473222sed 's/^/| /' conftest.$ac_ext >&5
    32483223
     
    32703245  *) ac_try_echo=$ac_try;;
    32713246esac
    3272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3247eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3248$as_echo "$ac_try_echo") >&5
    32733249  (eval "$ac_compile") 2>conftest.er1
    32743250  ac_status=$?
     
    32763252  rm -f conftest.er1
    32773253  cat conftest.err >&5
    3278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3254  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32793255  (exit $ac_status); } && {
    32803256         test -z "$ac_c_werror_flag" ||
     
    32833259  ac_cv_prog_cc_g=yes
    32843260else
    3285   echo "$as_me: failed program was:" >&5
     3261  $as_echo "$as_me: failed program was:" >&5
    32863262sed 's/^/| /' conftest.$ac_ext >&5
    32873263
     
    32983274   ac_c_werror_flag=$ac_save_c_werror_flag
    32993275fi
    3300 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3301 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     3276{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3277$as_echo "$ac_cv_prog_cc_g" >&6; }
    33023278if test "$ac_test_CFLAGS" = set; then
    33033279  CFLAGS=$ac_save_CFLAGS
     
    33153291  fi
    33163292fi
    3317 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3318 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     3293{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3294$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    33193295if test "${ac_cv_prog_cc_c89+set}" = set; then
    3320   echo $ECHO_N "(cached) $ECHO_C" >&6
     3296  $as_echo_n "(cached) " >&6
    33213297else
    33223298  ac_cv_prog_cc_c89=no
     
    33893365  *) ac_try_echo=$ac_try;;
    33903366esac
    3391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3367eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3368$as_echo "$ac_try_echo") >&5
    33923369  (eval "$ac_compile") 2>conftest.er1
    33933370  ac_status=$?
     
    33953372  rm -f conftest.er1
    33963373  cat conftest.err >&5
    3397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3374  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33983375  (exit $ac_status); } && {
    33993376         test -z "$ac_c_werror_flag" ||
     
    34023379  ac_cv_prog_cc_c89=$ac_arg
    34033380else
    3404   echo "$as_me: failed program was:" >&5
     3381  $as_echo "$as_me: failed program was:" >&5
    34053382sed 's/^/| /' conftest.$ac_ext >&5
    34063383
     
    34183395case "x$ac_cv_prog_cc_c89" in
    34193396  x)
    3420     { echo "$as_me:$LINENO: result: none needed" >&5
    3421 echo "${ECHO_T}none needed" >&6; } ;;
     3397    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3398$as_echo "none needed" >&6; } ;;
    34223399  xno)
    3423     { echo "$as_me:$LINENO: result: unsupported" >&5
    3424 echo "${ECHO_T}unsupported" >&6; } ;;
     3400    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3401$as_echo "unsupported" >&6; } ;;
    34253402  *)
    34263403    CC="$CC $ac_cv_prog_cc_c89"
    3427     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3428 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3404    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3405$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    34293406esac
    34303407
     
    34433420cat > confinc << 'END'
    34443421am__doit:
    3445         @echo done
     3422        @echo this is the am__doit target
    34463423.PHONY: am__doit
    34473424END
    34483425# If we don't find an include directive, just comment out the code.
    3449 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3450 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
     3426{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3427$as_echo_n "checking for style of include used by $am_make... " >&6; }
    34513428am__include="#"
    34523429am__quote=
     
    34543431# First try GNU make style include.
    34553432echo "include confinc" > confmf
    3456 # We grep out `Entering directory' and `Leaving directory'
    3457 # messages which can occur if `w' ends up in MAKEFLAGS.
    3458 # In particular we don't look at `^make:' because GNU make might
    3459 # be invoked under some other name (usually "gmake"), in which
    3460 # case it prints its new name instead of `make'.
    3461 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    3462    am__include=include
    3463    am__quote=
    3464    _am_result=GNU
    3465 fi
     3433# Ignore all kinds of additional output from `make'.
     3434case `$am_make -s -f confmf 2> /dev/null` in #(
     3435*the\ am__doit\ target*)
     3436  am__include=include
     3437  am__quote=
     3438  _am_result=GNU
     3439  ;;
     3440esac
    34663441# Now try BSD make style include.
    34673442if test "$am__include" = "#"; then
    34683443   echo '.include "confinc"' > confmf
    3469    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    3470       am__include=.include
    3471       am__quote="\""
    3472       _am_result=BSD
    3473    fi
    3474 fi
    3475 
    3476 
    3477 { echo "$as_me:$LINENO: result: $_am_result" >&5
    3478 echo "${ECHO_T}$_am_result" >&6; }
     3444   case `$am_make -s -f confmf 2> /dev/null` in #(
     3445   *the\ am__doit\ target*)
     3446     am__include=.include
     3447     am__quote="\""
     3448     _am_result=BSD
     3449     ;;
     3450   esac
     3451fi
     3452
     3453
     3454{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
     3455$as_echo "$_am_result" >&6; }
    34793456rm -f confinc confmf
    34803457
    3481 # Check whether --enable-dependency-tracking was given.
     3458@%:@ Check whether --enable-dependency-tracking was given.
    34823459if test "${enable_dependency_tracking+set}" = set; then
    34833460  enableval=$enable_dependency_tracking;
     
    35003477depcc="$CC"   am_compiler_list=
    35013478
    3502 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3503 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     3479{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3480$as_echo_n "checking dependency style of $depcc... " >&6; }
    35043481if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3505   echo $ECHO_N "(cached) $ECHO_C" >&6
     3482  $as_echo_n "(cached) " >&6
    35063483else
    35073484  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    35283505     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    35293506  fi
     3507  am__universal=false
     3508  case " $depcc " in #(
     3509     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     3510     esac
     3511
    35303512  for depmode in $am_compiler_list; do
    35313513    # Setup a source with many dependencies, because some compilers
     
    35453527    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    35463528
     3529    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3530    # mode.  It turns out that the SunPro C++ compiler does not properly
     3531    # handle `-M -o', and we need to detect this.  Also, some Intel
     3532    # versions had trouble with output in subdirs
     3533    am__obj=sub/conftest.${OBJEXT-o}
     3534    am__minus_obj="-o $am__obj"
    35473535    case $depmode in
     3536    gcc)
     3537      # This depmode causes a compiler race in universal mode.
     3538      test "$am__universal" = false || continue
     3539      ;;
    35483540    nosideeffect)
    35493541      # after this tag, mechanisms are not by side-effect, so they'll
     
    35553547      fi
    35563548      ;;
     3549    msvisualcpp | msvcmsys)
     3550      # This compiler won't grok `-c -o', but also, the minuso test has
     3551      # not run yet.  These depmodes are late enough in the game, and
     3552      # so weak that their functioning should not be impacted.
     3553      am__obj=conftest.${OBJEXT-o}
     3554      am__minus_obj=
     3555      ;;
    35573556    none) break ;;
    35583557    esac
    3559     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    3560     # mode.  It turns out that the SunPro C++ compiler does not properly
    3561     # handle `-M -o', and we need to detect this.
    35623558    if depmode=$depmode \
    3563        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     3559       source=sub/conftest.c object=$am__obj \
    35643560       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    3565        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     3561       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    35663562         >/dev/null 2>conftest.err &&
    35673563       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    35683564       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    3569        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     3565       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    35703566       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    35713567      # icc doesn't choke on unknown options, it will just issue warnings
     
    35913587
    35923588fi
    3593 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3594 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
     3589{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3590$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
    35953591CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    35963592
     
    36053601fi
    36063602
     3603
     3604ac_ext=c
     3605ac_cpp='$CPP $CPPFLAGS'
     3606ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3607ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3608ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3609{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3610$as_echo_n "checking how to run the C preprocessor... " >&6; }
     3611# On Suns, sometimes $CPP names a directory.
     3612if test -n "$CPP" && test -d "$CPP"; then
     3613  CPP=
     3614fi
     3615if test -z "$CPP"; then
     3616  if test "${ac_cv_prog_CPP+set}" = set; then
     3617  $as_echo_n "(cached) " >&6
     3618else
     3619      # Double quotes because CPP needs to be expanded
     3620    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
     3621    do
     3622      ac_preproc_ok=false
     3623for ac_c_preproc_warn_flag in '' yes
     3624do
     3625  # Use a header file that comes with gcc, so configuring glibc
     3626  # with a fresh cross-compiler works.
     3627  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3628  # <limits.h> exists even on freestanding compilers.
     3629  # On the NeXT, cc -E runs the code through the compiler's parser,
     3630  # not just through cpp. "Syntax error" is here to catch this case.
     3631  cat >conftest.$ac_ext <<_ACEOF
     3632/* confdefs.h.  */
     3633_ACEOF
     3634cat confdefs.h >>conftest.$ac_ext
     3635cat >>conftest.$ac_ext <<_ACEOF
     3636/* end confdefs.h.  */
     3637@%:@ifdef __STDC__
     3638@%:@ include <limits.h>
     3639@%:@else
     3640@%:@ include <assert.h>
     3641@%:@endif
     3642                     Syntax error
     3643_ACEOF
     3644if { (ac_try="$ac_cpp conftest.$ac_ext"
     3645case "(($ac_try" in
     3646  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3647  *) ac_try_echo=$ac_try;;
     3648esac
     3649eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3650$as_echo "$ac_try_echo") >&5
     3651  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3652  ac_status=$?
     3653  grep -v '^ *+' conftest.er1 >conftest.err
     3654  rm -f conftest.er1
     3655  cat conftest.err >&5
     3656  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3657  (exit $ac_status); } >/dev/null && {
     3658         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3659         test ! -s conftest.err
     3660       }; then
     3661  :
     3662else
     3663  $as_echo "$as_me: failed program was:" >&5
     3664sed 's/^/| /' conftest.$ac_ext >&5
     3665
     3666  # Broken: fails on valid input.
     3667continue
     3668fi
     3669
     3670rm -f conftest.err conftest.$ac_ext
     3671
     3672  # OK, works on sane cases.  Now check whether nonexistent headers
     3673  # can be detected and how.
     3674  cat >conftest.$ac_ext <<_ACEOF
     3675/* confdefs.h.  */
     3676_ACEOF
     3677cat confdefs.h >>conftest.$ac_ext
     3678cat >>conftest.$ac_ext <<_ACEOF
     3679/* end confdefs.h.  */
     3680@%:@include <ac_nonexistent.h>
     3681_ACEOF
     3682if { (ac_try="$ac_cpp conftest.$ac_ext"
     3683case "(($ac_try" in
     3684  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3685  *) ac_try_echo=$ac_try;;
     3686esac
     3687eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3688$as_echo "$ac_try_echo") >&5
     3689  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3690  ac_status=$?
     3691  grep -v '^ *+' conftest.er1 >conftest.err
     3692  rm -f conftest.er1
     3693  cat conftest.err >&5
     3694  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3695  (exit $ac_status); } >/dev/null && {
     3696         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3697         test ! -s conftest.err
     3698       }; then
     3699  # Broken: success on invalid input.
     3700continue
     3701else
     3702  $as_echo "$as_me: failed program was:" >&5
     3703sed 's/^/| /' conftest.$ac_ext >&5
     3704
     3705  # Passes both tests.
     3706ac_preproc_ok=:
     3707break
     3708fi
     3709
     3710rm -f conftest.err conftest.$ac_ext
     3711
     3712done
     3713# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3714rm -f conftest.err conftest.$ac_ext
     3715if $ac_preproc_ok; then
     3716  break
     3717fi
     3718
     3719    done
     3720    ac_cv_prog_CPP=$CPP
     3721 
     3722fi
     3723  CPP=$ac_cv_prog_CPP
     3724else
     3725  ac_cv_prog_CPP=$CPP
     3726fi
     3727{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3728$as_echo "$CPP" >&6; }
     3729ac_preproc_ok=false
     3730for ac_c_preproc_warn_flag in '' yes
     3731do
     3732  # Use a header file that comes with gcc, so configuring glibc
     3733  # with a fresh cross-compiler works.
     3734  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3735  # <limits.h> exists even on freestanding compilers.
     3736  # On the NeXT, cc -E runs the code through the compiler's parser,
     3737  # not just through cpp. "Syntax error" is here to catch this case.
     3738  cat >conftest.$ac_ext <<_ACEOF
     3739/* confdefs.h.  */
     3740_ACEOF
     3741cat confdefs.h >>conftest.$ac_ext
     3742cat >>conftest.$ac_ext <<_ACEOF
     3743/* end confdefs.h.  */
     3744@%:@ifdef __STDC__
     3745@%:@ include <limits.h>
     3746@%:@else
     3747@%:@ include <assert.h>
     3748@%:@endif
     3749                     Syntax error
     3750_ACEOF
     3751if { (ac_try="$ac_cpp conftest.$ac_ext"
     3752case "(($ac_try" in
     3753  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3754  *) ac_try_echo=$ac_try;;
     3755esac
     3756eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3757$as_echo "$ac_try_echo") >&5
     3758  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3759  ac_status=$?
     3760  grep -v '^ *+' conftest.er1 >conftest.err
     3761  rm -f conftest.er1
     3762  cat conftest.err >&5
     3763  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3764  (exit $ac_status); } >/dev/null && {
     3765         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3766         test ! -s conftest.err
     3767       }; then
     3768  :
     3769else
     3770  $as_echo "$as_me: failed program was:" >&5
     3771sed 's/^/| /' conftest.$ac_ext >&5
     3772
     3773  # Broken: fails on valid input.
     3774continue
     3775fi
     3776
     3777rm -f conftest.err conftest.$ac_ext
     3778
     3779  # OK, works on sane cases.  Now check whether nonexistent headers
     3780  # can be detected and how.
     3781  cat >conftest.$ac_ext <<_ACEOF
     3782/* confdefs.h.  */
     3783_ACEOF
     3784cat confdefs.h >>conftest.$ac_ext
     3785cat >>conftest.$ac_ext <<_ACEOF
     3786/* end confdefs.h.  */
     3787@%:@include <ac_nonexistent.h>
     3788_ACEOF
     3789if { (ac_try="$ac_cpp conftest.$ac_ext"
     3790case "(($ac_try" in
     3791  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3792  *) ac_try_echo=$ac_try;;
     3793esac
     3794eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3795$as_echo "$ac_try_echo") >&5
     3796  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3797  ac_status=$?
     3798  grep -v '^ *+' conftest.er1 >conftest.err
     3799  rm -f conftest.er1
     3800  cat conftest.err >&5
     3801  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3802  (exit $ac_status); } >/dev/null && {
     3803         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3804         test ! -s conftest.err
     3805       }; then
     3806  # Broken: success on invalid input.
     3807continue
     3808else
     3809  $as_echo "$as_me: failed program was:" >&5
     3810sed 's/^/| /' conftest.$ac_ext >&5
     3811
     3812  # Passes both tests.
     3813ac_preproc_ok=:
     3814break
     3815fi
     3816
     3817rm -f conftest.err conftest.$ac_ext
     3818
     3819done
     3820# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3821rm -f conftest.err conftest.$ac_ext
     3822if $ac_preproc_ok; then
     3823  :
     3824else
     3825  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3826$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3827{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3828See \`config.log' for more details." >&5
     3829$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3830See \`config.log' for more details." >&2;}
     3831   { (exit 1); exit 1; }; }; }
     3832fi
     3833
     3834ac_ext=c
     3835ac_cpp='$CPP $CPPFLAGS'
     3836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3838ac_compiler_gnu=$ac_cv_c_compiler_gnu
    36073839
    36083840ac_ext=cpp
     
    36163848  else
    36173849    if test -n "$ac_tool_prefix"; then
    3618   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3850  for ac_prog in g++ icl
    36193851  do
    36203852    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    36213853set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3622 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3854{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3855$as_echo_n "checking for $ac_word... " >&6; }
    36243856if test "${ac_cv_prog_CXX+set}" = set; then
    3625   echo $ECHO_N "(cached) $ECHO_C" >&6
     3857  $as_echo_n "(cached) " >&6
    36263858else
    36273859  if test -n "$CXX"; then
     
    36363868  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36373869    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3638     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3870    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36393871    break 2
    36403872  fi
     
    36473879CXX=$ac_cv_prog_CXX
    36483880if test -n "$CXX"; then
    3649   { echo "$as_me:$LINENO: result: $CXX" >&5
    3650 echo "${ECHO_T}$CXX" >&6; }
    3651 else
    3652   { echo "$as_me:$LINENO: result: no" >&5
    3653 echo "${ECHO_T}no" >&6; }
     3881  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3882$as_echo "$CXX" >&6; }
     3883else
     3884  { $as_echo "$as_me:$LINENO: result: no" >&5
     3885$as_echo "no" >&6; }
    36543886fi
    36553887
     
    36603892if test -z "$CXX"; then
    36613893  ac_ct_CXX=$CXX
    3662   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3894  for ac_prog in g++ icl
    36633895do
    36643896  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36653897set dummy $ac_prog; ac_word=$2
    3666 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3898{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3899$as_echo_n "checking for $ac_word... " >&6; }
    36683900if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3669   echo $ECHO_N "(cached) $ECHO_C" >&6
     3901  $as_echo_n "(cached) " >&6
    36703902else
    36713903  if test -n "$ac_ct_CXX"; then
     
    36803912  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36813913    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3682     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3914    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36833915    break 2
    36843916  fi
     
    36913923ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    36923924if test -n "$ac_ct_CXX"; then
    3693   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3694 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    3695 else
    3696   { echo "$as_me:$LINENO: result: no" >&5
    3697 echo "${ECHO_T}no" >&6; }
     3925  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3926$as_echo "$ac_ct_CXX" >&6; }
     3927else
     3928  { $as_echo "$as_me:$LINENO: result: no" >&5
     3929$as_echo "no" >&6; }
    36983930fi
    36993931
     
    37073939    case $cross_compiling:$ac_tool_warned in
    37083940yes:)
    3709 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    3710 whose name does not start with the host triplet.  If you think this
    3711 configuration is useful to you, please write to autoconf@gnu.org." >&5
    3712 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    3713 whose name does not start with the host triplet.  If you think this
    3714 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3941{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    37153943ac_tool_warned=yes ;;
    37163944esac
     
    37223950fi
    37233951# Provide some information about the compiler.
    3724 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3725 ac_compiler=`set X $ac_compile; echo $2`
     3952$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3953set X $ac_compile
     3954ac_compiler=$2
    37263955{ (ac_try="$ac_compiler --version >&5"
    37273956case "(($ac_try" in
     
    37293958  *) ac_try_echo=$ac_try;;
    37303959esac
    3731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3960eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3961$as_echo "$ac_try_echo") >&5
    37323962  (eval "$ac_compiler --version >&5") 2>&5
    37333963  ac_status=$?
    3734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3964  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37353965  (exit $ac_status); }
    37363966{ (ac_try="$ac_compiler -v >&5"
     
    37393969  *) ac_try_echo=$ac_try;;
    37403970esac
    3741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3971eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3972$as_echo "$ac_try_echo") >&5
    37423973  (eval "$ac_compiler -v >&5") 2>&5
    37433974  ac_status=$?
    3744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3975  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37453976  (exit $ac_status); }
    37463977{ (ac_try="$ac_compiler -V >&5"
     
    37493980  *) ac_try_echo=$ac_try;;
    37503981esac
    3751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3983$as_echo "$ac_try_echo") >&5
    37523984  (eval "$ac_compiler -V >&5") 2>&5
    37533985  ac_status=$?
    3754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3986  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37553987  (exit $ac_status); }
    37563988
    3757 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3758 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     3989{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3990$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    37593991if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3760   echo $ECHO_N "(cached) $ECHO_C" >&6
     3992  $as_echo_n "(cached) " >&6
    37613993else
    37623994  cat >conftest.$ac_ext <<_ACEOF
     
    37844016  *) ac_try_echo=$ac_try;;
    37854017esac
    3786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4018eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4019$as_echo "$ac_try_echo") >&5
    37874020  (eval "$ac_compile") 2>conftest.er1
    37884021  ac_status=$?
     
    37904023  rm -f conftest.er1
    37914024  cat conftest.err >&5
    3792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4025  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37934026  (exit $ac_status); } && {
    37944027         test -z "$ac_cxx_werror_flag" ||
     
    37974030  ac_compiler_gnu=yes
    37984031else
    3799   echo "$as_me: failed program was:" >&5
     4032  $as_echo "$as_me: failed program was:" >&5
    38004033sed 's/^/| /' conftest.$ac_ext >&5
    38014034
     
    38074040
    38084041fi
    3809 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3810 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    3811 GXX=`test $ac_compiler_gnu = yes && echo yes`
     4042{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4043$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     4044if test $ac_compiler_gnu = yes; then
     4045  GXX=yes
     4046else
     4047  GXX=
     4048fi
    38124049ac_test_CXXFLAGS=${CXXFLAGS+set}
    38134050ac_save_CXXFLAGS=$CXXFLAGS
    3814 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3815 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     4051{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4052$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    38164053if test "${ac_cv_prog_cxx_g+set}" = set; then
    3817   echo $ECHO_N "(cached) $ECHO_C" >&6
     4054  $as_echo_n "(cached) " >&6
    38184055else
    38194056  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    38424079  *) ac_try_echo=$ac_try;;
    38434080esac
    3844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4081eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4082$as_echo "$ac_try_echo") >&5
    38454083  (eval "$ac_compile") 2>conftest.er1
    38464084  ac_status=$?
     
    38484086  rm -f conftest.er1
    38494087  cat conftest.err >&5
    3850   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4088  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38514089  (exit $ac_status); } && {
    38524090         test -z "$ac_cxx_werror_flag" ||
     
    38554093  ac_cv_prog_cxx_g=yes
    38564094else
    3857   echo "$as_me: failed program was:" >&5
     4095  $as_echo "$as_me: failed program was:" >&5
    38584096sed 's/^/| /' conftest.$ac_ext >&5
    38594097
     
    38804118  *) ac_try_echo=$ac_try;;
    38814119esac
    3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4120eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4121$as_echo "$ac_try_echo") >&5
    38834122  (eval "$ac_compile") 2>conftest.er1
    38844123  ac_status=$?
     
    38864125  rm -f conftest.er1
    38874126  cat conftest.err >&5
    3888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38894128  (exit $ac_status); } && {
    38904129         test -z "$ac_cxx_werror_flag" ||
     
    38934132  :
    38944133else
    3895   echo "$as_me: failed program was:" >&5
     4134  $as_echo "$as_me: failed program was:" >&5
    38964135sed 's/^/| /' conftest.$ac_ext >&5
    38974136
     
    39194158  *) ac_try_echo=$ac_try;;
    39204159esac
    3921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4160eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4161$as_echo "$ac_try_echo") >&5
    39224162  (eval "$ac_compile") 2>conftest.er1
    39234163  ac_status=$?
     
    39254165  rm -f conftest.er1
    39264166  cat conftest.err >&5
    3927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4167  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39284168  (exit $ac_status); } && {
    39294169         test -z "$ac_cxx_werror_flag" ||
     
    39324172  ac_cv_prog_cxx_g=yes
    39334173else
    3934   echo "$as_me: failed program was:" >&5
     4174  $as_echo "$as_me: failed program was:" >&5
    39354175sed 's/^/| /' conftest.$ac_ext >&5
    39364176
     
    39474187   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    39484188fi
    3949 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3950 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     4189{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4190$as_echo "$ac_cv_prog_cxx_g" >&6; }
    39514191if test "$ac_test_CXXFLAGS" = set; then
    39524192  CXXFLAGS=$ac_save_CXXFLAGS
     
    39724212depcc="$CXX"  am_compiler_list=
    39734213
    3974 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3975 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     4214{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     4215$as_echo_n "checking dependency style of $depcc... " >&6; }
    39764216if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    3977   echo $ECHO_N "(cached) $ECHO_C" >&6
     4217  $as_echo_n "(cached) " >&6
    39784218else
    39794219  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    40004240     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    40014241  fi
     4242  am__universal=false
     4243  case " $depcc " in #(
     4244     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     4245     esac
     4246
    40024247  for depmode in $am_compiler_list; do
    40034248    # Setup a source with many dependencies, because some compilers
     
    40174262    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    40184263
     4264    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     4265    # mode.  It turns out that the SunPro C++ compiler does not properly
     4266    # handle `-M -o', and we need to detect this.  Also, some Intel
     4267    # versions had trouble with output in subdirs
     4268    am__obj=sub/conftest.${OBJEXT-o}
     4269    am__minus_obj="-o $am__obj"
    40194270    case $depmode in
     4271    gcc)
     4272      # This depmode causes a compiler race in universal mode.
     4273      test "$am__universal" = false || continue
     4274      ;;
    40204275    nosideeffect)
    40214276      # after this tag, mechanisms are not by side-effect, so they'll
     
    40274282      fi
    40284283      ;;
     4284    msvisualcpp | msvcmsys)
     4285      # This compiler won't grok `-c -o', but also, the minuso test has
     4286      # not run yet.  These depmodes are late enough in the game, and
     4287      # so weak that their functioning should not be impacted.
     4288      am__obj=conftest.${OBJEXT-o}
     4289      am__minus_obj=
     4290      ;;
    40294291    none) break ;;
    40304292    esac
    4031     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    4032     # mode.  It turns out that the SunPro C++ compiler does not properly
    4033     # handle `-M -o', and we need to detect this.
    40344293    if depmode=$depmode \
    4035        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     4294       source=sub/conftest.c object=$am__obj \
    40364295       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    4037        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     4296       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    40384297         >/dev/null 2>conftest.err &&
    40394298       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    40404299       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    4041        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     4300       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    40424301       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    40434302      # icc doesn't choke on unknown options, it will just issue warnings
     
    40634322
    40644323fi
    4065 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    4066 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
     4324{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4325$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
    40674326CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    40684327
     
    40834342ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    40844343if test -n "$ac_tool_prefix"; then
    4085   for ac_prog in ifort g77
     4344  for ac_prog in ifort g77 gfortran
    40864345  do
    40874346    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    40884347set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4348{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4349$as_echo_n "checking for $ac_word... " >&6; }
    40914350if test "${ac_cv_prog_F77+set}" = set; then
    4092   echo $ECHO_N "(cached) $ECHO_C" >&6
     4351  $as_echo_n "(cached) " >&6
    40934352else
    40944353  if test -n "$F77"; then
     
    41034362  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41044363    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4105     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4364    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41064365    break 2
    41074366  fi
     
    41144373F77=$ac_cv_prog_F77
    41154374if test -n "$F77"; then
    4116   { echo "$as_me:$LINENO: result: $F77" >&5
    4117 echo "${ECHO_T}$F77" >&6; }
    4118 else
    4119   { echo "$as_me:$LINENO: result: no" >&5
    4120 echo "${ECHO_T}no" >&6; }
     4375  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     4376$as_echo "$F77" >&6; }
     4377else
     4378  { $as_echo "$as_me:$LINENO: result: no" >&5
     4379$as_echo "no" >&6; }
    41214380fi
    41224381
     
    41274386if test -z "$F77"; then
    41284387  ac_ct_F77=$F77
    4129   for ac_prog in ifort g77
     4388  for ac_prog in ifort g77 gfortran
    41304389do
    41314390  # Extract the first word of "$ac_prog", so it can be a program name with args.
    41324391set dummy $ac_prog; ac_word=$2
    4133 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4392{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4393$as_echo_n "checking for $ac_word... " >&6; }
    41354394if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4136   echo $ECHO_N "(cached) $ECHO_C" >&6
     4395  $as_echo_n "(cached) " >&6
    41374396else
    41384397  if test -n "$ac_ct_F77"; then
     
    41474406  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41484407    ac_cv_prog_ac_ct_F77="$ac_prog"
    4149     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4408    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41504409    break 2
    41514410  fi
     
    41584417ac_ct_F77=$ac_cv_prog_ac_ct_F77
    41594418if test -n "$ac_ct_F77"; then
    4160   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4161 echo "${ECHO_T}$ac_ct_F77" >&6; }
    4162 else
    4163   { echo "$as_me:$LINENO: result: no" >&5
    4164 echo "${ECHO_T}no" >&6; }
     4419  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4420$as_echo "$ac_ct_F77" >&6; }
     4421else
     4422  { $as_echo "$as_me:$LINENO: result: no" >&5
     4423$as_echo "no" >&6; }
    41654424fi
    41664425
     
    41744433    case $cross_compiling:$ac_tool_warned in
    41754434yes:)
    4176 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    4177 whose name does not start with the host triplet.  If you think this
    4178 configuration is useful to you, please write to autoconf@gnu.org." >&5
    4179 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    4180 whose name does not start with the host triplet.  If you think this
    4181 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     4435{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    41824437ac_tool_warned=yes ;;
    41834438esac
     
    41884443
    41894444# Provide some information about the compiler.
    4190 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4191 ac_compiler=`set X $ac_compile; echo $2`
     4445$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4446set X $ac_compile
     4447ac_compiler=$2
    41924448{ (ac_try="$ac_compiler --version >&5"
    41934449case "(($ac_try" in
     
    41954451  *) ac_try_echo=$ac_try;;
    41964452esac
    4197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4453eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4454$as_echo "$ac_try_echo") >&5
    41984455  (eval "$ac_compiler --version >&5") 2>&5
    41994456  ac_status=$?
    4200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4457  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42014458  (exit $ac_status); }
    42024459{ (ac_try="$ac_compiler -v >&5"
     
    42054462  *) ac_try_echo=$ac_try;;
    42064463esac
    4207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4464eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4465$as_echo "$ac_try_echo") >&5
    42084466  (eval "$ac_compiler -v >&5") 2>&5
    42094467  ac_status=$?
    4210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4468  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42114469  (exit $ac_status); }
    42124470{ (ac_try="$ac_compiler -V >&5"
     
    42154473  *) ac_try_echo=$ac_try;;
    42164474esac
    4217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4475eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4476$as_echo "$ac_try_echo") >&5
    42184477  (eval "$ac_compiler -V >&5") 2>&5
    42194478  ac_status=$?
    4220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4479  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42214480  (exit $ac_status); }
    42224481rm -f a.out
     
    42264485ac_save_ext=$ac_ext
    42274486ac_ext=F
    4228 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4229 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     4487{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4488$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    42304489if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4231   echo $ECHO_N "(cached) $ECHO_C" >&6
     4490  $as_echo_n "(cached) " >&6
    42324491else
    42334492  cat >conftest.$ac_ext <<_ACEOF
     
    42454504  *) ac_try_echo=$ac_try;;
    42464505esac
    4247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4506eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4507$as_echo "$ac_try_echo") >&5
    42484508  (eval "$ac_compile") 2>conftest.er1
    42494509  ac_status=$?
     
    42514511  rm -f conftest.er1
    42524512  cat conftest.err >&5
    4253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4513  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42544514  (exit $ac_status); } && {
    42554515         test -z "$ac_f77_werror_flag" ||
     
    42584518  ac_compiler_gnu=yes
    42594519else
    4260   echo "$as_me: failed program was:" >&5
     4520  $as_echo "$as_me: failed program was:" >&5
    42614521sed 's/^/| /' conftest.$ac_ext >&5
    42624522
     
    42684528
    42694529fi
    4270 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4271 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     4530{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4531$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    42724532ac_ext=$ac_save_ext
    42734533ac_test_FFLAGS=${FFLAGS+set}
    42744534ac_save_FFLAGS=$FFLAGS
    42754535FFLAGS=
    4276 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4277 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     4536{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4537$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    42784538if test "${ac_cv_prog_f77_g+set}" = set; then
    4279   echo $ECHO_N "(cached) $ECHO_C" >&6
     4539  $as_echo_n "(cached) " >&6
    42804540else
    42814541  FFLAGS=-g
     
    42914551  *) ac_try_echo=$ac_try;;
    42924552esac
    4293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4553eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4554$as_echo "$ac_try_echo") >&5
    42944555  (eval "$ac_compile") 2>conftest.er1
    42954556  ac_status=$?
     
    42974558  rm -f conftest.er1
    42984559  cat conftest.err >&5
    4299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4560  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43004561  (exit $ac_status); } && {
    43014562         test -z "$ac_f77_werror_flag" ||
     
    43044565  ac_cv_prog_f77_g=yes
    43054566else
    4306   echo "$as_me: failed program was:" >&5
     4567  $as_echo "$as_me: failed program was:" >&5
    43074568sed 's/^/| /' conftest.$ac_ext >&5
    43084569
     
    43134574
    43144575fi
    4315 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4316 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     4576{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4577$as_echo "$ac_cv_prog_f77_g" >&6; }
    43174578if test "$ac_test_FFLAGS" = set; then
    43184579  FFLAGS=$ac_save_FFLAGS
     
    43314592fi
    43324593
    4333 G77=`test $ac_compiler_gnu = yes && echo yes`
     4594if test $ac_compiler_gnu = yes; then
     4595  G77=yes
     4596else
     4597  G77=
     4598fi
    43344599ac_ext=c
    43354600ac_cpp='$CPP $CPPFLAGS'
     
    43434608ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    43444609ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4345 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4346 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
     4610{ $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4611$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
    43474612if test "${ac_cv_prog_f77_v+set}" = set; then
    4348   echo $ECHO_N "(cached) $ECHO_C" >&6
     4613  $as_echo_n "(cached) " >&6
    43494614else
    43504615  cat >conftest.$ac_ext <<_ACEOF
     
    43594624  *) ac_try_echo=$ac_try;;
    43604625esac
    4361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4626eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4627$as_echo "$ac_try_echo") >&5
    43624628  (eval "$ac_compile") 2>conftest.er1
    43634629  ac_status=$?
     
    43654631  rm -f conftest.er1
    43664632  cat conftest.err >&5
    4367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4633  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43684634  (exit $ac_status); } && {
    43694635         test -z "$ac_f77_werror_flag" ||
     
    43874653eval "set x $ac_link"
    43884654shift
    4389 echo "$as_me:$LINENO: $*" >&5
    4390 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4391 echo "$ac_f77_v_output" >&5
     4655$as_echo "$as_me:$LINENO: $*" >&5
     4656# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4657# LIBRARY_PATH; skip all such settings.
     4658ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4659  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4660$as_echo "$ac_f77_v_output" >&5
    43924661FFLAGS=$ac_save_FFLAGS
    43934662
    4394 rm -f conftest*
     4663rm -rf conftest*
    43954664
    43964665# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    43994668ac_f77_v_output="`echo $ac_f77_v_output |
    44004669        grep 'LPATH is:' |
    4401         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4670        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    44024671
    44034672# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    44394708done
    44404709if test -z "$ac_cv_prog_f77_v"; then
    4441    { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4442 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4443 fi
    4444 else
    4445   echo "$as_me: failed program was:" >&5
     4710   { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4711$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4712fi
     4713else
     4714  $as_echo "$as_me: failed program was:" >&5
    44464715sed 's/^/| /' conftest.$ac_ext >&5
    44474716
    4448         { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4449 echo "$as_me: WARNING: compilation failed" >&2;}
     4717        { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4718$as_echo "$as_me: WARNING: compilation failed" >&2;}
    44504719fi
    44514720
     
    44534722
    44544723fi
    4455 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4456 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
    4457 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4458 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
     4724{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4725$as_echo "$ac_cv_prog_f77_v" >&6; }
     4726{ $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4727$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
    44594728if test "${ac_cv_f77_libs+set}" = set; then
    4460   echo $ECHO_N "(cached) $ECHO_C" >&6
     4729  $as_echo_n "(cached) " >&6
    44614730else
    44624731  if test "x$FLIBS" != "x"; then
     
    44784747eval "set x $ac_link"
    44794748shift
    4480 echo "$as_me:$LINENO: $*" >&5
    4481 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4482 echo "$ac_f77_v_output" >&5
     4749$as_echo "$as_me:$LINENO: $*" >&5
     4750# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4751# LIBRARY_PATH; skip all such settings.
     4752ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4753  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4754$as_echo "$ac_f77_v_output" >&5
    44834755FFLAGS=$ac_save_FFLAGS
    44844756
    4485 rm -f conftest*
     4757rm -rf conftest*
    44864758
    44874759# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    44904762ac_f77_v_output="`echo $ac_f77_v_output |
    44914763        grep 'LPATH is:' |
    4492         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4764        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    44934765
    44944766# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45894861          ;;
    45904862        -YP,*)
    4591           for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4863          for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    45924864              ac_exists=false
    45934865  for ac_i in $ac_cv_f77_libs; do
     
    46374909case `(uname -sr) 2>/dev/null` in
    46384910   "SunOS 5"*)
    4639       ac_ld_run_path=`echo $ac_f77_v_output |
     4911      ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
    46404912                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    46414913      test "x$ac_ld_run_path" != x &&
     
    46524924
    46534925fi
    4654 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4655 echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
     4926{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4927$as_echo "$ac_cv_f77_libs" >&6; }
    46564928FLIBS="$ac_cv_f77_libs"
    46574929
     
    46644936
    46654937if test "x$CC" != xcc; then
    4666   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4667 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
    4668 else
    4669   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4670 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
    4671 fi
    4672 set dummy $CC; ac_cc=`echo $2 |
     4938  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4939$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
     4940else
     4941  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4942$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
     4943fi
     4944set dummy $CC; ac_cc=`$as_echo "$2" |
    46734945                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    46744946if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4675   echo $ECHO_N "(cached) $ECHO_C" >&6
     4947  $as_echo_n "(cached) " >&6
    46764948else
    46774949  cat >conftest.$ac_ext <<_ACEOF
     
    46994971  *) ac_try_echo=$ac_try;;
    47004972esac
    4701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4973eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4974$as_echo "$ac_try_echo") >&5
    47024975  (eval "$ac_try") 2>&5
    47034976  ac_status=$?
    4704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4977  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47054978  (exit $ac_status); } &&
    47064979   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    47084981  *) ac_try_echo=$ac_try;;
    47094982esac
    4710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4983eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4984$as_echo "$ac_try_echo") >&5
    47114985  (eval "$ac_try") 2>&5
    47124986  ac_status=$?
    4713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4987  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47144988  (exit $ac_status); };
    47154989then
     
    47224996  *) ac_try_echo=$ac_try;;
    47234997esac
    4724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4998eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4999$as_echo "$ac_try_echo") >&5
    47255000  (eval "$ac_try") 2>&5
    47265001  ac_status=$?
    4727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5002  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47285003  (exit $ac_status); }; }; then
    47295004      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    47335008  *) ac_try_echo=$ac_try;;
    47345009esac
    4735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5010eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5011$as_echo "$ac_try_echo") >&5
    47365012  (eval "$ac_try") 2>&5
    47375013  ac_status=$?
    4738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5014  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47395015  (exit $ac_status); } &&
    47405016         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    47425018  *) ac_try_echo=$ac_try;;
    47435019esac
    4744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5020eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5021$as_echo "$ac_try_echo") >&5
    47455022  (eval "$ac_try") 2>&5
    47465023  ac_status=$?
    4747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5024  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47485025  (exit $ac_status); };
    47495026      then
     
    47635040fi
    47645041if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4765   { echo "$as_me:$LINENO: result: yes" >&5
    4766 echo "${ECHO_T}yes" >&6; }
    4767 else
    4768   { echo "$as_me:$LINENO: result: no" >&5
    4769 echo "${ECHO_T}no" >&6; }
     5042  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5043$as_echo "yes" >&6; }
     5044else
     5045  { $as_echo "$as_me:$LINENO: result: no" >&5
     5046$as_echo "no" >&6; }
    47705047 
    47715048cat >>confdefs.h <<\_ACEOF
     
    47785055# there is no other way.
    47795056set dummy $CC
    4780 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4781 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
     5057am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     5058eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     5059if test "$am_t" != yes; then
    47825060   # Losing compiler, so override with the script.
    47835061   # FIXME: It is wrong to rewrite CC.
     
    47905068
    47915069
    4792 ac_ext=c
    4793 ac_cpp='$CPP $CPPFLAGS'
    4794 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4795 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4796 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4797 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4798 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    4799 # On Suns, sometimes $CPP names a directory.
    4800 if test -n "$CPP" && test -d "$CPP"; then
    4801   CPP=
    4802 fi
    4803 if test -z "$CPP"; then
    4804   if test "${ac_cv_prog_CPP+set}" = set; then
    4805   echo $ECHO_N "(cached) $ECHO_C" >&6
    4806 else
    4807       # Double quotes because CPP needs to be expanded
    4808     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    4809     do
    4810       ac_preproc_ok=false
    4811 for ac_c_preproc_warn_flag in '' yes
    4812 do
    4813   # Use a header file that comes with gcc, so configuring glibc
    4814   # with a fresh cross-compiler works.
    4815   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4816   # <limits.h> exists even on freestanding compilers.
    4817   # On the NeXT, cc -E runs the code through the compiler's parser,
    4818   # not just through cpp. "Syntax error" is here to catch this case.
    4819   cat >conftest.$ac_ext <<_ACEOF
    4820 /* confdefs.h.  */
    4821 _ACEOF
    4822 cat confdefs.h >>conftest.$ac_ext
    4823 cat >>conftest.$ac_ext <<_ACEOF
    4824 /* end confdefs.h.  */
    4825 @%:@ifdef __STDC__
    4826 @%:@ include <limits.h>
    4827 @%:@else
    4828 @%:@ include <assert.h>
    4829 @%:@endif
    4830                      Syntax error
    4831 _ACEOF
    4832 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4833 case "(($ac_try" in
    4834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4835   *) ac_try_echo=$ac_try;;
    4836 esac
    4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4838   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4839   ac_status=$?
    4840   grep -v '^ *+' conftest.er1 >conftest.err
    4841   rm -f conftest.er1
    4842   cat conftest.err >&5
    4843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4844   (exit $ac_status); } >/dev/null && {
    4845          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4846          test ! -s conftest.err
    4847        }; then
    4848   :
    4849 else
    4850   echo "$as_me: failed program was:" >&5
    4851 sed 's/^/| /' conftest.$ac_ext >&5
    4852 
    4853   # Broken: fails on valid input.
    4854 continue
    4855 fi
    4856 
    4857 rm -f conftest.err conftest.$ac_ext
    4858 
    4859   # OK, works on sane cases.  Now check whether nonexistent headers
    4860   # can be detected and how.
    4861   cat >conftest.$ac_ext <<_ACEOF
    4862 /* confdefs.h.  */
    4863 _ACEOF
    4864 cat confdefs.h >>conftest.$ac_ext
    4865 cat >>conftest.$ac_ext <<_ACEOF
    4866 /* end confdefs.h.  */
    4867 @%:@include <ac_nonexistent.h>
    4868 _ACEOF
    4869 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4870 case "(($ac_try" in
    4871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4872   *) ac_try_echo=$ac_try;;
    4873 esac
    4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4875   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4876   ac_status=$?
    4877   grep -v '^ *+' conftest.er1 >conftest.err
    4878   rm -f conftest.er1
    4879   cat conftest.err >&5
    4880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4881   (exit $ac_status); } >/dev/null && {
    4882          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4883          test ! -s conftest.err
    4884        }; then
    4885   # Broken: success on invalid input.
    4886 continue
    4887 else
    4888   echo "$as_me: failed program was:" >&5
    4889 sed 's/^/| /' conftest.$ac_ext >&5
    4890 
    4891   # Passes both tests.
    4892 ac_preproc_ok=:
    4893 break
    4894 fi
    4895 
    4896 rm -f conftest.err conftest.$ac_ext
    4897 
    4898 done
    4899 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4900 rm -f conftest.err conftest.$ac_ext
    4901 if $ac_preproc_ok; then
    4902   break
    4903 fi
    4904 
    4905     done
    4906     ac_cv_prog_CPP=$CPP
    4907  
    4908 fi
    4909   CPP=$ac_cv_prog_CPP
    4910 else
    4911   ac_cv_prog_CPP=$CPP
    4912 fi
    4913 { echo "$as_me:$LINENO: result: $CPP" >&5
    4914 echo "${ECHO_T}$CPP" >&6; }
    4915 ac_preproc_ok=false
    4916 for ac_c_preproc_warn_flag in '' yes
    4917 do
    4918   # Use a header file that comes with gcc, so configuring glibc
    4919   # with a fresh cross-compiler works.
    4920   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4921   # <limits.h> exists even on freestanding compilers.
    4922   # On the NeXT, cc -E runs the code through the compiler's parser,
    4923   # not just through cpp. "Syntax error" is here to catch this case.
    4924   cat >conftest.$ac_ext <<_ACEOF
    4925 /* confdefs.h.  */
    4926 _ACEOF
    4927 cat confdefs.h >>conftest.$ac_ext
    4928 cat >>conftest.$ac_ext <<_ACEOF
    4929 /* end confdefs.h.  */
    4930 @%:@ifdef __STDC__
    4931 @%:@ include <limits.h>
    4932 @%:@else
    4933 @%:@ include <assert.h>
    4934 @%:@endif
    4935                      Syntax error
    4936 _ACEOF
    4937 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4938 case "(($ac_try" in
    4939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4940   *) ac_try_echo=$ac_try;;
    4941 esac
    4942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4943   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4944   ac_status=$?
    4945   grep -v '^ *+' conftest.er1 >conftest.err
    4946   rm -f conftest.er1
    4947   cat conftest.err >&5
    4948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4949   (exit $ac_status); } >/dev/null && {
    4950          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4951          test ! -s conftest.err
    4952        }; then
    4953   :
    4954 else
    4955   echo "$as_me: failed program was:" >&5
    4956 sed 's/^/| /' conftest.$ac_ext >&5
    4957 
    4958   # Broken: fails on valid input.
    4959 continue
    4960 fi
    4961 
    4962 rm -f conftest.err conftest.$ac_ext
    4963 
    4964   # OK, works on sane cases.  Now check whether nonexistent headers
    4965   # can be detected and how.
    4966   cat >conftest.$ac_ext <<_ACEOF
    4967 /* confdefs.h.  */
    4968 _ACEOF
    4969 cat confdefs.h >>conftest.$ac_ext
    4970 cat >>conftest.$ac_ext <<_ACEOF
    4971 /* end confdefs.h.  */
    4972 @%:@include <ac_nonexistent.h>
    4973 _ACEOF
    4974 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4975 case "(($ac_try" in
    4976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4977   *) ac_try_echo=$ac_try;;
    4978 esac
    4979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4980   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4981   ac_status=$?
    4982   grep -v '^ *+' conftest.er1 >conftest.err
    4983   rm -f conftest.er1
    4984   cat conftest.err >&5
    4985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4986   (exit $ac_status); } >/dev/null && {
    4987          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4988          test ! -s conftest.err
    4989        }; then
    4990   # Broken: success on invalid input.
    4991 continue
    4992 else
    4993   echo "$as_me: failed program was:" >&5
    4994 sed 's/^/| /' conftest.$ac_ext >&5
    4995 
    4996   # Passes both tests.
    4997 ac_preproc_ok=:
    4998 break
    4999 fi
    5000 
    5001 rm -f conftest.err conftest.$ac_ext
    5002 
    5003 done
    5004 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    5005 rm -f conftest.err conftest.$ac_ext
    5006 if $ac_preproc_ok; then
    5007   :
    5008 else
    5009   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    5010 See \`config.log' for more details." >&5
    5011 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    5012 See \`config.log' for more details." >&2;}
    5013    { (exit 1); exit 1; }; }
    5014 fi
    5015 
    5016 ac_ext=c
    5017 ac_cpp='$CPP $CPPFLAGS'
    5018 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    5019 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    5020 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    5021 
    5022 
    5023 { echo "$as_me:$LINENO: checking for X" >&5
    5024 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
    5025 
    5026 
    5027 # Check whether --with-x was given.
     5070
     5071{ $as_echo "$as_me:$LINENO: checking for X" >&5
     5072$as_echo_n "checking for X... " >&6; }
     5073
     5074
     5075@%:@ Check whether --with-x was given.
    50285076if test "${with_x+set}" = set; then
    50295077  withval=$with_x;
     
    50365084else
    50375085  case $x_includes,$x_libraries in #(
    5038     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
    5039 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
     5086    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
     5087$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
    50405088   { (exit 1); exit 1; }; };; #(
    50415089    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    5042   echo $ECHO_N "(cached) $ECHO_C" >&6
     5090  $as_echo_n "(cached) " >&6
    50435091else
    50445092  # One or both of the vars are not set, and there is no cached value.
     
    50615109    done
    50625110    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    5063     for ac_extension in a so sl; do
     5111    for ac_extension in a so sl dylib la dll; do
    50645112      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    50655113         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    50755123    esac
    50765124    case $ac_im_usrlibdir in
    5077         /usr/lib | /lib) ;;
     5125        /usr/lib | /usr/lib64 | /lib | /lib64) ;;
    50785126        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    50795127    esac
     
    51365184  *) ac_try_echo=$ac_try;;
    51375185esac
    5138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5186eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5187$as_echo "$ac_try_echo") >&5
    51395188  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51405189  ac_status=$?
     
    51425191  rm -f conftest.er1
    51435192  cat conftest.err >&5
    5144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5193  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51455194  (exit $ac_status); } >/dev/null && {
    51465195         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51505199ac_x_includes=
    51515200else
    5152   echo "$as_me: failed program was:" >&5
     5201  $as_echo "$as_me: failed program was:" >&5
    51535202sed 's/^/| /' conftest.$ac_ext >&5
    51545203
     
    51915240  *) ac_try_echo=$ac_try;;
    51925241esac
    5193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5242eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5243$as_echo "$ac_try_echo") >&5
    51945244  (eval "$ac_link") 2>conftest.er1
    51955245  ac_status=$?
     
    51975247  rm -f conftest.er1
    51985248  cat conftest.err >&5
    5199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5249  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52005250  (exit $ac_status); } && {
    52015251         test -z "$ac_c_werror_flag" ||
    52025252         test ! -s conftest.err
    5203        } && test -s conftest$ac_exeext &&
    5204        $as_test_x conftest$ac_exeext; then
     5253       } && test -s conftest$ac_exeext && {
     5254         test "$cross_compiling" = yes ||
     5255         $as_test_x conftest$ac_exeext
     5256       }; then
    52055257  LIBS=$ac_save_LIBS
    52065258# We can link X programs with no special library path.
    52075259ac_x_libraries=
    52085260else
    5209   echo "$as_me: failed program was:" >&5
     5261  $as_echo "$as_me: failed program was:" >&5
    52105262sed 's/^/| /' conftest.$ac_ext >&5
    52115263
    52125264        LIBS=$ac_save_LIBS
    5213 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5265for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    52145266do
    52155267  # Don't even attempt the hair of trying to link an X program!
    5216   for ac_extension in a so sl; do
     5268  for ac_extension in a so sl dylib la dll; do
    52175269    if test -r "$ac_dir/libX11.$ac_extension"; then
    52185270      ac_x_libraries=$ac_dir
     
    52235275fi
    52245276
     5277rm -rf conftest.dSYM
    52255278rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52265279      conftest$ac_exeext conftest.$ac_ext
     
    52455298
    52465299if test "$have_x" != yes; then
    5247   { echo "$as_me:$LINENO: result: $have_x" >&5
    5248 echo "${ECHO_T}$have_x" >&6; }
     5300  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
     5301$as_echo "$have_x" >&6; }
    52495302  no_x=yes
    52505303else
     
    52565309        ac_x_includes='$x_includes'\
    52575310        ac_x_libraries='$x_libraries'"
    5258   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5259 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
     5311  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5312$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
    52605313fi
    52615314
     
    52785331    # For Solaris; some versions of Sun CC require a space after -R and
    52795332    # others require no space.  Words are not sufficient . . . .
    5280     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5281 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
     5333    { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5334$as_echo_n "checking whether -R must be followed by a space... " >&6; }
    52825335    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    52835336    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    53045357  *) ac_try_echo=$ac_try;;
    53055358esac
    5306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5359eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5360$as_echo "$ac_try_echo") >&5
    53075361  (eval "$ac_link") 2>conftest.er1
    53085362  ac_status=$?
     
    53105364  rm -f conftest.er1
    53115365  cat conftest.err >&5
    5312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5366  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53135367  (exit $ac_status); } && {
    53145368         test -z "$ac_c_werror_flag" ||
    53155369         test ! -s conftest.err
    5316        } && test -s conftest$ac_exeext &&
    5317        $as_test_x conftest$ac_exeext; then
    5318   { echo "$as_me:$LINENO: result: no" >&5
    5319 echo "${ECHO_T}no" >&6; }
     5370       } && test -s conftest$ac_exeext && {
     5371         test "$cross_compiling" = yes ||
     5372         $as_test_x conftest$ac_exeext
     5373       }; then
     5374  { $as_echo "$as_me:$LINENO: result: no" >&5
     5375$as_echo "no" >&6; }
    53205376       X_LIBS="$X_LIBS -R$x_libraries"
    53215377else
    5322   echo "$as_me: failed program was:" >&5
     5378  $as_echo "$as_me: failed program was:" >&5
    53235379sed 's/^/| /' conftest.$ac_ext >&5
    53245380
     
    53455401  *) ac_try_echo=$ac_try;;
    53465402esac
    5347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5403eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5404$as_echo "$ac_try_echo") >&5
    53485405  (eval "$ac_link") 2>conftest.er1
    53495406  ac_status=$?
     
    53515408  rm -f conftest.er1
    53525409  cat conftest.err >&5
    5353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5410  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53545411  (exit $ac_status); } && {
    53555412         test -z "$ac_c_werror_flag" ||
    53565413         test ! -s conftest.err
    5357        } && test -s conftest$ac_exeext &&
    5358        $as_test_x conftest$ac_exeext; then
    5359   { echo "$as_me:$LINENO: result: yes" >&5
    5360 echo "${ECHO_T}yes" >&6; }
     5414       } && test -s conftest$ac_exeext && {
     5415         test "$cross_compiling" = yes ||
     5416         $as_test_x conftest$ac_exeext
     5417       }; then
     5418  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5419$as_echo "yes" >&6; }
    53615420          X_LIBS="$X_LIBS -R $x_libraries"
    53625421else
    5363   echo "$as_me: failed program was:" >&5
     5422  $as_echo "$as_me: failed program was:" >&5
    53645423sed 's/^/| /' conftest.$ac_ext >&5
    53655424
    5366         { echo "$as_me:$LINENO: result: neither works" >&5
    5367 echo "${ECHO_T}neither works" >&6; }
    5368 fi
    5369 
     5425        { $as_echo "$as_me:$LINENO: result: neither works" >&5
     5426$as_echo "neither works" >&6; }
     5427fi
     5428
     5429rm -rf conftest.dSYM
    53705430rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53715431      conftest$ac_exeext conftest.$ac_ext
    53725432fi
    53735433
     5434rm -rf conftest.dSYM
    53745435rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53755436      conftest$ac_exeext conftest.$ac_ext
     
    54175478  *) ac_try_echo=$ac_try;;
    54185479esac
    5419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5480eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5481$as_echo "$ac_try_echo") >&5
    54205482  (eval "$ac_link") 2>conftest.er1
    54215483  ac_status=$?
     
    54235485  rm -f conftest.er1
    54245486  cat conftest.err >&5
    5425   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5487  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54265488  (exit $ac_status); } && {
    54275489         test -z "$ac_c_werror_flag" ||
    54285490         test ! -s conftest.err
    5429        } && test -s conftest$ac_exeext &&
    5430        $as_test_x conftest$ac_exeext; then
     5491       } && test -s conftest$ac_exeext && {
     5492         test "$cross_compiling" = yes ||
     5493         $as_test_x conftest$ac_exeext
     5494       }; then
    54315495  :
    54325496else
    5433   echo "$as_me: failed program was:" >&5
     5497  $as_echo "$as_me: failed program was:" >&5
    54345498sed 's/^/| /' conftest.$ac_ext >&5
    54355499
    5436         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5437 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
     5500        { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5501$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    54385502if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5439   echo $ECHO_N "(cached) $ECHO_C" >&6
     5503  $as_echo_n "(cached) " >&6
    54405504else
    54415505  ac_check_lib_save_LIBS=$LIBS
     
    54695533  *) ac_try_echo=$ac_try;;
    54705534esac
    5471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5535eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5536$as_echo "$ac_try_echo") >&5
    54725537  (eval "$ac_link") 2>conftest.er1
    54735538  ac_status=$?
     
    54755540  rm -f conftest.er1
    54765541  cat conftest.err >&5
    5477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5542  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54785543  (exit $ac_status); } && {
    54795544         test -z "$ac_c_werror_flag" ||
    54805545         test ! -s conftest.err
    5481        } && test -s conftest$ac_exeext &&
    5482        $as_test_x conftest$ac_exeext; then
     5546       } && test -s conftest$ac_exeext && {
     5547         test "$cross_compiling" = yes ||
     5548         $as_test_x conftest$ac_exeext
     5549       }; then
    54835550  ac_cv_lib_dnet_dnet_ntoa=yes
    54845551else
    5485   echo "$as_me: failed program was:" >&5
     5552  $as_echo "$as_me: failed program was:" >&5
    54865553sed 's/^/| /' conftest.$ac_ext >&5
    54875554
     
    54895556fi
    54905557
     5558rm -rf conftest.dSYM
    54915559rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    54925560      conftest$ac_exeext conftest.$ac_ext
    54935561LIBS=$ac_check_lib_save_LIBS
    54945562fi
    5495 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5496 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5497 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
     5563{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5564$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5565if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
    54985566  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    54995567fi
    55005568
    55015569    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5502       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5503 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
     5570      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5571$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    55045572if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5505   echo $ECHO_N "(cached) $ECHO_C" >&6
     5573  $as_echo_n "(cached) " >&6
    55065574else
    55075575  ac_check_lib_save_LIBS=$LIBS
     
    55355603  *) ac_try_echo=$ac_try;;
    55365604esac
    5537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5605eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5606$as_echo "$ac_try_echo") >&5
    55385607  (eval "$ac_link") 2>conftest.er1
    55395608  ac_status=$?
     
    55415610  rm -f conftest.er1
    55425611  cat conftest.err >&5
    5543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5612  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55445613  (exit $ac_status); } && {
    55455614         test -z "$ac_c_werror_flag" ||
    55465615         test ! -s conftest.err
    5547        } && test -s conftest$ac_exeext &&
    5548        $as_test_x conftest$ac_exeext; then
     5616       } && test -s conftest$ac_exeext && {
     5617         test "$cross_compiling" = yes ||
     5618         $as_test_x conftest$ac_exeext
     5619       }; then
    55495620  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    55505621else
    5551   echo "$as_me: failed program was:" >&5
     5622  $as_echo "$as_me: failed program was:" >&5
    55525623sed 's/^/| /' conftest.$ac_ext >&5
    55535624
     
    55555626fi
    55565627
     5628rm -rf conftest.dSYM
    55575629rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55585630      conftest$ac_exeext conftest.$ac_ext
    55595631LIBS=$ac_check_lib_save_LIBS
    55605632fi
    5561 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5562 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5563 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
     5633{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5634$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5635if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
    55645636  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    55655637fi
     
    55685640fi
    55695641
     5642rm -rf conftest.dSYM
    55705643rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55715644      conftest$ac_exeext conftest.$ac_ext
     
    55805653    # The functions gethostbyname, getservbyname, and inet_addr are
    55815654    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5582     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5583 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
     5655    { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5656$as_echo_n "checking for gethostbyname... " >&6; }
    55845657if test "${ac_cv_func_gethostbyname+set}" = set; then
    5585   echo $ECHO_N "(cached) $ECHO_C" >&6
     5658  $as_echo_n "(cached) " >&6
    55865659else
    55875660  cat >conftest.$ac_ext <<_ACEOF
     
    56365709  *) ac_try_echo=$ac_try;;
    56375710esac
    5638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5711eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5712$as_echo "$ac_try_echo") >&5
    56395713  (eval "$ac_link") 2>conftest.er1
    56405714  ac_status=$?
     
    56425716  rm -f conftest.er1
    56435717  cat conftest.err >&5
    5644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5718  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56455719  (exit $ac_status); } && {
    56465720         test -z "$ac_c_werror_flag" ||
    56475721         test ! -s conftest.err
    5648        } && test -s conftest$ac_exeext &&
    5649        $as_test_x conftest$ac_exeext; then
     5722       } && test -s conftest$ac_exeext && {
     5723         test "$cross_compiling" = yes ||
     5724         $as_test_x conftest$ac_exeext
     5725       }; then
    56505726  ac_cv_func_gethostbyname=yes
    56515727else
    5652   echo "$as_me: failed program was:" >&5
     5728  $as_echo "$as_me: failed program was:" >&5
    56535729sed 's/^/| /' conftest.$ac_ext >&5
    56545730
     
    56565732fi
    56575733
     5734rm -rf conftest.dSYM
    56585735rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56595736      conftest$ac_exeext conftest.$ac_ext
    56605737fi
    5661 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5662 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
     5738{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5739$as_echo "$ac_cv_func_gethostbyname" >&6; }
    56635740
    56645741    if test $ac_cv_func_gethostbyname = no; then
    5665       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5666 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
     5742      { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5743$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    56675744if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5668   echo $ECHO_N "(cached) $ECHO_C" >&6
     5745  $as_echo_n "(cached) " >&6
    56695746else
    56705747  ac_check_lib_save_LIBS=$LIBS
     
    56985775  *) ac_try_echo=$ac_try;;
    56995776esac
    5700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5777eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5778$as_echo "$ac_try_echo") >&5
    57015779  (eval "$ac_link") 2>conftest.er1
    57025780  ac_status=$?
     
    57045782  rm -f conftest.er1
    57055783  cat conftest.err >&5
    5706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5784  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57075785  (exit $ac_status); } && {
    57085786         test -z "$ac_c_werror_flag" ||
    57095787         test ! -s conftest.err
    5710        } && test -s conftest$ac_exeext &&
    5711        $as_test_x conftest$ac_exeext; then
     5788       } && test -s conftest$ac_exeext && {
     5789         test "$cross_compiling" = yes ||
     5790         $as_test_x conftest$ac_exeext
     5791       }; then
    57125792  ac_cv_lib_nsl_gethostbyname=yes
    57135793else
    5714   echo "$as_me: failed program was:" >&5
     5794  $as_echo "$as_me: failed program was:" >&5
    57155795sed 's/^/| /' conftest.$ac_ext >&5
    57165796
     
    57185798fi
    57195799
     5800rm -rf conftest.dSYM
    57205801rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57215802      conftest$ac_exeext conftest.$ac_ext
    57225803LIBS=$ac_check_lib_save_LIBS
    57235804fi
    5724 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5725 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
    5726 if test $ac_cv_lib_nsl_gethostbyname = yes; then
     5805{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5806$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
     5807if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
    57275808  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    57285809fi
    57295810
    57305811      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5731         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5732 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
     5812        { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5813$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    57335814if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5734   echo $ECHO_N "(cached) $ECHO_C" >&6
     5815  $as_echo_n "(cached) " >&6
    57355816else
    57365817  ac_check_lib_save_LIBS=$LIBS
     
    57645845  *) ac_try_echo=$ac_try;;
    57655846esac
    5766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5847eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5848$as_echo "$ac_try_echo") >&5
    57675849  (eval "$ac_link") 2>conftest.er1
    57685850  ac_status=$?
     
    57705852  rm -f conftest.er1
    57715853  cat conftest.err >&5
    5772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5854  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57735855  (exit $ac_status); } && {
    57745856         test -z "$ac_c_werror_flag" ||
    57755857         test ! -s conftest.err
    5776        } && test -s conftest$ac_exeext &&
    5777        $as_test_x conftest$ac_exeext; then
     5858       } && test -s conftest$ac_exeext && {
     5859         test "$cross_compiling" = yes ||
     5860         $as_test_x conftest$ac_exeext
     5861       }; then
    57785862  ac_cv_lib_bsd_gethostbyname=yes
    57795863else
    5780   echo "$as_me: failed program was:" >&5
     5864  $as_echo "$as_me: failed program was:" >&5
    57815865sed 's/^/| /' conftest.$ac_ext >&5
    57825866
     
    57845868fi
    57855869
     5870rm -rf conftest.dSYM
    57865871rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57875872      conftest$ac_exeext conftest.$ac_ext
    57885873LIBS=$ac_check_lib_save_LIBS
    57895874fi
    5790 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5791 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
    5792 if test $ac_cv_lib_bsd_gethostbyname = yes; then
     5875{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5876$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
     5877if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
    57935878  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    57945879fi
     
    58045889    # must be given before -lnsl if both are needed.  We assume that
    58055890    # if connect needs -lnsl, so does gethostbyname.
    5806     { echo "$as_me:$LINENO: checking for connect" >&5
    5807 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
     5891    { $as_echo "$as_me:$LINENO: checking for connect" >&5
     5892$as_echo_n "checking for connect... " >&6; }
    58085893if test "${ac_cv_func_connect+set}" = set; then
    5809   echo $ECHO_N "(cached) $ECHO_C" >&6
     5894  $as_echo_n "(cached) " >&6
    58105895else
    58115896  cat >conftest.$ac_ext <<_ACEOF
     
    58605945  *) ac_try_echo=$ac_try;;
    58615946esac
    5862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5947eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5948$as_echo "$ac_try_echo") >&5
    58635949  (eval "$ac_link") 2>conftest.er1
    58645950  ac_status=$?
     
    58665952  rm -f conftest.er1
    58675953  cat conftest.err >&5
    5868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5954  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58695955  (exit $ac_status); } && {
    58705956         test -z "$ac_c_werror_flag" ||
    58715957         test ! -s conftest.err
    5872        } && test -s conftest$ac_exeext &&
    5873        $as_test_x conftest$ac_exeext; then
     5958       } && test -s conftest$ac_exeext && {
     5959         test "$cross_compiling" = yes ||
     5960         $as_test_x conftest$ac_exeext
     5961       }; then
    58745962  ac_cv_func_connect=yes
    58755963else
    5876   echo "$as_me: failed program was:" >&5
     5964  $as_echo "$as_me: failed program was:" >&5
    58775965sed 's/^/| /' conftest.$ac_ext >&5
    58785966
     
    58805968fi
    58815969
     5970rm -rf conftest.dSYM
    58825971rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58835972      conftest$ac_exeext conftest.$ac_ext
    58845973fi
    5885 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    5886 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
     5974{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5975$as_echo "$ac_cv_func_connect" >&6; }
    58875976
    58885977    if test $ac_cv_func_connect = no; then
    5889       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    5890 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
     5978      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5979$as_echo_n "checking for connect in -lsocket... " >&6; }
    58915980if test "${ac_cv_lib_socket_connect+set}" = set; then
    5892   echo $ECHO_N "(cached) $ECHO_C" >&6
     5981  $as_echo_n "(cached) " >&6
    58935982else
    58945983  ac_check_lib_save_LIBS=$LIBS
     
    59226011  *) ac_try_echo=$ac_try;;
    59236012esac
    5924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6013eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6014$as_echo "$ac_try_echo") >&5
    59256015  (eval "$ac_link") 2>conftest.er1
    59266016  ac_status=$?
     
    59286018  rm -f conftest.er1
    59296019  cat conftest.err >&5
    5930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6020  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59316021  (exit $ac_status); } && {
    59326022         test -z "$ac_c_werror_flag" ||
    59336023         test ! -s conftest.err
    5934        } && test -s conftest$ac_exeext &&
    5935        $as_test_x conftest$ac_exeext; then
     6024       } && test -s conftest$ac_exeext && {
     6025         test "$cross_compiling" = yes ||
     6026         $as_test_x conftest$ac_exeext
     6027       }; then
    59366028  ac_cv_lib_socket_connect=yes
    59376029else
    5938   echo "$as_me: failed program was:" >&5
     6030  $as_echo "$as_me: failed program was:" >&5
    59396031sed 's/^/| /' conftest.$ac_ext >&5
    59406032
     
    59426034fi
    59436035
     6036rm -rf conftest.dSYM
    59446037rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59456038      conftest$ac_exeext conftest.$ac_ext
    59466039LIBS=$ac_check_lib_save_LIBS
    59476040fi
    5948 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    5949 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
    5950 if test $ac_cv_lib_socket_connect = yes; then
     6041{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     6042$as_echo "$ac_cv_lib_socket_connect" >&6; }
     6043if test "x$ac_cv_lib_socket_connect" = x""yes; then
    59516044  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    59526045fi
     
    59556048
    59566049    # Guillermo Gomez says -lposix is necessary on A/UX.
    5957     { echo "$as_me:$LINENO: checking for remove" >&5
    5958 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
     6050    { $as_echo "$as_me:$LINENO: checking for remove" >&5
     6051$as_echo_n "checking for remove... " >&6; }
    59596052if test "${ac_cv_func_remove+set}" = set; then
    5960   echo $ECHO_N "(cached) $ECHO_C" >&6
     6053  $as_echo_n "(cached) " >&6
    59616054else
    59626055  cat >conftest.$ac_ext <<_ACEOF
     
    60116104  *) ac_try_echo=$ac_try;;
    60126105esac
    6013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6106eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6107$as_echo "$ac_try_echo") >&5
    60146108  (eval "$ac_link") 2>conftest.er1
    60156109  ac_status=$?
     
    60176111  rm -f conftest.er1
    60186112  cat conftest.err >&5
    6019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6113  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60206114  (exit $ac_status); } && {
    60216115         test -z "$ac_c_werror_flag" ||
    60226116         test ! -s conftest.err
    6023        } && test -s conftest$ac_exeext &&
    6024        $as_test_x conftest$ac_exeext; then
     6117       } && test -s conftest$ac_exeext && {
     6118         test "$cross_compiling" = yes ||
     6119         $as_test_x conftest$ac_exeext
     6120       }; then
    60256121  ac_cv_func_remove=yes
    60266122else
    6027   echo "$as_me: failed program was:" >&5
     6123  $as_echo "$as_me: failed program was:" >&5
    60286124sed 's/^/| /' conftest.$ac_ext >&5
    60296125
     
    60316127fi
    60326128
     6129rm -rf conftest.dSYM
    60336130rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60346131      conftest$ac_exeext conftest.$ac_ext
    60356132fi
    6036 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    6037 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
     6133{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6134$as_echo "$ac_cv_func_remove" >&6; }
    60386135
    60396136    if test $ac_cv_func_remove = no; then
    6040       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    6041 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
     6137      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6138$as_echo_n "checking for remove in -lposix... " >&6; }
    60426139if test "${ac_cv_lib_posix_remove+set}" = set; then
    6043   echo $ECHO_N "(cached) $ECHO_C" >&6
     6140  $as_echo_n "(cached) " >&6
    60446141else
    60456142  ac_check_lib_save_LIBS=$LIBS
     
    60736170  *) ac_try_echo=$ac_try;;
    60746171esac
    6075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6172eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6173$as_echo "$ac_try_echo") >&5
    60766174  (eval "$ac_link") 2>conftest.er1
    60776175  ac_status=$?
     
    60796177  rm -f conftest.er1
    60806178  cat conftest.err >&5
    6081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6179  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60826180  (exit $ac_status); } && {
    60836181         test -z "$ac_c_werror_flag" ||
    60846182         test ! -s conftest.err
    6085        } && test -s conftest$ac_exeext &&
    6086        $as_test_x conftest$ac_exeext; then
     6183       } && test -s conftest$ac_exeext && {
     6184         test "$cross_compiling" = yes ||
     6185         $as_test_x conftest$ac_exeext
     6186       }; then
    60876187  ac_cv_lib_posix_remove=yes
    60886188else
    6089   echo "$as_me: failed program was:" >&5
     6189  $as_echo "$as_me: failed program was:" >&5
    60906190sed 's/^/| /' conftest.$ac_ext >&5
    60916191
     
    60936193fi
    60946194
     6195rm -rf conftest.dSYM
    60956196rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60966197      conftest$ac_exeext conftest.$ac_ext
    60976198LIBS=$ac_check_lib_save_LIBS
    60986199fi
    6099 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6100 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
    6101 if test $ac_cv_lib_posix_remove = yes; then
     6200{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6201$as_echo "$ac_cv_lib_posix_remove" >&6; }
     6202if test "x$ac_cv_lib_posix_remove" = x""yes; then
    61026203  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    61036204fi
     
    61066207
    61076208    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6108     { echo "$as_me:$LINENO: checking for shmat" >&5
    6109 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
     6209    { $as_echo "$as_me:$LINENO: checking for shmat" >&5
     6210$as_echo_n "checking for shmat... " >&6; }
    61106211if test "${ac_cv_func_shmat+set}" = set; then
    6111   echo $ECHO_N "(cached) $ECHO_C" >&6
     6212  $as_echo_n "(cached) " >&6
    61126213else
    61136214  cat >conftest.$ac_ext <<_ACEOF
     
    61626263  *) ac_try_echo=$ac_try;;
    61636264esac
    6164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6265eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6266$as_echo "$ac_try_echo") >&5
    61656267  (eval "$ac_link") 2>conftest.er1
    61666268  ac_status=$?
     
    61686270  rm -f conftest.er1
    61696271  cat conftest.err >&5
    6170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6272  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61716273  (exit $ac_status); } && {
    61726274         test -z "$ac_c_werror_flag" ||
    61736275         test ! -s conftest.err
    6174        } && test -s conftest$ac_exeext &&
    6175        $as_test_x conftest$ac_exeext; then
     6276       } && test -s conftest$ac_exeext && {
     6277         test "$cross_compiling" = yes ||
     6278         $as_test_x conftest$ac_exeext
     6279       }; then
    61766280  ac_cv_func_shmat=yes
    61776281else
    6178   echo "$as_me: failed program was:" >&5
     6282  $as_echo "$as_me: failed program was:" >&5
    61796283sed 's/^/| /' conftest.$ac_ext >&5
    61806284
     
    61826286fi
    61836287
     6288rm -rf conftest.dSYM
    61846289rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61856290      conftest$ac_exeext conftest.$ac_ext
    61866291fi
    6187 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6188 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
     6292{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6293$as_echo "$ac_cv_func_shmat" >&6; }
    61896294
    61906295    if test $ac_cv_func_shmat = no; then
    6191       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6192 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
     6296      { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6297$as_echo_n "checking for shmat in -lipc... " >&6; }
    61936298if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6194   echo $ECHO_N "(cached) $ECHO_C" >&6
     6299  $as_echo_n "(cached) " >&6
    61956300else
    61966301  ac_check_lib_save_LIBS=$LIBS
     
    62246329  *) ac_try_echo=$ac_try;;
    62256330esac
    6226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6331eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6332$as_echo "$ac_try_echo") >&5
    62276333  (eval "$ac_link") 2>conftest.er1
    62286334  ac_status=$?
     
    62306336  rm -f conftest.er1
    62316337  cat conftest.err >&5
    6232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6338  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62336339  (exit $ac_status); } && {
    62346340         test -z "$ac_c_werror_flag" ||
    62356341         test ! -s conftest.err
    6236        } && test -s conftest$ac_exeext &&
    6237        $as_test_x conftest$ac_exeext; then
     6342       } && test -s conftest$ac_exeext && {
     6343         test "$cross_compiling" = yes ||
     6344         $as_test_x conftest$ac_exeext
     6345       }; then
    62386346  ac_cv_lib_ipc_shmat=yes
    62396347else
    6240   echo "$as_me: failed program was:" >&5
     6348  $as_echo "$as_me: failed program was:" >&5
    62416349sed 's/^/| /' conftest.$ac_ext >&5
    62426350
     
    62446352fi
    62456353
     6354rm -rf conftest.dSYM
    62466355rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62476356      conftest$ac_exeext conftest.$ac_ext
    62486357LIBS=$ac_check_lib_save_LIBS
    62496358fi
    6250 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6251 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
    6252 if test $ac_cv_lib_ipc_shmat = yes; then
     6359{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6360$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
     6361if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
    62536362  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    62546363fi
     
    62666375  # libraries we check for below, so use a different variable.
    62676376  # John Interrante, Karl Berry
    6268   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6269 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
     6377  { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6378$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    62706379if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6271   echo $ECHO_N "(cached) $ECHO_C" >&6
     6380  $as_echo_n "(cached) " >&6
    62726381else
    62736382  ac_check_lib_save_LIBS=$LIBS
     
    63016410  *) ac_try_echo=$ac_try;;
    63026411esac
    6303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6413$as_echo "$ac_try_echo") >&5
    63046414  (eval "$ac_link") 2>conftest.er1
    63056415  ac_status=$?
     
    63076417  rm -f conftest.er1
    63086418  cat conftest.err >&5
    6309   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63106420  (exit $ac_status); } && {
    63116421         test -z "$ac_c_werror_flag" ||
    63126422         test ! -s conftest.err
    6313        } && test -s conftest$ac_exeext &&
    6314        $as_test_x conftest$ac_exeext; then
     6423       } && test -s conftest$ac_exeext && {
     6424         test "$cross_compiling" = yes ||
     6425         $as_test_x conftest$ac_exeext
     6426       }; then
    63156427  ac_cv_lib_ICE_IceConnectionNumber=yes
    63166428else
    6317   echo "$as_me: failed program was:" >&5
     6429  $as_echo "$as_me: failed program was:" >&5
    63186430sed 's/^/| /' conftest.$ac_ext >&5
    63196431
     
    63216433fi
    63226434
     6435rm -rf conftest.dSYM
    63236436rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63246437      conftest$ac_exeext conftest.$ac_ext
    63256438LIBS=$ac_check_lib_save_LIBS
    63266439fi
    6327 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6328 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6329 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
     6440{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6441$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6442if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
    63306443  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    63316444fi
     
    63386451ax_enable_matlab=
    63396452
    6340 # Check whether --with-matlab-dir was given.
     6453@%:@ Check whether --with-matlab-dir was given.
    63416454if test "${with_matlab_dir+set}" = set; then
    63426455  withval=$with_matlab_dir; case $withval in
     
    63526465    MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd`
    63536466    if test -z "$MATLAB" ; then
    6354         { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
    6355 echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
     6467        { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
     6468$as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
    63566469   { (exit 1); exit 1; }; }
    63576470    fi
     
    63616474
    63626475if test x$ax_enable_matlab != xno ; then
    6363 { echo "$as_me:$LINENO: checking for Matlab prefix" >&5
    6364 echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; }
     6476{ $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&5
     6477$as_echo_n "checking for Matlab prefix... " >&6; }
    63656478if test "${ax_cv_matlab+set}" = set; then
    6366   echo $ECHO_N "(cached) $ECHO_C" >&6
     6479  $as_echo_n "(cached) " >&6
    63676480else
    63686481  if test "${MATLAB+set}" = set ; then
     
    63906503fi
    63916504fi
    6392 { echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
    6393 echo "${ECHO_T}$ax_cv_matlab" >&6; }
     6505{ $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
     6506$as_echo "$ax_cv_matlab" >&6; }
    63946507if test "$ax_cv_matlab" = "not found" ; then
    63956508    unset MATLAB
     
    63986511    MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'`
    63996512fi
    6400 { echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
    6401 echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; }
     6513{ $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
     6514$as_echo_n "checking whether to enable Matlab support... " >&6; }
    64026515if test x$ax_enable_matlab != xno ; then
    64036516    if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then
     
    64076520    else
    64086521        # Fail if Matlab was explicitly enabled.
    6409         { echo "$as_me:$LINENO: result: failure" >&5
    6410 echo "${ECHO_T}failure" >&6; }
    6411         { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5
    6412 echo "$as_me: error: check your Matlab setup" >&2;}
     6522        { $as_echo "$as_me:$LINENO: result: failure" >&5
     6523$as_echo "failure" >&6; }
     6524        { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&5
     6525$as_echo "$as_me: error: check your Matlab setup" >&2;}
    64136526   { (exit 1); exit 1; }; }
    64146527    fi
    64156528fi
    6416 { echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
    6417 echo "${ECHO_T}$ax_enable_matlab" >&6; }
     6529{ $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
     6530$as_echo "$ax_enable_matlab" >&6; }
    64186531if test x$ax_enable_matlab = xyes ; then
    64196532   
     
    64276540
    64286541
    6429                 # Check whether --enable-debugging was given.
     6542                @%:@ Check whether --enable-debugging was given.
    64306543if test "${enable_debugging+set}" = set; then
    64316544  enableval=$enable_debugging; enable_debugging=$enableval
     
    64436556
    64446557               
    6445 # Check whether --with-serial was given.
     6558@%:@ Check whether --with-serial was given.
    64466559if test "${with_serial+set}" = set; then
    64476560  withval=$with_serial; SERIAL_VALUE=$withval
     
    64506563fi
    64516564
    6452         { echo "$as_me:$LINENO: checking for serial compilation" >&5
    6453 echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; }
     6565        { $as_echo "$as_me:$LINENO: checking for serial compilation" >&5
     6566$as_echo_n "checking for serial compilation... " >&6; }
    64546567         if test $SERIAL_VALUE = no; then
    64556568  NOSERIAL_TRUE=
     
    64606573fi
    64616574
    6462         { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
    6463 echo "${ECHO_T}$SERIAL_VALUE" >&6; }
     6575        { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
     6576$as_echo "$SERIAL_VALUE" >&6; }
    64646577       
    64656578
    64666579               
    6467 # Check whether --with-parallel was given.
     6580@%:@ Check whether --with-parallel was given.
    64686581if test "${with_parallel+set}" = set; then
    64696582  withval=$with_parallel; PARALLEL_VALUE=$withval
     
    64726585fi
    64736586
    6474         { echo "$as_me:$LINENO: checking for parallel compilation" >&5
    6475 echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; }
     6587        { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&5
     6588$as_echo_n "checking for parallel compilation... " >&6; }
    64766589         if test $PARALLEL_VALUE = no; then
    64776590  NOPARALLEL_TRUE=
     
    64826595fi
    64836596
    6484         { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
    6485 echo "${ECHO_T}$PARALLEL_VALUE" >&6; }
     6597        { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
     6598$as_echo "$PARALLEL_VALUE" >&6; }
    64866599
    64876600                if test "$SERIAL_VALUE" != "yes" ; then
    64886601                if test "$PARALLEL_VALUE" != "yes"; then
    6489                 { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
    6490 echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
     6602                { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
     6603$as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
    64916604   { (exit 1); exit 1; }; }
    64926605                fi
     
    64956608
    64966609               
    6497 # Check whether --with-matlab-dir was given.
     6610@%:@ Check whether --with-matlab-dir was given.
    64986611if test "${with_matlab_dir+set}" = set; then
    64996612  withval=$with_matlab_dir; MATLAB_ROOT=$withval
     
    65056618        if test -d "$MATLAB_ROOT"; then
    65066619
    6507                 { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
    6508 echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; }
     6620                { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
     6621$as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT... " >&6; }
    65096622
    65106623                                HAVE_MATLAB=yes
    65116624                MATLABINCL=-I"$MATLAB_ROOT/extern/include";
    6512                                 MEXEXT=`$MATLAB_ROOT/bin/mexext`
    6513                 MEXEXT=".$MEXEXT"
     6625                                               
    65146626                MEX=$MATLAB_ROOT/bin/mex
    65156627
     
    65246636                                MEXLINK="-pthread -shared -W2,--version-script,${MATLAB_ROOT}/extern/lib/glnx86/mexFunction.map";
    65256637                        fi
     6638                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     6639                        MEXEXT=".$MEXEXT"
    65266640                        ;;
    65276641                        *darwin9.6.0*)
    65286642                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
    65296643                        MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map"
     6644                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     6645                        MEXEXT=".$MEXEXT"
     6646                        ;;
     6647                        *cygwin*)
     6648                        MEXLIB="-dll -export:mexFunction -LIBPATH:\"$MATLAB_ROOT\extern\lib\win32\microsoft\" libmx.lib libmex.lib libmat.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  -NOLOGO -INCREMENTAL:NO"
     6649
     6650
     6651                        MEXEXT=`$MATLAB_ROOT/bin/mexext.bat`
     6652                        MEXEXT=".$MEXEXT"
    65306653                        ;;
    65316654
     
    65436666               
    65446667       
    6545                 { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
    6546 echo "${ECHO_T}$HAVE_MATLAB" >&6; }
     6668                { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
     6669$as_echo "$HAVE_MATLAB" >&6; }
    65476670        else
    65486671                HAVE_MATLAB=no
     
    65526675        if test $HAVE_MATLAB = no; then
    65536676                if test "$SERIAL_VALUE" = "yes" ; then
    6554                         { { echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
    6555 echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
     6677                        { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
     6678$as_echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
    65566679   { (exit 1); exit 1; }; }
    65576680                fi
     
    65636686
    65646687
    6565 { echo "$as_me:$LINENO: checking for Matlab version" >&5
    6566 echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; }
     6688{ $as_echo "$as_me:$LINENO: checking for Matlab version" >&5
     6689$as_echo_n "checking for Matlab version... " >&6; }
    65676690if test "${ax_cv_matlab_version+set}" = set; then
    6568   echo $ECHO_N "(cached) $ECHO_C" >&6
     6691  $as_echo_n "(cached) " >&6
    65696692else
    65706693  if test "${MATLAB_VERSION+set}" = set ; then
     
    65936716                                break
    65946717                        fi
     6718                               
     6719                                # For Matlab R2008 and more, the version number is stored in bin/util/mex/version.txt
     6720                        ax_cv_matlab_version=`cat $MATLAB/bin/util/mex/version.txt`
     6721                        if test -n "$ax_cv_matlab_version" ; then
     6722                                break
     6723                        fi
     6724
    65956725                fi
    65966726        done
     
    66046734fi
    66056735fi
    6606 { echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
    6607 echo "${ECHO_T}$ax_cv_matlab_version" >&6; }
     6736{ $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
     6737$as_echo "$ax_cv_matlab_version" >&6; }
    66086738case $ax_cv_matlab_version in
    66096739  @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@)
     
    66126742    MATLAB_MINOR=`echo $MATLAB_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
    66136743    ;;
     6744  R2009a)
     6745        MATLAB_VERSION=R2009a
     6746    MATLAB_MAJOR=R2009
     6747    MATLAB_MINOR=a
     6748        ;;
    66146749  *)
    66156750    if test x$ax_enable_matlab = xyes ; then
    6616         { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
    6617 echo "$as_me: error: can not determine Matlab version number" >&2;}
     6751        { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
     6752$as_echo "$as_me: error: can not determine Matlab version number" >&2;}
    66186753   { (exit 1); exit 1; }; }
    66196754    fi
     
    66596794       
    66606795               
    6661 # Check whether --with-triangle-dir was given.
     6796@%:@ Check whether --with-triangle-dir was given.
    66626797if test "${with_triangle_dir+set}" = set; then
    66636798  withval=$with_triangle_dir; TRIANGLE_ROOT=$withval
     
    66666801fi
    66676802 
    6668         { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
    6669 echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; }
     6803        { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
     6804$as_echo_n "checking for Triangle headers and libraries ... " >&6; }
    66706805        if test -d "$TRIANGLE_ROOT"; then
    66716806
     
    66866821                HAVE_TRIANGLE=no
    66876822        fi
    6688         { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
    6689 echo "${ECHO_T}$HAVE_TRIANGLE" >&6; }
    6690 
    6691         { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
    6692 echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; }
     6823        { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
     6824$as_echo "$HAVE_TRIANGLE" >&6; }
     6825
     6826        { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
     6827$as_echo_n "checking for triangle and parallel status... " >&6; }
    66936828        if test $HAVE_TRIANGLE = no; then
    66946829                if test "$SERIAL_VALUE" = "yes" ; then
    6695                         { { echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
    6696 echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
     6830                        { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
     6831$as_echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
    66976832   { (exit 1); exit 1; }; }
    66986833                fi
    66996834        fi
    6700         { echo "$as_me:$LINENO: result: ok" >&5
    6701 echo "${ECHO_T}ok" >&6; }
     6835        { $as_echo "$as_me:$LINENO: result: ok" >&5
     6836$as_echo "ok" >&6; }
    67026837
    67036838               
    6704 # Check whether --with-dakota-dir was given.
     6839@%:@ Check whether --with-dakota-dir was given.
    67056840if test "${with_dakota_dir+set}" = set; then
    67066841  withval=$with_dakota_dir; DAKOTA_ROOT=$withval
     
    67096844fi
    67106845 
    6711         { echo "$as_me:$LINENO: checking for Dakota " >&5
    6712 echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; }
     6846        { $as_echo "$as_me:$LINENO: checking for Dakota " >&5
     6847$as_echo_n "checking for Dakota ... " >&6; }
    67136848       
    67146849        if test -d "$DAKOTA_ROOT"; then
     
    67296864                HAVE_DAKOTA=no
    67306865        fi
    6731         { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
    6732 echo "${ECHO_T}$HAVE_DAKOTA" >&6; }
     6866        { $as_echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
     6867$as_echo "$HAVE_DAKOTA" >&6; }
    67336868
    67346869               
    67356870               
    6736 # Check whether --with-metis-dir was given.
     6871@%:@ Check whether --with-metis-dir was given.
    67376872if test "${with_metis_dir+set}" = set; then
    67386873  withval=$with_metis_dir; METIS_ROOT=$withval
     
    67446879        if test -d "$METIS_ROOT"; then
    67456880
    6746                 { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
    6747 echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; }
     6881                { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
     6882$as_echo_n "checking for Metis headers and libraries in $METIS_ROOT... " >&6; }
    67486883
    67496884                                HAVE_METIS=yes
     6885               
     6886                case "${host_os}" in
     6887                        *cygwin*)
     6888                        METISLIB="-LIBPATH:\"$METIS_ROOT\" libmetis.lib"
     6889                        ;;
     6890                        *linux*)
     6891                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     6892                        ;;
     6893                        *darwin9.6.0*)
     6894                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     6895                        ;;
     6896                esac
     6897                                                 
    67506898                METISINCL=-I"$METIS_ROOT/Lib"
    6751                 METISLIB=-L"$METIS_ROOT/ -lmetis"
    67526899
    67536900               
     
    67636910
    67646911        if test $HAVE_METIS = no; then
    6765         { { echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
    6766 echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
     6912        { { $as_echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
     6913$as_echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
    67676914   { (exit 1); exit 1; }; };
    67686915        else
    6769         { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
    6770 echo "${ECHO_T}$HAVE_METIS" >&6; }
     6916        { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
     6917$as_echo "$HAVE_METIS" >&6; }
    67716918        fi
    67726919
    6773                 { echo "$as_me:$LINENO: checking for mpi..." >&5
    6774 echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; }
     6920                { $as_echo "$as_me:$LINENO: checking for mpi..." >&5
     6921$as_echo_n "checking for mpi...... " >&6; }
    67756922       
    6776 # Check whether --with-mpi-lib was given.
     6923@%:@ Check whether --with-mpi-lib was given.
    67776924if test "${with_mpi_lib+set}" = set; then
    67786925  withval=$with_mpi_lib; MPILIB=$withval
     
    67836930       
    67846931       
    6785 # Check whether --with-mpi-include was given.
     6932@%:@ Check whether --with-mpi-include was given.
    67866933if test "${with_mpi_include+set}" = set; then
    67876934  withval=$with_mpi_include; MPI_INCLUDE=$withval
     
    67936940                if test -z "$MPILIB" ; then
    67946941                if test "$PARALLEL_VALUE" = "yes" ; then
    6795                         { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
    6796 echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
     6942                        { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
     6943$as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
    67976944   { (exit 1); exit 1; }; }
    67986945                fi
     
    68006947                if test -z "$MPI_INCLUDE" ; then
    68016948                        if test "$PARALLEL_VALUE" = "yes" ; then
    6802                                 { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
    6803 echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
     6949                                { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
     6950$as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
    68046951   { (exit 1); exit 1; }; }
    68056952                        fi
     
    68226969                fi
    68236970        fi
    6824         { echo "$as_me:$LINENO: result: done" >&5
    6825 echo "${ECHO_T}done" >&6; }
     6971        { $as_echo "$as_me:$LINENO: result: done" >&5
     6972$as_echo "done" >&6; }
    68266973
    68276974               
    6828 # Check whether --with-petsc-dir was given.
     6975@%:@ Check whether --with-petsc-dir was given.
    68296976if test "${with_petsc_dir+set}" = set; then
    68306977  withval=$with_petsc_dir; PETSC_ROOT=$withval
     
    68366983        if test "$PARALLEL_VALUE" = "yes" ; then
    68376984                if test "$PETSC_ROOT" = "" ; then
    6838                         { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
    6839 echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
     6985                        { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
     6986$as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
    68406987   { (exit 1); exit 1; }; }
    68416988                fi
     
    68436990       
    68446991       
    6845 # Check whether --with-petsc-arch was given.
     6992@%:@ Check whether --with-petsc-arch was given.
    68466993if test "${with_petsc_arch+set}" = set; then
    68476994  withval=$with_petsc_arch; PETSC_ARCH=$withval
     
    68537000        if test "$PARALLEL_VALUE" = "yes" ; then
    68547001                if test "$PETSC_ARCH" = "" ; then
    6855                         { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
    6856 echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
     7002                        { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
     7003$as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
    68577004   { (exit 1); exit 1; }; }
    68587005                fi
    68597006        fi
    68607007       
    6861         { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
    6862 echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; }
     7008        { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
     7009$as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... " >&6; }
    68637010       
    68647011        if test -d "$PETSC_ROOT"; then
     
    68677014               
    68687015                        PETSCINCL="-I$PETSC_ROOT/include  -I$PETSC_ROOT/ -I$PETSC_ROOT/bmake/$PETSC_ARCH -I$PETSC_ROOT/src/mat/impls/dense/mpi/plapack/"
    6869                         PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7016               
     7017                        case "${host_os}" in
     7018                                *cygwin*)
     7019                                PETSCLIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libpetscksp.lib  libpetscdm.lib  libpetscmat.lib  libpetscvec.lib libpetsc.lib  libpetscsnes.lib libpetscts.lib libmpiuni.lib"
     7020                                ;;
     7021                                *linux*)
     7022                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7023                                ;;
     7024                                *darwin9.6.0*)
     7025                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7026                                ;;
     7027                        esac
    68707028                                                 
    68717029
     
    68887046
    68897047        if test $HAVE_PETSC = no; then
    6890                 if test "$PARALLEL_VALUE" = "yes" ; then
    6891                         { { echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&5
    6892 echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;}
     7048                { { $as_echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM!" >&5
     7049$as_echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM!" >&2;}
    68937050   { (exit 1); exit 1; }; }
    6894                 fi
    68957051        else
    6896                 { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
    6897 echo "${ECHO_T}$HAVE_PETSC" >&6; }
     7052                { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
     7053$as_echo "$HAVE_PETSC" >&6; }
    68987054        fi
    68997055
    6900 
     7056                if test "$PARALLEL_VALUE" = "no" ; then
     7057                HAVE_MPI=yes
     7058                MPIINCL=-I"$PETSC_ROOT/include/mpiuni"
     7059
     7060                case "${host_os}" in
     7061                        *cygwin*)
     7062                        MPILIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libmpiuni.lib"
     7063                        ;;
     7064                        *linux*)
     7065                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     7066                        ;;
     7067                        *darwin9.6.0*)
     7068                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     7069                        ;;
     7070                esac
     7071                                                                 
     7072
     7073
     7074                       
    69017075               
    6902 # Check whether --with-slepc-dir was given.
     7076cat >>confdefs.h <<\_ACEOF
     7077@%:@define _HAVE_MPI_ 1
     7078_ACEOF
     7079
     7080               
     7081cat >>confdefs.h <<\_ACEOF
     7082@%:@define HAVE_MPI 1
     7083_ACEOF
     7084
     7085               
     7086               
     7087        fi
     7088       
     7089
     7090               
     7091@%:@ Check whether --with-slepc-dir was given.
    69037092if test "${with_slepc_dir+set}" = set; then
    69047093  withval=$with_slepc_dir; SLEPC_ROOT=$withval
     
    69087097
    69097098                         
    6910         { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
    6911 echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; }
     7099        { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
     7100$as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT... " >&6; }
    69127101        if test -d "$SLEPC_ROOT"; then
    69137102
     
    69277116                HAVE_SLEPC=no
    69287117        fi
    6929         { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
    6930 echo "${ECHO_T}$HAVE_SLEPC" >&6; }
     7118        { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
     7119$as_echo "$HAVE_SLEPC" >&6; }
    69317120       
    69327121               
    6933 # Check whether --with-scalapack-dir was given.
     7122@%:@ Check whether --with-scalapack-dir was given.
    69347123if test "${with_scalapack_dir+set}" = set; then
    69357124  withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval
     
    69397128
    69407129                         
    6941         { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
    6942 echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; }
     7130        { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
     7131$as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... " >&6; }
    69437132        if test -d "$SCALAPACK_ROOT"; then
    69447133
     
    69567145                HAVE_SCALAPACK=no
    69577146        fi
    6958         { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
    6959 echo "${ECHO_T}$HAVE_SCALAPACK" >&6; }
     7147        { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
     7148$as_echo "$HAVE_SCALAPACK" >&6; }
    69607149
    69617150               
    6962 # Check whether --with-blas-lapack-dir was given.
     7151@%:@ Check whether --with-blas-lapack-dir was given.
    69637152if test "${with_blas_lapack_dir+set}" = set; then
    69647153  withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval
     
    69687157
    69697158                         
    6970         { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
    6971 echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; }
     7159        { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
     7160$as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... " >&6; }
    69727161        if test -d "$BLASLAPACK_ROOT"; then
    69737162
     
    69757164                                HAVE_BLASLAPACK=yes
    69767165                BLASLAPACKINCL=""
    6977                                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7166               
     7167                                case "${host_os}" in
     7168                        *cygwin*)
     7169                        BLASLAPACKLIB="-link -LIBPATH:\"$BLASLAPACK_ROOT\" libf2cblas.lib  libf2clapack.lib"
     7170                        ;;
     7171                        *linux*)
     7172                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7173                        ;;
     7174                        *darwin9.6.0*)
     7175                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7176                        ;;
     7177                esac
     7178                                                                 
     7179
    69787180
    69797181               
     
    69877189                HAVE_BLASLAPACK=no
    69887190        fi
    6989         { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
    6990 echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; }
     7191        { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
     7192$as_echo "$HAVE_BLASLAPACK" >&6; }
    69917193
    69927194               
    6993 # Check whether --with-mkl-dir was given.
     7195@%:@ Check whether --with-mkl-dir was given.
    69947196if test "${with_mkl_dir+set}" = set; then
    69957197  withval=$with_mkl_dir; MKL_ROOT=$withval
     
    69997201
    70007202                         
    7001         { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
    7002 echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; }
     7203        { $as_echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
     7204$as_echo_n "checking for mkl headers and libraries in $MKL_ROOT... " >&6; }
    70037205        if test -d "$MKL_ROOT"; then
    70047206
     
    70177219                HAVE_MKL=no
    70187220        fi
    7019         { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
    7020 echo "${ECHO_T}$HAVE_MKL" >&6; }
     7221        { $as_echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
     7222$as_echo "$HAVE_MKL" >&6; }
    70217223
    70227224               
    7023 # Check whether --with-plapack-dir was given.
     7225@%:@ Check whether --with-plapack-dir was given.
    70247226if test "${with_plapack_dir+set}" = set; then
    70257227  withval=$with_plapack_dir; PLAPACK_ROOT=$withval
     
    70297231
    70307232                         
    7031         { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
    7032 echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; }
     7233        { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
     7234$as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT... " >&6; }
    70337235        if test -d "$PLAPACK_ROOT"; then
    70347236
     
    70487250                HAVE_PLAPACK=no
    70497251        fi
    7050         { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
    7051 echo "${ECHO_T}$HAVE_PLAPACK" >&6; }
     7252        { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
     7253$as_echo "$HAVE_PLAPACK" >&6; }
    70527254
    70537255               
    7054 # Check whether --with-mumps-dir was given.
     7256@%:@ Check whether --with-mumps-dir was given.
    70557257if test "${with_mumps_dir+set}" = set; then
    70567258  withval=$with_mumps_dir; MUMPS_ROOT=$withval
     
    70607262
    70617263                         
    7062         { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
    7063 echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; }
     7264        { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
     7265$as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT... " >&6; }
    70647266        if test -d "$MUMPS_ROOT"; then
    70657267
     
    70787280                HAVE_MUMPS=no
    70797281        fi
    7080         { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
    7081 echo "${ECHO_T}$HAVE_MUMPS" >&6; }
     7282        { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
     7283$as_echo "$HAVE_MUMPS" >&6; }
    70827284
    70837285               
    7084 # Check whether --with-blacs-dir was given.
     7286@%:@ Check whether --with-blacs-dir was given.
    70857287if test "${with_blacs_dir+set}" = set; then
    70867288  withval=$with_blacs_dir; BLACS_ROOT=$withval
     
    70907292
    70917293                         
    7092         { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
    7093 echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; }
     7294        { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
     7295$as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT... " >&6; }
    70947296        if test -d "$BLACS_ROOT"; then
    70957297
     
    71087310                HAVE_BLACS=no
    71097311        fi
    7110         { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
    7111 echo "${ECHO_T}$HAVE_BLACS" >&6; }
    7112 
    7113                 { echo "$as_me:$LINENO: checking for math library..." >&5
    7114 echo $ECHO_N "checking for math library...... $ECHO_C" >&6; }
     7312        { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
     7313$as_echo "$HAVE_BLACS" >&6; }
     7314
     7315                { $as_echo "$as_me:$LINENO: checking for math library..." >&5
     7316$as_echo_n "checking for math library...... " >&6; }
    71157317       
    7116 # Check whether --with-math-lib was given.
     7318@%:@ Check whether --with-math-lib was given.
    71177319if test "${with_math_lib+set}" = set; then
    71187320  withval=$with_math_lib; MATH_LIB=$withval
     
    71337335               
    71347336        fi
    7135         { echo "$as_me:$LINENO: result: done" >&5
    7136 echo "${ECHO_T}done" >&6; }
    7137 
    7138                 { echo "$as_me:$LINENO: checking for fortran library..." >&5
    7139 echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; }
     7337        { $as_echo "$as_me:$LINENO: result: done" >&5
     7338$as_echo "done" >&6; }
     7339
     7340                { $as_echo "$as_me:$LINENO: checking for fortran library..." >&5
     7341$as_echo_n "checking for fortran library...... " >&6; }
    71407342       
    7141 # Check whether --with-fortran-lib was given.
     7343@%:@ Check whether --with-fortran-lib was given.
    71427344if test "${with_fortran_lib+set}" = set; then
    71437345  withval=$with_fortran_lib; FORTRAN_LIB=$withval
     
    71587360               
    71597361        fi
    7160         { echo "$as_me:$LINENO: result: done" >&5
    7161 echo "${ECHO_T}done" >&6; }
    7162 
    7163                 { echo "$as_me:$LINENO: checking for graphics library..." >&5
    7164 echo $ECHO_N "checking for graphics library...... $ECHO_C" >&6; }
     7362        { $as_echo "$as_me:$LINENO: result: done" >&5
     7363$as_echo "done" >&6; }
     7364
     7365                { $as_echo "$as_me:$LINENO: checking for graphics library..." >&5
     7366$as_echo_n "checking for graphics library...... " >&6; }
    71657367       
    7166 # Check whether --with-graphics-lib was given.
     7368@%:@ Check whether --with-graphics-lib was given.
    71677369if test "${with_graphics_lib+set}" = set; then
    71687370  withval=$with_graphics_lib; GRAPHICS_LIB=$withval
     
    71837385               
    71847386        fi
    7185         { echo "$as_me:$LINENO: result: done" >&5
    7186 echo "${ECHO_T}done" >&6; }
     7387        { $as_echo "$as_me:$LINENO: result: done" >&5
     7388$as_echo "done" >&6; }
     7389
     7390               
     7391@%:@ Check whether --with-vendor was given.
     7392if test "${with_vendor+set}" = set; then
     7393  withval=$with_vendor; VENDOR=$withval
     7394else
     7395  VENDOR=""
     7396fi
     7397 
     7398        { $as_echo "$as_me:$LINENO: checking for vendor compilers " >&5
     7399$as_echo_n "checking for vendor compilers ... " >&6; }
     7400        if test -n "$VENDOR"; then
     7401
     7402                if  test $VENDOR = intel; then
     7403                        export CC=icl
     7404                        export CXX=icl
     7405                        export CXXFLAGS="-DWIN32 -D_INTEL_"
     7406                else
     7407                { { $as_echo "$as_me:$LINENO: error: unknow compiler vendor!" >&5
     7408$as_echo "$as_me: error: unknow compiler vendor!" >&2;}
     7409   { (exit 1); exit 1; }; }
     7410                fi
     7411        fi
    71877412
    71887413
     
    72167441    *${as_nl}*)
    72177442      case $ac_var in #(
    7218       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    7219 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     7443      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     7444$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    72207445      esac
    72217446      case $ac_var in #(
    72227447      _ | IFS | as_nl) ;; #(
     7448      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    72237449      *) $as_unset $ac_var ;;
    72247450      esac ;;
     
    72537479  if test -w "$cache_file"; then
    72547480    test "x$cache_file" != "x/dev/null" &&
    7255       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    7256 echo "$as_me: updating cache $cache_file" >&6;}
     7481      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     7482$as_echo "$as_me: updating cache $cache_file" >&6;}
    72577483    cat confcache >$cache_file
    72587484  else
    7259     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    7260 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7485    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     7486$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    72617487  fi
    72627488fi
     
    72747500  # 1. Remove the extension, and $U if already installed.
    72757501  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    7276   ac_i=`echo "$ac_i" | sed "$ac_script"`
     7502  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    72777503  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    72787504  #    will be set to the directory where LIBOBJS objects are built.
     
    72857511
    72867512
     7513 if test -n "$EXEEXT"; then
     7514  am__EXEEXT_TRUE=
     7515  am__EXEEXT_FALSE='#'
     7516else
     7517  am__EXEEXT_TRUE='#'
     7518  am__EXEEXT_FALSE=
     7519fi
     7520
    72877521if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    7288   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     7522  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    72897523Usually this means the macro was only invoked conditionally." >&5
    7290 echo "$as_me: error: conditional \"AMDEP\" was never defined.
     7524$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
    72917525Usually this means the macro was only invoked conditionally." >&2;}
    72927526   { (exit 1); exit 1; }; }
    72937527fi
    72947528if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    7295   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     7529  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    72967530Usually this means the macro was only invoked conditionally." >&5
    7297 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     7531$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    72987532Usually this means the macro was only invoked conditionally." >&2;}
    72997533   { (exit 1); exit 1; }; }
    73007534fi
    73017535if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    7302   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     7536  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    73037537Usually this means the macro was only invoked conditionally." >&5
    7304 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     7538$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    73057539Usually this means the macro was only invoked conditionally." >&2;}
    73067540   { (exit 1); exit 1; }; }
    73077541fi
    73087542if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then
    7309   { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
     7543  { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
    73107544Usually this means the macro was only invoked conditionally." >&5
    7311 echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
     7545$as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
    73127546Usually this means the macro was only invoked conditionally." >&2;}
    73137547   { (exit 1); exit 1; }; }
    73147548fi
    73157549if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then
    7316   { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
     7550  { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
    73177551Usually this means the macro was only invoked conditionally." >&5
    7318 echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
     7552$as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
    73197553Usually this means the macro was only invoked conditionally." >&2;}
    73207554   { (exit 1); exit 1; }; }
    73217555fi
    73227556if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then
    7323   { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
     7557  { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
    73247558Usually this means the macro was only invoked conditionally." >&5
    7325 echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
     7559$as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
    73267560Usually this means the macro was only invoked conditionally." >&2;}
    73277561   { (exit 1); exit 1; }; }
     
    73297563
    73307564: ${CONFIG_STATUS=./config.status}
     7565ac_write_fail=0
    73317566ac_clean_files_save=$ac_clean_files
    73327567ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7333 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7334 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7335 cat >$CONFIG_STATUS <<_ACEOF
     7568{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7569$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7570cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    73367571#! $SHELL
    73377572# Generated by $as_me.
     
    73467581_ACEOF
    73477582
    7348 cat >>$CONFIG_STATUS <<\_ACEOF
     7583cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    73497584## --------------------- ##
    73507585## M4sh Initialization.  ##
     
    73567591  emulate sh
    73577592  NULLCMD=:
    7358   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     7593  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    73597594  # is contrary to our usage.  Disable this feature.
    73607595  alias -g '${1+"$@"}'='"$@"'
     
    73787613as_cr_alnum=$as_cr_Letters$as_cr_digits
    73797614
     7615as_nl='
     7616'
     7617export as_nl
     7618# Printing a long string crashes Solaris 7 /usr/bin/printf.
     7619as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     7620as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     7621as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     7622if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     7623  as_echo='printf %s\n'
     7624  as_echo_n='printf %s'
     7625else
     7626  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     7627    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     7628    as_echo_n='/usr/ucb/echo -n'
     7629  else
     7630    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     7631    as_echo_n_body='eval
     7632      arg=$1;
     7633      case $arg in
     7634      *"$as_nl"*)
     7635        expr "X$arg" : "X\\(.*\\)$as_nl";
     7636        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     7637      esac;
     7638      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     7639    '
     7640    export as_echo_n_body
     7641    as_echo_n='sh -c $as_echo_n_body as_echo'
     7642  fi
     7643  export as_echo_body
     7644  as_echo='sh -c $as_echo_body as_echo'
     7645fi
     7646
    73807647# The user is always right.
    73817648if test "${PATH_SEPARATOR+set}" != set; then
    7382   echo "#! /bin/sh" >conf$$.sh
    7383   echo  "exit 0"   >>conf$$.sh
    7384   chmod +x conf$$.sh
    7385   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    7386     PATH_SEPARATOR=';'
    7387   else
    7388     PATH_SEPARATOR=:
    7389   fi
    7390   rm -f conf$$.sh
     7649  PATH_SEPARATOR=:
     7650  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     7651    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     7652      PATH_SEPARATOR=';'
     7653  }
    73917654fi
    73927655
     
    74047667# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    74057668# splitting by setting IFS to empty value.)
    7406 as_nl='
    7407 '
    74087669IFS=" ""        $as_nl"
    74097670
     
    74287689fi
    74297690if test ! -f "$as_myself"; then
    7430   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7691  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    74317692  { (exit 1); exit 1; }
    74327693fi
     
    74417702
    74427703# NLS nuisances.
    7443 for as_var in \
    7444   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    7445   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    7446   LC_TELEPHONE LC_TIME
    7447 do
    7448   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    7449     eval $as_var=C; export $as_var
    7450   else
    7451     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    7452   fi
    7453 done
     7704LC_ALL=C
     7705export LC_ALL
     7706LANGUAGE=C
     7707export LANGUAGE
    74547708
    74557709# Required to use basename.
     
    74737727         X"$0" : 'X\(//\)$' \| \
    74747728         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    7475 echo X/"$0" |
     7729$as_echo X/"$0" |
    74767730    sed '/^.*\/\([^/][^/]*\)\/*$/{
    74777731            s//\1/
     
    75247778    ' >$as_me.lineno &&
    75257779  chmod +x "$as_me.lineno" ||
    7526     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     7780    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    75277781   { (exit 1); exit 1; }; }
    75287782
     
    75527806  ECHO_N='-n';;
    75537807esac
    7554 
    75557808if expr a : '\(a\)' >/dev/null 2>&1 &&
    75567809   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    75657818else
    75667819  rm -f conf$$.dir
    7567   mkdir conf$$.dir
    7568 fi
    7569 echo >conf$$.file
    7570 if ln -s conf$$.file conf$$ 2>/dev/null; then
    7571   as_ln_s='ln -s'
    7572   # ... but there are two gotchas:
    7573   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7574   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7575   # In both cases, we have to default to `cp -p'.
    7576   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7820  mkdir conf$$.dir 2>/dev/null
     7821fi
     7822if (echo >conf$$.file) 2>/dev/null; then
     7823  if ln -s conf$$.file conf$$ 2>/dev/null; then
     7824    as_ln_s='ln -s'
     7825    # ... but there are two gotchas:
     7826    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7827    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7828    # In both cases, we have to default to `cp -p'.
     7829    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7830      as_ln_s='cp -p'
     7831  elif ln conf$$.file conf$$ 2>/dev/null; then
     7832    as_ln_s=ln
     7833  else
    75777834    as_ln_s='cp -p'
    7578 elif ln conf$$.file conf$$ 2>/dev/null; then
    7579   as_ln_s=ln
     7835  fi
    75807836else
    75817837  as_ln_s='cp -p'
     
    76027858    eval sh -c '\''
    76037859      if test -d "$1"; then
    7604         test -d "$1/.";
     7860        test -d "$1/.";
    76057861      else
    76067862        case $1 in
    7607         -*)set "./$1";;
     7863        -*)set "./$1";;
    76087864        esac;
    76097865        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    76287884ac_log="
    76297885This file was extended by ISSM $as_me 1.0, which was
    7630 generated by GNU Autoconf 2.61.  Invocation command line was
     7886generated by GNU Autoconf 2.63.  Invocation command line was
    76317887
    76327888  CONFIG_FILES    = $CONFIG_FILES
     
    76417897_ACEOF
    76427898
    7643 cat >>$CONFIG_STATUS <<_ACEOF
     7899case $ac_config_files in *"
     7900"*) set x $ac_config_files; shift; ac_config_files=$*;;
     7901esac
     7902
     7903case $ac_config_headers in *"
     7904"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     7905esac
     7906
     7907
     7908cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    76447909# Files that config.status was made for.
    76457910config_files="$ac_config_files"
     
    76497914_ACEOF
    76507915
    7651 cat >>$CONFIG_STATUS <<\_ACEOF
     7916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    76527917ac_cs_usage="\
    76537918\`$as_me' instantiates files from templates according to the
    76547919current configuration.
    76557920
    7656 Usage: $0 [OPTIONS] [FILE]...
     7921Usage: $0 [OPTION]... [FILE]...
    76577922
    76587923  -h, --help       print this help, then exit
    76597924  -V, --version    print version number and configuration settings, then exit
    7660   -q, --quiet      do not print progress messages
     7925  -q, --quiet, --silent
     7926                   do not print progress messages
    76617927  -d, --debug      don't remove temporary files
    76627928      --recheck    update $as_me by reconfiguring in the same conditions
    7663   --file=FILE[:TEMPLATE]
    7664                    instantiate the configuration file FILE
    7665   --header=FILE[:TEMPLATE]
    7666                    instantiate the configuration header FILE
     7929      --file=FILE[:TEMPLATE]
     7930                   instantiate the configuration file FILE
     7931      --header=FILE[:TEMPLATE]
     7932                   instantiate the configuration header FILE
    76677933
    76687934Configuration files:
     
    76787944
    76797945_ACEOF
    7680 cat >>$CONFIG_STATUS <<_ACEOF
     7946cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    76817947ac_cs_version="\\
    76827948ISSM config.status 1.0
    7683 configured by $0, generated by GNU Autoconf 2.61,
    7684   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    7685 
    7686 Copyright (C) 2006 Free Software Foundation, Inc.
     7949configured by $0, generated by GNU Autoconf 2.63,
     7950  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     7951
     7952Copyright (C) 2008 Free Software Foundation, Inc.
    76877953This config.status script is free software; the Free Software Foundation
    76887954gives unlimited permission to copy, distribute and modify it."
     
    76927958INSTALL='$INSTALL'
    76937959MKDIR_P='$MKDIR_P'
    7694 _ACEOF
    7695 
    7696 cat >>$CONFIG_STATUS <<\_ACEOF
    7697 # If no file are specified by the user, then we need to provide default
    7698 # value.  By we need to know if files were specified by the user.
     7960AWK='$AWK'
     7961test -n "\$AWK" || AWK=awk
     7962_ACEOF
     7963
     7964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7965# The default lists apply if the user does not specify any file.
    76997966ac_need_defaults=:
    77007967while test $# != 0
     
    77187985    ac_cs_recheck=: ;;
    77197986  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7720     echo "$ac_cs_version"; exit ;;
     7987    $as_echo "$ac_cs_version"; exit ;;
    77217988  --debug | --debu | --deb | --de | --d | -d )
    77227989    debug=: ;;
    77237990  --file | --fil | --fi | --f )
    77247991    $ac_shift
    7725     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     7992    case $ac_optarg in
     7993    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     7994    esac
     7995    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    77267996    ac_need_defaults=false;;
    77277997  --header | --heade | --head | --hea )
    77287998    $ac_shift
    7729     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     7999    case $ac_optarg in
     8000    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     8001    esac
     8002    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
    77308003    ac_need_defaults=false;;
    77318004  --he | --h)
    77328005    # Conflict between --help and --header
    7733     { echo "$as_me: error: ambiguous option: $1
     8006    { $as_echo "$as_me: error: ambiguous option: $1
    77348007Try \`$0 --help' for more information." >&2
    77358008   { (exit 1); exit 1; }; };;
    77368009  --help | --hel | -h )
    7737     echo "$ac_cs_usage"; exit ;;
     8010    $as_echo "$ac_cs_usage"; exit ;;
    77388011  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    77398012  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    77418014
    77428015  # This is an error.
    7743   -*) { echo "$as_me: error: unrecognized option: $1
     8016  -*) { $as_echo "$as_me: error: unrecognized option: $1
    77448017Try \`$0 --help' for more information." >&2
    77458018   { (exit 1); exit 1; }; } ;;
     
    77608033
    77618034_ACEOF
    7762 cat >>$CONFIG_STATUS <<_ACEOF
     8035cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    77638036if \$ac_cs_recheck; then
    7764   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    7765   CONFIG_SHELL=$SHELL
     8037  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     8038  shift
     8039  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     8040  CONFIG_SHELL='$SHELL'
    77668041  export CONFIG_SHELL
    7767   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7768 fi
    7769 
    7770 _ACEOF
    7771 cat >>$CONFIG_STATUS <<\_ACEOF
     8042  exec "\$@"
     8043fi
     8044
     8045_ACEOF
     8046cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    77728047exec 5>>config.log
    77738048{
     
    77768051@%:@@%:@ Running $as_me. @%:@@%:@
    77778052_ASBOX
    7778   echo "$ac_log"
     8053  $as_echo "$ac_log"
    77798054} >&5
    77808055
    77818056_ACEOF
    7782 cat >>$CONFIG_STATUS <<_ACEOF
     8057cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    77838058#
    77848059# INIT-COMMANDS
     
    77888063_ACEOF
    77898064
    7790 cat >>$CONFIG_STATUS <<\_ACEOF
     8065cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    77918066
    77928067# Handling of arguments.
     
    78028077    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    78038078
    7804   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7805 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     8079  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     8080$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    78068081   { (exit 1); exit 1; }; };;
    78078082  esac
     
    78448119} ||
    78458120{
    7846    echo "$me: cannot create a temporary directory in ." >&2
     8121   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    78478122   { (exit 1); exit 1; }
    78488123}
    78498124
    7850 #
    7851 # Set up the sed scripts for CONFIG_FILES section.
    7852 #
    7853 
    7854 # No need to generate the scripts if there are no CONFIG_FILES.
    7855 # This happens for instance when ./config.status config.h
     8125# Set up the scripts for CONFIG_FILES section.
     8126# No need to generate them if there are no CONFIG_FILES.
     8127# This happens for instance with `./config.status config.h'.
    78568128if test -n "$CONFIG_FILES"; then
    78578129
    7858 _ACEOF
    7859 
    7860 
    7861 
     8130
     8131ac_cr='
     8132'
     8133ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     8134if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     8135  ac_cs_awk_cr='\\r'
     8136else
     8137  ac_cs_awk_cr=$ac_cr
     8138fi
     8139
     8140echo 'BEGIN {' >"$tmp/subs1.awk" &&
     8141_ACEOF
     8142
     8143
     8144{
     8145  echo "cat >conf$$subs.awk <<_ACEOF" &&
     8146  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     8147  echo "_ACEOF"
     8148} >conf$$subs.sh ||
     8149  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8150$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8151   { (exit 1); exit 1; }; }
     8152ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    78628153ac_delim='%!_!# '
    78638154for ac_last_try in false false false false false :; do
    7864   cat >conf$$subs.sed <<_ACEOF
    7865 SHELL!$SHELL$ac_delim
    7866 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    7867 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    7868 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    7869 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    7870 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    7871 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    7872 exec_prefix!$exec_prefix$ac_delim
    7873 prefix!$prefix$ac_delim
    7874 program_transform_name!$program_transform_name$ac_delim
    7875 bindir!$bindir$ac_delim
    7876 sbindir!$sbindir$ac_delim
    7877 libexecdir!$libexecdir$ac_delim
    7878 datarootdir!$datarootdir$ac_delim
    7879 datadir!$datadir$ac_delim
    7880 sysconfdir!$sysconfdir$ac_delim
    7881 sharedstatedir!$sharedstatedir$ac_delim
    7882 localstatedir!$localstatedir$ac_delim
    7883 includedir!$includedir$ac_delim
    7884 oldincludedir!$oldincludedir$ac_delim
    7885 docdir!$docdir$ac_delim
    7886 infodir!$infodir$ac_delim
    7887 htmldir!$htmldir$ac_delim
    7888 dvidir!$dvidir$ac_delim
    7889 pdfdir!$pdfdir$ac_delim
    7890 psdir!$psdir$ac_delim
    7891 libdir!$libdir$ac_delim
    7892 localedir!$localedir$ac_delim
    7893 mandir!$mandir$ac_delim
    7894 DEFS!$DEFS$ac_delim
    7895 ECHO_C!$ECHO_C$ac_delim
    7896 ECHO_N!$ECHO_N$ac_delim
    7897 ECHO_T!$ECHO_T$ac_delim
    7898 LIBS!$LIBS$ac_delim
    7899 build_alias!$build_alias$ac_delim
    7900 host_alias!$host_alias$ac_delim
    7901 target_alias!$target_alias$ac_delim
    7902 build!$build$ac_delim
    7903 build_cpu!$build_cpu$ac_delim
    7904 build_vendor!$build_vendor$ac_delim
    7905 build_os!$build_os$ac_delim
    7906 host!$host$ac_delim
    7907 host_cpu!$host_cpu$ac_delim
    7908 host_vendor!$host_vendor$ac_delim
    7909 host_os!$host_os$ac_delim
    7910 target!$target$ac_delim
    7911 target_cpu!$target_cpu$ac_delim
    7912 target_vendor!$target_vendor$ac_delim
    7913 target_os!$target_os$ac_delim
    7914 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    7915 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    7916 INSTALL_DATA!$INSTALL_DATA$ac_delim
    7917 am__isrc!$am__isrc$ac_delim
    7918 CYGPATH_W!$CYGPATH_W$ac_delim
    7919 PACKAGE!$PACKAGE$ac_delim
    7920 VERSION!$VERSION$ac_delim
    7921 ACLOCAL!$ACLOCAL$ac_delim
    7922 AUTOCONF!$AUTOCONF$ac_delim
    7923 AUTOMAKE!$AUTOMAKE$ac_delim
    7924 AUTOHEADER!$AUTOHEADER$ac_delim
    7925 MAKEINFO!$MAKEINFO$ac_delim
    7926 install_sh!$install_sh$ac_delim
    7927 STRIP!$STRIP$ac_delim
    7928 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
    7929 mkdir_p!$mkdir_p$ac_delim
    7930 AWK!$AWK$ac_delim
    7931 SET_MAKE!$SET_MAKE$ac_delim
    7932 am__leading_dot!$am__leading_dot$ac_delim
    7933 AMTAR!$AMTAR$ac_delim
    7934 am__tar!$am__tar$ac_delim
    7935 am__untar!$am__untar$ac_delim
    7936 RANLIB!$RANLIB$ac_delim
    7937 CC!$CC$ac_delim
    7938 CFLAGS!$CFLAGS$ac_delim
    7939 LDFLAGS!$LDFLAGS$ac_delim
    7940 CPPFLAGS!$CPPFLAGS$ac_delim
    7941 ac_ct_CC!$ac_ct_CC$ac_delim
    7942 EXEEXT!$EXEEXT$ac_delim
    7943 OBJEXT!$OBJEXT$ac_delim
    7944 DEPDIR!$DEPDIR$ac_delim
    7945 am__include!$am__include$ac_delim
    7946 am__quote!$am__quote$ac_delim
    7947 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
    7948 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
    7949 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
    7950 CCDEPMODE!$CCDEPMODE$ac_delim
    7951 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
    7952 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
    7953 CXX!$CXX$ac_delim
    7954 CXXFLAGS!$CXXFLAGS$ac_delim
    7955 ac_ct_CXX!$ac_ct_CXX$ac_delim
    7956 CXXDEPMODE!$CXXDEPMODE$ac_delim
    7957 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
    7958 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
    7959 F77!$F77$ac_delim
    7960 FFLAGS!$FFLAGS$ac_delim
    7961 ac_ct_F77!$ac_ct_F77$ac_delim
    7962 _ACEOF
    7963 
    7964   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
     8155  . ./conf$$subs.sh ||
     8156    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8157$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8158   { (exit 1); exit 1; }; }
     8159
     8160  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     8161  if test $ac_delim_n = $ac_delim_num; then
    79658162    break
    79668163  elif $ac_last_try; then
    7967     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7968 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8164    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8165$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    79698166   { (exit 1); exit 1; }; }
    79708167  else
     
    79728169  fi
    79738170done
    7974 
    7975 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    7976 if test -n "$ac_eof"; then
    7977   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    7978   ac_eof=`expr $ac_eof + 1`
    7979 fi
    7980 
    7981 cat >>$CONFIG_STATUS <<_ACEOF
    7982 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    7983 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7984 _ACEOF
    7985 sed '
    7986 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    7987 s/^/s,@/; s/!/@,|#_!!_#|/
    7988 :n
    7989 t n
    7990 s/'"$ac_delim"'$/,g/; t
    7991 s/$/\\/; p
    7992 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    7993 ' >>$CONFIG_STATUS <conf$$subs.sed
    7994 rm -f conf$$subs.sed
    7995 cat >>$CONFIG_STATUS <<_ACEOF
    7996 CEOF$ac_eof
    7997 _ACEOF
    7998 
    7999 
    8000 ac_delim='%!_!# '
    8001 for ac_last_try in false false false false false :; do
    8002   cat >conf$$subs.sed <<_ACEOF
    8003 FLIBS!$FLIBS$ac_delim
    8004 XMKMF!$XMKMF$ac_delim
    8005 CPP!$CPP$ac_delim
    8006 X_CFLAGS!$X_CFLAGS$ac_delim
    8007 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
    8008 X_LIBS!$X_LIBS$ac_delim
    8009 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
    8010 NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim
    8011 NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim
    8012 NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim
    8013 NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim
    8014 MATLABINCL!$MATLABINCL$ac_delim
    8015 MEX!$MEX$ac_delim
    8016 MEXEXT!$MEXEXT$ac_delim
    8017 MEXLIB!$MEXLIB$ac_delim
    8018 MEXLINK!$MEXLINK$ac_delim
    8019 MATLAB!$MATLAB$ac_delim
    8020 MATLAB_VERSION!$MATLAB_VERSION$ac_delim
    8021 MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim
    8022 MATLAB_MINOR!$MATLAB_MINOR$ac_delim
    8023 LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim
    8024 LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim
    8025 TRIANGLEINCL!$TRIANGLEINCL$ac_delim
    8026 TRIANGLELIB!$TRIANGLELIB$ac_delim
    8027 DAKOTAINCL!$DAKOTAINCL$ac_delim
    8028 DAKOTALIB!$DAKOTALIB$ac_delim
    8029 METISINCL!$METISINCL$ac_delim
    8030 METISLIB!$METISLIB$ac_delim
    8031 MPIINCL!$MPIINCL$ac_delim
    8032 MPILIB!$MPILIB$ac_delim
    8033 PETSCINCL!$PETSCINCL$ac_delim
    8034 PETSCLIB!$PETSCLIB$ac_delim
    8035 SLEPCINCL!$SLEPCINCL$ac_delim
    8036 SLEPCLIB!$SLEPCLIB$ac_delim
    8037 SCALAPACKLIB!$SCALAPACKLIB$ac_delim
    8038 BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim
    8039 BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim
    8040 MKLLIB!$MKLLIB$ac_delim
    8041 MKLINCL!$MKLINCL$ac_delim
    8042 PLAPACKINCL!$PLAPACKINCL$ac_delim
    8043 PLAPACKLIB!$PLAPACKLIB$ac_delim
    8044 MUMPSINCL!$MUMPSINCL$ac_delim
    8045 MUMPSLIB!$MUMPSLIB$ac_delim
    8046 BLACSINCL!$BLACSINCL$ac_delim
    8047 BLACSLIB!$BLACSLIB$ac_delim
    8048 MATHLIB!$MATHLIB$ac_delim
    8049 FORTRANLIB!$FORTRANLIB$ac_delim
    8050 GRAPHICSLIB!$GRAPHICSLIB$ac_delim
    8051 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    8052 LTLIBOBJS!$LTLIBOBJS$ac_delim
    8053 _ACEOF
    8054 
    8055   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then
    8056     break
    8057   elif $ac_last_try; then
    8058     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8059 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8171rm -f conf$$subs.sh
     8172
     8173cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8174cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     8175_ACEOF
     8176sed -n '
     8177h
     8178s/^/S["/; s/!.*/"]=/
     8179p
     8180g
     8181s/^[^!]*!//
     8182:repl
     8183t repl
     8184s/'"$ac_delim"'$//
     8185t delim
     8186:nl
     8187h
     8188s/\(.\{148\}\).*/\1/
     8189t more1
     8190s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     8191p
     8192n
     8193b repl
     8194:more1
     8195s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     8196p
     8197g
     8198s/.\{148\}//
     8199t nl
     8200:delim
     8201h
     8202s/\(.\{148\}\).*/\1/
     8203t more2
     8204s/["\\]/\\&/g; s/^/"/; s/$/"/
     8205p
     8206b
     8207:more2
     8208s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     8209p
     8210g
     8211s/.\{148\}//
     8212t delim
     8213' <conf$$subs.awk | sed '
     8214/^[^""]/{
     8215  N
     8216  s/\n//
     8217}
     8218' >>$CONFIG_STATUS || ac_write_fail=1
     8219rm -f conf$$subs.awk
     8220cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8221_ACAWK
     8222cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     8223  for (key in S) S_is_set[key] = 1
     8224  FS = ""
     8225
     8226}
     8227{
     8228  line = $ 0
     8229  nfields = split(line, field, "@")
     8230  substed = 0
     8231  len = length(field[1])
     8232  for (i = 2; i < nfields; i++) {
     8233    key = field[i]
     8234    keylen = length(key)
     8235    if (S_is_set[key]) {
     8236      value = S[key]
     8237      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     8238      len += length(value) + length(field[++i])
     8239      substed = 1
     8240    } else
     8241      len += 1 + keylen
     8242  }
     8243
     8244  print line
     8245}
     8246
     8247_ACAWK
     8248_ACEOF
     8249cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8250if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     8251  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     8252else
     8253  cat
     8254fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     8255  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     8256$as_echo "$as_me: error: could not setup config files machinery" >&2;}
    80608257   { (exit 1); exit 1; }; }
    8061   else
    8062     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    8063   fi
    8064 done
    8065 
    8066 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    8067 if test -n "$ac_eof"; then
    8068   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    8069   ac_eof=`expr $ac_eof + 1`
    8070 fi
    8071 
    8072 cat >>$CONFIG_STATUS <<_ACEOF
    8073 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
    8074 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    8075 _ACEOF
    8076 sed '
    8077 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    8078 s/^/s,@/; s/!/@,|#_!!_#|/
    8079 :n
    8080 t n
    8081 s/'"$ac_delim"'$/,g/; t
    8082 s/$/\\/; p
    8083 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    8084 ' >>$CONFIG_STATUS <conf$$subs.sed
    8085 rm -f conf$$subs.sed
    8086 cat >>$CONFIG_STATUS <<_ACEOF
    8087 :end
    8088 s/|#_!!_#|//g
    8089 CEOF$ac_eof
    8090 _ACEOF
    8091 
     8258_ACEOF
    80928259
    80938260# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    81068273fi
    81078274
    8108 cat >>$CONFIG_STATUS <<\_ACEOF
     8275cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    81098276fi # test -n "$CONFIG_FILES"
    81108277
    8111 
    8112 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
     8278# Set up the scripts for CONFIG_HEADERS section.
     8279# No need to generate them if there are no CONFIG_HEADERS.
     8280# This happens for instance with `./config.status Makefile'.
     8281if test -n "$CONFIG_HEADERS"; then
     8282cat >"$tmp/defines.awk" <<\_ACAWK ||
     8283BEGIN {
     8284_ACEOF
     8285
     8286# Transform confdefs.h into an awk script `defines.awk', embedded as
     8287# here-document in config.status, that substitutes the proper values into
     8288# config.h.in to produce config.h.
     8289
     8290# Create a delimiter string that does not exist in confdefs.h, to ease
     8291# handling of long lines.
     8292ac_delim='%!_!# '
     8293for ac_last_try in false false :; do
     8294  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     8295  if test -z "$ac_t"; then
     8296    break
     8297  elif $ac_last_try; then
     8298    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     8299$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     8300   { (exit 1); exit 1; }; }
     8301  else
     8302    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8303  fi
     8304done
     8305
     8306# For the awk script, D is an array of macro values keyed by name,
     8307# likewise P contains macro parameters if any.  Preserve backslash
     8308# newline sequences.
     8309
     8310ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     8311sed -n '
     8312s/.\{148\}/&'"$ac_delim"'/g
     8313t rset
     8314:rset
     8315s/^[     ]*#[    ]*define[       ][      ]*/ /
     8316t def
     8317d
     8318:def
     8319s/\\$//
     8320t bsnl
     8321s/["\\]/\\&/g
     8322s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     8323D["\1"]=" \3"/p
     8324s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
     8325d
     8326:bsnl
     8327s/["\\]/\\&/g
     8328s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     8329D["\1"]=" \3\\\\\\n"\\/p
     8330t cont
     8331s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     8332t cont
     8333d
     8334:cont
     8335n
     8336s/.\{148\}/&'"$ac_delim"'/g
     8337t clear
     8338:clear
     8339s/\\$//
     8340t bsnlc
     8341s/["\\]/\\&/g; s/^/"/; s/$/"/p
     8342d
     8343:bsnlc
     8344s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     8345b cont
     8346' <confdefs.h | sed '
     8347s/'"$ac_delim"'/"\\\
     8348"/g' >>$CONFIG_STATUS || ac_write_fail=1
     8349
     8350cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8351  for (key in D) D_is_set[key] = 1
     8352  FS = ""
     8353}
     8354/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     8355  line = \$ 0
     8356  split(line, arg, " ")
     8357  if (arg[1] == "#") {
     8358    defundef = arg[2]
     8359    mac1 = arg[3]
     8360  } else {
     8361    defundef = substr(arg[1], 2)
     8362    mac1 = arg[2]
     8363  }
     8364  split(mac1, mac2, "(") #)
     8365  macro = mac2[1]
     8366  prefix = substr(line, 1, index(line, defundef) - 1)
     8367  if (D_is_set[macro]) {
     8368    # Preserve the white space surrounding the "#".
     8369    print prefix "define", macro P[macro] D[macro]
     8370    next
     8371  } else {
     8372    # Replace #undef with comments.  This is necessary, for example,
     8373    # in the case of _POSIX_SOURCE, which is predefined and required
     8374    # on some systems where configure will not decide to define it.
     8375    if (defundef == "undef") {
     8376      print "/*", prefix defundef, macro, "*/"
     8377      next
     8378    }
     8379  }
     8380}
     8381{ print }
     8382_ACAWK
     8383_ACEOF
     8384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8385  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     8386$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     8387   { (exit 1); exit 1; }; }
     8388fi # test -n "$CONFIG_HEADERS"
     8389
     8390
     8391eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
     8392shift
     8393for ac_tag
    81138394do
    81148395  case $ac_tag in
     
    81178398  case $ac_mode$ac_tag in
    81188399  :[FHL]*:*);;
    8119   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    8120 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     8400  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     8401$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    81218402   { (exit 1); exit 1; }; };;
    81228403  :[FH]-) ac_tag=-:-;;
     
    81478428           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    81488429           esac ||
    8149            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    8150 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     8430           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     8431$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    81518432   { (exit 1); exit 1; }; };;
    81528433      esac
    8153       ac_file_inputs="$ac_file_inputs $ac_f"
     8434      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     8435      ac_file_inputs="$ac_file_inputs '$ac_f'"
    81548436    done
    81558437
     
    81578439    # use $as_me), people would be surprised to read:
    81588440    #    /* config.h.  Generated by config.status.  */
    8159     configure_input="Generated from "`IFS=:
    8160           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     8441    configure_input='Generated from '`
     8442          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     8443        `' by configure.'
    81618444    if test x"$ac_file" != x-; then
    81628445      configure_input="$ac_file.  $configure_input"
    8163       { echo "$as_me:$LINENO: creating $ac_file" >&5
    8164 echo "$as_me: creating $ac_file" >&6;}
     8446      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     8447$as_echo "$as_me: creating $ac_file" >&6;}
    81658448    fi
     8449    # Neutralize special characters interpreted by sed in replacement strings.
     8450    case $configure_input in #(
     8451    *\&* | *\|* | *\\* )
     8452       ac_sed_conf_input=`$as_echo "$configure_input" |
     8453       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     8454    *) ac_sed_conf_input=$configure_input;;
     8455    esac
    81668456
    81678457    case $ac_tag in
    8168     *:-:* | *:-) cat >"$tmp/stdin";;
     8458    *:-:* | *:-) cat >"$tmp/stdin" \
     8459      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8460$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8461   { (exit 1); exit 1; }; } ;;
    81698462    esac
    81708463    ;;
     
    81768469         X"$ac_file" : 'X\(//\)$' \| \
    81778470         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    8178 echo X"$ac_file" |
     8471$as_echo X"$ac_file" |
    81798472    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    81808473            s//\1/
     
    82028495    while :; do
    82038496      case $as_dir in #(
    8204       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     8497      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    82058498      *) as_qdir=$as_dir;;
    82068499      esac
     
    82118504         X"$as_dir" : 'X\(//\)$' \| \
    82128505         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8213 echo X"$as_dir" |
     8506$as_echo X"$as_dir" |
    82148507    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    82158508            s//\1/
     
    82328525    done
    82338526    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8234   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8235 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8527  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8528$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    82368529   { (exit 1); exit 1; }; }; }
    82378530  ac_builddir=.
     
    82408533.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    82418534*)
    8242   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     8535  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    82438536  # A ".." for each directory in $ac_dir_suffix.
    8244   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     8537  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    82458538  case $ac_top_builddir_sub in
    82468539  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    82878580_ACEOF
    82888581
    8289 cat >>$CONFIG_STATUS <<\_ACEOF
     8582cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    82908583# If the template does not know about datarootdir, expand it.
    82918584# FIXME: This hack should be removed a few years after 2.60.
    82928585ac_datarootdir_hack=; ac_datarootdir_seen=
    82938586
    8294 case `sed -n '/datarootdir/ {
     8587ac_sed_dataroot='
     8588/datarootdir/ {
    82958589  p
    82968590  q
     
    83018595/@localedir@/p
    83028596/@mandir@/p
    8303 ' $ac_file_inputs` in
     8597'
     8598case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    83048599*datarootdir*) ac_datarootdir_seen=yes;;
    83058600*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    8306   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    8307 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    8308 _ACEOF
    8309 cat >>$CONFIG_STATUS <<_ACEOF
     8601  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8602$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8603_ACEOF
     8604cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    83108605  ac_datarootdir_hack='
    83118606  s&@datadir@&$datadir&g
     
    83218616# Shell code in configure.ac might set extrasub.
    83228617# FIXME: do we really want to maintain this feature?
    8323 cat >>$CONFIG_STATUS <<_ACEOF
    8324   sed "$ac_vpsub
     8618cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8619ac_sed_extra="$ac_vpsub
    83258620$extrasub
    83268621_ACEOF
    8327 cat >>$CONFIG_STATUS <<\_ACEOF
     8622cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    83288623:t
    83298624/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8330 s&@configure_input@&$configure_input&;t t
     8625s|@configure_input@|$ac_sed_conf_input|;t t
    83318626s&@top_builddir@&$ac_top_builddir_sub&;t t
     8627s&@top_build_prefix@&$ac_top_build_prefix&;t t
    83328628s&@srcdir@&$ac_srcdir&;t t
    83338629s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    83408636s&@MKDIR_P@&$ac_MKDIR_P&;t t
    83418637$ac_datarootdir_hack
    8342 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
     8638"
     8639eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     8640  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8641$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8642   { (exit 1); exit 1; }; }
    83438643
    83448644test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    83458645  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    83468646  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    8347   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8647  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    83488648which seems to be undefined.  Please make sure it is defined." >&5
    8349 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8649$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    83508650which seems to be undefined.  Please make sure it is defined." >&2;}
    83518651
    83528652  rm -f "$tmp/stdin"
    83538653  case $ac_file in
    8354   -) cat "$tmp/out"; rm -f "$tmp/out";;
    8355   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    8356   esac
     8654  -) cat "$tmp/out" && rm -f "$tmp/out";;
     8655  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     8656  esac \
     8657  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8658$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8659   { (exit 1); exit 1; }; }
    83578660 ;;
    83588661  :H)
     
    83608663  # CONFIG_HEADER
    83618664  #
    8362 _ACEOF
    8363 
    8364 # Transform confdefs.h into a sed script `conftest.defines', that
    8365 # substitutes the proper values into config.h.in to produce config.h.
    8366 rm -f conftest.defines conftest.tail
    8367 # First, append a space to every undef/define line, to ease matching.
    8368 echo 's/$/ /' >conftest.defines
    8369 # Then, protect against being on the right side of a sed subst, or in
    8370 # an unquoted here document, in config.status.  If some macros were
    8371 # called several times there might be several #defines for the same
    8372 # symbol, which is useless.  But do not sort them, since the last
    8373 # AC_DEFINE must be honored.
    8374 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    8375 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
    8376 # NAME is the cpp macro being defined, VALUE is the value it is being given.
    8377 # PARAMS is the parameter list in the macro definition--in most cases, it's
    8378 # just an empty string.
    8379 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
    8380 ac_dB='\\)[      (].*,\\1define\\2'
    8381 ac_dC=' '
    8382 ac_dD=' ,'
    8383 
    8384 uniq confdefs.h |
    8385   sed -n '
    8386         t rset
    8387         :rset
    8388         s/^[     ]*#[    ]*define[       ][      ]*//
    8389         t ok
    8390         d
    8391         :ok
    8392         s/[\\&,]/\\&/g
    8393         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
    8394         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
    8395   ' >>conftest.defines
    8396 
    8397 # Remove the space that was appended to ease matching.
    8398 # Then replace #undef with comments.  This is necessary, for
    8399 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8400 # on some systems where configure will not decide to define it.
    8401 # (The regexp can be short, since the line contains either #define or #undef.)
    8402 echo 's/ $//
    8403 s,^[     #]*u.*,/* & */,' >>conftest.defines
    8404 
    8405 # Break up conftest.defines:
    8406 ac_max_sed_lines=50
    8407 
    8408 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
    8409 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
    8410 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
    8411 # et cetera.
    8412 ac_in='$ac_file_inputs'
    8413 ac_out='"$tmp/out1"'
    8414 ac_nxt='"$tmp/out2"'
    8415 
    8416 while :
    8417 do
    8418   # Write a here document:
    8419     cat >>$CONFIG_STATUS <<_ACEOF
    8420     # First, check the format of the line:
    8421     cat >"\$tmp/defines.sed" <<\\CEOF
    8422 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
    8423 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
    8424 b
    8425 :def
    8426 _ACEOF
    8427   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
    8428   echo 'CEOF
    8429     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
    8430   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
    8431   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
    8432   grep . conftest.tail >/dev/null || break
    8433   rm -f conftest.defines
    8434   mv conftest.tail conftest.defines
    8435 done
    8436 rm -f conftest.defines conftest.tail
    8437 
    8438 echo "ac_result=$ac_in" >>$CONFIG_STATUS
    8439 cat >>$CONFIG_STATUS <<\_ACEOF
    84408665  if test x"$ac_file" != x-; then
    8441     echo "/* $configure_input  */" >"$tmp/config.h"
    8442     cat "$ac_result" >>"$tmp/config.h"
    8443     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
    8444       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8445 echo "$as_me: $ac_file is unchanged" >&6;}
     8666    {
     8667      $as_echo "/* $configure_input  */" \
     8668      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     8669    } >"$tmp/config.h" \
     8670      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8671$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8672   { (exit 1); exit 1; }; }
     8673    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     8674      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8675$as_echo "$as_me: $ac_file is unchanged" >&6;}
    84468676    else
    8447       rm -f $ac_file
    8448       mv "$tmp/config.h" $ac_file
     8677      rm -f "$ac_file"
     8678      mv "$tmp/config.h" "$ac_file" \
     8679        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8680$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8681   { (exit 1); exit 1; }; }
    84498682    fi
    84508683  else
    8451     echo "/* $configure_input  */"
    8452     cat "$ac_result"
     8684    $as_echo "/* $configure_input  */" \
     8685      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     8686      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     8687$as_echo "$as_me: error: could not create -" >&2;}
     8688   { (exit 1); exit 1; }; }
    84538689  fi
    8454   rm -f "$tmp/out12"
    8455 # Compute $ac_file's index in $config_headers.
     8690# Compute "$ac_file"'s index in $config_headers.
     8691_am_arg="$ac_file"
    84568692_am_stamp_count=1
    84578693for _am_header in $config_headers :; do
    84588694  case $_am_header in
    8459     $ac_file | $ac_file:* )
     8695    $_am_arg | $_am_arg:* )
    84608696      break ;;
    84618697    * )
     
    84638699  esac
    84648700done
    8465 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
    8466 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8467          X$ac_file : 'X\(//\)[^/]' \| \
    8468          X$ac_file : 'X\(//\)$' \| \
    8469          X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
    8470 echo X$ac_file |
     8701echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
     8702$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8703         X"$_am_arg" : 'X\(//\)[^/]' \| \
     8704         X"$_am_arg" : 'X\(//\)$' \| \
     8705         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
     8706$as_echo X"$_am_arg" |
    84718707    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    84728708            s//\1/
     
    84888724 ;;
    84898725 
    8490   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
    8491 echo "$as_me: executing $ac_file commands" >&6;}
     8726  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
     8727$as_echo "$as_me: executing $ac_file commands" >&6;}
    84928728 ;;
    84938729  esac
     
    84958731
    84968732  case $ac_file$ac_mode in
    8497     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    8498   # Strip MF so we end up with the name of the file.
    8499   mf=`echo "$mf" | sed -e 's/:.*$//'`
    8500   # Check whether this is an Automake generated Makefile or not.
    8501   # We used to match only the files named `Makefile.in', but
    8502   # some people rename them; so instead we look at the file content.
    8503   # Grep'ing the first line is not enough: some people post-process
    8504   # each Makefile.in and add a new line on top of each file to say so.
    8505   # Grep'ing the whole file is not good either: AIX grep has a line
    8506   # limit of 2048, but all sed's we know have understand at least 4000.
    8507   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    8508     dirpart=`$as_dirname -- "$mf" ||
     8733    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
     8734  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     8735  # are listed without --file.  Let's play safe and only enable the eval
     8736  # if we detect the quoting.
     8737  case $CONFIG_FILES in
     8738  *\'*) eval set x "$CONFIG_FILES" ;;
     8739  *)   set x $CONFIG_FILES ;;
     8740  esac
     8741  shift
     8742  for mf
     8743  do
     8744    # Strip MF so we end up with the name of the file.
     8745    mf=`echo "$mf" | sed -e 's/:.*$//'`
     8746    # Check whether this is an Automake generated Makefile or not.
     8747    # We used to match only the files named `Makefile.in', but
     8748    # some people rename them; so instead we look at the file content.
     8749    # Grep'ing the first line is not enough: some people post-process
     8750    # each Makefile.in and add a new line on top of each file to say so.
     8751    # Grep'ing the whole file is not good either: AIX grep has a line
     8752    # limit of 2048, but all sed's we know have understand at least 4000.
     8753    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     8754      dirpart=`$as_dirname -- "$mf" ||
    85098755$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    85108756         X"$mf" : 'X\(//\)[^/]' \| \
    85118757         X"$mf" : 'X\(//\)$' \| \
    85128758         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    8513 echo X"$mf" |
     8759$as_echo X"$mf" |
    85148760    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85158761            s//\1/
     
    85298775          }
    85308776          s/.*/./; q'`
    8531   else
    8532     continue
    8533   fi
    8534   # Extract the definition of DEPDIR, am__include, and am__quote
    8535   # from the Makefile without running `make'.
    8536   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    8537   test -z "$DEPDIR" && continue
    8538   am__include=`sed -n 's/^am__include = //p' < "$mf"`
    8539   test -z "am__include" && continue
    8540   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    8541   # When using ansi2knr, U may be empty or an underscore; expand it
    8542   U=`sed -n 's/^U = //p' < "$mf"`
    8543   # Find all dependency output files, they are included files with
    8544   # $(DEPDIR) in their names.  We invoke sed twice because it is the
    8545   # simplest approach to changing $(DEPDIR) to its actual value in the
    8546   # expansion.
    8547   for file in `sed -n "
    8548     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    8549       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    8550     # Make sure the directory exists.
    8551     test -f "$dirpart/$file" && continue
    8552     fdir=`$as_dirname -- "$file" ||
     8777    else
     8778      continue
     8779    fi
     8780    # Extract the definition of DEPDIR, am__include, and am__quote
     8781    # from the Makefile without running `make'.
     8782    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     8783    test -z "$DEPDIR" && continue
     8784    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     8785    test -z "am__include" && continue
     8786    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     8787    # When using ansi2knr, U may be empty or an underscore; expand it
     8788    U=`sed -n 's/^U = //p' < "$mf"`
     8789    # Find all dependency output files, they are included files with
     8790    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     8791    # simplest approach to changing $(DEPDIR) to its actual value in the
     8792    # expansion.
     8793    for file in `sed -n "
     8794      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     8795        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     8796      # Make sure the directory exists.
     8797      test -f "$dirpart/$file" && continue
     8798      fdir=`$as_dirname -- "$file" ||
    85538799$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    85548800         X"$file" : 'X\(//\)[^/]' \| \
    85558801         X"$file" : 'X\(//\)$' \| \
    85568802         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    8557 echo X"$file" |
     8803$as_echo X"$file" |
    85588804    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85598805            s//\1/
     
    85738819          }
    85748820          s/.*/./; q'`
    8575     { as_dir=$dirpart/$fdir
     8821      { as_dir=$dirpart/$fdir
    85768822  case $as_dir in #(
    85778823  -*) as_dir=./$as_dir;;
     
    85818827    while :; do
    85828828      case $as_dir in #(
    8583       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     8829      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    85848830      *) as_qdir=$as_dir;;
    85858831      esac
     
    85908836         X"$as_dir" : 'X\(//\)$' \| \
    85918837         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8592 echo X"$as_dir" |
     8838$as_echo X"$as_dir" |
    85938839    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85948840            s//\1/
     
    86118857    done
    86128858    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8613   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8614 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8859  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8860$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    86158861   { (exit 1); exit 1; }; }; }
    8616     # echo "creating $dirpart/$file"
    8617     echo '# dummy' > "$dirpart/$file"
     8862      # echo "creating $dirpart/$file"
     8863      echo '# dummy' > "$dirpart/$file"
     8864    done
    86188865  done
    8619 done
     8866}
    86208867 ;;
    86218868
     
    86288875chmod +x $CONFIG_STATUS
    86298876ac_clean_files=$ac_clean_files_save
     8877
     8878test $ac_write_fail = 0 ||
     8879  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     8880$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     8881   { (exit 1); exit 1; }; }
    86308882
    86318883
     
    86508902  $ac_cs_success || { (exit 1); exit 1; }
    86518903fi
    8652 
    8653 
     8904if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     8905  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     8906$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     8907fi
     8908
     8909
  • issm/trunk/autom4te.cache/output.1

    r1385 r1464  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
    44@%:@
    55@%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>.
    66@%:@
    77@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    99@%:@ This configure script is free software; the Free Software Foundation
    1010@%:@ gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
     42as_nl='
     43'
     44export as_nl
     45# Printing a long string crashes Solaris 7 /usr/bin/printf.
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     50  as_echo='printf %s\n'
     51  as_echo_n='printf %s'
     52else
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     55    as_echo_n='/usr/ucb/echo -n'
     56  else
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     58    as_echo_n_body='eval
     59      arg=$1;
     60      case $arg in
     61      *"$as_nl"*)
     62        expr "X$arg" : "X\\(.*\\)$as_nl";
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     64      esac;
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     66    '
     67    export as_echo_n_body
     68    as_echo_n='sh -c $as_echo_n_body as_echo'
     69  fi
     70  export as_echo_body
     71  as_echo='sh -c $as_echo_body as_echo'
     72fi
     73
    4274# The user is always right.
    4375if test "${PATH_SEPARATOR+set}" != set; then
    44   echo "#! /bin/sh" >conf$$.sh
    45   echo  "exit 0"   >>conf$$.sh
    46   chmod +x conf$$.sh
    47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    48     PATH_SEPARATOR=';'
    49   else
    50     PATH_SEPARATOR=:
    51   fi
    52   rm -f conf$$.sh
     76  PATH_SEPARATOR=:
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     79      PATH_SEPARATOR=';'
     80  }
    5381fi
    5482
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6795# splitting by setting IFS to empty value.)
    68 as_nl='
    69 '
    7096IFS=" ""        $as_nl"
    7197
     
    90116fi
    91117if test ! -f "$as_myself"; then
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    93119  { (exit 1); exit 1; }
    94120fi
     
    103129
    104130# NLS nuisances.
    105 for as_var in \
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    108   LC_TELEPHONE LC_TIME
    109 do
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    111     eval $as_var=C; export $as_var
    112   else
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    114   fi
    115 done
     131LC_ALL=C
     132export LC_ALL
     133LANGUAGE=C
     134export LANGUAGE
    116135
    117136# Required to use basename.
     
    135154         X"$0" : 'X\(//\)$' \| \
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
     156$as_echo X/"$0" |
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{
    139158            s//\1/
     
    161180fi
    162181
    163   if test $as_have_required = yes &&     (eval ":
     182  if test $as_have_required = yes &&     (eval ":
    164183(as_func_return () {
    165184  (exit \$1)
     
    243262  emulate sh
    244263  NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    246265  # is contrary to our usage.  Disable this feature.
    247266  alias -g '${1+"$@"}'='"$@"'
     
    264283  emulate sh
    265284  NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    267286  # is contrary to our usage.  Disable this feature.
    268287  alias -g '${1+"$@"}'='"$@"'
     
    344363      if test "x$CONFIG_SHELL" != x; then
    345364  for as_var in BASH_ENV ENV
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    347         done
    348         export CONFIG_SHELL
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     365        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     366        done
     367        export CONFIG_SHELL
     368        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    350369fi
    351370
     
    416435test \$exitcode = 0") || {
    417436  echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
     437  echo Please tell bug-autoconf@gnu.org about your system,
     438  echo including any error possibly output before this message.
     439  echo This can help us improve future autoconf versions.
     440  echo Configuration will now proceed without shell functions.
    421441}
    422442
     
    454474    ' >$as_me.lineno &&
    455475  chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457477   { (exit 1); exit 1; }; }
    458478
     
    482502  ECHO_N='-n';;
    483503esac
    484 
    485504if expr a : '\(a\)' >/dev/null 2>&1 &&
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    495514else
    496515  rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then
    501   as_ln_s='ln -s'
    502   # ... but there are two gotchas:
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    505   # In both cases, we have to default to `cp -p'.
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     516  mkdir conf$$.dir 2>/dev/null
     517fi
     518if (echo >conf$$.file) 2>/dev/null; then
     519  if ln -s conf$$.file conf$$ 2>/dev/null; then
     520    as_ln_s='ln -s'
     521    # ... but there are two gotchas:
     522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     524    # In both cases, we have to default to `cp -p'.
     525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     526      as_ln_s='cp -p'
     527  elif ln conf$$.file conf$$ 2>/dev/null; then
     528    as_ln_s=ln
     529  else
    507530    as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
     531  fi
    510532else
    511533  as_ln_s='cp -p'
     
    532554    eval sh -c '\''
    533555      if test -d "$1"; then
    534         test -d "$1/.";
     556        test -d "$1/.";
    535557      else
    536558        case $1 in
    537         -*)set "./$1";;
     559        -*)set "./$1";;
    538560        esac;
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    579601PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    580602
    581 ac_subst_vars='SHELL
     603ac_subst_vars='am__EXEEXT_FALSE
     604am__EXEEXT_TRUE
     605LTLIBOBJS
     606LIB@&t@OBJS
     607GRAPHICSLIB
     608FORTRANLIB
     609MATHLIB
     610BLACSLIB
     611BLACSINCL
     612MUMPSLIB
     613MUMPSINCL
     614PLAPACKLIB
     615PLAPACKINCL
     616MKLINCL
     617MKLLIB
     618BLASLAPACKINCL
     619BLASLAPACKLIB
     620SCALAPACKLIB
     621SLEPCLIB
     622SLEPCINCL
     623PETSCLIB
     624PETSCINCL
     625MPILIB
     626MPIINCL
     627METISLIB
     628METISINCL
     629DAKOTALIB
     630DAKOTAINCL
     631TRIANGLELIB
     632TRIANGLEINCL
     633LARGEARRAYS_FALSE
     634LARGEARRAYS_TRUE
     635MATLAB_MINOR
     636MATLAB_MAJOR
     637MATLAB_VERSION
     638MATLAB
     639MEXLINK
     640MEXLIB
     641MEXEXT
     642MEX
     643MATLABINCL
     644NOPARALLEL_FALSE
     645NOPARALLEL_TRUE
     646NOSERIAL_FALSE
     647NOSERIAL_TRUE
     648X_EXTRA_LIBS
     649X_LIBS
     650X_PRE_LIBS
     651X_CFLAGS
     652XMKMF
     653FLIBS
     654ac_ct_F77
     655FFLAGS
     656F77
     657am__fastdepCXX_FALSE
     658am__fastdepCXX_TRUE
     659CXXDEPMODE
     660ac_ct_CXX
     661CXXFLAGS
     662CXX
     663CPP
     664am__fastdepCC_FALSE
     665am__fastdepCC_TRUE
     666CCDEPMODE
     667AMDEPBACKSLASH
     668AMDEP_FALSE
     669AMDEP_TRUE
     670am__quote
     671am__include
     672DEPDIR
     673OBJEXT
     674EXEEXT
     675ac_ct_CC
     676CPPFLAGS
     677LDFLAGS
     678CFLAGS
     679CC
     680RANLIB
     681am__untar
     682am__tar
     683AMTAR
     684am__leading_dot
     685SET_MAKE
     686AWK
     687mkdir_p
     688MKDIR_P
     689INSTALL_STRIP_PROGRAM
     690STRIP
     691install_sh
     692MAKEINFO
     693AUTOHEADER
     694AUTOMAKE
     695AUTOCONF
     696ACLOCAL
     697VERSION
     698PACKAGE
     699CYGPATH_W
     700am__isrc
     701INSTALL_DATA
     702INSTALL_SCRIPT
     703INSTALL_PROGRAM
     704target_os
     705target_vendor
     706target_cpu
     707target
     708host_os
     709host_vendor
     710host_cpu
     711host
     712build_os
     713build_vendor
     714build_cpu
     715build
     716target_alias
     717host_alias
     718build_alias
     719LIBS
     720ECHO_T
     721ECHO_N
     722ECHO_C
     723DEFS
     724mandir
     725localedir
     726libdir
     727psdir
     728pdfdir
     729dvidir
     730htmldir
     731infodir
     732docdir
     733oldincludedir
     734includedir
     735localstatedir
     736sharedstatedir
     737sysconfdir
     738datadir
     739datarootdir
     740libexecdir
     741sbindir
     742bindir
     743program_transform_name
     744prefix
     745exec_prefix
     746PACKAGE_BUGREPORT
     747PACKAGE_STRING
     748PACKAGE_VERSION
     749PACKAGE_TARNAME
     750PACKAGE_NAME
    582751PATH_SEPARATOR
    583 PACKAGE_NAME
    584 PACKAGE_TARNAME
    585 PACKAGE_VERSION
    586 PACKAGE_STRING
    587 PACKAGE_BUGREPORT
    588 exec_prefix
    589 prefix
    590 program_transform_name
    591 bindir
    592 sbindir
    593 libexecdir
    594 datarootdir
    595 datadir
    596 sysconfdir
    597 sharedstatedir
    598 localstatedir
    599 includedir
    600 oldincludedir
    601 docdir
    602 infodir
    603 htmldir
    604 dvidir
    605 pdfdir
    606 psdir
    607 libdir
    608 localedir
    609 mandir
    610 DEFS
    611 ECHO_C
    612 ECHO_N
    613 ECHO_T
    614 LIBS
    615 build_alias
    616 host_alias
    617 target_alias
    618 build
    619 build_cpu
    620 build_vendor
    621 build_os
    622 host
    623 host_cpu
    624 host_vendor
    625 host_os
    626 target
    627 target_cpu
    628 target_vendor
    629 target_os
    630 INSTALL_PROGRAM
    631 INSTALL_SCRIPT
    632 INSTALL_DATA
    633 am__isrc
    634 CYGPATH_W
    635 PACKAGE
    636 VERSION
    637 ACLOCAL
    638 AUTOCONF
    639 AUTOMAKE
    640 AUTOHEADER
    641 MAKEINFO
    642 install_sh
    643 STRIP
    644 INSTALL_STRIP_PROGRAM
    645 mkdir_p
    646 AWK
    647 SET_MAKE
    648 am__leading_dot
    649 AMTAR
    650 am__tar
    651 am__untar
    652 RANLIB
    653 CC
    654 CFLAGS
    655 LDFLAGS
    656 CPPFLAGS
    657 ac_ct_CC
    658 EXEEXT
    659 OBJEXT
    660 DEPDIR
    661 am__include
    662 am__quote
    663 AMDEP_TRUE
    664 AMDEP_FALSE
    665 AMDEPBACKSLASH
    666 CCDEPMODE
    667 am__fastdepCC_TRUE
    668 am__fastdepCC_FALSE
    669 CXX
    670 CXXFLAGS
    671 ac_ct_CXX
    672 CXXDEPMODE
    673 am__fastdepCXX_TRUE
    674 am__fastdepCXX_FALSE
    675 F77
    676 FFLAGS
    677 ac_ct_F77
    678 FLIBS
    679 XMKMF
    680 CPP
    681 X_CFLAGS
    682 X_PRE_LIBS
    683 X_LIBS
    684 X_EXTRA_LIBS
    685 NOSERIAL_TRUE
    686 NOSERIAL_FALSE
    687 NOPARALLEL_TRUE
    688 NOPARALLEL_FALSE
    689 MATLABINCL
    690 MEX
    691 MEXEXT
    692 MEXLIB
    693 MEXLINK
    694 MATLAB
    695 MATLAB_VERSION
    696 MATLAB_MAJOR
    697 MATLAB_MINOR
    698 LARGEARRAYS_TRUE
    699 LARGEARRAYS_FALSE
    700 TRIANGLEINCL
    701 TRIANGLELIB
    702 DAKOTAINCL
    703 DAKOTALIB
    704 METISINCL
    705 METISLIB
    706 MPIINCL
    707 MPILIB
    708 PETSCINCL
    709 PETSCLIB
    710 SLEPCINCL
    711 SLEPCLIB
    712 SCALAPACKLIB
    713 BLASLAPACKLIB
    714 BLASLAPACKINCL
    715 MKLLIB
    716 MKLINCL
    717 PLAPACKINCL
    718 PLAPACKLIB
    719 MUMPSINCL
    720 MUMPSLIB
    721 BLACSINCL
    722 BLACSLIB
    723 MATHLIB
    724 FORTRANLIB
    725 GRAPHICSLIB
    726 LIB@&t@OBJS
    727 LTLIBOBJS'
     752SHELL'
    728753ac_subst_files=''
     754ac_user_opts='
     755enable_option_checking
     756enable_dependency_tracking
     757with_x
     758enable_debugging
     759with_serial
     760with_parallel
     761with_matlab_dir
     762with_triangle_dir
     763with_dakota_dir
     764with_metis_dir
     765with_mpi_lib
     766with_mpi_include
     767with_petsc_dir
     768with_petsc_arch
     769with_slepc_dir
     770with_scalapack_dir
     771with_blas_lapack_dir
     772with_mkl_dir
     773with_plapack_dir
     774with_mumps_dir
     775with_blacs_dir
     776with_math_lib
     777with_fortran_lib
     778with_graphics_lib
     779with_vendor
     780'
    729781      ac_precious_vars='build_alias
    730782host_alias
     
    735787LIBS
    736788CPPFLAGS
     789CPP
    737790CXX
    738791CXXFLAGS
     
    740793F77
    741794FFLAGS
    742 XMKMF
    743 CPP'
     795XMKMF'
    744796
    745797
     
    747799ac_init_help=
    748800ac_init_version=false
     801ac_unrecognized_opts=
     802ac_unrecognized_sep=
    749803# The variables have the same names as the options, with
    750804# dashes changed to underlines.
     
    845899
    846900  -disable-* | --disable-*)
    847     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     901    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    848902    # Reject names that are not valid shell variable names.
    849     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    850       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     903    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     904      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    851905   { (exit 1); exit 1; }; }
    852     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    853     eval enable_$ac_feature=no ;;
     906    ac_useropt_orig=$ac_useropt
     907    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     908    case $ac_user_opts in
     909      *"
     910"enable_$ac_useropt"
     911"*) ;;
     912      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     913         ac_unrecognized_sep=', ';;
     914    esac
     915    eval enable_$ac_useropt=no ;;
    854916
    855917  -docdir | --docdir | --docdi | --doc | --do)
     
    864926
    865927  -enable-* | --enable-*)
    866     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     928    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    867929    # Reject names that are not valid shell variable names.
    868     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    869       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     930    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     931      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    870932   { (exit 1); exit 1; }; }
    871     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    872     eval enable_$ac_feature=\$ac_optarg ;;
     933    ac_useropt_orig=$ac_useropt
     934    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     935    case $ac_user_opts in
     936      *"
     937"enable_$ac_useropt"
     938"*) ;;
     939      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     940         ac_unrecognized_sep=', ';;
     941    esac
     942    eval enable_$ac_useropt=\$ac_optarg ;;
    873943
    874944  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10611131
    10621132  -with-* | --with-*)
    1063     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1133    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10641134    # Reject names that are not valid shell variable names.
    1065     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1066       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1135    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1136      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10671137   { (exit 1); exit 1; }; }
    1068     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1069     eval with_$ac_package=\$ac_optarg ;;
     1138    ac_useropt_orig=$ac_useropt
     1139    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1140    case $ac_user_opts in
     1141      *"
     1142"with_$ac_useropt"
     1143"*) ;;
     1144      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1145         ac_unrecognized_sep=', ';;
     1146    esac
     1147    eval with_$ac_useropt=\$ac_optarg ;;
    10701148
    10711149  -without-* | --without-*)
    1072     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1150    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10731151    # Reject names that are not valid shell variable names.
    1074     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1075       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1152    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1153      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10761154   { (exit 1); exit 1; }; }
    1077     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1078     eval with_$ac_package=no ;;
     1155    ac_useropt_orig=$ac_useropt
     1156    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1157    case $ac_user_opts in
     1158      *"
     1159"with_$ac_useropt"
     1160"*) ;;
     1161      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1162         ac_unrecognized_sep=', ';;
     1163    esac
     1164    eval with_$ac_useropt=no ;;
    10791165
    10801166  --x)
     
    10961182    x_libraries=$ac_optarg ;;
    10971183
    1098   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1184  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    10991185Try \`$0 --help' for more information." >&2
    11001186   { (exit 1); exit 1; }; }
     
    11051191    # Reject names that are not valid shell variable names.
    11061192    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1107       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1193      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11081194   { (exit 1); exit 1; }; }
    11091195    eval $ac_envvar=\$ac_optarg
     
    11121198  *)
    11131199    # FIXME: should be removed in autoconf 3.0.
    1114     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1200    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11151201    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1116       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1202      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11171203    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11181204    ;;
     
    11231209if test -n "$ac_prev"; then
    11241210  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1125   { echo "$as_me: error: missing argument to $ac_option" >&2
     1211  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    11261212   { (exit 1); exit 1; }; }
    11271213fi
    11281214
    1129 # Be sure to have absolute directory names.
     1215if test -n "$ac_unrecognized_opts"; then
     1216  case $enable_option_checking in
     1217    no) ;;
     1218    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1219   { (exit 1); exit 1; }; } ;;
     1220    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1221  esac
     1222fi
     1223
     1224# Check all directory arguments for consistency.
    11301225for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11311226                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11341229do
    11351230  eval ac_val=\$$ac_var
     1231  # Remove trailing slashes.
     1232  case $ac_val in
     1233    */ )
     1234      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1235      eval $ac_var=\$ac_val;;
     1236  esac
     1237  # Be sure to have absolute directory names.
    11361238  case $ac_val in
    11371239    [\\/$]* | ?:[\\/]* )  continue;;
    11381240    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11391241  esac
    1140   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1242  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11411243   { (exit 1); exit 1; }; }
    11421244done
     
    11531255  if test "x$build_alias" = x; then
    11541256    cross_compiling=maybe
    1155     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1257    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11561258    If a cross compiler is detected then cross compile mode will be used." >&2
    11571259  elif test "x$build_alias" != "x$host_alias"; then
     
    11691271ac_ls_di=`ls -di .` &&
    11701272ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1171   { echo "$as_me: error: Working directory cannot be determined" >&2
     1273  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    11721274   { (exit 1); exit 1; }; }
    11731275test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1174   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1276  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11751277   { (exit 1); exit 1; }; }
    11761278
     
    11801282  ac_srcdir_defaulted=yes
    11811283  # Try the directory containing this script, then the parent directory.
    1182   ac_confdir=`$as_dirname -- "$0" ||
    1183 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1184          X"$0" : 'X\(//\)[^/]' \| \
    1185          X"$0" : 'X\(//\)$' \| \
    1186          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1187 echo X"$0" |
     1284  ac_confdir=`$as_dirname -- "$as_myself" ||
     1285$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1286         X"$as_myself" : 'X\(//\)[^/]' \| \
     1287         X"$as_myself" : 'X\(//\)$' \| \
     1288         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1289$as_echo X"$as_myself" |
    11881290    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    11891291            s//\1/
     
    12121314if test ! -r "$srcdir/$ac_unique_file"; then
    12131315  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1214   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1316  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12151317   { (exit 1); exit 1; }; }
    12161318fi
    12171319ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12181320ac_abs_confdir=`(
    1219         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1321        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    12201322   { (exit 1); exit 1; }; }
    12211323        pwd)`
     
    12661368Installation directories:
    12671369  --prefix=PREFIX         install architecture-independent files in PREFIX
    1268                           [$ac_default_prefix]
     1370                          [$ac_default_prefix]
    12691371  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1270                           [PREFIX]
     1372                          [PREFIX]
    12711373
    12721374By default, \`make install' will install all the files in
     
    12781380
    12791381Fine tuning of the installation directories:
    1280   --bindir=DIR           user executables [EPREFIX/bin]
    1281   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1282   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1283   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1284   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1285   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1286   --libdir=DIR           object code libraries [EPREFIX/lib]
    1287   --includedir=DIR       C header files [PREFIX/include]
    1288   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1289   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1290   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1291   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1292   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1293   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1294   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1295   --htmldir=DIR          html documentation [DOCDIR]
    1296   --dvidir=DIR           dvi documentation [DOCDIR]
    1297   --pdfdir=DIR           pdf documentation [DOCDIR]
    1298   --psdir=DIR            ps documentation [DOCDIR]
     1382  --bindir=DIR            user executables [EPREFIX/bin]
     1383  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1384  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1385  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1386  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1387  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1388  --libdir=DIR            object code libraries [EPREFIX/lib]
     1389  --includedir=DIR        C header files [PREFIX/include]
     1390  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1391  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1392  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1393  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1394  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1395  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1396  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
     1397  --htmldir=DIR           html documentation [DOCDIR]
     1398  --dvidir=DIR            dvi documentation [DOCDIR]
     1399  --pdfdir=DIR            pdf documentation [DOCDIR]
     1400  --psdir=DIR             ps documentation [DOCDIR]
    12991401_ACEOF
    13001402
     
    13241426
    13251427Optional Features:
     1428  --disable-option-checking  ignore unrecognized --enable/--with options
    13261429  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13271430  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13631466  --with-graphics-lib = options
    13641467                          graphics options, for ex: "/usr/X11/lib/libX11.a
     1468  --with-vendor = VENDOR  vendor name, ex: intel
    13651469
    13661470Some influential environment variables:
     
    13721476  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
    13731477              you have headers in a nonstandard directory <include dir>
     1478  CPP         C preprocessor
    13741479  CXX         C++ compiler command
    13751480  CXXFLAGS    C++ compiler flags
     
    13771482  FFLAGS      Fortran 77 compiler flags
    13781483  XMKMF       Path to xmkmf, Makefile generator for X Window System
    1379   CPP         C preprocessor
    13801484
    13811485Use these variables to override the choices made by `configure' or to help
     
    13901494  # If there are subdirs, report their specific --help.
    13911495  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1392     test -d "$ac_dir" || continue
     1496    test -d "$ac_dir" ||
     1497      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1498      continue
    13931499    ac_builddir=.
    13941500
     
    13961502.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13971503*)
    1398   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1504  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13991505  # A ".." for each directory in $ac_dir_suffix.
    1400   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1506  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    14011507  case $ac_top_builddir_sub in
    14021508  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14341540      $SHELL "$ac_srcdir/configure" --help=recursive
    14351541    else
    1436       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1542      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14371543    fi || ac_status=$?
    14381544    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14441550  cat <<\_ACEOF
    14451551ISSM configure 1.0
    1446 generated by GNU Autoconf 2.61
     1552generated by GNU Autoconf 2.63
    14471553
    14481554Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1449 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     15552002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    14501556This configure script is free software; the Free Software Foundation
    14511557gives unlimited permission to copy, distribute and modify it.
     
    14581564
    14591565It was created by ISSM $as_me 1.0, which was
    1460 generated by GNU Autoconf 2.61.  Invocation command line was
     1566generated by GNU Autoconf 2.63.  Invocation command line was
    14611567
    14621568  $ $0 $@
     
    14941600  IFS=$as_save_IFS
    14951601  test -z "$as_dir" && as_dir=.
    1496   echo "PATH: $as_dir"
     1602  $as_echo "PATH: $as_dir"
    14971603done
    14981604IFS=$as_save_IFS
     
    15291635      continue ;;
    15301636    *\'*)
    1531       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1637      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15321638    esac
    15331639    case $ac_pass in
     
    15811687    *${as_nl}*)
    15821688      case $ac_var in #(
    1583       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1584 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1689      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1690$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    15851691      esac
    15861692      case $ac_var in #(
    15871693      _ | IFS | as_nl) ;; #(
     1694      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15881695      *) $as_unset $ac_var ;;
    15891696      esac ;;
     
    16151722      eval ac_val=\$$ac_var
    16161723      case $ac_val in
    1617       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1724      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16181725      esac
    1619       echo "$ac_var='\''$ac_val'\''"
     1726      $as_echo "$ac_var='\''$ac_val'\''"
    16201727    done | sort
    16211728    echo
     
    16321739        eval ac_val=\$$ac_var
    16331740        case $ac_val in
    1634         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1741        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16351742        esac
    1636         echo "$ac_var='\''$ac_val'\''"
     1743        $as_echo "$ac_var='\''$ac_val'\''"
    16371744      done | sort
    16381745      echo
     
    16501757    fi
    16511758    test "$ac_signal" != 0 &&
    1652       echo "$as_me: caught signal $ac_signal"
    1653     echo "$as_me: exit $exit_status"
     1759      $as_echo "$as_me: caught signal $ac_signal"
     1760    $as_echo "$as_me: exit $exit_status"
    16541761  } >&5
    16551762  rm -f core *.core core.conftest.* &&
     
    16931800
    16941801# Let the site file select an alternate cache file if it wants to.
    1695 # Prefer explicitly selected file to automatically selected ones.
     1802# Prefer an explicitly selected file to automatically selected ones.
     1803ac_site_file1=NONE
     1804ac_site_file2=NONE
    16961805if test -n "$CONFIG_SITE"; then
    1697   set x "$CONFIG_SITE"
     1806  ac_site_file1=$CONFIG_SITE
    16981807elif test "x$prefix" != xNONE; then
    1699   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1700 else
    1701   set x "$ac_default_prefix/share/config.site" \
    1702         "$ac_default_prefix/etc/config.site"
    1703 fi
    1704 shift
    1705 for ac_site_file
     1808  ac_site_file1=$prefix/share/config.site
     1809  ac_site_file2=$prefix/etc/config.site
     1810else
     1811  ac_site_file1=$ac_default_prefix/share/config.site
     1812  ac_site_file2=$ac_default_prefix/etc/config.site
     1813fi
     1814for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    17061815do
     1816  test "x$ac_site_file" = xNONE && continue
    17071817  if test -r "$ac_site_file"; then
    1708     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1709 echo "$as_me: loading site script $ac_site_file" >&6;}
     1818    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1819$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    17101820    sed 's/^/| /' "$ac_site_file" >&5
    17111821    . "$ac_site_file"
     
    17171827  # files actually), so we avoid doing that.
    17181828  if test -f "$cache_file"; then
    1719     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1720 echo "$as_me: loading cache $cache_file" >&6;}
     1829    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1830$as_echo "$as_me: loading cache $cache_file" >&6;}
    17211831    case $cache_file in
    17221832      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17251835  fi
    17261836else
    1727   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1728 echo "$as_me: creating cache $cache_file" >&6;}
     1837  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1838$as_echo "$as_me: creating cache $cache_file" >&6;}
    17291839  >$cache_file
    17301840fi
     
    17401850  case $ac_old_set,$ac_new_set in
    17411851    set,)
    1742       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1743 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1852      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1853$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17441854      ac_cache_corrupted=: ;;
    17451855    ,set)
    1746       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1747 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1856      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1857$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17481858      ac_cache_corrupted=: ;;
    17491859    ,);;
    17501860    *)
    17511861      if test "x$ac_old_val" != "x$ac_new_val"; then
    1752         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1753 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1754         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1755 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1756         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1757 echo "$as_me:   current value: $ac_new_val" >&2;}
    1758         ac_cache_corrupted=:
     1862        # differences in whitespace do not lead to failure.
     1863        ac_old_val_w=`echo x $ac_old_val`
     1864        ac_new_val_w=`echo x $ac_new_val`
     1865        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1866          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1867$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1868          ac_cache_corrupted=:
     1869        else
     1870          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1871$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1872          eval $ac_var=\$ac_old_val
     1873        fi
     1874        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1875$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1876        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1877$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    17591878      fi;;
    17601879  esac
     
    17621881  if test "$ac_new_set" = set; then
    17631882    case $ac_new_val in
    1764     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1883    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17651884    *) ac_arg=$ac_var=$ac_new_val ;;
    17661885    esac
     
    17721891done
    17731892if $ac_cache_corrupted; then
    1774   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1775 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1776   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1777 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1893  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1894$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1895  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1896$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1897  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1898$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17781899   { (exit 1); exit 1; }; }
    17791900fi
     
    18291950done
    18301951if test -z "$ac_aux_dir"; then
    1831   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1832 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1952  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1953$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    18331954   { (exit 1); exit 1; }; }
    18341955fi
     
    18451966# Make sure we can run config.sub.
    18461967$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1847   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1848 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1968  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1969$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    18491970   { (exit 1); exit 1; }; }
    18501971
    1851 { echo "$as_me:$LINENO: checking build system type" >&5
    1852 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
     1972{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     1973$as_echo_n "checking build system type... " >&6; }
    18531974if test "${ac_cv_build+set}" = set; then
    1854   echo $ECHO_N "(cached) $ECHO_C" >&6
     1975  $as_echo_n "(cached) " >&6
    18551976else
    18561977  ac_build_alias=$build_alias
     
    18581979  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    18591980test "x$ac_build_alias" = x &&
    1860   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1861 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1981  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1982$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    18621983   { (exit 1); exit 1; }; }
    18631984ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1864   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1865 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1985  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1986$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    18661987   { (exit 1); exit 1; }; }
    18671988
    18681989fi
    1869 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1870 echo "${ECHO_T}$ac_cv_build" >&6; }
     1990{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1991$as_echo "$ac_cv_build" >&6; }
    18711992case $ac_cv_build in
    18721993*-*-*) ;;
    1873 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1874 echo "$as_me: error: invalid value of canonical build" >&2;}
     1994*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1995$as_echo "$as_me: error: invalid value of canonical build" >&2;}
    18751996   { (exit 1); exit 1; }; };;
    18761997esac
     
    18892010
    18902011
    1891 { echo "$as_me:$LINENO: checking host system type" >&5
    1892 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
     2012{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     2013$as_echo_n "checking host system type... " >&6; }
    18932014if test "${ac_cv_host+set}" = set; then
    1894   echo $ECHO_N "(cached) $ECHO_C" >&6
     2015  $as_echo_n "(cached) " >&6
    18952016else
    18962017  if test "x$host_alias" = x; then
     
    18982019else
    18992020  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1900     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1901 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     2021    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     2022$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    19022023   { (exit 1); exit 1; }; }
    19032024fi
    19042025
    19052026fi
    1906 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1907 echo "${ECHO_T}$ac_cv_host" >&6; }
     2027{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     2028$as_echo "$ac_cv_host" >&6; }
    19082029case $ac_cv_host in
    19092030*-*-*) ;;
    1910 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    1911 echo "$as_me: error: invalid value of canonical host" >&2;}
     2031*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     2032$as_echo "$as_me: error: invalid value of canonical host" >&2;}
    19122033   { (exit 1); exit 1; }; };;
    19132034esac
     
    19262047
    19272048
    1928 { echo "$as_me:$LINENO: checking target system type" >&5
    1929 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
     2049{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     2050$as_echo_n "checking target system type... " >&6; }
    19302051if test "${ac_cv_target+set}" = set; then
    1931   echo $ECHO_N "(cached) $ECHO_C" >&6
     2052  $as_echo_n "(cached) " >&6
    19322053else
    19332054  if test "x$target_alias" = x; then
     
    19352056else
    19362057  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    1937     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    1938 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     2058    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     2059$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    19392060   { (exit 1); exit 1; }; }
    19402061fi
    19412062
    19422063fi
    1943 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1944 echo "${ECHO_T}$ac_cv_target" >&6; }
     2064{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     2065$as_echo "$ac_cv_target" >&6; }
    19452066case $ac_cv_target in
    19462067*-*-*) ;;
    1947 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    1948 echo "$as_me: error: invalid value of canonical target" >&2;}
     2068*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     2069$as_echo "$as_me: error: invalid value of canonical target" >&2;}
    19492070   { (exit 1); exit 1; }; };;
    19502071esac
     
    19692090    NONENONEs,x,x, &&
    19702091  program_prefix=${target_alias}-
    1971 am__api_version='1.10'
     2092am__api_version='1.11'
    19722093
    19732094# Find a good install program.  We prefer a C program (faster),
     
    19842105# OS/2's system install, which has a completely different semantic
    19852106# ./install, which can be erroneously created by make from ./install.sh.
    1986 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1987 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     2107# Reject install programs that cannot install multiple files.
     2108{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     2109$as_echo_n "checking for a BSD-compatible install... " >&6; }
    19882110if test -z "$INSTALL"; then
    19892111if test "${ac_cv_path_install+set}" = set; then
    1990   echo $ECHO_N "(cached) $ECHO_C" >&6
     2112  $as_echo_n "(cached) " >&6
    19912113else
    19922114  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20172139            :
    20182140          else
    2019             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2020             break 3
     2141            rm -rf conftest.one conftest.two conftest.dir
     2142            echo one > conftest.one
     2143            echo two > conftest.two
     2144            mkdir conftest.dir
     2145            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2146              test -s conftest.one && test -s conftest.two &&
     2147              test -s conftest.dir/conftest.one &&
     2148              test -s conftest.dir/conftest.two
     2149            then
     2150              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2151              break 3
     2152            fi
    20212153          fi
    20222154        fi
     
    20252157    ;;
    20262158esac
     2159
    20272160done
    20282161IFS=$as_save_IFS
    20292162
     2163rm -rf conftest.one conftest.two conftest.dir
    20302164
    20312165fi
     
    20402174  fi
    20412175fi
    2042 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    2043 echo "${ECHO_T}$INSTALL" >&6; }
     2176{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2177$as_echo "$INSTALL" >&6; }
    20442178
    20452179# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20512185test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20522186
    2053 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2054 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
     2187{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2188$as_echo_n "checking whether build environment is sane... " >&6; }
    20552189# Just in case
    20562190sleep 1
    20572191echo timestamp > conftest.file
     2192# Reject unsafe characters in $srcdir or the absolute working directory
     2193# name.  Accept space and tab only in the latter.
     2194am_lf='
     2195'
     2196case `pwd` in
     2197  *[\\\"\#\$\&\'\`$am_lf]*)
     2198    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
     2199$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
     2200   { (exit 1); exit 1; }; };;
     2201esac
     2202case $srcdir in
     2203  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
     2204    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
     2205$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
     2206   { (exit 1); exit 1; }; };;
     2207esac
     2208
    20582209# Do `set' in a subshell so we don't clobber the current shell's
    20592210# arguments.  Must try -L first in case configure is actually a
     
    20622213# directory).
    20632214if (
    2064    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     2215   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    20652216   if test "$*" = "X"; then
    20662217      # -L didn't work.
    2067       set X `ls -t $srcdir/configure conftest.file`
     2218      set X `ls -t "$srcdir/configure" conftest.file`
    20682219   fi
    20692220   rm -f conftest.file
     
    20752226      # broken ls alias from the environment.  This has actually
    20762227      # happened.  Such a system could not be considered "sane".
    2077       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2228      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    20782229alias in your environment" >&5
    2079 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2230$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    20802231alias in your environment" >&2;}
    20812232   { (exit 1); exit 1; }; }
     
    20882239   :
    20892240else
    2090    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2241   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    20912242Check your system clock" >&5
    2092 echo "$as_me: error: newly created file is older than distributed files!
     2243$as_echo "$as_me: error: newly created file is older than distributed files!
    20932244Check your system clock" >&2;}
    20942245   { (exit 1); exit 1; }; }
    20952246fi
    2096 { echo "$as_me:$LINENO: result: yes" >&5
    2097 echo "${ECHO_T}yes" >&6; }
     2247{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2248$as_echo "yes" >&6; }
    20982249test "$program_prefix" != NONE &&
    20992250  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    21012252test "$program_suffix" != NONE &&
    21022253  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2103 # Double any \ or $.  echo might interpret backslashes.
     2254# Double any \ or $.
    21042255# By default was `s,x,x', remove it if useless.
    2105 cat <<\_ACEOF >conftest.sed
    2106 s/[\\$]/&&/g;s/;s,x,x,$//
    2107 _ACEOF
    2108 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
    2109 rm -f conftest.sed
     2256ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
     2257program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    21102258
    21112259# expand $ac_aux_dir to an absolute path
    21122260am_aux_dir=`cd $ac_aux_dir && pwd`
    21132261
    2114 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     2262if test x"${MISSING+set}" != xset; then
     2263  case $am_aux_dir in
     2264  *\ * | *\     *)
     2265    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     2266  *)
     2267    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     2268  esac
     2269fi
    21152270# Use eval to expand $SHELL
    21162271if eval "$MISSING --run true"; then
     
    21182273else
    21192274  am_missing_run=
    2120   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2121 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2122 fi
    2123 
    2124 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2125 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     2275  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2276$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2277fi
     2278
     2279if test x"${install_sh}" != xset; then
     2280  case $am_aux_dir in
     2281  *\ * | *\     *)
     2282    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     2283  *)
     2284    install_sh="\${SHELL} $am_aux_dir/install-sh"
     2285  esac
     2286fi
     2287
     2288# Installed binaries are usually stripped using `strip' when the user
     2289# run `make install-strip'.  However `strip' might not be the right
     2290# tool to use in cross-compilation environments, therefore Automake
     2291# will honor the `STRIP' environment variable to overrule this program.
     2292if test "$cross_compiling" != no; then
     2293  if test -n "$ac_tool_prefix"; then
     2294  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
     2295set dummy ${ac_tool_prefix}strip; ac_word=$2
     2296{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2297$as_echo_n "checking for $ac_word... " >&6; }
     2298if test "${ac_cv_prog_STRIP+set}" = set; then
     2299  $as_echo_n "(cached) " >&6
     2300else
     2301  if test -n "$STRIP"; then
     2302  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
     2303else
     2304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2305for as_dir in $PATH
     2306do
     2307  IFS=$as_save_IFS
     2308  test -z "$as_dir" && as_dir=.
     2309  for ac_exec_ext in '' $ac_executable_extensions; do
     2310  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2311    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     2312    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2313    break 2
     2314  fi
     2315done
     2316done
     2317IFS=$as_save_IFS
     2318
     2319fi
     2320fi
     2321STRIP=$ac_cv_prog_STRIP
     2322if test -n "$STRIP"; then
     2323  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
     2324$as_echo "$STRIP" >&6; }
     2325else
     2326  { $as_echo "$as_me:$LINENO: result: no" >&5
     2327$as_echo "no" >&6; }
     2328fi
     2329
     2330
     2331fi
     2332if test -z "$ac_cv_prog_STRIP"; then
     2333  ac_ct_STRIP=$STRIP
     2334  # Extract the first word of "strip", so it can be a program name with args.
     2335set dummy strip; ac_word=$2
     2336{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2337$as_echo_n "checking for $ac_word... " >&6; }
     2338if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
     2339  $as_echo_n "(cached) " >&6
     2340else
     2341  if test -n "$ac_ct_STRIP"; then
     2342  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
     2343else
     2344as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2345for as_dir in $PATH
     2346do
     2347  IFS=$as_save_IFS
     2348  test -z "$as_dir" && as_dir=.
     2349  for ac_exec_ext in '' $ac_executable_extensions; do
     2350  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2351    ac_cv_prog_ac_ct_STRIP="strip"
     2352    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2353    break 2
     2354  fi
     2355done
     2356done
     2357IFS=$as_save_IFS
     2358
     2359fi
     2360fi
     2361ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
     2362if test -n "$ac_ct_STRIP"; then
     2363  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2364$as_echo "$ac_ct_STRIP" >&6; }
     2365else
     2366  { $as_echo "$as_me:$LINENO: result: no" >&5
     2367$as_echo "no" >&6; }
     2368fi
     2369
     2370  if test "x$ac_ct_STRIP" = x; then
     2371    STRIP=":"
     2372  else
     2373    case $cross_compiling:$ac_tool_warned in
     2374yes:)
     2375{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2376$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2377ac_tool_warned=yes ;;
     2378esac
     2379    STRIP=$ac_ct_STRIP
     2380  fi
     2381else
     2382  STRIP="$ac_cv_prog_STRIP"
     2383fi
     2384
     2385fi
     2386INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
     2387
     2388{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2389$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    21262390if test -z "$MKDIR_P"; then
    21272391  if test "${ac_cv_path_mkdir+set}" = set; then
    2128   echo $ECHO_N "(cached) $ECHO_C" >&6
     2392  $as_echo_n "(cached) " >&6
    21292393else
    21302394  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21612425  fi
    21622426fi
    2163 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2164 echo "${ECHO_T}$MKDIR_P" >&6; }
     2427{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2428$as_echo "$MKDIR_P" >&6; }
    21652429
    21662430mkdir_p="$MKDIR_P"
     
    21742438  # Extract the first word of "$ac_prog", so it can be a program name with args.
    21752439set dummy $ac_prog; ac_word=$2
    2176 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2177 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2440{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2441$as_echo_n "checking for $ac_word... " >&6; }
    21782442if test "${ac_cv_prog_AWK+set}" = set; then
    2179   echo $ECHO_N "(cached) $ECHO_C" >&6
     2443  $as_echo_n "(cached) " >&6
    21802444else
    21812445  if test -n "$AWK"; then
     
    21902454  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21912455    ac_cv_prog_AWK="$ac_prog"
    2192     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2456    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21932457    break 2
    21942458  fi
     
    22012465AWK=$ac_cv_prog_AWK
    22022466if test -n "$AWK"; then
    2203   { echo "$as_me:$LINENO: result: $AWK" >&5
    2204 echo "${ECHO_T}$AWK" >&6; }
    2205 else
    2206   { echo "$as_me:$LINENO: result: no" >&5
    2207 echo "${ECHO_T}no" >&6; }
     2467  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     2468$as_echo "$AWK" >&6; }
     2469else
     2470  { $as_echo "$as_me:$LINENO: result: no" >&5
     2471$as_echo "no" >&6; }
    22082472fi
    22092473
     
    22122476done
    22132477
    2214 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2215 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    2216 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2478{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2479$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2480set x ${MAKE-make}
     2481ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    22172482if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2218   echo $ECHO_N "(cached) $ECHO_C" >&6
     2483  $as_echo_n "(cached) " >&6
    22192484else
    22202485  cat >conftest.make <<\_ACEOF
     
    22332498fi
    22342499if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2235   { echo "$as_me:$LINENO: result: yes" >&5
    2236 echo "${ECHO_T}yes" >&6; }
     2500  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2501$as_echo "yes" >&6; }
    22372502  SET_MAKE=
    22382503else
    2239   { echo "$as_me:$LINENO: result: no" >&5
    2240 echo "${ECHO_T}no" >&6; }
     2504  { $as_echo "$as_me:$LINENO: result: no" >&5
     2505$as_echo "no" >&6; }
    22412506  SET_MAKE="MAKE=${MAKE-make}"
    22422507fi
     
    22572522  # test to see if srcdir already configured
    22582523  if test -f $srcdir/config.status; then
    2259     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2260 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2524    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2525$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    22612526   { (exit 1); exit 1; }; }
    22622527  fi
     
    23032568MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    23042569
    2305 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    2306 
    2307 # Installed binaries are usually stripped using `strip' when the user
    2308 # run `make install-strip'.  However `strip' might not be the right
    2309 # tool to use in cross-compilation environments, therefore Automake
    2310 # will honor the `STRIP' environment variable to overrule this program.
    2311 if test "$cross_compiling" != no; then
    2312   if test -n "$ac_tool_prefix"; then
    2313   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    2314 set dummy ${ac_tool_prefix}strip; ac_word=$2
    2315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2317 if test "${ac_cv_prog_STRIP+set}" = set; then
    2318   echo $ECHO_N "(cached) $ECHO_C" >&6
    2319 else
    2320   if test -n "$STRIP"; then
    2321   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    2322 else
    2323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2324 for as_dir in $PATH
    2325 do
    2326   IFS=$as_save_IFS
    2327   test -z "$as_dir" && as_dir=.
    2328   for ac_exec_ext in '' $ac_executable_extensions; do
    2329   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2330     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2331     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2332     break 2
    2333   fi
    2334 done
    2335 done
    2336 IFS=$as_save_IFS
    2337 
    2338 fi
    2339 fi
    2340 STRIP=$ac_cv_prog_STRIP
    2341 if test -n "$STRIP"; then
    2342   { echo "$as_me:$LINENO: result: $STRIP" >&5
    2343 echo "${ECHO_T}$STRIP" >&6; }
    2344 else
    2345   { echo "$as_me:$LINENO: result: no" >&5
    2346 echo "${ECHO_T}no" >&6; }
    2347 fi
    2348 
    2349 
    2350 fi
    2351 if test -z "$ac_cv_prog_STRIP"; then
    2352   ac_ct_STRIP=$STRIP
    2353   # Extract the first word of "strip", so it can be a program name with args.
    2354 set dummy strip; ac_word=$2
    2355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2357 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2358   echo $ECHO_N "(cached) $ECHO_C" >&6
    2359 else
    2360   if test -n "$ac_ct_STRIP"; then
    2361   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    2362 else
    2363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2364 for as_dir in $PATH
    2365 do
    2366   IFS=$as_save_IFS
    2367   test -z "$as_dir" && as_dir=.
    2368   for ac_exec_ext in '' $ac_executable_extensions; do
    2369   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2370     ac_cv_prog_ac_ct_STRIP="strip"
    2371     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2372     break 2
    2373   fi
    2374 done
    2375 done
    2376 IFS=$as_save_IFS
    2377 
    2378 fi
    2379 fi
    2380 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    2381 if test -n "$ac_ct_STRIP"; then
    2382   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2383 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
    2384 else
    2385   { echo "$as_me:$LINENO: result: no" >&5
    2386 echo "${ECHO_T}no" >&6; }
    2387 fi
    2388 
    2389   if test "x$ac_ct_STRIP" = x; then
    2390     STRIP=":"
    2391   else
    2392     case $cross_compiling:$ac_tool_warned in
    2393 yes:)
    2394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2395 whose name does not start with the host triplet.  If you think this
    2396 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2398 whose name does not start with the host triplet.  If you think this
    2399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2400 ac_tool_warned=yes ;;
    2401 esac
    2402     STRIP=$ac_ct_STRIP
    2403   fi
    2404 else
    2405   STRIP="$ac_cv_prog_STRIP"
    2406 fi
    2407 
    2408 fi
    2409 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    2410 
    24112570# We need awk for the "check" target.  The system "awk" is bad on
    24122571# some platforms.
     
    24242583  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    24252584set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2585{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2586$as_echo_n "checking for $ac_word... " >&6; }
    24282587if test "${ac_cv_prog_RANLIB+set}" = set; then
    2429   echo $ECHO_N "(cached) $ECHO_C" >&6
     2588  $as_echo_n "(cached) " >&6
    24302589else
    24312590  if test -n "$RANLIB"; then
     
    24402599  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24412600    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2601    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24432602    break 2
    24442603  fi
     
    24512610RANLIB=$ac_cv_prog_RANLIB
    24522611if test -n "$RANLIB"; then
    2453   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    2454 echo "${ECHO_T}$RANLIB" >&6; }
    2455 else
    2456   { echo "$as_me:$LINENO: result: no" >&5
    2457 echo "${ECHO_T}no" >&6; }
     2612  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     2613$as_echo "$RANLIB" >&6; }
     2614else
     2615  { $as_echo "$as_me:$LINENO: result: no" >&5
     2616$as_echo "no" >&6; }
    24582617fi
    24592618
     
    24642623  # Extract the first word of "ranlib", so it can be a program name with args.
    24652624set dummy ranlib; ac_word=$2
    2466 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2625{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2626$as_echo_n "checking for $ac_word... " >&6; }
    24682627if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2469   echo $ECHO_N "(cached) $ECHO_C" >&6
     2628  $as_echo_n "(cached) " >&6
    24702629else
    24712630  if test -n "$ac_ct_RANLIB"; then
     
    24802639  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24812640    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2482     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2641    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24832642    break 2
    24842643  fi
     
    24912650ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    24922651if test -n "$ac_ct_RANLIB"; then
    2493   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2494 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    2495 else
    2496   { echo "$as_me:$LINENO: result: no" >&5
    2497 echo "${ECHO_T}no" >&6; }
     2652  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2653$as_echo "$ac_ct_RANLIB" >&6; }
     2654else
     2655  { $as_echo "$as_me:$LINENO: result: no" >&5
     2656$as_echo "no" >&6; }
    24982657fi
    24992658
     
    25032662    case $cross_compiling:$ac_tool_warned in
    25042663yes:)
    2505 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2506 whose name does not start with the host triplet.  If you think this
    2507 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2508 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2509 whose name does not start with the host triplet.  If you think this
    2510 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2664{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2665$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    25112666ac_tool_warned=yes ;;
    25122667esac
     
    25232678ac_compiler_gnu=$ac_cv_c_compiler_gnu
    25242679if test -n "$ac_tool_prefix"; then
    2525   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    2526 set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2529 if test "${ac_cv_prog_CC+set}" = set; then
    2530   echo $ECHO_N "(cached) $ECHO_C" >&6
    2531 else
    2532   if test -n "$CC"; then
    2533   ac_cv_prog_CC="$CC" # Let the user override the test.
    2534 else
    2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2536 for as_dir in $PATH
    2537 do
    2538   IFS=$as_save_IFS
    2539   test -z "$as_dir" && as_dir=.
    2540   for ac_exec_ext in '' $ac_executable_extensions; do
    2541   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2542     ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2543     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2544     break 2
    2545   fi
    2546 done
    2547 done
    2548 IFS=$as_save_IFS
    2549 
    2550 fi
    2551 fi
    2552 CC=$ac_cv_prog_CC
    2553 if test -n "$CC"; then
    2554   { echo "$as_me:$LINENO: result: $CC" >&5
    2555 echo "${ECHO_T}$CC" >&6; }
    2556 else
    2557   { echo "$as_me:$LINENO: result: no" >&5
    2558 echo "${ECHO_T}no" >&6; }
    2559 fi
    2560 
    2561 
    2562 fi
    2563 if test -z "$ac_cv_prog_CC"; then
    2564   ac_ct_CC=$CC
    2565   # Extract the first word of "gcc", so it can be a program name with args.
    2566 set dummy gcc; ac_word=$2
    2567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2569 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2570   echo $ECHO_N "(cached) $ECHO_C" >&6
    2571 else
    2572   if test -n "$ac_ct_CC"; then
    2573   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    2574 else
    2575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2576 for as_dir in $PATH
    2577 do
    2578   IFS=$as_save_IFS
    2579   test -z "$as_dir" && as_dir=.
    2580   for ac_exec_ext in '' $ac_executable_extensions; do
    2581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2582     ac_cv_prog_ac_ct_CC="gcc"
    2583     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2584     break 2
    2585   fi
    2586 done
    2587 done
    2588 IFS=$as_save_IFS
    2589 
    2590 fi
    2591 fi
    2592 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    2593 if test -n "$ac_ct_CC"; then
    2594   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2595 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2596 else
    2597   { echo "$as_me:$LINENO: result: no" >&5
    2598 echo "${ECHO_T}no" >&6; }
    2599 fi
    2600 
    2601   if test "x$ac_ct_CC" = x; then
    2602     CC=""
    2603   else
    2604     case $cross_compiling:$ac_tool_warned in
    2605 yes:)
    2606 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2607 whose name does not start with the host triplet.  If you think this
    2608 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2609 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2610 whose name does not start with the host triplet.  If you think this
    2611 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2612 ac_tool_warned=yes ;;
    2613 esac
    2614     CC=$ac_ct_CC
    2615   fi
    2616 else
    2617   CC="$ac_cv_prog_CC"
    2618 fi
    2619 
    2620 if test -z "$CC"; then
    2621           if test -n "$ac_tool_prefix"; then
    2622     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    2623 set dummy ${ac_tool_prefix}cc; ac_word=$2
    2624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2626 if test "${ac_cv_prog_CC+set}" = set; then
    2627   echo $ECHO_N "(cached) $ECHO_C" >&6
    2628 else
    2629   if test -n "$CC"; then
    2630   ac_cv_prog_CC="$CC" # Let the user override the test.
    2631 else
    2632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2633 for as_dir in $PATH
    2634 do
    2635   IFS=$as_save_IFS
    2636   test -z "$as_dir" && as_dir=.
    2637   for ac_exec_ext in '' $ac_executable_extensions; do
    2638   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2639     ac_cv_prog_CC="${ac_tool_prefix}cc"
    2640     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2641     break 2
    2642   fi
    2643 done
    2644 done
    2645 IFS=$as_save_IFS
    2646 
    2647 fi
    2648 fi
    2649 CC=$ac_cv_prog_CC
    2650 if test -n "$CC"; then
    2651   { echo "$as_me:$LINENO: result: $CC" >&5
    2652 echo "${ECHO_T}$CC" >&6; }
    2653 else
    2654   { echo "$as_me:$LINENO: result: no" >&5
    2655 echo "${ECHO_T}no" >&6; }
    2656 fi
    2657 
    2658 
    2659   fi
    2660 fi
    2661 if test -z "$CC"; then
    2662   # Extract the first word of "cc", so it can be a program name with args.
    2663 set dummy cc; ac_word=$2
    2664 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2665 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2666 if test "${ac_cv_prog_CC+set}" = set; then
    2667   echo $ECHO_N "(cached) $ECHO_C" >&6
    2668 else
    2669   if test -n "$CC"; then
    2670   ac_cv_prog_CC="$CC" # Let the user override the test.
    2671 else
    2672   ac_prog_rejected=no
    2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2674 for as_dir in $PATH
    2675 do
    2676   IFS=$as_save_IFS
    2677   test -z "$as_dir" && as_dir=.
    2678   for ac_exec_ext in '' $ac_executable_extensions; do
    2679   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2680     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    2681        ac_prog_rejected=yes
    2682        continue
    2683      fi
    2684     ac_cv_prog_CC="cc"
    2685     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2686     break 2
    2687   fi
    2688 done
    2689 done
    2690 IFS=$as_save_IFS
    2691 
    2692 if test $ac_prog_rejected = yes; then
    2693   # We found a bogon in the path, so make sure we never use it.
    2694   set dummy $ac_cv_prog_CC
    2695   shift
    2696   if test $@%:@ != 0; then
    2697     # We chose a different compiler from the bogus one.
    2698     # However, it has the same basename, so the bogon will be chosen
    2699     # first if we set CC to just the basename; use the full file name.
    2700     shift
    2701     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    2702   fi
    2703 fi
    2704 fi
    2705 fi
    2706 CC=$ac_cv_prog_CC
    2707 if test -n "$CC"; then
    2708   { echo "$as_me:$LINENO: result: $CC" >&5
    2709 echo "${ECHO_T}$CC" >&6; }
    2710 else
    2711   { echo "$as_me:$LINENO: result: no" >&5
    2712 echo "${ECHO_T}no" >&6; }
    2713 fi
    2714 
    2715 
    2716 fi
    2717 if test -z "$CC"; then
    2718   if test -n "$ac_tool_prefix"; then
    2719   for ac_prog in cl.exe
     2680  for ac_prog in gcc icl
    27202681  do
    27212682    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    27222683set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2684{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2685$as_echo_n "checking for $ac_word... " >&6; }
    27252686if test "${ac_cv_prog_CC+set}" = set; then
    2726   echo $ECHO_N "(cached) $ECHO_C" >&6
     2687  $as_echo_n "(cached) " >&6
    27272688else
    27282689  if test -n "$CC"; then
     
    27372698  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27382699    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2739     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2700    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27402701    break 2
    27412702  fi
     
    27482709CC=$ac_cv_prog_CC
    27492710if test -n "$CC"; then
    2750   { echo "$as_me:$LINENO: result: $CC" >&5
    2751 echo "${ECHO_T}$CC" >&6; }
    2752 else
    2753   { echo "$as_me:$LINENO: result: no" >&5
    2754 echo "${ECHO_T}no" >&6; }
     2711  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2712$as_echo "$CC" >&6; }
     2713else
     2714  { $as_echo "$as_me:$LINENO: result: no" >&5
     2715$as_echo "no" >&6; }
    27552716fi
    27562717
     
    27612722if test -z "$CC"; then
    27622723  ac_ct_CC=$CC
    2763   for ac_prog in cl.exe
     2724  for ac_prog in gcc icl
    27642725do
    27652726  # Extract the first word of "$ac_prog", so it can be a program name with args.
    27662727set dummy $ac_prog; ac_word=$2
    2767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2728{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2729$as_echo_n "checking for $ac_word... " >&6; }
    27692730if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2770   echo $ECHO_N "(cached) $ECHO_C" >&6
     2731  $as_echo_n "(cached) " >&6
    27712732else
    27722733  if test -n "$ac_ct_CC"; then
     
    27812742  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27822743    ac_cv_prog_ac_ct_CC="$ac_prog"
    2783     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2744    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27842745    break 2
    27852746  fi
     
    27922753ac_ct_CC=$ac_cv_prog_ac_ct_CC
    27932754if test -n "$ac_ct_CC"; then
    2794   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2795 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2796 else
    2797   { echo "$as_me:$LINENO: result: no" >&5
    2798 echo "${ECHO_T}no" >&6; }
     2755  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2756$as_echo "$ac_ct_CC" >&6; }
     2757else
     2758  { $as_echo "$as_me:$LINENO: result: no" >&5
     2759$as_echo "no" >&6; }
    27992760fi
    28002761
     
    28082769    case $cross_compiling:$ac_tool_warned in
    28092770yes:)
    2810 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2811 whose name does not start with the host triplet.  If you think this
    2812 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2813 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2814 whose name does not start with the host triplet.  If you think this
    2815 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2771{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2772$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    28162773ac_tool_warned=yes ;;
    28172774esac
     
    28202777fi
    28212778
    2822 fi
    2823 
    2824 
    2825 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2779
     2780test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2781$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2782{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    28262783See \`config.log' for more details." >&5
    2827 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2784$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    28282785See \`config.log' for more details." >&2;}
    2829    { (exit 1); exit 1; }; }
     2786   { (exit 1); exit 1; }; }; }
    28302787
    28312788# Provide some information about the compiler.
    2832 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2833 ac_compiler=`set X $ac_compile; echo $2`
     2789$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2790set X $ac_compile
     2791ac_compiler=$2
    28342792{ (ac_try="$ac_compiler --version >&5"
    28352793case "(($ac_try" in
     
    28372795  *) ac_try_echo=$ac_try;;
    28382796esac
    2839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2798$as_echo "$ac_try_echo") >&5
    28402799  (eval "$ac_compiler --version >&5") 2>&5
    28412800  ac_status=$?
    2842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2801  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28432802  (exit $ac_status); }
    28442803{ (ac_try="$ac_compiler -v >&5"
     
    28472806  *) ac_try_echo=$ac_try;;
    28482807esac
    2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2808eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2809$as_echo "$ac_try_echo") >&5
    28502810  (eval "$ac_compiler -v >&5") 2>&5
    28512811  ac_status=$?
    2852   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2812  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28532813  (exit $ac_status); }
    28542814{ (ac_try="$ac_compiler -V >&5"
     
    28572817  *) ac_try_echo=$ac_try;;
    28582818esac
    2859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2819eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2820$as_echo "$ac_try_echo") >&5
    28602821  (eval "$ac_compiler -V >&5") 2>&5
    28612822  ac_status=$?
    2862   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2823  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28632824  (exit $ac_status); }
    28642825
     
    28792840_ACEOF
    28802841ac_clean_files_save=$ac_clean_files
    2881 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2842ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    28822843# Try to create an executable without -o first, disregard a.out.
    28832844# It will help us diagnose broken compilers, and finding out an intuition
    28842845# of exeext.
    2885 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2886 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2887 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2888 #
    2889 # List of possible output files, starting from the most likely.
    2890 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2891 # only as a last resort.  b.out is created by i960 compilers.
    2892 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2893 #
    2894 # The IRIX 6 linker writes into existing files which may not be
    2895 # executable, retaining their permissions.  Remove them first so a
    2896 # subsequent execution test works.
     2846{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2847$as_echo_n "checking for C compiler default output file name... " >&6; }
     2848ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2849
     2850# The possible output files:
     2851ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2852
    28972853ac_rmfiles=
    28982854for ac_file in $ac_files
    28992855do
    29002856  case $ac_file in
    2901     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2857    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    29022858    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    29032859  esac
     
    29102866  *) ac_try_echo=$ac_try;;
    29112867esac
    2912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2868eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2869$as_echo "$ac_try_echo") >&5
    29132870  (eval "$ac_link_default") 2>&5
    29142871  ac_status=$?
    2915   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2872  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29162873  (exit $ac_status); }; then
    29172874  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    29242881  test -f "$ac_file" || continue
    29252882  case $ac_file in
    2926     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2883    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    29272884        ;;
    29282885    [ab].out )
     
    29512908fi
    29522909
    2953 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2954 echo "${ECHO_T}$ac_file" >&6; }
     2910{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2911$as_echo "$ac_file" >&6; }
    29552912if test -z "$ac_file"; then
    2956   echo "$as_me: failed program was:" >&5
     2913  $as_echo "$as_me: failed program was:" >&5
    29572914sed 's/^/| /' conftest.$ac_ext >&5
    29582915
    2959 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2916{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2917$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2918{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    29602919See \`config.log' for more details." >&5
    2961 echo "$as_me: error: C compiler cannot create executables
     2920$as_echo "$as_me: error: C compiler cannot create executables
    29622921See \`config.log' for more details." >&2;}
    2963    { (exit 77); exit 77; }; }
     2922   { (exit 77); exit 77; }; }; }
    29642923fi
    29652924
     
    29682927# Check that the compiler produces executables we can run.  If not, either
    29692928# the compiler is broken, or we cross compile.
    2970 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2971 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2929{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2930$as_echo_n "checking whether the C compiler works... " >&6; }
    29722931# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    29732932# If not cross compiling, check that we can run a simple program.
     
    29782937  *) ac_try_echo=$ac_try;;
    29792938esac
    2980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2939eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2940$as_echo "$ac_try_echo") >&5
    29812941  (eval "$ac_try") 2>&5
    29822942  ac_status=$?
    2983   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2943  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29842944  (exit $ac_status); }; }; then
    29852945    cross_compiling=no
     
    29882948        cross_compiling=yes
    29892949    else
    2990         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2950        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2951$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2952{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    29912953If you meant to cross compile, use \`--host'.
    29922954See \`config.log' for more details." >&5
    2993 echo "$as_me: error: cannot run C compiled programs.
     2955$as_echo "$as_me: error: cannot run C compiled programs.
    29942956If you meant to cross compile, use \`--host'.
    29952957See \`config.log' for more details." >&2;}
    2996    { (exit 1); exit 1; }; }
     2958   { (exit 1); exit 1; }; }; }
    29972959    fi
    29982960  fi
    29992961fi
    3000 { echo "$as_me:$LINENO: result: yes" >&5
    3001 echo "${ECHO_T}yes" >&6; }
    3002 
    3003 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2962{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2963$as_echo "yes" >&6; }
     2964
     2965rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    30042966ac_clean_files=$ac_clean_files_save
    30052967# Check that the compiler produces executables we can run.  If not, either
    30062968# the compiler is broken, or we cross compile.
    3007 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3008 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    3009 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3010 echo "${ECHO_T}$cross_compiling" >&6; }
    3011 
    3012 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3013 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2969{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2970$as_echo_n "checking whether we are cross compiling... " >&6; }
     2971{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2972$as_echo "$cross_compiling" >&6; }
     2973
     2974{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2975$as_echo_n "checking for suffix of executables... " >&6; }
    30142976if { (ac_try="$ac_link"
    30152977case "(($ac_try" in
     
    30172979  *) ac_try_echo=$ac_try;;
    30182980esac
    3019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2981eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2982$as_echo "$ac_try_echo") >&5
    30202983  (eval "$ac_link") 2>&5
    30212984  ac_status=$?
    3022   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2985  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30232986  (exit $ac_status); }; then
    30242987  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    30292992  test -f "$ac_file" || continue
    30302993  case $ac_file in
    3031     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2994    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    30322995    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    30332996          break;;
     
    30362999done
    30373000else
    3038   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     3001  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3002$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3003{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    30393004See \`config.log' for more details." >&5
    3040 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     3005$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    30413006See \`config.log' for more details." >&2;}
    3042    { (exit 1); exit 1; }; }
     3007   { (exit 1); exit 1; }; }; }
    30433008fi
    30443009
    30453010rm -f conftest$ac_cv_exeext
    3046 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3047 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     3011{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     3012$as_echo "$ac_cv_exeext" >&6; }
    30483013
    30493014rm -f conftest.$ac_ext
    30503015EXEEXT=$ac_cv_exeext
    30513016ac_exeext=$EXEEXT
    3052 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3053 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     3017{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     3018$as_echo_n "checking for suffix of object files... " >&6; }
    30543019if test "${ac_cv_objext+set}" = set; then
    3055   echo $ECHO_N "(cached) $ECHO_C" >&6
     3020  $as_echo_n "(cached) " >&6
    30563021else
    30573022  cat >conftest.$ac_ext <<_ACEOF
     
    30763041  *) ac_try_echo=$ac_try;;
    30773042esac
    3078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3043eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3044$as_echo "$ac_try_echo") >&5
    30793045  (eval "$ac_compile") 2>&5
    30803046  ac_status=$?
    3081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3047  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30823048  (exit $ac_status); }; then
    30833049  for ac_file in conftest.o conftest.obj conftest.*; do
    30843050  test -f "$ac_file" || continue;
    30853051  case $ac_file in
    3086     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     3052    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    30873053    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    30883054       break;;
     
    30903056done
    30913057else
    3092   echo "$as_me: failed program was:" >&5
     3058  $as_echo "$as_me: failed program was:" >&5
    30933059sed 's/^/| /' conftest.$ac_ext >&5
    30943060
    3095 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3061{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3062$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3063{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    30963064See \`config.log' for more details." >&5
    3097 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3065$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    30983066See \`config.log' for more details." >&2;}
    3099    { (exit 1); exit 1; }; }
     3067   { (exit 1); exit 1; }; }; }
    31003068fi
    31013069
    31023070rm -f conftest.$ac_cv_objext conftest.$ac_ext
    31033071fi
    3104 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3105 echo "${ECHO_T}$ac_cv_objext" >&6; }
     3072{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3073$as_echo "$ac_cv_objext" >&6; }
    31063074OBJEXT=$ac_cv_objext
    31073075ac_objext=$OBJEXT
    3108 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3109 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     3076{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3077$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    31103078if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3111   echo $ECHO_N "(cached) $ECHO_C" >&6
     3079  $as_echo_n "(cached) " >&6
    31123080else
    31133081  cat >conftest.$ac_ext <<_ACEOF
     
    31353103  *) ac_try_echo=$ac_try;;
    31363104esac
    3137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3105eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3106$as_echo "$ac_try_echo") >&5
    31383107  (eval "$ac_compile") 2>conftest.er1
    31393108  ac_status=$?
     
    31413110  rm -f conftest.er1
    31423111  cat conftest.err >&5
    3143   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3112  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31443113  (exit $ac_status); } && {
    31453114         test -z "$ac_c_werror_flag" ||
     
    31483117  ac_compiler_gnu=yes
    31493118else
    3150   echo "$as_me: failed program was:" >&5
     3119  $as_echo "$as_me: failed program was:" >&5
    31513120sed 's/^/| /' conftest.$ac_ext >&5
    31523121
     
    31583127
    31593128fi
    3160 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3161 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    3162 GCC=`test $ac_compiler_gnu = yes && echo yes`
     3129{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3130$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     3131if test $ac_compiler_gnu = yes; then
     3132  GCC=yes
     3133else
     3134  GCC=
     3135fi
    31633136ac_test_CFLAGS=${CFLAGS+set}
    31643137ac_save_CFLAGS=$CFLAGS
    3165 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3166 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     3138{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3139$as_echo_n "checking whether $CC accepts -g... " >&6; }
    31673140if test "${ac_cv_prog_cc_g+set}" = set; then
    3168   echo $ECHO_N "(cached) $ECHO_C" >&6
     3141  $as_echo_n "(cached) " >&6
    31693142else
    31703143  ac_save_c_werror_flag=$ac_c_werror_flag
     
    31933166  *) ac_try_echo=$ac_try;;
    31943167esac
    3195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3168eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3169$as_echo "$ac_try_echo") >&5
    31963170  (eval "$ac_compile") 2>conftest.er1
    31973171  ac_status=$?
     
    31993173  rm -f conftest.er1
    32003174  cat conftest.err >&5
    3201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3175  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32023176  (exit $ac_status); } && {
    32033177         test -z "$ac_c_werror_flag" ||
     
    32063180  ac_cv_prog_cc_g=yes
    32073181else
    3208   echo "$as_me: failed program was:" >&5
     3182  $as_echo "$as_me: failed program was:" >&5
    32093183sed 's/^/| /' conftest.$ac_ext >&5
    32103184
     
    32313205  *) ac_try_echo=$ac_try;;
    32323206esac
    3233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3207eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3208$as_echo "$ac_try_echo") >&5
    32343209  (eval "$ac_compile") 2>conftest.er1
    32353210  ac_status=$?
     
    32373212  rm -f conftest.er1
    32383213  cat conftest.err >&5
    3239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3214  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32403215  (exit $ac_status); } && {
    32413216         test -z "$ac_c_werror_flag" ||
     
    32443219  :
    32453220else
    3246   echo "$as_me: failed program was:" >&5
     3221  $as_echo "$as_me: failed program was:" >&5
    32473222sed 's/^/| /' conftest.$ac_ext >&5
    32483223
     
    32703245  *) ac_try_echo=$ac_try;;
    32713246esac
    3272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3247eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3248$as_echo "$ac_try_echo") >&5
    32733249  (eval "$ac_compile") 2>conftest.er1
    32743250  ac_status=$?
     
    32763252  rm -f conftest.er1
    32773253  cat conftest.err >&5
    3278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3254  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32793255  (exit $ac_status); } && {
    32803256         test -z "$ac_c_werror_flag" ||
     
    32833259  ac_cv_prog_cc_g=yes
    32843260else
    3285   echo "$as_me: failed program was:" >&5
     3261  $as_echo "$as_me: failed program was:" >&5
    32863262sed 's/^/| /' conftest.$ac_ext >&5
    32873263
     
    32983274   ac_c_werror_flag=$ac_save_c_werror_flag
    32993275fi
    3300 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3301 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     3276{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3277$as_echo "$ac_cv_prog_cc_g" >&6; }
    33023278if test "$ac_test_CFLAGS" = set; then
    33033279  CFLAGS=$ac_save_CFLAGS
     
    33153291  fi
    33163292fi
    3317 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3318 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     3293{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3294$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    33193295if test "${ac_cv_prog_cc_c89+set}" = set; then
    3320   echo $ECHO_N "(cached) $ECHO_C" >&6
     3296  $as_echo_n "(cached) " >&6
    33213297else
    33223298  ac_cv_prog_cc_c89=no
     
    33893365  *) ac_try_echo=$ac_try;;
    33903366esac
    3391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3367eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3368$as_echo "$ac_try_echo") >&5
    33923369  (eval "$ac_compile") 2>conftest.er1
    33933370  ac_status=$?
     
    33953372  rm -f conftest.er1
    33963373  cat conftest.err >&5
    3397   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3374  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33983375  (exit $ac_status); } && {
    33993376         test -z "$ac_c_werror_flag" ||
     
    34023379  ac_cv_prog_cc_c89=$ac_arg
    34033380else
    3404   echo "$as_me: failed program was:" >&5
     3381  $as_echo "$as_me: failed program was:" >&5
    34053382sed 's/^/| /' conftest.$ac_ext >&5
    34063383
     
    34183395case "x$ac_cv_prog_cc_c89" in
    34193396  x)
    3420     { echo "$as_me:$LINENO: result: none needed" >&5
    3421 echo "${ECHO_T}none needed" >&6; } ;;
     3397    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3398$as_echo "none needed" >&6; } ;;
    34223399  xno)
    3423     { echo "$as_me:$LINENO: result: unsupported" >&5
    3424 echo "${ECHO_T}unsupported" >&6; } ;;
     3400    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3401$as_echo "unsupported" >&6; } ;;
    34253402  *)
    34263403    CC="$CC $ac_cv_prog_cc_c89"
    3427     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3428 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3404    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3405$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    34293406esac
    34303407
     
    34433420cat > confinc << 'END'
    34443421am__doit:
    3445         @echo done
     3422        @echo this is the am__doit target
    34463423.PHONY: am__doit
    34473424END
    34483425# If we don't find an include directive, just comment out the code.
    3449 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3450 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
     3426{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3427$as_echo_n "checking for style of include used by $am_make... " >&6; }
    34513428am__include="#"
    34523429am__quote=
     
    34543431# First try GNU make style include.
    34553432echo "include confinc" > confmf
    3456 # We grep out `Entering directory' and `Leaving directory'
    3457 # messages which can occur if `w' ends up in MAKEFLAGS.
    3458 # In particular we don't look at `^make:' because GNU make might
    3459 # be invoked under some other name (usually "gmake"), in which
    3460 # case it prints its new name instead of `make'.
    3461 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    3462    am__include=include
    3463    am__quote=
    3464    _am_result=GNU
    3465 fi
     3433# Ignore all kinds of additional output from `make'.
     3434case `$am_make -s -f confmf 2> /dev/null` in #(
     3435*the\ am__doit\ target*)
     3436  am__include=include
     3437  am__quote=
     3438  _am_result=GNU
     3439  ;;
     3440esac
    34663441# Now try BSD make style include.
    34673442if test "$am__include" = "#"; then
    34683443   echo '.include "confinc"' > confmf
    3469    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    3470       am__include=.include
    3471       am__quote="\""
    3472       _am_result=BSD
    3473    fi
    3474 fi
    3475 
    3476 
    3477 { echo "$as_me:$LINENO: result: $_am_result" >&5
    3478 echo "${ECHO_T}$_am_result" >&6; }
     3444   case `$am_make -s -f confmf 2> /dev/null` in #(
     3445   *the\ am__doit\ target*)
     3446     am__include=.include
     3447     am__quote="\""
     3448     _am_result=BSD
     3449     ;;
     3450   esac
     3451fi
     3452
     3453
     3454{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
     3455$as_echo "$_am_result" >&6; }
    34793456rm -f confinc confmf
    34803457
    3481 # Check whether --enable-dependency-tracking was given.
     3458@%:@ Check whether --enable-dependency-tracking was given.
    34823459if test "${enable_dependency_tracking+set}" = set; then
    34833460  enableval=$enable_dependency_tracking;
     
    35003477depcc="$CC"   am_compiler_list=
    35013478
    3502 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3503 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     3479{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3480$as_echo_n "checking dependency style of $depcc... " >&6; }
    35043481if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3505   echo $ECHO_N "(cached) $ECHO_C" >&6
     3482  $as_echo_n "(cached) " >&6
    35063483else
    35073484  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    35283505     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    35293506  fi
     3507  am__universal=false
     3508  case " $depcc " in #(
     3509     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     3510     esac
     3511
    35303512  for depmode in $am_compiler_list; do
    35313513    # Setup a source with many dependencies, because some compilers
     
    35453527    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    35463528
     3529    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3530    # mode.  It turns out that the SunPro C++ compiler does not properly
     3531    # handle `-M -o', and we need to detect this.  Also, some Intel
     3532    # versions had trouble with output in subdirs
     3533    am__obj=sub/conftest.${OBJEXT-o}
     3534    am__minus_obj="-o $am__obj"
    35473535    case $depmode in
     3536    gcc)
     3537      # This depmode causes a compiler race in universal mode.
     3538      test "$am__universal" = false || continue
     3539      ;;
    35483540    nosideeffect)
    35493541      # after this tag, mechanisms are not by side-effect, so they'll
     
    35553547      fi
    35563548      ;;
     3549    msvisualcpp | msvcmsys)
     3550      # This compiler won't grok `-c -o', but also, the minuso test has
     3551      # not run yet.  These depmodes are late enough in the game, and
     3552      # so weak that their functioning should not be impacted.
     3553      am__obj=conftest.${OBJEXT-o}
     3554      am__minus_obj=
     3555      ;;
    35573556    none) break ;;
    35583557    esac
    3559     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    3560     # mode.  It turns out that the SunPro C++ compiler does not properly
    3561     # handle `-M -o', and we need to detect this.
    35623558    if depmode=$depmode \
    3563        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     3559       source=sub/conftest.c object=$am__obj \
    35643560       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    3565        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     3561       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    35663562         >/dev/null 2>conftest.err &&
    35673563       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    35683564       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    3569        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     3565       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    35703566       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    35713567      # icc doesn't choke on unknown options, it will just issue warnings
     
    35913587
    35923588fi
    3593 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3594 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
     3589{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3590$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
    35953591CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    35963592
     
    36053601fi
    36063602
     3603
     3604ac_ext=c
     3605ac_cpp='$CPP $CPPFLAGS'
     3606ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3607ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3608ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3609{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3610$as_echo_n "checking how to run the C preprocessor... " >&6; }
     3611# On Suns, sometimes $CPP names a directory.
     3612if test -n "$CPP" && test -d "$CPP"; then
     3613  CPP=
     3614fi
     3615if test -z "$CPP"; then
     3616  if test "${ac_cv_prog_CPP+set}" = set; then
     3617  $as_echo_n "(cached) " >&6
     3618else
     3619      # Double quotes because CPP needs to be expanded
     3620    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
     3621    do
     3622      ac_preproc_ok=false
     3623for ac_c_preproc_warn_flag in '' yes
     3624do
     3625  # Use a header file that comes with gcc, so configuring glibc
     3626  # with a fresh cross-compiler works.
     3627  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3628  # <limits.h> exists even on freestanding compilers.
     3629  # On the NeXT, cc -E runs the code through the compiler's parser,
     3630  # not just through cpp. "Syntax error" is here to catch this case.
     3631  cat >conftest.$ac_ext <<_ACEOF
     3632/* confdefs.h.  */
     3633_ACEOF
     3634cat confdefs.h >>conftest.$ac_ext
     3635cat >>conftest.$ac_ext <<_ACEOF
     3636/* end confdefs.h.  */
     3637@%:@ifdef __STDC__
     3638@%:@ include <limits.h>
     3639@%:@else
     3640@%:@ include <assert.h>
     3641@%:@endif
     3642                     Syntax error
     3643_ACEOF
     3644if { (ac_try="$ac_cpp conftest.$ac_ext"
     3645case "(($ac_try" in
     3646  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3647  *) ac_try_echo=$ac_try;;
     3648esac
     3649eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3650$as_echo "$ac_try_echo") >&5
     3651  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3652  ac_status=$?
     3653  grep -v '^ *+' conftest.er1 >conftest.err
     3654  rm -f conftest.er1
     3655  cat conftest.err >&5
     3656  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3657  (exit $ac_status); } >/dev/null && {
     3658         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3659         test ! -s conftest.err
     3660       }; then
     3661  :
     3662else
     3663  $as_echo "$as_me: failed program was:" >&5
     3664sed 's/^/| /' conftest.$ac_ext >&5
     3665
     3666  # Broken: fails on valid input.
     3667continue
     3668fi
     3669
     3670rm -f conftest.err conftest.$ac_ext
     3671
     3672  # OK, works on sane cases.  Now check whether nonexistent headers
     3673  # can be detected and how.
     3674  cat >conftest.$ac_ext <<_ACEOF
     3675/* confdefs.h.  */
     3676_ACEOF
     3677cat confdefs.h >>conftest.$ac_ext
     3678cat >>conftest.$ac_ext <<_ACEOF
     3679/* end confdefs.h.  */
     3680@%:@include <ac_nonexistent.h>
     3681_ACEOF
     3682if { (ac_try="$ac_cpp conftest.$ac_ext"
     3683case "(($ac_try" in
     3684  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3685  *) ac_try_echo=$ac_try;;
     3686esac
     3687eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3688$as_echo "$ac_try_echo") >&5
     3689  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3690  ac_status=$?
     3691  grep -v '^ *+' conftest.er1 >conftest.err
     3692  rm -f conftest.er1
     3693  cat conftest.err >&5
     3694  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3695  (exit $ac_status); } >/dev/null && {
     3696         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3697         test ! -s conftest.err
     3698       }; then
     3699  # Broken: success on invalid input.
     3700continue
     3701else
     3702  $as_echo "$as_me: failed program was:" >&5
     3703sed 's/^/| /' conftest.$ac_ext >&5
     3704
     3705  # Passes both tests.
     3706ac_preproc_ok=:
     3707break
     3708fi
     3709
     3710rm -f conftest.err conftest.$ac_ext
     3711
     3712done
     3713# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3714rm -f conftest.err conftest.$ac_ext
     3715if $ac_preproc_ok; then
     3716  break
     3717fi
     3718
     3719    done
     3720    ac_cv_prog_CPP=$CPP
     3721 
     3722fi
     3723  CPP=$ac_cv_prog_CPP
     3724else
     3725  ac_cv_prog_CPP=$CPP
     3726fi
     3727{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3728$as_echo "$CPP" >&6; }
     3729ac_preproc_ok=false
     3730for ac_c_preproc_warn_flag in '' yes
     3731do
     3732  # Use a header file that comes with gcc, so configuring glibc
     3733  # with a fresh cross-compiler works.
     3734  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3735  # <limits.h> exists even on freestanding compilers.
     3736  # On the NeXT, cc -E runs the code through the compiler's parser,
     3737  # not just through cpp. "Syntax error" is here to catch this case.
     3738  cat >conftest.$ac_ext <<_ACEOF
     3739/* confdefs.h.  */
     3740_ACEOF
     3741cat confdefs.h >>conftest.$ac_ext
     3742cat >>conftest.$ac_ext <<_ACEOF
     3743/* end confdefs.h.  */
     3744@%:@ifdef __STDC__
     3745@%:@ include <limits.h>
     3746@%:@else
     3747@%:@ include <assert.h>
     3748@%:@endif
     3749                     Syntax error
     3750_ACEOF
     3751if { (ac_try="$ac_cpp conftest.$ac_ext"
     3752case "(($ac_try" in
     3753  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3754  *) ac_try_echo=$ac_try;;
     3755esac
     3756eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3757$as_echo "$ac_try_echo") >&5
     3758  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3759  ac_status=$?
     3760  grep -v '^ *+' conftest.er1 >conftest.err
     3761  rm -f conftest.er1
     3762  cat conftest.err >&5
     3763  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3764  (exit $ac_status); } >/dev/null && {
     3765         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3766         test ! -s conftest.err
     3767       }; then
     3768  :
     3769else
     3770  $as_echo "$as_me: failed program was:" >&5
     3771sed 's/^/| /' conftest.$ac_ext >&5
     3772
     3773  # Broken: fails on valid input.
     3774continue
     3775fi
     3776
     3777rm -f conftest.err conftest.$ac_ext
     3778
     3779  # OK, works on sane cases.  Now check whether nonexistent headers
     3780  # can be detected and how.
     3781  cat >conftest.$ac_ext <<_ACEOF
     3782/* confdefs.h.  */
     3783_ACEOF
     3784cat confdefs.h >>conftest.$ac_ext
     3785cat >>conftest.$ac_ext <<_ACEOF
     3786/* end confdefs.h.  */
     3787@%:@include <ac_nonexistent.h>
     3788_ACEOF
     3789if { (ac_try="$ac_cpp conftest.$ac_ext"
     3790case "(($ac_try" in
     3791  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3792  *) ac_try_echo=$ac_try;;
     3793esac
     3794eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3795$as_echo "$ac_try_echo") >&5
     3796  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3797  ac_status=$?
     3798  grep -v '^ *+' conftest.er1 >conftest.err
     3799  rm -f conftest.er1
     3800  cat conftest.err >&5
     3801  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3802  (exit $ac_status); } >/dev/null && {
     3803         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3804         test ! -s conftest.err
     3805       }; then
     3806  # Broken: success on invalid input.
     3807continue
     3808else
     3809  $as_echo "$as_me: failed program was:" >&5
     3810sed 's/^/| /' conftest.$ac_ext >&5
     3811
     3812  # Passes both tests.
     3813ac_preproc_ok=:
     3814break
     3815fi
     3816
     3817rm -f conftest.err conftest.$ac_ext
     3818
     3819done
     3820# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3821rm -f conftest.err conftest.$ac_ext
     3822if $ac_preproc_ok; then
     3823  :
     3824else
     3825  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3826$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3827{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3828See \`config.log' for more details." >&5
     3829$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3830See \`config.log' for more details." >&2;}
     3831   { (exit 1); exit 1; }; }; }
     3832fi
     3833
     3834ac_ext=c
     3835ac_cpp='$CPP $CPPFLAGS'
     3836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3838ac_compiler_gnu=$ac_cv_c_compiler_gnu
    36073839
    36083840ac_ext=cpp
     
    36163848  else
    36173849    if test -n "$ac_tool_prefix"; then
    3618   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3850  for ac_prog in g++ icl
    36193851  do
    36203852    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    36213853set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3622 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3854{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3855$as_echo_n "checking for $ac_word... " >&6; }
    36243856if test "${ac_cv_prog_CXX+set}" = set; then
    3625   echo $ECHO_N "(cached) $ECHO_C" >&6
     3857  $as_echo_n "(cached) " >&6
    36263858else
    36273859  if test -n "$CXX"; then
     
    36363868  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36373869    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3638     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3870    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36393871    break 2
    36403872  fi
     
    36473879CXX=$ac_cv_prog_CXX
    36483880if test -n "$CXX"; then
    3649   { echo "$as_me:$LINENO: result: $CXX" >&5
    3650 echo "${ECHO_T}$CXX" >&6; }
    3651 else
    3652   { echo "$as_me:$LINENO: result: no" >&5
    3653 echo "${ECHO_T}no" >&6; }
     3881  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3882$as_echo "$CXX" >&6; }
     3883else
     3884  { $as_echo "$as_me:$LINENO: result: no" >&5
     3885$as_echo "no" >&6; }
    36543886fi
    36553887
     
    36603892if test -z "$CXX"; then
    36613893  ac_ct_CXX=$CXX
    3662   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3894  for ac_prog in g++ icl
    36633895do
    36643896  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36653897set dummy $ac_prog; ac_word=$2
    3666 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3898{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3899$as_echo_n "checking for $ac_word... " >&6; }
    36683900if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3669   echo $ECHO_N "(cached) $ECHO_C" >&6
     3901  $as_echo_n "(cached) " >&6
    36703902else
    36713903  if test -n "$ac_ct_CXX"; then
     
    36803912  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36813913    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3682     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3914    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36833915    break 2
    36843916  fi
     
    36913923ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    36923924if test -n "$ac_ct_CXX"; then
    3693   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3694 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    3695 else
    3696   { echo "$as_me:$LINENO: result: no" >&5
    3697 echo "${ECHO_T}no" >&6; }
     3925  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3926$as_echo "$ac_ct_CXX" >&6; }
     3927else
     3928  { $as_echo "$as_me:$LINENO: result: no" >&5
     3929$as_echo "no" >&6; }
    36983930fi
    36993931
     
    37073939    case $cross_compiling:$ac_tool_warned in
    37083940yes:)
    3709 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    3710 whose name does not start with the host triplet.  If you think this
    3711 configuration is useful to you, please write to autoconf@gnu.org." >&5
    3712 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    3713 whose name does not start with the host triplet.  If you think this
    3714 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3941{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    37153943ac_tool_warned=yes ;;
    37163944esac
     
    37223950fi
    37233951# Provide some information about the compiler.
    3724 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3725 ac_compiler=`set X $ac_compile; echo $2`
     3952$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3953set X $ac_compile
     3954ac_compiler=$2
    37263955{ (ac_try="$ac_compiler --version >&5"
    37273956case "(($ac_try" in
     
    37293958  *) ac_try_echo=$ac_try;;
    37303959esac
    3731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3960eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3961$as_echo "$ac_try_echo") >&5
    37323962  (eval "$ac_compiler --version >&5") 2>&5
    37333963  ac_status=$?
    3734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3964  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37353965  (exit $ac_status); }
    37363966{ (ac_try="$ac_compiler -v >&5"
     
    37393969  *) ac_try_echo=$ac_try;;
    37403970esac
    3741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3971eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3972$as_echo "$ac_try_echo") >&5
    37423973  (eval "$ac_compiler -v >&5") 2>&5
    37433974  ac_status=$?
    3744   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3975  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37453976  (exit $ac_status); }
    37463977{ (ac_try="$ac_compiler -V >&5"
     
    37493980  *) ac_try_echo=$ac_try;;
    37503981esac
    3751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3983$as_echo "$ac_try_echo") >&5
    37523984  (eval "$ac_compiler -V >&5") 2>&5
    37533985  ac_status=$?
    3754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3986  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37553987  (exit $ac_status); }
    37563988
    3757 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3758 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     3989{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3990$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    37593991if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3760   echo $ECHO_N "(cached) $ECHO_C" >&6
     3992  $as_echo_n "(cached) " >&6
    37613993else
    37623994  cat >conftest.$ac_ext <<_ACEOF
     
    37844016  *) ac_try_echo=$ac_try;;
    37854017esac
    3786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4018eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4019$as_echo "$ac_try_echo") >&5
    37874020  (eval "$ac_compile") 2>conftest.er1
    37884021  ac_status=$?
     
    37904023  rm -f conftest.er1
    37914024  cat conftest.err >&5
    3792   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4025  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37934026  (exit $ac_status); } && {
    37944027         test -z "$ac_cxx_werror_flag" ||
     
    37974030  ac_compiler_gnu=yes
    37984031else
    3799   echo "$as_me: failed program was:" >&5
     4032  $as_echo "$as_me: failed program was:" >&5
    38004033sed 's/^/| /' conftest.$ac_ext >&5
    38014034
     
    38074040
    38084041fi
    3809 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3810 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    3811 GXX=`test $ac_compiler_gnu = yes && echo yes`
     4042{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     4043$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     4044if test $ac_compiler_gnu = yes; then
     4045  GXX=yes
     4046else
     4047  GXX=
     4048fi
    38124049ac_test_CXXFLAGS=${CXXFLAGS+set}
    38134050ac_save_CXXFLAGS=$CXXFLAGS
    3814 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3815 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     4051{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     4052$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    38164053if test "${ac_cv_prog_cxx_g+set}" = set; then
    3817   echo $ECHO_N "(cached) $ECHO_C" >&6
     4054  $as_echo_n "(cached) " >&6
    38184055else
    38194056  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    38424079  *) ac_try_echo=$ac_try;;
    38434080esac
    3844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4081eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4082$as_echo "$ac_try_echo") >&5
    38454083  (eval "$ac_compile") 2>conftest.er1
    38464084  ac_status=$?
     
    38484086  rm -f conftest.er1
    38494087  cat conftest.err >&5
    3850   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4088  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38514089  (exit $ac_status); } && {
    38524090         test -z "$ac_cxx_werror_flag" ||
     
    38554093  ac_cv_prog_cxx_g=yes
    38564094else
    3857   echo "$as_me: failed program was:" >&5
     4095  $as_echo "$as_me: failed program was:" >&5
    38584096sed 's/^/| /' conftest.$ac_ext >&5
    38594097
     
    38804118  *) ac_try_echo=$ac_try;;
    38814119esac
    3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4120eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4121$as_echo "$ac_try_echo") >&5
    38834122  (eval "$ac_compile") 2>conftest.er1
    38844123  ac_status=$?
     
    38864125  rm -f conftest.er1
    38874126  cat conftest.err >&5
    3888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38894128  (exit $ac_status); } && {
    38904129         test -z "$ac_cxx_werror_flag" ||
     
    38934132  :
    38944133else
    3895   echo "$as_me: failed program was:" >&5
     4134  $as_echo "$as_me: failed program was:" >&5
    38964135sed 's/^/| /' conftest.$ac_ext >&5
    38974136
     
    39194158  *) ac_try_echo=$ac_try;;
    39204159esac
    3921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4160eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4161$as_echo "$ac_try_echo") >&5
    39224162  (eval "$ac_compile") 2>conftest.er1
    39234163  ac_status=$?
     
    39254165  rm -f conftest.er1
    39264166  cat conftest.err >&5
    3927   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4167  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39284168  (exit $ac_status); } && {
    39294169         test -z "$ac_cxx_werror_flag" ||
     
    39324172  ac_cv_prog_cxx_g=yes
    39334173else
    3934   echo "$as_me: failed program was:" >&5
     4174  $as_echo "$as_me: failed program was:" >&5
    39354175sed 's/^/| /' conftest.$ac_ext >&5
    39364176
     
    39474187   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    39484188fi
    3949 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3950 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     4189{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4190$as_echo "$ac_cv_prog_cxx_g" >&6; }
    39514191if test "$ac_test_CXXFLAGS" = set; then
    39524192  CXXFLAGS=$ac_save_CXXFLAGS
     
    39724212depcc="$CXX"  am_compiler_list=
    39734213
    3974 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3975 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     4214{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     4215$as_echo_n "checking dependency style of $depcc... " >&6; }
    39764216if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    3977   echo $ECHO_N "(cached) $ECHO_C" >&6
     4217  $as_echo_n "(cached) " >&6
    39784218else
    39794219  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    40004240     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    40014241  fi
     4242  am__universal=false
     4243  case " $depcc " in #(
     4244     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     4245     esac
     4246
    40024247  for depmode in $am_compiler_list; do
    40034248    # Setup a source with many dependencies, because some compilers
     
    40174262    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    40184263
     4264    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     4265    # mode.  It turns out that the SunPro C++ compiler does not properly
     4266    # handle `-M -o', and we need to detect this.  Also, some Intel
     4267    # versions had trouble with output in subdirs
     4268    am__obj=sub/conftest.${OBJEXT-o}
     4269    am__minus_obj="-o $am__obj"
    40194270    case $depmode in
     4271    gcc)
     4272      # This depmode causes a compiler race in universal mode.
     4273      test "$am__universal" = false || continue
     4274      ;;
    40204275    nosideeffect)
    40214276      # after this tag, mechanisms are not by side-effect, so they'll
     
    40274282      fi
    40284283      ;;
     4284    msvisualcpp | msvcmsys)
     4285      # This compiler won't grok `-c -o', but also, the minuso test has
     4286      # not run yet.  These depmodes are late enough in the game, and
     4287      # so weak that their functioning should not be impacted.
     4288      am__obj=conftest.${OBJEXT-o}
     4289      am__minus_obj=
     4290      ;;
    40294291    none) break ;;
    40304292    esac
    4031     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    4032     # mode.  It turns out that the SunPro C++ compiler does not properly
    4033     # handle `-M -o', and we need to detect this.
    40344293    if depmode=$depmode \
    4035        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     4294       source=sub/conftest.c object=$am__obj \
    40364295       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    4037        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     4296       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    40384297         >/dev/null 2>conftest.err &&
    40394298       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    40404299       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    4041        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     4300       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    40424301       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    40434302      # icc doesn't choke on unknown options, it will just issue warnings
     
    40634322
    40644323fi
    4065 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    4066 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
     4324{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4325$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
    40674326CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    40684327
     
    40834342ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    40844343if test -n "$ac_tool_prefix"; then
    4085   for ac_prog in ifort g77
     4344  for ac_prog in ifort g77 gfortran
    40864345  do
    40874346    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    40884347set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4089 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4090 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4348{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4349$as_echo_n "checking for $ac_word... " >&6; }
    40914350if test "${ac_cv_prog_F77+set}" = set; then
    4092   echo $ECHO_N "(cached) $ECHO_C" >&6
     4351  $as_echo_n "(cached) " >&6
    40934352else
    40944353  if test -n "$F77"; then
     
    41034362  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41044363    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4105     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4364    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41064365    break 2
    41074366  fi
     
    41144373F77=$ac_cv_prog_F77
    41154374if test -n "$F77"; then
    4116   { echo "$as_me:$LINENO: result: $F77" >&5
    4117 echo "${ECHO_T}$F77" >&6; }
    4118 else
    4119   { echo "$as_me:$LINENO: result: no" >&5
    4120 echo "${ECHO_T}no" >&6; }
     4375  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     4376$as_echo "$F77" >&6; }
     4377else
     4378  { $as_echo "$as_me:$LINENO: result: no" >&5
     4379$as_echo "no" >&6; }
    41214380fi
    41224381
     
    41274386if test -z "$F77"; then
    41284387  ac_ct_F77=$F77
    4129   for ac_prog in ifort g77
     4388  for ac_prog in ifort g77 gfortran
    41304389do
    41314390  # Extract the first word of "$ac_prog", so it can be a program name with args.
    41324391set dummy $ac_prog; ac_word=$2
    4133 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4392{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4393$as_echo_n "checking for $ac_word... " >&6; }
    41354394if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4136   echo $ECHO_N "(cached) $ECHO_C" >&6
     4395  $as_echo_n "(cached) " >&6
    41374396else
    41384397  if test -n "$ac_ct_F77"; then
     
    41474406  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    41484407    ac_cv_prog_ac_ct_F77="$ac_prog"
    4149     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4408    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    41504409    break 2
    41514410  fi
     
    41584417ac_ct_F77=$ac_cv_prog_ac_ct_F77
    41594418if test -n "$ac_ct_F77"; then
    4160   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4161 echo "${ECHO_T}$ac_ct_F77" >&6; }
    4162 else
    4163   { echo "$as_me:$LINENO: result: no" >&5
    4164 echo "${ECHO_T}no" >&6; }
     4419  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4420$as_echo "$ac_ct_F77" >&6; }
     4421else
     4422  { $as_echo "$as_me:$LINENO: result: no" >&5
     4423$as_echo "no" >&6; }
    41654424fi
    41664425
     
    41744433    case $cross_compiling:$ac_tool_warned in
    41754434yes:)
    4176 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    4177 whose name does not start with the host triplet.  If you think this
    4178 configuration is useful to you, please write to autoconf@gnu.org." >&5
    4179 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    4180 whose name does not start with the host triplet.  If you think this
    4181 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     4435{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    41824437ac_tool_warned=yes ;;
    41834438esac
     
    41884443
    41894444# Provide some information about the compiler.
    4190 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4191 ac_compiler=`set X $ac_compile; echo $2`
     4445$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4446set X $ac_compile
     4447ac_compiler=$2
    41924448{ (ac_try="$ac_compiler --version >&5"
    41934449case "(($ac_try" in
     
    41954451  *) ac_try_echo=$ac_try;;
    41964452esac
    4197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4453eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4454$as_echo "$ac_try_echo") >&5
    41984455  (eval "$ac_compiler --version >&5") 2>&5
    41994456  ac_status=$?
    4200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4457  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42014458  (exit $ac_status); }
    42024459{ (ac_try="$ac_compiler -v >&5"
     
    42054462  *) ac_try_echo=$ac_try;;
    42064463esac
    4207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4464eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4465$as_echo "$ac_try_echo") >&5
    42084466  (eval "$ac_compiler -v >&5") 2>&5
    42094467  ac_status=$?
    4210   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4468  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42114469  (exit $ac_status); }
    42124470{ (ac_try="$ac_compiler -V >&5"
     
    42154473  *) ac_try_echo=$ac_try;;
    42164474esac
    4217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4475eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4476$as_echo "$ac_try_echo") >&5
    42184477  (eval "$ac_compiler -V >&5") 2>&5
    42194478  ac_status=$?
    4220   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4479  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42214480  (exit $ac_status); }
    42224481rm -f a.out
     
    42264485ac_save_ext=$ac_ext
    42274486ac_ext=F
    4228 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4229 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     4487{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4488$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    42304489if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4231   echo $ECHO_N "(cached) $ECHO_C" >&6
     4490  $as_echo_n "(cached) " >&6
    42324491else
    42334492  cat >conftest.$ac_ext <<_ACEOF
     
    42454504  *) ac_try_echo=$ac_try;;
    42464505esac
    4247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4506eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4507$as_echo "$ac_try_echo") >&5
    42484508  (eval "$ac_compile") 2>conftest.er1
    42494509  ac_status=$?
     
    42514511  rm -f conftest.er1
    42524512  cat conftest.err >&5
    4253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4513  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42544514  (exit $ac_status); } && {
    42554515         test -z "$ac_f77_werror_flag" ||
     
    42584518  ac_compiler_gnu=yes
    42594519else
    4260   echo "$as_me: failed program was:" >&5
     4520  $as_echo "$as_me: failed program was:" >&5
    42614521sed 's/^/| /' conftest.$ac_ext >&5
    42624522
     
    42684528
    42694529fi
    4270 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4271 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     4530{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4531$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    42724532ac_ext=$ac_save_ext
    42734533ac_test_FFLAGS=${FFLAGS+set}
    42744534ac_save_FFLAGS=$FFLAGS
    42754535FFLAGS=
    4276 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4277 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     4536{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4537$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    42784538if test "${ac_cv_prog_f77_g+set}" = set; then
    4279   echo $ECHO_N "(cached) $ECHO_C" >&6
     4539  $as_echo_n "(cached) " >&6
    42804540else
    42814541  FFLAGS=-g
     
    42914551  *) ac_try_echo=$ac_try;;
    42924552esac
    4293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4553eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4554$as_echo "$ac_try_echo") >&5
    42944555  (eval "$ac_compile") 2>conftest.er1
    42954556  ac_status=$?
     
    42974558  rm -f conftest.er1
    42984559  cat conftest.err >&5
    4299   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4560  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43004561  (exit $ac_status); } && {
    43014562         test -z "$ac_f77_werror_flag" ||
     
    43044565  ac_cv_prog_f77_g=yes
    43054566else
    4306   echo "$as_me: failed program was:" >&5
     4567  $as_echo "$as_me: failed program was:" >&5
    43074568sed 's/^/| /' conftest.$ac_ext >&5
    43084569
     
    43134574
    43144575fi
    4315 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4316 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     4576{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4577$as_echo "$ac_cv_prog_f77_g" >&6; }
    43174578if test "$ac_test_FFLAGS" = set; then
    43184579  FFLAGS=$ac_save_FFLAGS
     
    43314592fi
    43324593
    4333 G77=`test $ac_compiler_gnu = yes && echo yes`
     4594if test $ac_compiler_gnu = yes; then
     4595  G77=yes
     4596else
     4597  G77=
     4598fi
    43344599ac_ext=c
    43354600ac_cpp='$CPP $CPPFLAGS'
     
    43434608ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    43444609ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4345 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4346 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
     4610{ $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4611$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
    43474612if test "${ac_cv_prog_f77_v+set}" = set; then
    4348   echo $ECHO_N "(cached) $ECHO_C" >&6
     4613  $as_echo_n "(cached) " >&6
    43494614else
    43504615  cat >conftest.$ac_ext <<_ACEOF
     
    43594624  *) ac_try_echo=$ac_try;;
    43604625esac
    4361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4626eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4627$as_echo "$ac_try_echo") >&5
    43624628  (eval "$ac_compile") 2>conftest.er1
    43634629  ac_status=$?
     
    43654631  rm -f conftest.er1
    43664632  cat conftest.err >&5
    4367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4633  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43684634  (exit $ac_status); } && {
    43694635         test -z "$ac_f77_werror_flag" ||
     
    43874653eval "set x $ac_link"
    43884654shift
    4389 echo "$as_me:$LINENO: $*" >&5
    4390 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4391 echo "$ac_f77_v_output" >&5
     4655$as_echo "$as_me:$LINENO: $*" >&5
     4656# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4657# LIBRARY_PATH; skip all such settings.
     4658ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4659  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4660$as_echo "$ac_f77_v_output" >&5
    43924661FFLAGS=$ac_save_FFLAGS
    43934662
    4394 rm -f conftest*
     4663rm -rf conftest*
    43954664
    43964665# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    43994668ac_f77_v_output="`echo $ac_f77_v_output |
    44004669        grep 'LPATH is:' |
    4401         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4670        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    44024671
    44034672# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    44394708done
    44404709if test -z "$ac_cv_prog_f77_v"; then
    4441    { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4442 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4443 fi
    4444 else
    4445   echo "$as_me: failed program was:" >&5
     4710   { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4711$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4712fi
     4713else
     4714  $as_echo "$as_me: failed program was:" >&5
    44464715sed 's/^/| /' conftest.$ac_ext >&5
    44474716
    4448         { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4449 echo "$as_me: WARNING: compilation failed" >&2;}
     4717        { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4718$as_echo "$as_me: WARNING: compilation failed" >&2;}
    44504719fi
    44514720
     
    44534722
    44544723fi
    4455 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4456 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
    4457 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4458 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
     4724{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4725$as_echo "$ac_cv_prog_f77_v" >&6; }
     4726{ $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4727$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
    44594728if test "${ac_cv_f77_libs+set}" = set; then
    4460   echo $ECHO_N "(cached) $ECHO_C" >&6
     4729  $as_echo_n "(cached) " >&6
    44614730else
    44624731  if test "x$FLIBS" != "x"; then
     
    44784747eval "set x $ac_link"
    44794748shift
    4480 echo "$as_me:$LINENO: $*" >&5
    4481 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4482 echo "$ac_f77_v_output" >&5
     4749$as_echo "$as_me:$LINENO: $*" >&5
     4750# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4751# LIBRARY_PATH; skip all such settings.
     4752ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4753  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4754$as_echo "$ac_f77_v_output" >&5
    44834755FFLAGS=$ac_save_FFLAGS
    44844756
    4485 rm -f conftest*
     4757rm -rf conftest*
    44864758
    44874759# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    44904762ac_f77_v_output="`echo $ac_f77_v_output |
    44914763        grep 'LPATH is:' |
    4492         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4764        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    44934765
    44944766# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45894861          ;;
    45904862        -YP,*)
    4591           for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4863          for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    45924864              ac_exists=false
    45934865  for ac_i in $ac_cv_f77_libs; do
     
    46374909case `(uname -sr) 2>/dev/null` in
    46384910   "SunOS 5"*)
    4639       ac_ld_run_path=`echo $ac_f77_v_output |
     4911      ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
    46404912                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    46414913      test "x$ac_ld_run_path" != x &&
     
    46524924
    46534925fi
    4654 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4655 echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
     4926{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4927$as_echo "$ac_cv_f77_libs" >&6; }
    46564928FLIBS="$ac_cv_f77_libs"
    46574929
     
    46644936
    46654937if test "x$CC" != xcc; then
    4666   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4667 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
    4668 else
    4669   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4670 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
    4671 fi
    4672 set dummy $CC; ac_cc=`echo $2 |
     4938  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4939$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
     4940else
     4941  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4942$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
     4943fi
     4944set dummy $CC; ac_cc=`$as_echo "$2" |
    46734945                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    46744946if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4675   echo $ECHO_N "(cached) $ECHO_C" >&6
     4947  $as_echo_n "(cached) " >&6
    46764948else
    46774949  cat >conftest.$ac_ext <<_ACEOF
     
    46994971  *) ac_try_echo=$ac_try;;
    47004972esac
    4701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4973eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4974$as_echo "$ac_try_echo") >&5
    47024975  (eval "$ac_try") 2>&5
    47034976  ac_status=$?
    4704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4977  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47054978  (exit $ac_status); } &&
    47064979   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    47084981  *) ac_try_echo=$ac_try;;
    47094982esac
    4710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4983eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4984$as_echo "$ac_try_echo") >&5
    47114985  (eval "$ac_try") 2>&5
    47124986  ac_status=$?
    4713   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4987  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47144988  (exit $ac_status); };
    47154989then
     
    47224996  *) ac_try_echo=$ac_try;;
    47234997esac
    4724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4998eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4999$as_echo "$ac_try_echo") >&5
    47255000  (eval "$ac_try") 2>&5
    47265001  ac_status=$?
    4727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5002  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47285003  (exit $ac_status); }; }; then
    47295004      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    47335008  *) ac_try_echo=$ac_try;;
    47345009esac
    4735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5010eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5011$as_echo "$ac_try_echo") >&5
    47365012  (eval "$ac_try") 2>&5
    47375013  ac_status=$?
    4738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5014  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47395015  (exit $ac_status); } &&
    47405016         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    47425018  *) ac_try_echo=$ac_try;;
    47435019esac
    4744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5020eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5021$as_echo "$ac_try_echo") >&5
    47455022  (eval "$ac_try") 2>&5
    47465023  ac_status=$?
    4747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5024  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47485025  (exit $ac_status); };
    47495026      then
     
    47635040fi
    47645041if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4765   { echo "$as_me:$LINENO: result: yes" >&5
    4766 echo "${ECHO_T}yes" >&6; }
    4767 else
    4768   { echo "$as_me:$LINENO: result: no" >&5
    4769 echo "${ECHO_T}no" >&6; }
     5042  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5043$as_echo "yes" >&6; }
     5044else
     5045  { $as_echo "$as_me:$LINENO: result: no" >&5
     5046$as_echo "no" >&6; }
    47705047 
    47715048cat >>confdefs.h <<\_ACEOF
     
    47785055# there is no other way.
    47795056set dummy $CC
    4780 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4781 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
     5057am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     5058eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     5059if test "$am_t" != yes; then
    47825060   # Losing compiler, so override with the script.
    47835061   # FIXME: It is wrong to rewrite CC.
     
    47905068
    47915069
    4792 ac_ext=c
    4793 ac_cpp='$CPP $CPPFLAGS'
    4794 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4795 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4796 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4797 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4798 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    4799 # On Suns, sometimes $CPP names a directory.
    4800 if test -n "$CPP" && test -d "$CPP"; then
    4801   CPP=
    4802 fi
    4803 if test -z "$CPP"; then
    4804   if test "${ac_cv_prog_CPP+set}" = set; then
    4805   echo $ECHO_N "(cached) $ECHO_C" >&6
    4806 else
    4807       # Double quotes because CPP needs to be expanded
    4808     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    4809     do
    4810       ac_preproc_ok=false
    4811 for ac_c_preproc_warn_flag in '' yes
    4812 do
    4813   # Use a header file that comes with gcc, so configuring glibc
    4814   # with a fresh cross-compiler works.
    4815   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4816   # <limits.h> exists even on freestanding compilers.
    4817   # On the NeXT, cc -E runs the code through the compiler's parser,
    4818   # not just through cpp. "Syntax error" is here to catch this case.
    4819   cat >conftest.$ac_ext <<_ACEOF
    4820 /* confdefs.h.  */
    4821 _ACEOF
    4822 cat confdefs.h >>conftest.$ac_ext
    4823 cat >>conftest.$ac_ext <<_ACEOF
    4824 /* end confdefs.h.  */
    4825 @%:@ifdef __STDC__
    4826 @%:@ include <limits.h>
    4827 @%:@else
    4828 @%:@ include <assert.h>
    4829 @%:@endif
    4830                      Syntax error
    4831 _ACEOF
    4832 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4833 case "(($ac_try" in
    4834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4835   *) ac_try_echo=$ac_try;;
    4836 esac
    4837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4838   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4839   ac_status=$?
    4840   grep -v '^ *+' conftest.er1 >conftest.err
    4841   rm -f conftest.er1
    4842   cat conftest.err >&5
    4843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4844   (exit $ac_status); } >/dev/null && {
    4845          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4846          test ! -s conftest.err
    4847        }; then
    4848   :
    4849 else
    4850   echo "$as_me: failed program was:" >&5
    4851 sed 's/^/| /' conftest.$ac_ext >&5
    4852 
    4853   # Broken: fails on valid input.
    4854 continue
    4855 fi
    4856 
    4857 rm -f conftest.err conftest.$ac_ext
    4858 
    4859   # OK, works on sane cases.  Now check whether nonexistent headers
    4860   # can be detected and how.
    4861   cat >conftest.$ac_ext <<_ACEOF
    4862 /* confdefs.h.  */
    4863 _ACEOF
    4864 cat confdefs.h >>conftest.$ac_ext
    4865 cat >>conftest.$ac_ext <<_ACEOF
    4866 /* end confdefs.h.  */
    4867 @%:@include <ac_nonexistent.h>
    4868 _ACEOF
    4869 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4870 case "(($ac_try" in
    4871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4872   *) ac_try_echo=$ac_try;;
    4873 esac
    4874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4875   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4876   ac_status=$?
    4877   grep -v '^ *+' conftest.er1 >conftest.err
    4878   rm -f conftest.er1
    4879   cat conftest.err >&5
    4880   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4881   (exit $ac_status); } >/dev/null && {
    4882          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4883          test ! -s conftest.err
    4884        }; then
    4885   # Broken: success on invalid input.
    4886 continue
    4887 else
    4888   echo "$as_me: failed program was:" >&5
    4889 sed 's/^/| /' conftest.$ac_ext >&5
    4890 
    4891   # Passes both tests.
    4892 ac_preproc_ok=:
    4893 break
    4894 fi
    4895 
    4896 rm -f conftest.err conftest.$ac_ext
    4897 
    4898 done
    4899 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4900 rm -f conftest.err conftest.$ac_ext
    4901 if $ac_preproc_ok; then
    4902   break
    4903 fi
    4904 
    4905     done
    4906     ac_cv_prog_CPP=$CPP
    4907  
    4908 fi
    4909   CPP=$ac_cv_prog_CPP
    4910 else
    4911   ac_cv_prog_CPP=$CPP
    4912 fi
    4913 { echo "$as_me:$LINENO: result: $CPP" >&5
    4914 echo "${ECHO_T}$CPP" >&6; }
    4915 ac_preproc_ok=false
    4916 for ac_c_preproc_warn_flag in '' yes
    4917 do
    4918   # Use a header file that comes with gcc, so configuring glibc
    4919   # with a fresh cross-compiler works.
    4920   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4921   # <limits.h> exists even on freestanding compilers.
    4922   # On the NeXT, cc -E runs the code through the compiler's parser,
    4923   # not just through cpp. "Syntax error" is here to catch this case.
    4924   cat >conftest.$ac_ext <<_ACEOF
    4925 /* confdefs.h.  */
    4926 _ACEOF
    4927 cat confdefs.h >>conftest.$ac_ext
    4928 cat >>conftest.$ac_ext <<_ACEOF
    4929 /* end confdefs.h.  */
    4930 @%:@ifdef __STDC__
    4931 @%:@ include <limits.h>
    4932 @%:@else
    4933 @%:@ include <assert.h>
    4934 @%:@endif
    4935                      Syntax error
    4936 _ACEOF
    4937 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4938 case "(($ac_try" in
    4939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4940   *) ac_try_echo=$ac_try;;
    4941 esac
    4942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4943   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4944   ac_status=$?
    4945   grep -v '^ *+' conftest.er1 >conftest.err
    4946   rm -f conftest.er1
    4947   cat conftest.err >&5
    4948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4949   (exit $ac_status); } >/dev/null && {
    4950          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4951          test ! -s conftest.err
    4952        }; then
    4953   :
    4954 else
    4955   echo "$as_me: failed program was:" >&5
    4956 sed 's/^/| /' conftest.$ac_ext >&5
    4957 
    4958   # Broken: fails on valid input.
    4959 continue
    4960 fi
    4961 
    4962 rm -f conftest.err conftest.$ac_ext
    4963 
    4964   # OK, works on sane cases.  Now check whether nonexistent headers
    4965   # can be detected and how.
    4966   cat >conftest.$ac_ext <<_ACEOF
    4967 /* confdefs.h.  */
    4968 _ACEOF
    4969 cat confdefs.h >>conftest.$ac_ext
    4970 cat >>conftest.$ac_ext <<_ACEOF
    4971 /* end confdefs.h.  */
    4972 @%:@include <ac_nonexistent.h>
    4973 _ACEOF
    4974 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4975 case "(($ac_try" in
    4976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4977   *) ac_try_echo=$ac_try;;
    4978 esac
    4979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4980   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4981   ac_status=$?
    4982   grep -v '^ *+' conftest.er1 >conftest.err
    4983   rm -f conftest.er1
    4984   cat conftest.err >&5
    4985   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4986   (exit $ac_status); } >/dev/null && {
    4987          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4988          test ! -s conftest.err
    4989        }; then
    4990   # Broken: success on invalid input.
    4991 continue
    4992 else
    4993   echo "$as_me: failed program was:" >&5
    4994 sed 's/^/| /' conftest.$ac_ext >&5
    4995 
    4996   # Passes both tests.
    4997 ac_preproc_ok=:
    4998 break
    4999 fi
    5000 
    5001 rm -f conftest.err conftest.$ac_ext
    5002 
    5003 done
    5004 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    5005 rm -f conftest.err conftest.$ac_ext
    5006 if $ac_preproc_ok; then
    5007   :
    5008 else
    5009   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    5010 See \`config.log' for more details." >&5
    5011 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    5012 See \`config.log' for more details." >&2;}
    5013    { (exit 1); exit 1; }; }
    5014 fi
    5015 
    5016 ac_ext=c
    5017 ac_cpp='$CPP $CPPFLAGS'
    5018 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    5019 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    5020 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    5021 
    5022 
    5023 { echo "$as_me:$LINENO: checking for X" >&5
    5024 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
    5025 
    5026 
    5027 # Check whether --with-x was given.
     5070
     5071{ $as_echo "$as_me:$LINENO: checking for X" >&5
     5072$as_echo_n "checking for X... " >&6; }
     5073
     5074
     5075@%:@ Check whether --with-x was given.
    50285076if test "${with_x+set}" = set; then
    50295077  withval=$with_x;
     
    50365084else
    50375085  case $x_includes,$x_libraries in #(
    5038     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
    5039 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
     5086    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
     5087$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
    50405088   { (exit 1); exit 1; }; };; #(
    50415089    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    5042   echo $ECHO_N "(cached) $ECHO_C" >&6
     5090  $as_echo_n "(cached) " >&6
    50435091else
    50445092  # One or both of the vars are not set, and there is no cached value.
     
    50615109    done
    50625110    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    5063     for ac_extension in a so sl; do
     5111    for ac_extension in a so sl dylib la dll; do
    50645112      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    50655113         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    50755123    esac
    50765124    case $ac_im_usrlibdir in
    5077         /usr/lib | /lib) ;;
     5125        /usr/lib | /usr/lib64 | /lib | /lib64) ;;
    50785126        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    50795127    esac
     
    51365184  *) ac_try_echo=$ac_try;;
    51375185esac
    5138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5186eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5187$as_echo "$ac_try_echo") >&5
    51395188  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51405189  ac_status=$?
     
    51425191  rm -f conftest.er1
    51435192  cat conftest.err >&5
    5144   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5193  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51455194  (exit $ac_status); } >/dev/null && {
    51465195         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51505199ac_x_includes=
    51515200else
    5152   echo "$as_me: failed program was:" >&5
     5201  $as_echo "$as_me: failed program was:" >&5
    51535202sed 's/^/| /' conftest.$ac_ext >&5
    51545203
     
    51915240  *) ac_try_echo=$ac_try;;
    51925241esac
    5193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5242eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5243$as_echo "$ac_try_echo") >&5
    51945244  (eval "$ac_link") 2>conftest.er1
    51955245  ac_status=$?
     
    51975247  rm -f conftest.er1
    51985248  cat conftest.err >&5
    5199   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5249  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52005250  (exit $ac_status); } && {
    52015251         test -z "$ac_c_werror_flag" ||
    52025252         test ! -s conftest.err
    5203        } && test -s conftest$ac_exeext &&
    5204        $as_test_x conftest$ac_exeext; then
     5253       } && test -s conftest$ac_exeext && {
     5254         test "$cross_compiling" = yes ||
     5255         $as_test_x conftest$ac_exeext
     5256       }; then
    52055257  LIBS=$ac_save_LIBS
    52065258# We can link X programs with no special library path.
    52075259ac_x_libraries=
    52085260else
    5209   echo "$as_me: failed program was:" >&5
     5261  $as_echo "$as_me: failed program was:" >&5
    52105262sed 's/^/| /' conftest.$ac_ext >&5
    52115263
    52125264        LIBS=$ac_save_LIBS
    5213 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5265for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    52145266do
    52155267  # Don't even attempt the hair of trying to link an X program!
    5216   for ac_extension in a so sl; do
     5268  for ac_extension in a so sl dylib la dll; do
    52175269    if test -r "$ac_dir/libX11.$ac_extension"; then
    52185270      ac_x_libraries=$ac_dir
     
    52235275fi
    52245276
     5277rm -rf conftest.dSYM
    52255278rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52265279      conftest$ac_exeext conftest.$ac_ext
     
    52455298
    52465299if test "$have_x" != yes; then
    5247   { echo "$as_me:$LINENO: result: $have_x" >&5
    5248 echo "${ECHO_T}$have_x" >&6; }
     5300  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
     5301$as_echo "$have_x" >&6; }
    52495302  no_x=yes
    52505303else
     
    52565309        ac_x_includes='$x_includes'\
    52575310        ac_x_libraries='$x_libraries'"
    5258   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5259 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
     5311  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5312$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
    52605313fi
    52615314
     
    52785331    # For Solaris; some versions of Sun CC require a space after -R and
    52795332    # others require no space.  Words are not sufficient . . . .
    5280     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5281 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
     5333    { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5334$as_echo_n "checking whether -R must be followed by a space... " >&6; }
    52825335    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    52835336    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    53045357  *) ac_try_echo=$ac_try;;
    53055358esac
    5306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5359eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5360$as_echo "$ac_try_echo") >&5
    53075361  (eval "$ac_link") 2>conftest.er1
    53085362  ac_status=$?
     
    53105364  rm -f conftest.er1
    53115365  cat conftest.err >&5
    5312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5366  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53135367  (exit $ac_status); } && {
    53145368         test -z "$ac_c_werror_flag" ||
    53155369         test ! -s conftest.err
    5316        } && test -s conftest$ac_exeext &&
    5317        $as_test_x conftest$ac_exeext; then
    5318   { echo "$as_me:$LINENO: result: no" >&5
    5319 echo "${ECHO_T}no" >&6; }
     5370       } && test -s conftest$ac_exeext && {
     5371         test "$cross_compiling" = yes ||
     5372         $as_test_x conftest$ac_exeext
     5373       }; then
     5374  { $as_echo "$as_me:$LINENO: result: no" >&5
     5375$as_echo "no" >&6; }
    53205376       X_LIBS="$X_LIBS -R$x_libraries"
    53215377else
    5322   echo "$as_me: failed program was:" >&5
     5378  $as_echo "$as_me: failed program was:" >&5
    53235379sed 's/^/| /' conftest.$ac_ext >&5
    53245380
     
    53455401  *) ac_try_echo=$ac_try;;
    53465402esac
    5347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5403eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5404$as_echo "$ac_try_echo") >&5
    53485405  (eval "$ac_link") 2>conftest.er1
    53495406  ac_status=$?
     
    53515408  rm -f conftest.er1
    53525409  cat conftest.err >&5
    5353   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5410  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53545411  (exit $ac_status); } && {
    53555412         test -z "$ac_c_werror_flag" ||
    53565413         test ! -s conftest.err
    5357        } && test -s conftest$ac_exeext &&
    5358        $as_test_x conftest$ac_exeext; then
    5359   { echo "$as_me:$LINENO: result: yes" >&5
    5360 echo "${ECHO_T}yes" >&6; }
     5414       } && test -s conftest$ac_exeext && {
     5415         test "$cross_compiling" = yes ||
     5416         $as_test_x conftest$ac_exeext
     5417       }; then
     5418  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5419$as_echo "yes" >&6; }
    53615420          X_LIBS="$X_LIBS -R $x_libraries"
    53625421else
    5363   echo "$as_me: failed program was:" >&5
     5422  $as_echo "$as_me: failed program was:" >&5
    53645423sed 's/^/| /' conftest.$ac_ext >&5
    53655424
    5366         { echo "$as_me:$LINENO: result: neither works" >&5
    5367 echo "${ECHO_T}neither works" >&6; }
    5368 fi
    5369 
     5425        { $as_echo "$as_me:$LINENO: result: neither works" >&5
     5426$as_echo "neither works" >&6; }
     5427fi
     5428
     5429rm -rf conftest.dSYM
    53705430rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53715431      conftest$ac_exeext conftest.$ac_ext
    53725432fi
    53735433
     5434rm -rf conftest.dSYM
    53745435rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53755436      conftest$ac_exeext conftest.$ac_ext
     
    54175478  *) ac_try_echo=$ac_try;;
    54185479esac
    5419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5480eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5481$as_echo "$ac_try_echo") >&5
    54205482  (eval "$ac_link") 2>conftest.er1
    54215483  ac_status=$?
     
    54235485  rm -f conftest.er1
    54245486  cat conftest.err >&5
    5425   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5487  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54265488  (exit $ac_status); } && {
    54275489         test -z "$ac_c_werror_flag" ||
    54285490         test ! -s conftest.err
    5429        } && test -s conftest$ac_exeext &&
    5430        $as_test_x conftest$ac_exeext; then
     5491       } && test -s conftest$ac_exeext && {
     5492         test "$cross_compiling" = yes ||
     5493         $as_test_x conftest$ac_exeext
     5494       }; then
    54315495  :
    54325496else
    5433   echo "$as_me: failed program was:" >&5
     5497  $as_echo "$as_me: failed program was:" >&5
    54345498sed 's/^/| /' conftest.$ac_ext >&5
    54355499
    5436         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5437 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
     5500        { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5501$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    54385502if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5439   echo $ECHO_N "(cached) $ECHO_C" >&6
     5503  $as_echo_n "(cached) " >&6
    54405504else
    54415505  ac_check_lib_save_LIBS=$LIBS
     
    54695533  *) ac_try_echo=$ac_try;;
    54705534esac
    5471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5535eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5536$as_echo "$ac_try_echo") >&5
    54725537  (eval "$ac_link") 2>conftest.er1
    54735538  ac_status=$?
     
    54755540  rm -f conftest.er1
    54765541  cat conftest.err >&5
    5477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5542  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54785543  (exit $ac_status); } && {
    54795544         test -z "$ac_c_werror_flag" ||
    54805545         test ! -s conftest.err
    5481        } && test -s conftest$ac_exeext &&
    5482        $as_test_x conftest$ac_exeext; then
     5546       } && test -s conftest$ac_exeext && {
     5547         test "$cross_compiling" = yes ||
     5548         $as_test_x conftest$ac_exeext
     5549       }; then
    54835550  ac_cv_lib_dnet_dnet_ntoa=yes
    54845551else
    5485   echo "$as_me: failed program was:" >&5
     5552  $as_echo "$as_me: failed program was:" >&5
    54865553sed 's/^/| /' conftest.$ac_ext >&5
    54875554
     
    54895556fi
    54905557
     5558rm -rf conftest.dSYM
    54915559rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    54925560      conftest$ac_exeext conftest.$ac_ext
    54935561LIBS=$ac_check_lib_save_LIBS
    54945562fi
    5495 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5496 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5497 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
     5563{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5564$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5565if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
    54985566  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    54995567fi
    55005568
    55015569    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5502       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5503 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
     5570      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5571$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    55045572if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5505   echo $ECHO_N "(cached) $ECHO_C" >&6
     5573  $as_echo_n "(cached) " >&6
    55065574else
    55075575  ac_check_lib_save_LIBS=$LIBS
     
    55355603  *) ac_try_echo=$ac_try;;
    55365604esac
    5537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5605eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5606$as_echo "$ac_try_echo") >&5
    55385607  (eval "$ac_link") 2>conftest.er1
    55395608  ac_status=$?
     
    55415610  rm -f conftest.er1
    55425611  cat conftest.err >&5
    5543   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5612  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55445613  (exit $ac_status); } && {
    55455614         test -z "$ac_c_werror_flag" ||
    55465615         test ! -s conftest.err
    5547        } && test -s conftest$ac_exeext &&
    5548        $as_test_x conftest$ac_exeext; then
     5616       } && test -s conftest$ac_exeext && {
     5617         test "$cross_compiling" = yes ||
     5618         $as_test_x conftest$ac_exeext
     5619       }; then
    55495620  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    55505621else
    5551   echo "$as_me: failed program was:" >&5
     5622  $as_echo "$as_me: failed program was:" >&5
    55525623sed 's/^/| /' conftest.$ac_ext >&5
    55535624
     
    55555626fi
    55565627
     5628rm -rf conftest.dSYM
    55575629rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55585630      conftest$ac_exeext conftest.$ac_ext
    55595631LIBS=$ac_check_lib_save_LIBS
    55605632fi
    5561 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5562 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5563 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
     5633{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5634$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5635if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
    55645636  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    55655637fi
     
    55685640fi
    55695641
     5642rm -rf conftest.dSYM
    55705643rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55715644      conftest$ac_exeext conftest.$ac_ext
     
    55805653    # The functions gethostbyname, getservbyname, and inet_addr are
    55815654    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5582     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5583 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
     5655    { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5656$as_echo_n "checking for gethostbyname... " >&6; }
    55845657if test "${ac_cv_func_gethostbyname+set}" = set; then
    5585   echo $ECHO_N "(cached) $ECHO_C" >&6
     5658  $as_echo_n "(cached) " >&6
    55865659else
    55875660  cat >conftest.$ac_ext <<_ACEOF
     
    56365709  *) ac_try_echo=$ac_try;;
    56375710esac
    5638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5711eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5712$as_echo "$ac_try_echo") >&5
    56395713  (eval "$ac_link") 2>conftest.er1
    56405714  ac_status=$?
     
    56425716  rm -f conftest.er1
    56435717  cat conftest.err >&5
    5644   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5718  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56455719  (exit $ac_status); } && {
    56465720         test -z "$ac_c_werror_flag" ||
    56475721         test ! -s conftest.err
    5648        } && test -s conftest$ac_exeext &&
    5649        $as_test_x conftest$ac_exeext; then
     5722       } && test -s conftest$ac_exeext && {
     5723         test "$cross_compiling" = yes ||
     5724         $as_test_x conftest$ac_exeext
     5725       }; then
    56505726  ac_cv_func_gethostbyname=yes
    56515727else
    5652   echo "$as_me: failed program was:" >&5
     5728  $as_echo "$as_me: failed program was:" >&5
    56535729sed 's/^/| /' conftest.$ac_ext >&5
    56545730
     
    56565732fi
    56575733
     5734rm -rf conftest.dSYM
    56585735rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56595736      conftest$ac_exeext conftest.$ac_ext
    56605737fi
    5661 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5662 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
     5738{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5739$as_echo "$ac_cv_func_gethostbyname" >&6; }
    56635740
    56645741    if test $ac_cv_func_gethostbyname = no; then
    5665       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5666 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
     5742      { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5743$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    56675744if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5668   echo $ECHO_N "(cached) $ECHO_C" >&6
     5745  $as_echo_n "(cached) " >&6
    56695746else
    56705747  ac_check_lib_save_LIBS=$LIBS
     
    56985775  *) ac_try_echo=$ac_try;;
    56995776esac
    5700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5777eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5778$as_echo "$ac_try_echo") >&5
    57015779  (eval "$ac_link") 2>conftest.er1
    57025780  ac_status=$?
     
    57045782  rm -f conftest.er1
    57055783  cat conftest.err >&5
    5706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5784  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57075785  (exit $ac_status); } && {
    57085786         test -z "$ac_c_werror_flag" ||
    57095787         test ! -s conftest.err
    5710        } && test -s conftest$ac_exeext &&
    5711        $as_test_x conftest$ac_exeext; then
     5788       } && test -s conftest$ac_exeext && {
     5789         test "$cross_compiling" = yes ||
     5790         $as_test_x conftest$ac_exeext
     5791       }; then
    57125792  ac_cv_lib_nsl_gethostbyname=yes
    57135793else
    5714   echo "$as_me: failed program was:" >&5
     5794  $as_echo "$as_me: failed program was:" >&5
    57155795sed 's/^/| /' conftest.$ac_ext >&5
    57165796
     
    57185798fi
    57195799
     5800rm -rf conftest.dSYM
    57205801rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57215802      conftest$ac_exeext conftest.$ac_ext
    57225803LIBS=$ac_check_lib_save_LIBS
    57235804fi
    5724 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5725 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
    5726 if test $ac_cv_lib_nsl_gethostbyname = yes; then
     5805{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5806$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
     5807if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
    57275808  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    57285809fi
    57295810
    57305811      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5731         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5732 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
     5812        { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5813$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    57335814if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5734   echo $ECHO_N "(cached) $ECHO_C" >&6
     5815  $as_echo_n "(cached) " >&6
    57355816else
    57365817  ac_check_lib_save_LIBS=$LIBS
     
    57645845  *) ac_try_echo=$ac_try;;
    57655846esac
    5766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5847eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5848$as_echo "$ac_try_echo") >&5
    57675849  (eval "$ac_link") 2>conftest.er1
    57685850  ac_status=$?
     
    57705852  rm -f conftest.er1
    57715853  cat conftest.err >&5
    5772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5854  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57735855  (exit $ac_status); } && {
    57745856         test -z "$ac_c_werror_flag" ||
    57755857         test ! -s conftest.err
    5776        } && test -s conftest$ac_exeext &&
    5777        $as_test_x conftest$ac_exeext; then
     5858       } && test -s conftest$ac_exeext && {
     5859         test "$cross_compiling" = yes ||
     5860         $as_test_x conftest$ac_exeext
     5861       }; then
    57785862  ac_cv_lib_bsd_gethostbyname=yes
    57795863else
    5780   echo "$as_me: failed program was:" >&5
     5864  $as_echo "$as_me: failed program was:" >&5
    57815865sed 's/^/| /' conftest.$ac_ext >&5
    57825866
     
    57845868fi
    57855869
     5870rm -rf conftest.dSYM
    57865871rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57875872      conftest$ac_exeext conftest.$ac_ext
    57885873LIBS=$ac_check_lib_save_LIBS
    57895874fi
    5790 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5791 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
    5792 if test $ac_cv_lib_bsd_gethostbyname = yes; then
     5875{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5876$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
     5877if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
    57935878  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    57945879fi
     
    58045889    # must be given before -lnsl if both are needed.  We assume that
    58055890    # if connect needs -lnsl, so does gethostbyname.
    5806     { echo "$as_me:$LINENO: checking for connect" >&5
    5807 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
     5891    { $as_echo "$as_me:$LINENO: checking for connect" >&5
     5892$as_echo_n "checking for connect... " >&6; }
    58085893if test "${ac_cv_func_connect+set}" = set; then
    5809   echo $ECHO_N "(cached) $ECHO_C" >&6
     5894  $as_echo_n "(cached) " >&6
    58105895else
    58115896  cat >conftest.$ac_ext <<_ACEOF
     
    58605945  *) ac_try_echo=$ac_try;;
    58615946esac
    5862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5947eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5948$as_echo "$ac_try_echo") >&5
    58635949  (eval "$ac_link") 2>conftest.er1
    58645950  ac_status=$?
     
    58665952  rm -f conftest.er1
    58675953  cat conftest.err >&5
    5868   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5954  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58695955  (exit $ac_status); } && {
    58705956         test -z "$ac_c_werror_flag" ||
    58715957         test ! -s conftest.err
    5872        } && test -s conftest$ac_exeext &&
    5873        $as_test_x conftest$ac_exeext; then
     5958       } && test -s conftest$ac_exeext && {
     5959         test "$cross_compiling" = yes ||
     5960         $as_test_x conftest$ac_exeext
     5961       }; then
    58745962  ac_cv_func_connect=yes
    58755963else
    5876   echo "$as_me: failed program was:" >&5
     5964  $as_echo "$as_me: failed program was:" >&5
    58775965sed 's/^/| /' conftest.$ac_ext >&5
    58785966
     
    58805968fi
    58815969
     5970rm -rf conftest.dSYM
    58825971rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58835972      conftest$ac_exeext conftest.$ac_ext
    58845973fi
    5885 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    5886 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
     5974{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5975$as_echo "$ac_cv_func_connect" >&6; }
    58875976
    58885977    if test $ac_cv_func_connect = no; then
    5889       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    5890 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
     5978      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5979$as_echo_n "checking for connect in -lsocket... " >&6; }
    58915980if test "${ac_cv_lib_socket_connect+set}" = set; then
    5892   echo $ECHO_N "(cached) $ECHO_C" >&6
     5981  $as_echo_n "(cached) " >&6
    58935982else
    58945983  ac_check_lib_save_LIBS=$LIBS
     
    59226011  *) ac_try_echo=$ac_try;;
    59236012esac
    5924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6013eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6014$as_echo "$ac_try_echo") >&5
    59256015  (eval "$ac_link") 2>conftest.er1
    59266016  ac_status=$?
     
    59286018  rm -f conftest.er1
    59296019  cat conftest.err >&5
    5930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6020  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59316021  (exit $ac_status); } && {
    59326022         test -z "$ac_c_werror_flag" ||
    59336023         test ! -s conftest.err
    5934        } && test -s conftest$ac_exeext &&
    5935        $as_test_x conftest$ac_exeext; then
     6024       } && test -s conftest$ac_exeext && {
     6025         test "$cross_compiling" = yes ||
     6026         $as_test_x conftest$ac_exeext
     6027       }; then
    59366028  ac_cv_lib_socket_connect=yes
    59376029else
    5938   echo "$as_me: failed program was:" >&5
     6030  $as_echo "$as_me: failed program was:" >&5
    59396031sed 's/^/| /' conftest.$ac_ext >&5
    59406032
     
    59426034fi
    59436035
     6036rm -rf conftest.dSYM
    59446037rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59456038      conftest$ac_exeext conftest.$ac_ext
    59466039LIBS=$ac_check_lib_save_LIBS
    59476040fi
    5948 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    5949 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
    5950 if test $ac_cv_lib_socket_connect = yes; then
     6041{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     6042$as_echo "$ac_cv_lib_socket_connect" >&6; }
     6043if test "x$ac_cv_lib_socket_connect" = x""yes; then
    59516044  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    59526045fi
     
    59556048
    59566049    # Guillermo Gomez says -lposix is necessary on A/UX.
    5957     { echo "$as_me:$LINENO: checking for remove" >&5
    5958 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
     6050    { $as_echo "$as_me:$LINENO: checking for remove" >&5
     6051$as_echo_n "checking for remove... " >&6; }
    59596052if test "${ac_cv_func_remove+set}" = set; then
    5960   echo $ECHO_N "(cached) $ECHO_C" >&6
     6053  $as_echo_n "(cached) " >&6
    59616054else
    59626055  cat >conftest.$ac_ext <<_ACEOF
     
    60116104  *) ac_try_echo=$ac_try;;
    60126105esac
    6013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6106eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6107$as_echo "$ac_try_echo") >&5
    60146108  (eval "$ac_link") 2>conftest.er1
    60156109  ac_status=$?
     
    60176111  rm -f conftest.er1
    60186112  cat conftest.err >&5
    6019   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6113  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60206114  (exit $ac_status); } && {
    60216115         test -z "$ac_c_werror_flag" ||
    60226116         test ! -s conftest.err
    6023        } && test -s conftest$ac_exeext &&
    6024        $as_test_x conftest$ac_exeext; then
     6117       } && test -s conftest$ac_exeext && {
     6118         test "$cross_compiling" = yes ||
     6119         $as_test_x conftest$ac_exeext
     6120       }; then
    60256121  ac_cv_func_remove=yes
    60266122else
    6027   echo "$as_me: failed program was:" >&5
     6123  $as_echo "$as_me: failed program was:" >&5
    60286124sed 's/^/| /' conftest.$ac_ext >&5
    60296125
     
    60316127fi
    60326128
     6129rm -rf conftest.dSYM
    60336130rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60346131      conftest$ac_exeext conftest.$ac_ext
    60356132fi
    6036 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    6037 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
     6133{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6134$as_echo "$ac_cv_func_remove" >&6; }
    60386135
    60396136    if test $ac_cv_func_remove = no; then
    6040       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    6041 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
     6137      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6138$as_echo_n "checking for remove in -lposix... " >&6; }
    60426139if test "${ac_cv_lib_posix_remove+set}" = set; then
    6043   echo $ECHO_N "(cached) $ECHO_C" >&6
     6140  $as_echo_n "(cached) " >&6
    60446141else
    60456142  ac_check_lib_save_LIBS=$LIBS
     
    60736170  *) ac_try_echo=$ac_try;;
    60746171esac
    6075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6172eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6173$as_echo "$ac_try_echo") >&5
    60766174  (eval "$ac_link") 2>conftest.er1
    60776175  ac_status=$?
     
    60796177  rm -f conftest.er1
    60806178  cat conftest.err >&5
    6081   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6179  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60826180  (exit $ac_status); } && {
    60836181         test -z "$ac_c_werror_flag" ||
    60846182         test ! -s conftest.err
    6085        } && test -s conftest$ac_exeext &&
    6086        $as_test_x conftest$ac_exeext; then
     6183       } && test -s conftest$ac_exeext && {
     6184         test "$cross_compiling" = yes ||
     6185         $as_test_x conftest$ac_exeext
     6186       }; then
    60876187  ac_cv_lib_posix_remove=yes
    60886188else
    6089   echo "$as_me: failed program was:" >&5
     6189  $as_echo "$as_me: failed program was:" >&5
    60906190sed 's/^/| /' conftest.$ac_ext >&5
    60916191
     
    60936193fi
    60946194
     6195rm -rf conftest.dSYM
    60956196rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60966197      conftest$ac_exeext conftest.$ac_ext
    60976198LIBS=$ac_check_lib_save_LIBS
    60986199fi
    6099 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6100 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
    6101 if test $ac_cv_lib_posix_remove = yes; then
     6200{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6201$as_echo "$ac_cv_lib_posix_remove" >&6; }
     6202if test "x$ac_cv_lib_posix_remove" = x""yes; then
    61026203  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    61036204fi
     
    61066207
    61076208    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6108     { echo "$as_me:$LINENO: checking for shmat" >&5
    6109 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
     6209    { $as_echo "$as_me:$LINENO: checking for shmat" >&5
     6210$as_echo_n "checking for shmat... " >&6; }
    61106211if test "${ac_cv_func_shmat+set}" = set; then
    6111   echo $ECHO_N "(cached) $ECHO_C" >&6
     6212  $as_echo_n "(cached) " >&6
    61126213else
    61136214  cat >conftest.$ac_ext <<_ACEOF
     
    61626263  *) ac_try_echo=$ac_try;;
    61636264esac
    6164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6265eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6266$as_echo "$ac_try_echo") >&5
    61656267  (eval "$ac_link") 2>conftest.er1
    61666268  ac_status=$?
     
    61686270  rm -f conftest.er1
    61696271  cat conftest.err >&5
    6170   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6272  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61716273  (exit $ac_status); } && {
    61726274         test -z "$ac_c_werror_flag" ||
    61736275         test ! -s conftest.err
    6174        } && test -s conftest$ac_exeext &&
    6175        $as_test_x conftest$ac_exeext; then
     6276       } && test -s conftest$ac_exeext && {
     6277         test "$cross_compiling" = yes ||
     6278         $as_test_x conftest$ac_exeext
     6279       }; then
    61766280  ac_cv_func_shmat=yes
    61776281else
    6178   echo "$as_me: failed program was:" >&5
     6282  $as_echo "$as_me: failed program was:" >&5
    61796283sed 's/^/| /' conftest.$ac_ext >&5
    61806284
     
    61826286fi
    61836287
     6288rm -rf conftest.dSYM
    61846289rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61856290      conftest$ac_exeext conftest.$ac_ext
    61866291fi
    6187 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6188 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
     6292{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6293$as_echo "$ac_cv_func_shmat" >&6; }
    61896294
    61906295    if test $ac_cv_func_shmat = no; then
    6191       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6192 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
     6296      { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6297$as_echo_n "checking for shmat in -lipc... " >&6; }
    61936298if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6194   echo $ECHO_N "(cached) $ECHO_C" >&6
     6299  $as_echo_n "(cached) " >&6
    61956300else
    61966301  ac_check_lib_save_LIBS=$LIBS
     
    62246329  *) ac_try_echo=$ac_try;;
    62256330esac
    6226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6331eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6332$as_echo "$ac_try_echo") >&5
    62276333  (eval "$ac_link") 2>conftest.er1
    62286334  ac_status=$?
     
    62306336  rm -f conftest.er1
    62316337  cat conftest.err >&5
    6232   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6338  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62336339  (exit $ac_status); } && {
    62346340         test -z "$ac_c_werror_flag" ||
    62356341         test ! -s conftest.err
    6236        } && test -s conftest$ac_exeext &&
    6237        $as_test_x conftest$ac_exeext; then
     6342       } && test -s conftest$ac_exeext && {
     6343         test "$cross_compiling" = yes ||
     6344         $as_test_x conftest$ac_exeext
     6345       }; then
    62386346  ac_cv_lib_ipc_shmat=yes
    62396347else
    6240   echo "$as_me: failed program was:" >&5
     6348  $as_echo "$as_me: failed program was:" >&5
    62416349sed 's/^/| /' conftest.$ac_ext >&5
    62426350
     
    62446352fi
    62456353
     6354rm -rf conftest.dSYM
    62466355rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62476356      conftest$ac_exeext conftest.$ac_ext
    62486357LIBS=$ac_check_lib_save_LIBS
    62496358fi
    6250 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6251 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
    6252 if test $ac_cv_lib_ipc_shmat = yes; then
     6359{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6360$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
     6361if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
    62536362  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    62546363fi
     
    62666375  # libraries we check for below, so use a different variable.
    62676376  # John Interrante, Karl Berry
    6268   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6269 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
     6377  { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6378$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    62706379if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6271   echo $ECHO_N "(cached) $ECHO_C" >&6
     6380  $as_echo_n "(cached) " >&6
    62726381else
    62736382  ac_check_lib_save_LIBS=$LIBS
     
    63016410  *) ac_try_echo=$ac_try;;
    63026411esac
    6303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6413$as_echo "$ac_try_echo") >&5
    63046414  (eval "$ac_link") 2>conftest.er1
    63056415  ac_status=$?
     
    63076417  rm -f conftest.er1
    63086418  cat conftest.err >&5
    6309   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63106420  (exit $ac_status); } && {
    63116421         test -z "$ac_c_werror_flag" ||
    63126422         test ! -s conftest.err
    6313        } && test -s conftest$ac_exeext &&
    6314        $as_test_x conftest$ac_exeext; then
     6423       } && test -s conftest$ac_exeext && {
     6424         test "$cross_compiling" = yes ||
     6425         $as_test_x conftest$ac_exeext
     6426       }; then
    63156427  ac_cv_lib_ICE_IceConnectionNumber=yes
    63166428else
    6317   echo "$as_me: failed program was:" >&5
     6429  $as_echo "$as_me: failed program was:" >&5
    63186430sed 's/^/| /' conftest.$ac_ext >&5
    63196431
     
    63216433fi
    63226434
     6435rm -rf conftest.dSYM
    63236436rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63246437      conftest$ac_exeext conftest.$ac_ext
    63256438LIBS=$ac_check_lib_save_LIBS
    63266439fi
    6327 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6328 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6329 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
     6440{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6441$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6442if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
    63306443  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    63316444fi
     
    63386451ax_enable_matlab=
    63396452
    6340 # Check whether --with-matlab-dir was given.
     6453@%:@ Check whether --with-matlab-dir was given.
    63416454if test "${with_matlab_dir+set}" = set; then
    63426455  withval=$with_matlab_dir; case $withval in
     
    63526465    MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd`
    63536466    if test -z "$MATLAB" ; then
    6354         { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
    6355 echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
     6467        { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
     6468$as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
    63566469   { (exit 1); exit 1; }; }
    63576470    fi
     
    63616474
    63626475if test x$ax_enable_matlab != xno ; then
    6363 { echo "$as_me:$LINENO: checking for Matlab prefix" >&5
    6364 echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; }
     6476{ $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&5
     6477$as_echo_n "checking for Matlab prefix... " >&6; }
    63656478if test "${ax_cv_matlab+set}" = set; then
    6366   echo $ECHO_N "(cached) $ECHO_C" >&6
     6479  $as_echo_n "(cached) " >&6
    63676480else
    63686481  if test "${MATLAB+set}" = set ; then
     
    63906503fi
    63916504fi
    6392 { echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
    6393 echo "${ECHO_T}$ax_cv_matlab" >&6; }
     6505{ $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
     6506$as_echo "$ax_cv_matlab" >&6; }
    63946507if test "$ax_cv_matlab" = "not found" ; then
    63956508    unset MATLAB
     
    63986511    MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'`
    63996512fi
    6400 { echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
    6401 echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; }
     6513{ $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
     6514$as_echo_n "checking whether to enable Matlab support... " >&6; }
    64026515if test x$ax_enable_matlab != xno ; then
    64036516    if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then
     
    64076520    else
    64086521        # Fail if Matlab was explicitly enabled.
    6409         { echo "$as_me:$LINENO: result: failure" >&5
    6410 echo "${ECHO_T}failure" >&6; }
    6411         { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5
    6412 echo "$as_me: error: check your Matlab setup" >&2;}
     6522        { $as_echo "$as_me:$LINENO: result: failure" >&5
     6523$as_echo "failure" >&6; }
     6524        { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&5
     6525$as_echo "$as_me: error: check your Matlab setup" >&2;}
    64136526   { (exit 1); exit 1; }; }
    64146527    fi
    64156528fi
    6416 { echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
    6417 echo "${ECHO_T}$ax_enable_matlab" >&6; }
     6529{ $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
     6530$as_echo "$ax_enable_matlab" >&6; }
    64186531if test x$ax_enable_matlab = xyes ; then
    64196532   
     
    64276540
    64286541
    6429                 # Check whether --enable-debugging was given.
     6542                @%:@ Check whether --enable-debugging was given.
    64306543if test "${enable_debugging+set}" = set; then
    64316544  enableval=$enable_debugging; enable_debugging=$enableval
     
    64436556
    64446557               
    6445 # Check whether --with-serial was given.
     6558@%:@ Check whether --with-serial was given.
    64466559if test "${with_serial+set}" = set; then
    64476560  withval=$with_serial; SERIAL_VALUE=$withval
     
    64506563fi
    64516564
    6452         { echo "$as_me:$LINENO: checking for serial compilation" >&5
    6453 echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; }
     6565        { $as_echo "$as_me:$LINENO: checking for serial compilation" >&5
     6566$as_echo_n "checking for serial compilation... " >&6; }
    64546567         if test $SERIAL_VALUE = no; then
    64556568  NOSERIAL_TRUE=
     
    64606573fi
    64616574
    6462         { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
    6463 echo "${ECHO_T}$SERIAL_VALUE" >&6; }
     6575        { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
     6576$as_echo "$SERIAL_VALUE" >&6; }
    64646577       
    64656578
    64666579               
    6467 # Check whether --with-parallel was given.
     6580@%:@ Check whether --with-parallel was given.
    64686581if test "${with_parallel+set}" = set; then
    64696582  withval=$with_parallel; PARALLEL_VALUE=$withval
     
    64726585fi
    64736586
    6474         { echo "$as_me:$LINENO: checking for parallel compilation" >&5
    6475 echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; }
     6587        { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&5
     6588$as_echo_n "checking for parallel compilation... " >&6; }
    64766589         if test $PARALLEL_VALUE = no; then
    64776590  NOPARALLEL_TRUE=
     
    64826595fi
    64836596
    6484         { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
    6485 echo "${ECHO_T}$PARALLEL_VALUE" >&6; }
     6597        { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
     6598$as_echo "$PARALLEL_VALUE" >&6; }
    64866599
    64876600                if test "$SERIAL_VALUE" != "yes" ; then
    64886601                if test "$PARALLEL_VALUE" != "yes"; then
    6489                 { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
    6490 echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
     6602                { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
     6603$as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
    64916604   { (exit 1); exit 1; }; }
    64926605                fi
     
    64956608
    64966609               
    6497 # Check whether --with-matlab-dir was given.
     6610@%:@ Check whether --with-matlab-dir was given.
    64986611if test "${with_matlab_dir+set}" = set; then
    64996612  withval=$with_matlab_dir; MATLAB_ROOT=$withval
     
    65056618        if test -d "$MATLAB_ROOT"; then
    65066619
    6507                 { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
    6508 echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; }
     6620                { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
     6621$as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT... " >&6; }
    65096622
    65106623                                HAVE_MATLAB=yes
    65116624                MATLABINCL=-I"$MATLAB_ROOT/extern/include";
    6512                                 MEXEXT=`$MATLAB_ROOT/bin/mexext`
    6513                 MEXEXT=".$MEXEXT"
     6625                                               
    65146626                MEX=$MATLAB_ROOT/bin/mex
    65156627
     
    65246636                                MEXLINK="-pthread -shared -W2,--version-script,${MATLAB_ROOT}/extern/lib/glnx86/mexFunction.map";
    65256637                        fi
     6638                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     6639                        MEXEXT=".$MEXEXT"
    65266640                        ;;
    65276641                        *darwin9.6.0*)
    65286642                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
    65296643                        MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map"
     6644                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     6645                        MEXEXT=".$MEXEXT"
     6646                        ;;
     6647                        *cygwin*)
     6648                        MEXLIB="-dll -export:mexFunction -LIBPATH:\"$MATLAB_ROOT\extern\lib\win32\microsoft\" libmx.lib libmex.lib libmat.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  -NOLOGO -INCREMENTAL:NO"
     6649
     6650
     6651                        MEXEXT=`$MATLAB_ROOT/bin/mexext.bat`
     6652                        MEXEXT=".$MEXEXT"
    65306653                        ;;
    65316654
     
    65436666               
    65446667       
    6545                 { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
    6546 echo "${ECHO_T}$HAVE_MATLAB" >&6; }
     6668                { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
     6669$as_echo "$HAVE_MATLAB" >&6; }
    65476670        else
    65486671                HAVE_MATLAB=no
     
    65526675        if test $HAVE_MATLAB = no; then
    65536676                if test "$SERIAL_VALUE" = "yes" ; then
    6554                         { { echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
    6555 echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
     6677                        { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
     6678$as_echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
    65566679   { (exit 1); exit 1; }; }
    65576680                fi
     
    65636686
    65646687
    6565 { echo "$as_me:$LINENO: checking for Matlab version" >&5
    6566 echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; }
     6688{ $as_echo "$as_me:$LINENO: checking for Matlab version" >&5
     6689$as_echo_n "checking for Matlab version... " >&6; }
    65676690if test "${ax_cv_matlab_version+set}" = set; then
    6568   echo $ECHO_N "(cached) $ECHO_C" >&6
     6691  $as_echo_n "(cached) " >&6
    65696692else
    65706693  if test "${MATLAB_VERSION+set}" = set ; then
     
    65936716                                break
    65946717                        fi
     6718                               
     6719                                # For Matlab R2008 and more, the version number is stored in bin/util/mex/version.txt
     6720                        ax_cv_matlab_version=`cat $MATLAB/bin/util/mex/version.txt`
     6721                        if test -n "$ax_cv_matlab_version" ; then
     6722                                break
     6723                        fi
     6724
    65956725                fi
    65966726        done
     
    66046734fi
    66056735fi
    6606 { echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
    6607 echo "${ECHO_T}$ax_cv_matlab_version" >&6; }
     6736{ $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
     6737$as_echo "$ax_cv_matlab_version" >&6; }
    66086738case $ax_cv_matlab_version in
    66096739  @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@)
     
    66126742    MATLAB_MINOR=`echo $MATLAB_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
    66136743    ;;
     6744  R2009a)
     6745        MATLAB_VERSION=R2009a
     6746    MATLAB_MAJOR=R2009
     6747    MATLAB_MINOR=a
     6748        ;;
    66146749  *)
    66156750    if test x$ax_enable_matlab = xyes ; then
    6616         { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
    6617 echo "$as_me: error: can not determine Matlab version number" >&2;}
     6751        { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
     6752$as_echo "$as_me: error: can not determine Matlab version number" >&2;}
    66186753   { (exit 1); exit 1; }; }
    66196754    fi
     
    66596794       
    66606795               
    6661 # Check whether --with-triangle-dir was given.
     6796@%:@ Check whether --with-triangle-dir was given.
    66626797if test "${with_triangle_dir+set}" = set; then
    66636798  withval=$with_triangle_dir; TRIANGLE_ROOT=$withval
     
    66666801fi
    66676802 
    6668         { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
    6669 echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; }
     6803        { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
     6804$as_echo_n "checking for Triangle headers and libraries ... " >&6; }
    66706805        if test -d "$TRIANGLE_ROOT"; then
    66716806
     
    66866821                HAVE_TRIANGLE=no
    66876822        fi
    6688         { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
    6689 echo "${ECHO_T}$HAVE_TRIANGLE" >&6; }
    6690 
    6691         { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
    6692 echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; }
     6823        { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
     6824$as_echo "$HAVE_TRIANGLE" >&6; }
     6825
     6826        { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
     6827$as_echo_n "checking for triangle and parallel status... " >&6; }
    66936828        if test $HAVE_TRIANGLE = no; then
    66946829                if test "$SERIAL_VALUE" = "yes" ; then
    6695                         { { echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
    6696 echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
     6830                        { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
     6831$as_echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
    66976832   { (exit 1); exit 1; }; }
    66986833                fi
    66996834        fi
    6700         { echo "$as_me:$LINENO: result: ok" >&5
    6701 echo "${ECHO_T}ok" >&6; }
     6835        { $as_echo "$as_me:$LINENO: result: ok" >&5
     6836$as_echo "ok" >&6; }
    67026837
    67036838               
    6704 # Check whether --with-dakota-dir was given.
     6839@%:@ Check whether --with-dakota-dir was given.
    67056840if test "${with_dakota_dir+set}" = set; then
    67066841  withval=$with_dakota_dir; DAKOTA_ROOT=$withval
     
    67096844fi
    67106845 
    6711         { echo "$as_me:$LINENO: checking for Dakota " >&5
    6712 echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; }
     6846        { $as_echo "$as_me:$LINENO: checking for Dakota " >&5
     6847$as_echo_n "checking for Dakota ... " >&6; }
    67136848       
    67146849        if test -d "$DAKOTA_ROOT"; then
     
    67296864                HAVE_DAKOTA=no
    67306865        fi
    6731         { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
    6732 echo "${ECHO_T}$HAVE_DAKOTA" >&6; }
     6866        { $as_echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
     6867$as_echo "$HAVE_DAKOTA" >&6; }
    67336868
    67346869               
    67356870               
    6736 # Check whether --with-metis-dir was given.
     6871@%:@ Check whether --with-metis-dir was given.
    67376872if test "${with_metis_dir+set}" = set; then
    67386873  withval=$with_metis_dir; METIS_ROOT=$withval
     
    67446879        if test -d "$METIS_ROOT"; then
    67456880
    6746                 { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
    6747 echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; }
     6881                { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
     6882$as_echo_n "checking for Metis headers and libraries in $METIS_ROOT... " >&6; }
    67486883
    67496884                                HAVE_METIS=yes
     6885               
     6886                case "${host_os}" in
     6887                        *cygwin*)
     6888                        METISLIB="-LIBPATH:\"$METIS_ROOT\" libmetis.lib"
     6889                        ;;
     6890                        *linux*)
     6891                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     6892                        ;;
     6893                        *darwin9.6.0*)
     6894                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     6895                        ;;
     6896                esac
     6897                                                 
    67506898                METISINCL=-I"$METIS_ROOT/Lib"
    6751                 METISLIB=-L"$METIS_ROOT/ -lmetis"
    67526899
    67536900               
     
    67636910
    67646911        if test $HAVE_METIS = no; then
    6765         { { echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
    6766 echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
     6912        { { $as_echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
     6913$as_echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
    67676914   { (exit 1); exit 1; }; };
    67686915        else
    6769         { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
    6770 echo "${ECHO_T}$HAVE_METIS" >&6; }
     6916        { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
     6917$as_echo "$HAVE_METIS" >&6; }
    67716918        fi
    67726919
    6773                 { echo "$as_me:$LINENO: checking for mpi..." >&5
    6774 echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; }
     6920                { $as_echo "$as_me:$LINENO: checking for mpi..." >&5
     6921$as_echo_n "checking for mpi...... " >&6; }
    67756922       
    6776 # Check whether --with-mpi-lib was given.
     6923@%:@ Check whether --with-mpi-lib was given.
    67776924if test "${with_mpi_lib+set}" = set; then
    67786925  withval=$with_mpi_lib; MPILIB=$withval
     
    67836930       
    67846931       
    6785 # Check whether --with-mpi-include was given.
     6932@%:@ Check whether --with-mpi-include was given.
    67866933if test "${with_mpi_include+set}" = set; then
    67876934  withval=$with_mpi_include; MPI_INCLUDE=$withval
     
    67936940                if test -z "$MPILIB" ; then
    67946941                if test "$PARALLEL_VALUE" = "yes" ; then
    6795                         { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
    6796 echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
     6942                        { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
     6943$as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
    67976944   { (exit 1); exit 1; }; }
    67986945                fi
     
    68006947                if test -z "$MPI_INCLUDE" ; then
    68016948                        if test "$PARALLEL_VALUE" = "yes" ; then
    6802                                 { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
    6803 echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
     6949                                { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
     6950$as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
    68046951   { (exit 1); exit 1; }; }
    68056952                        fi
     
    68226969                fi
    68236970        fi
    6824         { echo "$as_me:$LINENO: result: done" >&5
    6825 echo "${ECHO_T}done" >&6; }
     6971        { $as_echo "$as_me:$LINENO: result: done" >&5
     6972$as_echo "done" >&6; }
    68266973
    68276974               
    6828 # Check whether --with-petsc-dir was given.
     6975@%:@ Check whether --with-petsc-dir was given.
    68296976if test "${with_petsc_dir+set}" = set; then
    68306977  withval=$with_petsc_dir; PETSC_ROOT=$withval
     
    68366983        if test "$PARALLEL_VALUE" = "yes" ; then
    68376984                if test "$PETSC_ROOT" = "" ; then
    6838                         { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
    6839 echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
     6985                        { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
     6986$as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
    68406987   { (exit 1); exit 1; }; }
    68416988                fi
     
    68436990       
    68446991       
    6845 # Check whether --with-petsc-arch was given.
     6992@%:@ Check whether --with-petsc-arch was given.
    68466993if test "${with_petsc_arch+set}" = set; then
    68476994  withval=$with_petsc_arch; PETSC_ARCH=$withval
     
    68537000        if test "$PARALLEL_VALUE" = "yes" ; then
    68547001                if test "$PETSC_ARCH" = "" ; then
    6855                         { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
    6856 echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
     7002                        { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
     7003$as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
    68577004   { (exit 1); exit 1; }; }
    68587005                fi
    68597006        fi
    68607007       
    6861         { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
    6862 echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; }
     7008        { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
     7009$as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... " >&6; }
    68637010       
    68647011        if test -d "$PETSC_ROOT"; then
     
    68677014               
    68687015                        PETSCINCL="-I$PETSC_ROOT/include  -I$PETSC_ROOT/ -I$PETSC_ROOT/bmake/$PETSC_ARCH -I$PETSC_ROOT/src/mat/impls/dense/mpi/plapack/"
    6869                         PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7016               
     7017                        case "${host_os}" in
     7018                                *cygwin*)
     7019                                PETSCLIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libpetscksp.lib  libpetscdm.lib  libpetscmat.lib  libpetscvec.lib libpetsc.lib  libpetscsnes.lib libpetscts.lib libmpiuni.lib"
     7020                                ;;
     7021                                *linux*)
     7022                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7023                                ;;
     7024                                *darwin9.6.0*)
     7025                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     7026                                ;;
     7027                        esac
    68707028                                                 
    68717029
     
    68887046
    68897047        if test $HAVE_PETSC = no; then
    6890                 if test "$PARALLEL_VALUE" = "yes" ; then
    6891                         { { echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&5
    6892 echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!" >&2;}
     7048                { { $as_echo "$as_me:$LINENO: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM!" >&5
     7049$as_echo "$as_me: error: could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM!" >&2;}
    68937050   { (exit 1); exit 1; }; }
    6894                 fi
    68957051        else
    6896                 { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
    6897 echo "${ECHO_T}$HAVE_PETSC" >&6; }
     7052                { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
     7053$as_echo "$HAVE_PETSC" >&6; }
    68987054        fi
    68997055
    6900 
     7056                if test "$PARALLEL_VALUE" = "no" ; then
     7057                HAVE_MPI=yes
     7058                MPIINCL=-I"$PETSC_ROOT/include/mpiuni"
     7059
     7060                case "${host_os}" in
     7061                        *cygwin*)
     7062                        MPILIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libmpiuni.lib"
     7063                        ;;
     7064                        *linux*)
     7065                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     7066                        ;;
     7067                        *darwin9.6.0*)
     7068                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     7069                        ;;
     7070                esac
     7071                                                                 
     7072
     7073
     7074                       
    69017075               
    6902 # Check whether --with-slepc-dir was given.
     7076cat >>confdefs.h <<\_ACEOF
     7077@%:@define _HAVE_MPI_ 1
     7078_ACEOF
     7079
     7080               
     7081cat >>confdefs.h <<\_ACEOF
     7082@%:@define HAVE_MPI 1
     7083_ACEOF
     7084
     7085               
     7086               
     7087        fi
     7088       
     7089
     7090               
     7091@%:@ Check whether --with-slepc-dir was given.
    69037092if test "${with_slepc_dir+set}" = set; then
    69047093  withval=$with_slepc_dir; SLEPC_ROOT=$withval
     
    69087097
    69097098                         
    6910         { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
    6911 echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; }
     7099        { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
     7100$as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT... " >&6; }
    69127101        if test -d "$SLEPC_ROOT"; then
    69137102
     
    69277116                HAVE_SLEPC=no
    69287117        fi
    6929         { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
    6930 echo "${ECHO_T}$HAVE_SLEPC" >&6; }
     7118        { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
     7119$as_echo "$HAVE_SLEPC" >&6; }
    69317120       
    69327121               
    6933 # Check whether --with-scalapack-dir was given.
     7122@%:@ Check whether --with-scalapack-dir was given.
    69347123if test "${with_scalapack_dir+set}" = set; then
    69357124  withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval
     
    69397128
    69407129                         
    6941         { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
    6942 echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; }
     7130        { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
     7131$as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... " >&6; }
    69437132        if test -d "$SCALAPACK_ROOT"; then
    69447133
     
    69567145                HAVE_SCALAPACK=no
    69577146        fi
    6958         { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
    6959 echo "${ECHO_T}$HAVE_SCALAPACK" >&6; }
     7147        { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
     7148$as_echo "$HAVE_SCALAPACK" >&6; }
    69607149
    69617150               
    6962 # Check whether --with-blas-lapack-dir was given.
     7151@%:@ Check whether --with-blas-lapack-dir was given.
    69637152if test "${with_blas_lapack_dir+set}" = set; then
    69647153  withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval
     
    69687157
    69697158                         
    6970         { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
    6971 echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; }
     7159        { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
     7160$as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... " >&6; }
    69727161        if test -d "$BLASLAPACK_ROOT"; then
    69737162
     
    69757164                                HAVE_BLASLAPACK=yes
    69767165                BLASLAPACKINCL=""
    6977                                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7166               
     7167                                case "${host_os}" in
     7168                        *cygwin*)
     7169                        BLASLAPACKLIB="-link -LIBPATH:\"$BLASLAPACK_ROOT\" libf2cblas.lib  libf2clapack.lib"
     7170                        ;;
     7171                        *linux*)
     7172                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7173                        ;;
     7174                        *darwin9.6.0*)
     7175                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     7176                        ;;
     7177                esac
     7178                                                                 
     7179
    69787180
    69797181               
     
    69877189                HAVE_BLASLAPACK=no
    69887190        fi
    6989         { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
    6990 echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; }
     7191        { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
     7192$as_echo "$HAVE_BLASLAPACK" >&6; }
    69917193
    69927194               
    6993 # Check whether --with-mkl-dir was given.
     7195@%:@ Check whether --with-mkl-dir was given.
    69947196if test "${with_mkl_dir+set}" = set; then
    69957197  withval=$with_mkl_dir; MKL_ROOT=$withval
     
    69997201
    70007202                         
    7001         { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
    7002 echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; }
     7203        { $as_echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
     7204$as_echo_n "checking for mkl headers and libraries in $MKL_ROOT... " >&6; }
    70037205        if test -d "$MKL_ROOT"; then
    70047206
     
    70177219                HAVE_MKL=no
    70187220        fi
    7019         { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
    7020 echo "${ECHO_T}$HAVE_MKL" >&6; }
     7221        { $as_echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
     7222$as_echo "$HAVE_MKL" >&6; }
    70217223
    70227224               
    7023 # Check whether --with-plapack-dir was given.
     7225@%:@ Check whether --with-plapack-dir was given.
    70247226if test "${with_plapack_dir+set}" = set; then
    70257227  withval=$with_plapack_dir; PLAPACK_ROOT=$withval
     
    70297231
    70307232                         
    7031         { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
    7032 echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; }
     7233        { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
     7234$as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT... " >&6; }
    70337235        if test -d "$PLAPACK_ROOT"; then
    70347236
     
    70487250                HAVE_PLAPACK=no
    70497251        fi
    7050         { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
    7051 echo "${ECHO_T}$HAVE_PLAPACK" >&6; }
     7252        { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
     7253$as_echo "$HAVE_PLAPACK" >&6; }
    70527254
    70537255               
    7054 # Check whether --with-mumps-dir was given.
     7256@%:@ Check whether --with-mumps-dir was given.
    70557257if test "${with_mumps_dir+set}" = set; then
    70567258  withval=$with_mumps_dir; MUMPS_ROOT=$withval
     
    70607262
    70617263                         
    7062         { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
    7063 echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; }
     7264        { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
     7265$as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT... " >&6; }
    70647266        if test -d "$MUMPS_ROOT"; then
    70657267
     
    70787280                HAVE_MUMPS=no
    70797281        fi
    7080         { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
    7081 echo "${ECHO_T}$HAVE_MUMPS" >&6; }
     7282        { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
     7283$as_echo "$HAVE_MUMPS" >&6; }
    70827284
    70837285               
    7084 # Check whether --with-blacs-dir was given.
     7286@%:@ Check whether --with-blacs-dir was given.
    70857287if test "${with_blacs_dir+set}" = set; then
    70867288  withval=$with_blacs_dir; BLACS_ROOT=$withval
     
    70907292
    70917293                         
    7092         { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
    7093 echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; }
     7294        { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
     7295$as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT... " >&6; }
    70947296        if test -d "$BLACS_ROOT"; then
    70957297
     
    71087310                HAVE_BLACS=no
    71097311        fi
    7110         { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
    7111 echo "${ECHO_T}$HAVE_BLACS" >&6; }
    7112 
    7113                 { echo "$as_me:$LINENO: checking for math library..." >&5
    7114 echo $ECHO_N "checking for math library...... $ECHO_C" >&6; }
     7312        { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
     7313$as_echo "$HAVE_BLACS" >&6; }
     7314
     7315                { $as_echo "$as_me:$LINENO: checking for math library..." >&5
     7316$as_echo_n "checking for math library...... " >&6; }
    71157317       
    7116 # Check whether --with-math-lib was given.
     7318@%:@ Check whether --with-math-lib was given.
    71177319if test "${with_math_lib+set}" = set; then
    71187320  withval=$with_math_lib; MATH_LIB=$withval
     
    71337335               
    71347336        fi
    7135         { echo "$as_me:$LINENO: result: done" >&5
    7136 echo "${ECHO_T}done" >&6; }
    7137 
    7138                 { echo "$as_me:$LINENO: checking for fortran library..." >&5
    7139 echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; }
     7337        { $as_echo "$as_me:$LINENO: result: done" >&5
     7338$as_echo "done" >&6; }
     7339
     7340                { $as_echo "$as_me:$LINENO: checking for fortran library..." >&5
     7341$as_echo_n "checking for fortran library...... " >&6; }
    71407342       
    7141 # Check whether --with-fortran-lib was given.
     7343@%:@ Check whether --with-fortran-lib was given.
    71427344if test "${with_fortran_lib+set}" = set; then
    71437345  withval=$with_fortran_lib; FORTRAN_LIB=$withval
     
    71587360               
    71597361        fi
    7160         { echo "$as_me:$LINENO: result: done" >&5
    7161 echo "${ECHO_T}done" >&6; }
    7162 
    7163                 { echo "$as_me:$LINENO: checking for graphics library..." >&5
    7164 echo $ECHO_N "checking for graphics library...... $ECHO_C" >&6; }
     7362        { $as_echo "$as_me:$LINENO: result: done" >&5
     7363$as_echo "done" >&6; }
     7364
     7365                { $as_echo "$as_me:$LINENO: checking for graphics library..." >&5
     7366$as_echo_n "checking for graphics library...... " >&6; }
    71657367       
    7166 # Check whether --with-graphics-lib was given.
     7368@%:@ Check whether --with-graphics-lib was given.
    71677369if test "${with_graphics_lib+set}" = set; then
    71687370  withval=$with_graphics_lib; GRAPHICS_LIB=$withval
     
    71837385               
    71847386        fi
    7185         { echo "$as_me:$LINENO: result: done" >&5
    7186 echo "${ECHO_T}done" >&6; }
     7387        { $as_echo "$as_me:$LINENO: result: done" >&5
     7388$as_echo "done" >&6; }
     7389
     7390               
     7391@%:@ Check whether --with-vendor was given.
     7392if test "${with_vendor+set}" = set; then
     7393  withval=$with_vendor; VENDOR=$withval
     7394else
     7395  VENDOR=""
     7396fi
     7397 
     7398        { $as_echo "$as_me:$LINENO: checking for vendor compilers " >&5
     7399$as_echo_n "checking for vendor compilers ... " >&6; }
     7400        if test -n "$VENDOR"; then
     7401
     7402                if  test $VENDOR = intel; then
     7403                        export CC=icl
     7404                        export CXX=icl
     7405                        export CXXFLAGS="-DWIN32 -D_INTEL_"
     7406                else
     7407                { { $as_echo "$as_me:$LINENO: error: unknow compiler vendor!" >&5
     7408$as_echo "$as_me: error: unknow compiler vendor!" >&2;}
     7409   { (exit 1); exit 1; }; }
     7410                fi
     7411        fi
    71877412
    71887413
     
    72167441    *${as_nl}*)
    72177442      case $ac_var in #(
    7218       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    7219 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     7443      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     7444$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    72207445      esac
    72217446      case $ac_var in #(
    72227447      _ | IFS | as_nl) ;; #(
     7448      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    72237449      *) $as_unset $ac_var ;;
    72247450      esac ;;
     
    72537479  if test -w "$cache_file"; then
    72547480    test "x$cache_file" != "x/dev/null" &&
    7255       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    7256 echo "$as_me: updating cache $cache_file" >&6;}
     7481      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     7482$as_echo "$as_me: updating cache $cache_file" >&6;}
    72577483    cat confcache >$cache_file
    72587484  else
    7259     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    7260 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7485    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     7486$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    72617487  fi
    72627488fi
     
    72747500  # 1. Remove the extension, and $U if already installed.
    72757501  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    7276   ac_i=`echo "$ac_i" | sed "$ac_script"`
     7502  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    72777503  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    72787504  #    will be set to the directory where LIBOBJS objects are built.
     
    72857511
    72867512
     7513 if test -n "$EXEEXT"; then
     7514  am__EXEEXT_TRUE=
     7515  am__EXEEXT_FALSE='#'
     7516else
     7517  am__EXEEXT_TRUE='#'
     7518  am__EXEEXT_FALSE=
     7519fi
     7520
    72877521if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    7288   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     7522  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    72897523Usually this means the macro was only invoked conditionally." >&5
    7290 echo "$as_me: error: conditional \"AMDEP\" was never defined.
     7524$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
    72917525Usually this means the macro was only invoked conditionally." >&2;}
    72927526   { (exit 1); exit 1; }; }
    72937527fi
    72947528if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    7295   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     7529  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    72967530Usually this means the macro was only invoked conditionally." >&5
    7297 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     7531$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    72987532Usually this means the macro was only invoked conditionally." >&2;}
    72997533   { (exit 1); exit 1; }; }
    73007534fi
    73017535if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    7302   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     7536  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    73037537Usually this means the macro was only invoked conditionally." >&5
    7304 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     7538$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    73057539Usually this means the macro was only invoked conditionally." >&2;}
    73067540   { (exit 1); exit 1; }; }
    73077541fi
    73087542if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then
    7309   { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
     7543  { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
    73107544Usually this means the macro was only invoked conditionally." >&5
    7311 echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
     7545$as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
    73127546Usually this means the macro was only invoked conditionally." >&2;}
    73137547   { (exit 1); exit 1; }; }
    73147548fi
    73157549if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then
    7316   { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
     7550  { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
    73177551Usually this means the macro was only invoked conditionally." >&5
    7318 echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
     7552$as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
    73197553Usually this means the macro was only invoked conditionally." >&2;}
    73207554   { (exit 1); exit 1; }; }
    73217555fi
    73227556if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then
    7323   { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
     7557  { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
    73247558Usually this means the macro was only invoked conditionally." >&5
    7325 echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
     7559$as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
    73267560Usually this means the macro was only invoked conditionally." >&2;}
    73277561   { (exit 1); exit 1; }; }
     
    73297563
    73307564: ${CONFIG_STATUS=./config.status}
     7565ac_write_fail=0
    73317566ac_clean_files_save=$ac_clean_files
    73327567ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7333 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7334 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7335 cat >$CONFIG_STATUS <<_ACEOF
     7568{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7569$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7570cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    73367571#! $SHELL
    73377572# Generated by $as_me.
     
    73467581_ACEOF
    73477582
    7348 cat >>$CONFIG_STATUS <<\_ACEOF
     7583cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    73497584## --------------------- ##
    73507585## M4sh Initialization.  ##
     
    73567591  emulate sh
    73577592  NULLCMD=:
    7358   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     7593  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    73597594  # is contrary to our usage.  Disable this feature.
    73607595  alias -g '${1+"$@"}'='"$@"'
     
    73787613as_cr_alnum=$as_cr_Letters$as_cr_digits
    73797614
     7615as_nl='
     7616'
     7617export as_nl
     7618# Printing a long string crashes Solaris 7 /usr/bin/printf.
     7619as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     7620as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     7621as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     7622if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     7623  as_echo='printf %s\n'
     7624  as_echo_n='printf %s'
     7625else
     7626  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     7627    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     7628    as_echo_n='/usr/ucb/echo -n'
     7629  else
     7630    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     7631    as_echo_n_body='eval
     7632      arg=$1;
     7633      case $arg in
     7634      *"$as_nl"*)
     7635        expr "X$arg" : "X\\(.*\\)$as_nl";
     7636        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     7637      esac;
     7638      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     7639    '
     7640    export as_echo_n_body
     7641    as_echo_n='sh -c $as_echo_n_body as_echo'
     7642  fi
     7643  export as_echo_body
     7644  as_echo='sh -c $as_echo_body as_echo'
     7645fi
     7646
    73807647# The user is always right.
    73817648if test "${PATH_SEPARATOR+set}" != set; then
    7382   echo "#! /bin/sh" >conf$$.sh
    7383   echo  "exit 0"   >>conf$$.sh
    7384   chmod +x conf$$.sh
    7385   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    7386     PATH_SEPARATOR=';'
    7387   else
    7388     PATH_SEPARATOR=:
    7389   fi
    7390   rm -f conf$$.sh
     7649  PATH_SEPARATOR=:
     7650  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     7651    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     7652      PATH_SEPARATOR=';'
     7653  }
    73917654fi
    73927655
     
    74047667# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    74057668# splitting by setting IFS to empty value.)
    7406 as_nl='
    7407 '
    74087669IFS=" ""        $as_nl"
    74097670
     
    74287689fi
    74297690if test ! -f "$as_myself"; then
    7430   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7691  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    74317692  { (exit 1); exit 1; }
    74327693fi
     
    74417702
    74427703# NLS nuisances.
    7443 for as_var in \
    7444   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    7445   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    7446   LC_TELEPHONE LC_TIME
    7447 do
    7448   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    7449     eval $as_var=C; export $as_var
    7450   else
    7451     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    7452   fi
    7453 done
     7704LC_ALL=C
     7705export LC_ALL
     7706LANGUAGE=C
     7707export LANGUAGE
    74547708
    74557709# Required to use basename.
     
    74737727         X"$0" : 'X\(//\)$' \| \
    74747728         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    7475 echo X/"$0" |
     7729$as_echo X/"$0" |
    74767730    sed '/^.*\/\([^/][^/]*\)\/*$/{
    74777731            s//\1/
     
    75247778    ' >$as_me.lineno &&
    75257779  chmod +x "$as_me.lineno" ||
    7526     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     7780    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    75277781   { (exit 1); exit 1; }; }
    75287782
     
    75527806  ECHO_N='-n';;
    75537807esac
    7554 
    75557808if expr a : '\(a\)' >/dev/null 2>&1 &&
    75567809   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    75657818else
    75667819  rm -f conf$$.dir
    7567   mkdir conf$$.dir
    7568 fi
    7569 echo >conf$$.file
    7570 if ln -s conf$$.file conf$$ 2>/dev/null; then
    7571   as_ln_s='ln -s'
    7572   # ... but there are two gotchas:
    7573   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7574   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7575   # In both cases, we have to default to `cp -p'.
    7576   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7820  mkdir conf$$.dir 2>/dev/null
     7821fi
     7822if (echo >conf$$.file) 2>/dev/null; then
     7823  if ln -s conf$$.file conf$$ 2>/dev/null; then
     7824    as_ln_s='ln -s'
     7825    # ... but there are two gotchas:
     7826    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7827    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7828    # In both cases, we have to default to `cp -p'.
     7829    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     7830      as_ln_s='cp -p'
     7831  elif ln conf$$.file conf$$ 2>/dev/null; then
     7832    as_ln_s=ln
     7833  else
    75777834    as_ln_s='cp -p'
    7578 elif ln conf$$.file conf$$ 2>/dev/null; then
    7579   as_ln_s=ln
     7835  fi
    75807836else
    75817837  as_ln_s='cp -p'
     
    76027858    eval sh -c '\''
    76037859      if test -d "$1"; then
    7604         test -d "$1/.";
     7860        test -d "$1/.";
    76057861      else
    76067862        case $1 in
    7607         -*)set "./$1";;
     7863        -*)set "./$1";;
    76087864        esac;
    76097865        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    76287884ac_log="
    76297885This file was extended by ISSM $as_me 1.0, which was
    7630 generated by GNU Autoconf 2.61.  Invocation command line was
     7886generated by GNU Autoconf 2.63.  Invocation command line was
    76317887
    76327888  CONFIG_FILES    = $CONFIG_FILES
     
    76417897_ACEOF
    76427898
    7643 cat >>$CONFIG_STATUS <<_ACEOF
     7899case $ac_config_files in *"
     7900"*) set x $ac_config_files; shift; ac_config_files=$*;;
     7901esac
     7902
     7903case $ac_config_headers in *"
     7904"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     7905esac
     7906
     7907
     7908cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    76447909# Files that config.status was made for.
    76457910config_files="$ac_config_files"
     
    76497914_ACEOF
    76507915
    7651 cat >>$CONFIG_STATUS <<\_ACEOF
     7916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    76527917ac_cs_usage="\
    76537918\`$as_me' instantiates files from templates according to the
    76547919current configuration.
    76557920
    7656 Usage: $0 [OPTIONS] [FILE]...
     7921Usage: $0 [OPTION]... [FILE]...
    76577922
    76587923  -h, --help       print this help, then exit
    76597924  -V, --version    print version number and configuration settings, then exit
    7660   -q, --quiet      do not print progress messages
     7925  -q, --quiet, --silent
     7926                   do not print progress messages
    76617927  -d, --debug      don't remove temporary files
    76627928      --recheck    update $as_me by reconfiguring in the same conditions
    7663   --file=FILE[:TEMPLATE]
    7664                    instantiate the configuration file FILE
    7665   --header=FILE[:TEMPLATE]
    7666                    instantiate the configuration header FILE
     7929      --file=FILE[:TEMPLATE]
     7930                   instantiate the configuration file FILE
     7931      --header=FILE[:TEMPLATE]
     7932                   instantiate the configuration header FILE
    76677933
    76687934Configuration files:
     
    76787944
    76797945_ACEOF
    7680 cat >>$CONFIG_STATUS <<_ACEOF
     7946cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    76817947ac_cs_version="\\
    76827948ISSM config.status 1.0
    7683 configured by $0, generated by GNU Autoconf 2.61,
    7684   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    7685 
    7686 Copyright (C) 2006 Free Software Foundation, Inc.
     7949configured by $0, generated by GNU Autoconf 2.63,
     7950  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     7951
     7952Copyright (C) 2008 Free Software Foundation, Inc.
    76877953This config.status script is free software; the Free Software Foundation
    76887954gives unlimited permission to copy, distribute and modify it."
     
    76927958INSTALL='$INSTALL'
    76937959MKDIR_P='$MKDIR_P'
    7694 _ACEOF
    7695 
    7696 cat >>$CONFIG_STATUS <<\_ACEOF
    7697 # If no file are specified by the user, then we need to provide default
    7698 # value.  By we need to know if files were specified by the user.
     7960AWK='$AWK'
     7961test -n "\$AWK" || AWK=awk
     7962_ACEOF
     7963
     7964cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7965# The default lists apply if the user does not specify any file.
    76997966ac_need_defaults=:
    77007967while test $# != 0
     
    77187985    ac_cs_recheck=: ;;
    77197986  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7720     echo "$ac_cs_version"; exit ;;
     7987    $as_echo "$ac_cs_version"; exit ;;
    77217988  --debug | --debu | --deb | --de | --d | -d )
    77227989    debug=: ;;
    77237990  --file | --fil | --fi | --f )
    77247991    $ac_shift
    7725     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     7992    case $ac_optarg in
     7993    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     7994    esac
     7995    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    77267996    ac_need_defaults=false;;
    77277997  --header | --heade | --head | --hea )
    77287998    $ac_shift
    7729     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     7999    case $ac_optarg in
     8000    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     8001    esac
     8002    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
    77308003    ac_need_defaults=false;;
    77318004  --he | --h)
    77328005    # Conflict between --help and --header
    7733     { echo "$as_me: error: ambiguous option: $1
     8006    { $as_echo "$as_me: error: ambiguous option: $1
    77348007Try \`$0 --help' for more information." >&2
    77358008   { (exit 1); exit 1; }; };;
    77368009  --help | --hel | -h )
    7737     echo "$ac_cs_usage"; exit ;;
     8010    $as_echo "$ac_cs_usage"; exit ;;
    77388011  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    77398012  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    77418014
    77428015  # This is an error.
    7743   -*) { echo "$as_me: error: unrecognized option: $1
     8016  -*) { $as_echo "$as_me: error: unrecognized option: $1
    77448017Try \`$0 --help' for more information." >&2
    77458018   { (exit 1); exit 1; }; } ;;
     
    77608033
    77618034_ACEOF
    7762 cat >>$CONFIG_STATUS <<_ACEOF
     8035cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    77638036if \$ac_cs_recheck; then
    7764   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    7765   CONFIG_SHELL=$SHELL
     8037  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     8038  shift
     8039  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     8040  CONFIG_SHELL='$SHELL'
    77668041  export CONFIG_SHELL
    7767   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7768 fi
    7769 
    7770 _ACEOF
    7771 cat >>$CONFIG_STATUS <<\_ACEOF
     8042  exec "\$@"
     8043fi
     8044
     8045_ACEOF
     8046cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    77728047exec 5>>config.log
    77738048{
     
    77768051@%:@@%:@ Running $as_me. @%:@@%:@
    77778052_ASBOX
    7778   echo "$ac_log"
     8053  $as_echo "$ac_log"
    77798054} >&5
    77808055
    77818056_ACEOF
    7782 cat >>$CONFIG_STATUS <<_ACEOF
     8057cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    77838058#
    77848059# INIT-COMMANDS
     
    77888063_ACEOF
    77898064
    7790 cat >>$CONFIG_STATUS <<\_ACEOF
     8065cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    77918066
    77928067# Handling of arguments.
     
    78028077    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    78038078
    7804   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7805 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     8079  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     8080$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    78068081   { (exit 1); exit 1; }; };;
    78078082  esac
     
    78448119} ||
    78458120{
    7846    echo "$me: cannot create a temporary directory in ." >&2
     8121   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    78478122   { (exit 1); exit 1; }
    78488123}
    78498124
    7850 #
    7851 # Set up the sed scripts for CONFIG_FILES section.
    7852 #
    7853 
    7854 # No need to generate the scripts if there are no CONFIG_FILES.
    7855 # This happens for instance when ./config.status config.h
     8125# Set up the scripts for CONFIG_FILES section.
     8126# No need to generate them if there are no CONFIG_FILES.
     8127# This happens for instance with `./config.status config.h'.
    78568128if test -n "$CONFIG_FILES"; then
    78578129
    7858 _ACEOF
    7859 
    7860 
    7861 
     8130
     8131ac_cr='
     8132'
     8133ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     8134if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     8135  ac_cs_awk_cr='\\r'
     8136else
     8137  ac_cs_awk_cr=$ac_cr
     8138fi
     8139
     8140echo 'BEGIN {' >"$tmp/subs1.awk" &&
     8141_ACEOF
     8142
     8143
     8144{
     8145  echo "cat >conf$$subs.awk <<_ACEOF" &&
     8146  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     8147  echo "_ACEOF"
     8148} >conf$$subs.sh ||
     8149  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8150$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8151   { (exit 1); exit 1; }; }
     8152ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    78628153ac_delim='%!_!# '
    78638154for ac_last_try in false false false false false :; do
    7864   cat >conf$$subs.sed <<_ACEOF
    7865 SHELL!$SHELL$ac_delim
    7866 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    7867 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    7868 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    7869 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    7870 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    7871 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    7872 exec_prefix!$exec_prefix$ac_delim
    7873 prefix!$prefix$ac_delim
    7874 program_transform_name!$program_transform_name$ac_delim
    7875 bindir!$bindir$ac_delim
    7876 sbindir!$sbindir$ac_delim
    7877 libexecdir!$libexecdir$ac_delim
    7878 datarootdir!$datarootdir$ac_delim
    7879 datadir!$datadir$ac_delim
    7880 sysconfdir!$sysconfdir$ac_delim
    7881 sharedstatedir!$sharedstatedir$ac_delim
    7882 localstatedir!$localstatedir$ac_delim
    7883 includedir!$includedir$ac_delim
    7884 oldincludedir!$oldincludedir$ac_delim
    7885 docdir!$docdir$ac_delim
    7886 infodir!$infodir$ac_delim
    7887 htmldir!$htmldir$ac_delim
    7888 dvidir!$dvidir$ac_delim
    7889 pdfdir!$pdfdir$ac_delim
    7890 psdir!$psdir$ac_delim
    7891 libdir!$libdir$ac_delim
    7892 localedir!$localedir$ac_delim
    7893 mandir!$mandir$ac_delim
    7894 DEFS!$DEFS$ac_delim
    7895 ECHO_C!$ECHO_C$ac_delim
    7896 ECHO_N!$ECHO_N$ac_delim
    7897 ECHO_T!$ECHO_T$ac_delim
    7898 LIBS!$LIBS$ac_delim
    7899 build_alias!$build_alias$ac_delim
    7900 host_alias!$host_alias$ac_delim
    7901 target_alias!$target_alias$ac_delim
    7902 build!$build$ac_delim
    7903 build_cpu!$build_cpu$ac_delim
    7904 build_vendor!$build_vendor$ac_delim
    7905 build_os!$build_os$ac_delim
    7906 host!$host$ac_delim
    7907 host_cpu!$host_cpu$ac_delim
    7908 host_vendor!$host_vendor$ac_delim
    7909 host_os!$host_os$ac_delim
    7910 target!$target$ac_delim
    7911 target_cpu!$target_cpu$ac_delim
    7912 target_vendor!$target_vendor$ac_delim
    7913 target_os!$target_os$ac_delim
    7914 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    7915 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    7916 INSTALL_DATA!$INSTALL_DATA$ac_delim
    7917 am__isrc!$am__isrc$ac_delim
    7918 CYGPATH_W!$CYGPATH_W$ac_delim
    7919 PACKAGE!$PACKAGE$ac_delim
    7920 VERSION!$VERSION$ac_delim
    7921 ACLOCAL!$ACLOCAL$ac_delim
    7922 AUTOCONF!$AUTOCONF$ac_delim
    7923 AUTOMAKE!$AUTOMAKE$ac_delim
    7924 AUTOHEADER!$AUTOHEADER$ac_delim
    7925 MAKEINFO!$MAKEINFO$ac_delim
    7926 install_sh!$install_sh$ac_delim
    7927 STRIP!$STRIP$ac_delim
    7928 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
    7929 mkdir_p!$mkdir_p$ac_delim
    7930 AWK!$AWK$ac_delim
    7931 SET_MAKE!$SET_MAKE$ac_delim
    7932 am__leading_dot!$am__leading_dot$ac_delim
    7933 AMTAR!$AMTAR$ac_delim
    7934 am__tar!$am__tar$ac_delim
    7935 am__untar!$am__untar$ac_delim
    7936 RANLIB!$RANLIB$ac_delim
    7937 CC!$CC$ac_delim
    7938 CFLAGS!$CFLAGS$ac_delim
    7939 LDFLAGS!$LDFLAGS$ac_delim
    7940 CPPFLAGS!$CPPFLAGS$ac_delim
    7941 ac_ct_CC!$ac_ct_CC$ac_delim
    7942 EXEEXT!$EXEEXT$ac_delim
    7943 OBJEXT!$OBJEXT$ac_delim
    7944 DEPDIR!$DEPDIR$ac_delim
    7945 am__include!$am__include$ac_delim
    7946 am__quote!$am__quote$ac_delim
    7947 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
    7948 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
    7949 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
    7950 CCDEPMODE!$CCDEPMODE$ac_delim
    7951 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
    7952 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
    7953 CXX!$CXX$ac_delim
    7954 CXXFLAGS!$CXXFLAGS$ac_delim
    7955 ac_ct_CXX!$ac_ct_CXX$ac_delim
    7956 CXXDEPMODE!$CXXDEPMODE$ac_delim
    7957 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
    7958 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
    7959 F77!$F77$ac_delim
    7960 FFLAGS!$FFLAGS$ac_delim
    7961 ac_ct_F77!$ac_ct_F77$ac_delim
    7962 _ACEOF
    7963 
    7964   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
     8155  . ./conf$$subs.sh ||
     8156    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8157$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8158   { (exit 1); exit 1; }; }
     8159
     8160  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     8161  if test $ac_delim_n = $ac_delim_num; then
    79658162    break
    79668163  elif $ac_last_try; then
    7967     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7968 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8164    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8165$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    79698166   { (exit 1); exit 1; }; }
    79708167  else
     
    79728169  fi
    79738170done
    7974 
    7975 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    7976 if test -n "$ac_eof"; then
    7977   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    7978   ac_eof=`expr $ac_eof + 1`
    7979 fi
    7980 
    7981 cat >>$CONFIG_STATUS <<_ACEOF
    7982 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    7983 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7984 _ACEOF
    7985 sed '
    7986 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    7987 s/^/s,@/; s/!/@,|#_!!_#|/
    7988 :n
    7989 t n
    7990 s/'"$ac_delim"'$/,g/; t
    7991 s/$/\\/; p
    7992 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    7993 ' >>$CONFIG_STATUS <conf$$subs.sed
    7994 rm -f conf$$subs.sed
    7995 cat >>$CONFIG_STATUS <<_ACEOF
    7996 CEOF$ac_eof
    7997 _ACEOF
    7998 
    7999 
    8000 ac_delim='%!_!# '
    8001 for ac_last_try in false false false false false :; do
    8002   cat >conf$$subs.sed <<_ACEOF
    8003 FLIBS!$FLIBS$ac_delim
    8004 XMKMF!$XMKMF$ac_delim
    8005 CPP!$CPP$ac_delim
    8006 X_CFLAGS!$X_CFLAGS$ac_delim
    8007 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
    8008 X_LIBS!$X_LIBS$ac_delim
    8009 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
    8010 NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim
    8011 NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim
    8012 NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim
    8013 NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim
    8014 MATLABINCL!$MATLABINCL$ac_delim
    8015 MEX!$MEX$ac_delim
    8016 MEXEXT!$MEXEXT$ac_delim
    8017 MEXLIB!$MEXLIB$ac_delim
    8018 MEXLINK!$MEXLINK$ac_delim
    8019 MATLAB!$MATLAB$ac_delim
    8020 MATLAB_VERSION!$MATLAB_VERSION$ac_delim
    8021 MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim
    8022 MATLAB_MINOR!$MATLAB_MINOR$ac_delim
    8023 LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim
    8024 LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim
    8025 TRIANGLEINCL!$TRIANGLEINCL$ac_delim
    8026 TRIANGLELIB!$TRIANGLELIB$ac_delim
    8027 DAKOTAINCL!$DAKOTAINCL$ac_delim
    8028 DAKOTALIB!$DAKOTALIB$ac_delim
    8029 METISINCL!$METISINCL$ac_delim
    8030 METISLIB!$METISLIB$ac_delim
    8031 MPIINCL!$MPIINCL$ac_delim
    8032 MPILIB!$MPILIB$ac_delim
    8033 PETSCINCL!$PETSCINCL$ac_delim
    8034 PETSCLIB!$PETSCLIB$ac_delim
    8035 SLEPCINCL!$SLEPCINCL$ac_delim
    8036 SLEPCLIB!$SLEPCLIB$ac_delim
    8037 SCALAPACKLIB!$SCALAPACKLIB$ac_delim
    8038 BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim
    8039 BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim
    8040 MKLLIB!$MKLLIB$ac_delim
    8041 MKLINCL!$MKLINCL$ac_delim
    8042 PLAPACKINCL!$PLAPACKINCL$ac_delim
    8043 PLAPACKLIB!$PLAPACKLIB$ac_delim
    8044 MUMPSINCL!$MUMPSINCL$ac_delim
    8045 MUMPSLIB!$MUMPSLIB$ac_delim
    8046 BLACSINCL!$BLACSINCL$ac_delim
    8047 BLACSLIB!$BLACSLIB$ac_delim
    8048 MATHLIB!$MATHLIB$ac_delim
    8049 FORTRANLIB!$FORTRANLIB$ac_delim
    8050 GRAPHICSLIB!$GRAPHICSLIB$ac_delim
    8051 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    8052 LTLIBOBJS!$LTLIBOBJS$ac_delim
    8053 _ACEOF
    8054 
    8055   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then
    8056     break
    8057   elif $ac_last_try; then
    8058     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8059 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     8171rm -f conf$$subs.sh
     8172
     8173cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8174cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     8175_ACEOF
     8176sed -n '
     8177h
     8178s/^/S["/; s/!.*/"]=/
     8179p
     8180g
     8181s/^[^!]*!//
     8182:repl
     8183t repl
     8184s/'"$ac_delim"'$//
     8185t delim
     8186:nl
     8187h
     8188s/\(.\{148\}\).*/\1/
     8189t more1
     8190s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     8191p
     8192n
     8193b repl
     8194:more1
     8195s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     8196p
     8197g
     8198s/.\{148\}//
     8199t nl
     8200:delim
     8201h
     8202s/\(.\{148\}\).*/\1/
     8203t more2
     8204s/["\\]/\\&/g; s/^/"/; s/$/"/
     8205p
     8206b
     8207:more2
     8208s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     8209p
     8210g
     8211s/.\{148\}//
     8212t delim
     8213' <conf$$subs.awk | sed '
     8214/^[^""]/{
     8215  N
     8216  s/\n//
     8217}
     8218' >>$CONFIG_STATUS || ac_write_fail=1
     8219rm -f conf$$subs.awk
     8220cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8221_ACAWK
     8222cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     8223  for (key in S) S_is_set[key] = 1
     8224  FS = ""
     8225
     8226}
     8227{
     8228  line = $ 0
     8229  nfields = split(line, field, "@")
     8230  substed = 0
     8231  len = length(field[1])
     8232  for (i = 2; i < nfields; i++) {
     8233    key = field[i]
     8234    keylen = length(key)
     8235    if (S_is_set[key]) {
     8236      value = S[key]
     8237      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     8238      len += length(value) + length(field[++i])
     8239      substed = 1
     8240    } else
     8241      len += 1 + keylen
     8242  }
     8243
     8244  print line
     8245}
     8246
     8247_ACAWK
     8248_ACEOF
     8249cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8250if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     8251  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     8252else
     8253  cat
     8254fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     8255  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     8256$as_echo "$as_me: error: could not setup config files machinery" >&2;}
    80608257   { (exit 1); exit 1; }; }
    8061   else
    8062     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    8063   fi
    8064 done
    8065 
    8066 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    8067 if test -n "$ac_eof"; then
    8068   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    8069   ac_eof=`expr $ac_eof + 1`
    8070 fi
    8071 
    8072 cat >>$CONFIG_STATUS <<_ACEOF
    8073 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
    8074 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    8075 _ACEOF
    8076 sed '
    8077 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    8078 s/^/s,@/; s/!/@,|#_!!_#|/
    8079 :n
    8080 t n
    8081 s/'"$ac_delim"'$/,g/; t
    8082 s/$/\\/; p
    8083 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    8084 ' >>$CONFIG_STATUS <conf$$subs.sed
    8085 rm -f conf$$subs.sed
    8086 cat >>$CONFIG_STATUS <<_ACEOF
    8087 :end
    8088 s/|#_!!_#|//g
    8089 CEOF$ac_eof
    8090 _ACEOF
    8091 
     8258_ACEOF
    80928259
    80938260# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    81068273fi
    81078274
    8108 cat >>$CONFIG_STATUS <<\_ACEOF
     8275cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    81098276fi # test -n "$CONFIG_FILES"
    81108277
    8111 
    8112 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
     8278# Set up the scripts for CONFIG_HEADERS section.
     8279# No need to generate them if there are no CONFIG_HEADERS.
     8280# This happens for instance with `./config.status Makefile'.
     8281if test -n "$CONFIG_HEADERS"; then
     8282cat >"$tmp/defines.awk" <<\_ACAWK ||
     8283BEGIN {
     8284_ACEOF
     8285
     8286# Transform confdefs.h into an awk script `defines.awk', embedded as
     8287# here-document in config.status, that substitutes the proper values into
     8288# config.h.in to produce config.h.
     8289
     8290# Create a delimiter string that does not exist in confdefs.h, to ease
     8291# handling of long lines.
     8292ac_delim='%!_!# '
     8293for ac_last_try in false false :; do
     8294  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     8295  if test -z "$ac_t"; then
     8296    break
     8297  elif $ac_last_try; then
     8298    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     8299$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     8300   { (exit 1); exit 1; }; }
     8301  else
     8302    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8303  fi
     8304done
     8305
     8306# For the awk script, D is an array of macro values keyed by name,
     8307# likewise P contains macro parameters if any.  Preserve backslash
     8308# newline sequences.
     8309
     8310ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     8311sed -n '
     8312s/.\{148\}/&'"$ac_delim"'/g
     8313t rset
     8314:rset
     8315s/^[     ]*#[    ]*define[       ][      ]*/ /
     8316t def
     8317d
     8318:def
     8319s/\\$//
     8320t bsnl
     8321s/["\\]/\\&/g
     8322s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     8323D["\1"]=" \3"/p
     8324s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
     8325d
     8326:bsnl
     8327s/["\\]/\\&/g
     8328s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     8329D["\1"]=" \3\\\\\\n"\\/p
     8330t cont
     8331s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     8332t cont
     8333d
     8334:cont
     8335n
     8336s/.\{148\}/&'"$ac_delim"'/g
     8337t clear
     8338:clear
     8339s/\\$//
     8340t bsnlc
     8341s/["\\]/\\&/g; s/^/"/; s/$/"/p
     8342d
     8343:bsnlc
     8344s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     8345b cont
     8346' <confdefs.h | sed '
     8347s/'"$ac_delim"'/"\\\
     8348"/g' >>$CONFIG_STATUS || ac_write_fail=1
     8349
     8350cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8351  for (key in D) D_is_set[key] = 1
     8352  FS = ""
     8353}
     8354/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     8355  line = \$ 0
     8356  split(line, arg, " ")
     8357  if (arg[1] == "#") {
     8358    defundef = arg[2]
     8359    mac1 = arg[3]
     8360  } else {
     8361    defundef = substr(arg[1], 2)
     8362    mac1 = arg[2]
     8363  }
     8364  split(mac1, mac2, "(") #)
     8365  macro = mac2[1]
     8366  prefix = substr(line, 1, index(line, defundef) - 1)
     8367  if (D_is_set[macro]) {
     8368    # Preserve the white space surrounding the "#".
     8369    print prefix "define", macro P[macro] D[macro]
     8370    next
     8371  } else {
     8372    # Replace #undef with comments.  This is necessary, for example,
     8373    # in the case of _POSIX_SOURCE, which is predefined and required
     8374    # on some systems where configure will not decide to define it.
     8375    if (defundef == "undef") {
     8376      print "/*", prefix defundef, macro, "*/"
     8377      next
     8378    }
     8379  }
     8380}
     8381{ print }
     8382_ACAWK
     8383_ACEOF
     8384cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8385  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     8386$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     8387   { (exit 1); exit 1; }; }
     8388fi # test -n "$CONFIG_HEADERS"
     8389
     8390
     8391eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
     8392shift
     8393for ac_tag
    81138394do
    81148395  case $ac_tag in
     
    81178398  case $ac_mode$ac_tag in
    81188399  :[FHL]*:*);;
    8119   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    8120 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     8400  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     8401$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    81218402   { (exit 1); exit 1; }; };;
    81228403  :[FH]-) ac_tag=-:-;;
     
    81478428           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    81488429           esac ||
    8149            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    8150 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     8430           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     8431$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    81518432   { (exit 1); exit 1; }; };;
    81528433      esac
    8153       ac_file_inputs="$ac_file_inputs $ac_f"
     8434      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     8435      ac_file_inputs="$ac_file_inputs '$ac_f'"
    81548436    done
    81558437
     
    81578439    # use $as_me), people would be surprised to read:
    81588440    #    /* config.h.  Generated by config.status.  */
    8159     configure_input="Generated from "`IFS=:
    8160           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     8441    configure_input='Generated from '`
     8442          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     8443        `' by configure.'
    81618444    if test x"$ac_file" != x-; then
    81628445      configure_input="$ac_file.  $configure_input"
    8163       { echo "$as_me:$LINENO: creating $ac_file" >&5
    8164 echo "$as_me: creating $ac_file" >&6;}
     8446      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     8447$as_echo "$as_me: creating $ac_file" >&6;}
    81658448    fi
     8449    # Neutralize special characters interpreted by sed in replacement strings.
     8450    case $configure_input in #(
     8451    *\&* | *\|* | *\\* )
     8452       ac_sed_conf_input=`$as_echo "$configure_input" |
     8453       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     8454    *) ac_sed_conf_input=$configure_input;;
     8455    esac
    81668456
    81678457    case $ac_tag in
    8168     *:-:* | *:-) cat >"$tmp/stdin";;
     8458    *:-:* | *:-) cat >"$tmp/stdin" \
     8459      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8460$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8461   { (exit 1); exit 1; }; } ;;
    81698462    esac
    81708463    ;;
     
    81768469         X"$ac_file" : 'X\(//\)$' \| \
    81778470         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    8178 echo X"$ac_file" |
     8471$as_echo X"$ac_file" |
    81798472    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    81808473            s//\1/
     
    82028495    while :; do
    82038496      case $as_dir in #(
    8204       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     8497      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    82058498      *) as_qdir=$as_dir;;
    82068499      esac
     
    82118504         X"$as_dir" : 'X\(//\)$' \| \
    82128505         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8213 echo X"$as_dir" |
     8506$as_echo X"$as_dir" |
    82148507    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    82158508            s//\1/
     
    82328525    done
    82338526    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8234   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8235 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8527  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8528$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    82368529   { (exit 1); exit 1; }; }; }
    82378530  ac_builddir=.
     
    82408533.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    82418534*)
    8242   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     8535  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    82438536  # A ".." for each directory in $ac_dir_suffix.
    8244   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     8537  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    82458538  case $ac_top_builddir_sub in
    82468539  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    82878580_ACEOF
    82888581
    8289 cat >>$CONFIG_STATUS <<\_ACEOF
     8582cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    82908583# If the template does not know about datarootdir, expand it.
    82918584# FIXME: This hack should be removed a few years after 2.60.
    82928585ac_datarootdir_hack=; ac_datarootdir_seen=
    82938586
    8294 case `sed -n '/datarootdir/ {
     8587ac_sed_dataroot='
     8588/datarootdir/ {
    82958589  p
    82968590  q
     
    83018595/@localedir@/p
    83028596/@mandir@/p
    8303 ' $ac_file_inputs` in
     8597'
     8598case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    83048599*datarootdir*) ac_datarootdir_seen=yes;;
    83058600*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    8306   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    8307 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    8308 _ACEOF
    8309 cat >>$CONFIG_STATUS <<_ACEOF
     8601  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8602$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8603_ACEOF
     8604cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    83108605  ac_datarootdir_hack='
    83118606  s&@datadir@&$datadir&g
     
    83218616# Shell code in configure.ac might set extrasub.
    83228617# FIXME: do we really want to maintain this feature?
    8323 cat >>$CONFIG_STATUS <<_ACEOF
    8324   sed "$ac_vpsub
     8618cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8619ac_sed_extra="$ac_vpsub
    83258620$extrasub
    83268621_ACEOF
    8327 cat >>$CONFIG_STATUS <<\_ACEOF
     8622cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    83288623:t
    83298624/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8330 s&@configure_input@&$configure_input&;t t
     8625s|@configure_input@|$ac_sed_conf_input|;t t
    83318626s&@top_builddir@&$ac_top_builddir_sub&;t t
     8627s&@top_build_prefix@&$ac_top_build_prefix&;t t
    83328628s&@srcdir@&$ac_srcdir&;t t
    83338629s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    83408636s&@MKDIR_P@&$ac_MKDIR_P&;t t
    83418637$ac_datarootdir_hack
    8342 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
     8638"
     8639eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     8640  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8641$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8642   { (exit 1); exit 1; }; }
    83438643
    83448644test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    83458645  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    83468646  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    8347   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8647  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    83488648which seems to be undefined.  Please make sure it is defined." >&5
    8349 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8649$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    83508650which seems to be undefined.  Please make sure it is defined." >&2;}
    83518651
    83528652  rm -f "$tmp/stdin"
    83538653  case $ac_file in
    8354   -) cat "$tmp/out"; rm -f "$tmp/out";;
    8355   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    8356   esac
     8654  -) cat "$tmp/out" && rm -f "$tmp/out";;
     8655  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     8656  esac \
     8657  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8658$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8659   { (exit 1); exit 1; }; }
    83578660 ;;
    83588661  :H)
     
    83608663  # CONFIG_HEADER
    83618664  #
    8362 _ACEOF
    8363 
    8364 # Transform confdefs.h into a sed script `conftest.defines', that
    8365 # substitutes the proper values into config.h.in to produce config.h.
    8366 rm -f conftest.defines conftest.tail
    8367 # First, append a space to every undef/define line, to ease matching.
    8368 echo 's/$/ /' >conftest.defines
    8369 # Then, protect against being on the right side of a sed subst, or in
    8370 # an unquoted here document, in config.status.  If some macros were
    8371 # called several times there might be several #defines for the same
    8372 # symbol, which is useless.  But do not sort them, since the last
    8373 # AC_DEFINE must be honored.
    8374 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    8375 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
    8376 # NAME is the cpp macro being defined, VALUE is the value it is being given.
    8377 # PARAMS is the parameter list in the macro definition--in most cases, it's
    8378 # just an empty string.
    8379 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
    8380 ac_dB='\\)[      (].*,\\1define\\2'
    8381 ac_dC=' '
    8382 ac_dD=' ,'
    8383 
    8384 uniq confdefs.h |
    8385   sed -n '
    8386         t rset
    8387         :rset
    8388         s/^[     ]*#[    ]*define[       ][      ]*//
    8389         t ok
    8390         d
    8391         :ok
    8392         s/[\\&,]/\\&/g
    8393         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
    8394         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
    8395   ' >>conftest.defines
    8396 
    8397 # Remove the space that was appended to ease matching.
    8398 # Then replace #undef with comments.  This is necessary, for
    8399 # example, in the case of _POSIX_SOURCE, which is predefined and required
    8400 # on some systems where configure will not decide to define it.
    8401 # (The regexp can be short, since the line contains either #define or #undef.)
    8402 echo 's/ $//
    8403 s,^[     #]*u.*,/* & */,' >>conftest.defines
    8404 
    8405 # Break up conftest.defines:
    8406 ac_max_sed_lines=50
    8407 
    8408 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
    8409 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
    8410 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
    8411 # et cetera.
    8412 ac_in='$ac_file_inputs'
    8413 ac_out='"$tmp/out1"'
    8414 ac_nxt='"$tmp/out2"'
    8415 
    8416 while :
    8417 do
    8418   # Write a here document:
    8419     cat >>$CONFIG_STATUS <<_ACEOF
    8420     # First, check the format of the line:
    8421     cat >"\$tmp/defines.sed" <<\\CEOF
    8422 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
    8423 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
    8424 b
    8425 :def
    8426 _ACEOF
    8427   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
    8428   echo 'CEOF
    8429     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
    8430   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
    8431   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
    8432   grep . conftest.tail >/dev/null || break
    8433   rm -f conftest.defines
    8434   mv conftest.tail conftest.defines
    8435 done
    8436 rm -f conftest.defines conftest.tail
    8437 
    8438 echo "ac_result=$ac_in" >>$CONFIG_STATUS
    8439 cat >>$CONFIG_STATUS <<\_ACEOF
    84408665  if test x"$ac_file" != x-; then
    8441     echo "/* $configure_input  */" >"$tmp/config.h"
    8442     cat "$ac_result" >>"$tmp/config.h"
    8443     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
    8444       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8445 echo "$as_me: $ac_file is unchanged" >&6;}
     8666    {
     8667      $as_echo "/* $configure_input  */" \
     8668      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     8669    } >"$tmp/config.h" \
     8670      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8671$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8672   { (exit 1); exit 1; }; }
     8673    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     8674      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8675$as_echo "$as_me: $ac_file is unchanged" >&6;}
    84468676    else
    8447       rm -f $ac_file
    8448       mv "$tmp/config.h" $ac_file
     8677      rm -f "$ac_file"
     8678      mv "$tmp/config.h" "$ac_file" \
     8679        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     8680$as_echo "$as_me: error: could not create $ac_file" >&2;}
     8681   { (exit 1); exit 1; }; }
    84498682    fi
    84508683  else
    8451     echo "/* $configure_input  */"
    8452     cat "$ac_result"
     8684    $as_echo "/* $configure_input  */" \
     8685      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     8686      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     8687$as_echo "$as_me: error: could not create -" >&2;}
     8688   { (exit 1); exit 1; }; }
    84538689  fi
    8454   rm -f "$tmp/out12"
    8455 # Compute $ac_file's index in $config_headers.
     8690# Compute "$ac_file"'s index in $config_headers.
     8691_am_arg="$ac_file"
    84568692_am_stamp_count=1
    84578693for _am_header in $config_headers :; do
    84588694  case $_am_header in
    8459     $ac_file | $ac_file:* )
     8695    $_am_arg | $_am_arg:* )
    84608696      break ;;
    84618697    * )
     
    84638699  esac
    84648700done
    8465 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
    8466 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8467          X$ac_file : 'X\(//\)[^/]' \| \
    8468          X$ac_file : 'X\(//\)$' \| \
    8469          X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
    8470 echo X$ac_file |
     8701echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
     8702$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8703         X"$_am_arg" : 'X\(//\)[^/]' \| \
     8704         X"$_am_arg" : 'X\(//\)$' \| \
     8705         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
     8706$as_echo X"$_am_arg" |
    84718707    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    84728708            s//\1/
     
    84888724 ;;
    84898725 
    8490   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
    8491 echo "$as_me: executing $ac_file commands" >&6;}
     8726  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
     8727$as_echo "$as_me: executing $ac_file commands" >&6;}
    84928728 ;;
    84938729  esac
     
    84958731
    84968732  case $ac_file$ac_mode in
    8497     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    8498   # Strip MF so we end up with the name of the file.
    8499   mf=`echo "$mf" | sed -e 's/:.*$//'`
    8500   # Check whether this is an Automake generated Makefile or not.
    8501   # We used to match only the files named `Makefile.in', but
    8502   # some people rename them; so instead we look at the file content.
    8503   # Grep'ing the first line is not enough: some people post-process
    8504   # each Makefile.in and add a new line on top of each file to say so.
    8505   # Grep'ing the whole file is not good either: AIX grep has a line
    8506   # limit of 2048, but all sed's we know have understand at least 4000.
    8507   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    8508     dirpart=`$as_dirname -- "$mf" ||
     8733    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
     8734  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     8735  # are listed without --file.  Let's play safe and only enable the eval
     8736  # if we detect the quoting.
     8737  case $CONFIG_FILES in
     8738  *\'*) eval set x "$CONFIG_FILES" ;;
     8739  *)   set x $CONFIG_FILES ;;
     8740  esac
     8741  shift
     8742  for mf
     8743  do
     8744    # Strip MF so we end up with the name of the file.
     8745    mf=`echo "$mf" | sed -e 's/:.*$//'`
     8746    # Check whether this is an Automake generated Makefile or not.
     8747    # We used to match only the files named `Makefile.in', but
     8748    # some people rename them; so instead we look at the file content.
     8749    # Grep'ing the first line is not enough: some people post-process
     8750    # each Makefile.in and add a new line on top of each file to say so.
     8751    # Grep'ing the whole file is not good either: AIX grep has a line
     8752    # limit of 2048, but all sed's we know have understand at least 4000.
     8753    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     8754      dirpart=`$as_dirname -- "$mf" ||
    85098755$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    85108756         X"$mf" : 'X\(//\)[^/]' \| \
    85118757         X"$mf" : 'X\(//\)$' \| \
    85128758         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    8513 echo X"$mf" |
     8759$as_echo X"$mf" |
    85148760    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85158761            s//\1/
     
    85298775          }
    85308776          s/.*/./; q'`
    8531   else
    8532     continue
    8533   fi
    8534   # Extract the definition of DEPDIR, am__include, and am__quote
    8535   # from the Makefile without running `make'.
    8536   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    8537   test -z "$DEPDIR" && continue
    8538   am__include=`sed -n 's/^am__include = //p' < "$mf"`
    8539   test -z "am__include" && continue
    8540   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    8541   # When using ansi2knr, U may be empty or an underscore; expand it
    8542   U=`sed -n 's/^U = //p' < "$mf"`
    8543   # Find all dependency output files, they are included files with
    8544   # $(DEPDIR) in their names.  We invoke sed twice because it is the
    8545   # simplest approach to changing $(DEPDIR) to its actual value in the
    8546   # expansion.
    8547   for file in `sed -n "
    8548     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    8549       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    8550     # Make sure the directory exists.
    8551     test -f "$dirpart/$file" && continue
    8552     fdir=`$as_dirname -- "$file" ||
     8777    else
     8778      continue
     8779    fi
     8780    # Extract the definition of DEPDIR, am__include, and am__quote
     8781    # from the Makefile without running `make'.
     8782    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     8783    test -z "$DEPDIR" && continue
     8784    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     8785    test -z "am__include" && continue
     8786    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     8787    # When using ansi2knr, U may be empty or an underscore; expand it
     8788    U=`sed -n 's/^U = //p' < "$mf"`
     8789    # Find all dependency output files, they are included files with
     8790    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     8791    # simplest approach to changing $(DEPDIR) to its actual value in the
     8792    # expansion.
     8793    for file in `sed -n "
     8794      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     8795        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     8796      # Make sure the directory exists.
     8797      test -f "$dirpart/$file" && continue
     8798      fdir=`$as_dirname -- "$file" ||
    85538799$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    85548800         X"$file" : 'X\(//\)[^/]' \| \
    85558801         X"$file" : 'X\(//\)$' \| \
    85568802         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    8557 echo X"$file" |
     8803$as_echo X"$file" |
    85588804    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85598805            s//\1/
     
    85738819          }
    85748820          s/.*/./; q'`
    8575     { as_dir=$dirpart/$fdir
     8821      { as_dir=$dirpart/$fdir
    85768822  case $as_dir in #(
    85778823  -*) as_dir=./$as_dir;;
     
    85818827    while :; do
    85828828      case $as_dir in #(
    8583       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     8829      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    85848830      *) as_qdir=$as_dir;;
    85858831      esac
     
    85908836         X"$as_dir" : 'X\(//\)$' \| \
    85918837         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8592 echo X"$as_dir" |
     8838$as_echo X"$as_dir" |
    85938839    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85948840            s//\1/
     
    86118857    done
    86128858    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8613   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8614 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8859  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8860$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    86158861   { (exit 1); exit 1; }; }; }
    8616     # echo "creating $dirpart/$file"
    8617     echo '# dummy' > "$dirpart/$file"
     8862      # echo "creating $dirpart/$file"
     8863      echo '# dummy' > "$dirpart/$file"
     8864    done
    86188865  done
    8619 done
     8866}
    86208867 ;;
    86218868
     
    86288875chmod +x $CONFIG_STATUS
    86298876ac_clean_files=$ac_clean_files_save
     8877
     8878test $ac_write_fail = 0 ||
     8879  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     8880$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     8881   { (exit 1); exit 1; }; }
    86308882
    86318883
     
    86508902  $ac_cs_success || { (exit 1); exit 1; }
    86518903fi
    8652 
    8653 
     8904if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     8905  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     8906$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     8907fi
     8908
     8909
  • issm/trunk/autom4te.cache/output.2

    r1378 r1464  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.61 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
    44@%:@
    55@%:@ Report bugs to <Eric Larour <eric.larour@jpl.nasa.gov>>.
    66@%:@
    77@%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    8 @%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    99@%:@ This configure script is free software; the Free Software Foundation
    1010@%:@ gives unlimited permission to copy, distribute and modify it.
     
    1818  emulate sh
    1919  NULLCMD=:
    20   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     20  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    2121  # is contrary to our usage.  Disable this feature.
    2222  alias -g '${1+"$@"}'='"$@"'
     
    4040as_cr_alnum=$as_cr_Letters$as_cr_digits
    4141
     42as_nl='
     43'
     44export as_nl
     45# Printing a long string crashes Solaris 7 /usr/bin/printf.
     46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     50  as_echo='printf %s\n'
     51  as_echo_n='printf %s'
     52else
     53  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     54    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     55    as_echo_n='/usr/ucb/echo -n'
     56  else
     57    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     58    as_echo_n_body='eval
     59      arg=$1;
     60      case $arg in
     61      *"$as_nl"*)
     62        expr "X$arg" : "X\\(.*\\)$as_nl";
     63        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     64      esac;
     65      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     66    '
     67    export as_echo_n_body
     68    as_echo_n='sh -c $as_echo_n_body as_echo'
     69  fi
     70  export as_echo_body
     71  as_echo='sh -c $as_echo_body as_echo'
     72fi
     73
    4274# The user is always right.
    4375if test "${PATH_SEPARATOR+set}" != set; then
    44   echo "#! /bin/sh" >conf$$.sh
    45   echo  "exit 0"   >>conf$$.sh
    46   chmod +x conf$$.sh
    47   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    48     PATH_SEPARATOR=';'
    49   else
    50     PATH_SEPARATOR=:
    51   fi
    52   rm -f conf$$.sh
     76  PATH_SEPARATOR=:
     77  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     78    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     79      PATH_SEPARATOR=';'
     80  }
    5381fi
    5482
     
    6694# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    6795# splitting by setting IFS to empty value.)
    68 as_nl='
    69 '
    7096IFS=" ""        $as_nl"
    7197
     
    90116fi
    91117if test ! -f "$as_myself"; then
    92   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     118  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    93119  { (exit 1); exit 1; }
    94120fi
     
    103129
    104130# NLS nuisances.
    105 for as_var in \
    106   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    107   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    108   LC_TELEPHONE LC_TIME
    109 do
    110   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    111     eval $as_var=C; export $as_var
    112   else
    113     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    114   fi
    115 done
     131LC_ALL=C
     132export LC_ALL
     133LANGUAGE=C
     134export LANGUAGE
    116135
    117136# Required to use basename.
     
    135154         X"$0" : 'X\(//\)$' \| \
    136155         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    137 echo X/"$0" |
     156$as_echo X/"$0" |
    138157    sed '/^.*\/\([^/][^/]*\)\/*$/{
    139158            s//\1/
     
    161180fi
    162181
    163   if test $as_have_required = yes &&     (eval ":
     182  if test $as_have_required = yes &&     (eval ":
    164183(as_func_return () {
    165184  (exit \$1)
     
    243262  emulate sh
    244263  NULLCMD=:
    245   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     264  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    246265  # is contrary to our usage.  Disable this feature.
    247266  alias -g '${1+"$@"}'='"$@"'
     
    264283  emulate sh
    265284  NULLCMD=:
    266   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     285  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    267286  # is contrary to our usage.  Disable this feature.
    268287  alias -g '${1+"$@"}'='"$@"'
     
    344363      if test "x$CONFIG_SHELL" != x; then
    345364  for as_var in BASH_ENV ENV
    346         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    347         done
    348         export CONFIG_SHELL
    349         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
     365        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     366        done
     367        export CONFIG_SHELL
     368        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    350369fi
    351370
     
    416435test \$exitcode = 0") || {
    417436  echo No shell found that supports shell functions.
    418   echo Please tell autoconf@gnu.org about your system,
    419   echo including any error possibly output before this
    420   echo message
     437  echo Please tell bug-autoconf@gnu.org about your system,
     438  echo including any error possibly output before this message.
     439  echo This can help us improve future autoconf versions.
     440  echo Configuration will now proceed without shell functions.
    421441}
    422442
     
    454474    ' >$as_me.lineno &&
    455475  chmod +x "$as_me.lineno" ||
    456     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     476    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    457477   { (exit 1); exit 1; }; }
    458478
     
    482502  ECHO_N='-n';;
    483503esac
    484 
    485504if expr a : '\(a\)' >/dev/null 2>&1 &&
    486505   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    495514else
    496515  rm -f conf$$.dir
    497   mkdir conf$$.dir
    498 fi
    499 echo >conf$$.file
    500 if ln -s conf$$.file conf$$ 2>/dev/null; then
    501   as_ln_s='ln -s'
    502   # ... but there are two gotchas:
    503   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    504   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    505   # In both cases, we have to default to `cp -p'.
    506   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     516  mkdir conf$$.dir 2>/dev/null
     517fi
     518if (echo >conf$$.file) 2>/dev/null; then
     519  if ln -s conf$$.file conf$$ 2>/dev/null; then
     520    as_ln_s='ln -s'
     521    # ... but there are two gotchas:
     522    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     523    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     524    # In both cases, we have to default to `cp -p'.
     525    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     526      as_ln_s='cp -p'
     527  elif ln conf$$.file conf$$ 2>/dev/null; then
     528    as_ln_s=ln
     529  else
    507530    as_ln_s='cp -p'
    508 elif ln conf$$.file conf$$ 2>/dev/null; then
    509   as_ln_s=ln
     531  fi
    510532else
    511533  as_ln_s='cp -p'
     
    532554    eval sh -c '\''
    533555      if test -d "$1"; then
    534         test -d "$1/.";
     556        test -d "$1/.";
    535557      else
    536558        case $1 in
    537         -*)set "./$1";;
     559        -*)set "./$1";;
    538560        esac;
    539561        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    579601PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    580602
    581 ac_subst_vars='SHELL
     603ac_subst_vars='am__EXEEXT_FALSE
     604am__EXEEXT_TRUE
     605LTLIBOBJS
     606LIB@&t@OBJS
     607X_EXTRA_LIBS
     608X_LIBS
     609X_PRE_LIBS
     610X_CFLAGS
     611XMKMF
     612FLIBS
     613ac_ct_F77
     614FFLAGS
     615F77
     616am__fastdepCXX_FALSE
     617am__fastdepCXX_TRUE
     618CXXDEPMODE
     619ac_ct_CXX
     620CXXFLAGS
     621CXX
     622CPP
     623am__fastdepCC_FALSE
     624am__fastdepCC_TRUE
     625CCDEPMODE
     626AMDEPBACKSLASH
     627AMDEP_FALSE
     628AMDEP_TRUE
     629am__quote
     630am__include
     631DEPDIR
     632OBJEXT
     633EXEEXT
     634ac_ct_CC
     635CPPFLAGS
     636LDFLAGS
     637CFLAGS
     638CC
     639RANLIB
     640am__untar
     641am__tar
     642AMTAR
     643am__leading_dot
     644SET_MAKE
     645AWK
     646mkdir_p
     647MKDIR_P
     648INSTALL_STRIP_PROGRAM
     649STRIP
     650install_sh
     651MAKEINFO
     652AUTOHEADER
     653AUTOMAKE
     654AUTOCONF
     655ACLOCAL
     656VERSION
     657PACKAGE
     658CYGPATH_W
     659am__isrc
     660INSTALL_DATA
     661INSTALL_SCRIPT
     662INSTALL_PROGRAM
     663target_os
     664target_vendor
     665target_cpu
     666target
     667host_os
     668host_vendor
     669host_cpu
     670host
     671build_os
     672build_vendor
     673build_cpu
     674build
     675target_alias
     676host_alias
     677build_alias
     678LIBS
     679ECHO_T
     680ECHO_N
     681ECHO_C
     682DEFS
     683mandir
     684localedir
     685libdir
     686psdir
     687pdfdir
     688dvidir
     689htmldir
     690infodir
     691docdir
     692oldincludedir
     693includedir
     694localstatedir
     695sharedstatedir
     696sysconfdir
     697datadir
     698datarootdir
     699libexecdir
     700sbindir
     701bindir
     702program_transform_name
     703prefix
     704exec_prefix
     705PACKAGE_BUGREPORT
     706PACKAGE_STRING
     707PACKAGE_VERSION
     708PACKAGE_TARNAME
     709PACKAGE_NAME
    582710PATH_SEPARATOR
    583 PACKAGE_NAME
    584 PACKAGE_TARNAME
    585 PACKAGE_VERSION
    586 PACKAGE_STRING
    587 PACKAGE_BUGREPORT
    588 exec_prefix
    589 prefix
    590 program_transform_name
    591 bindir
    592 sbindir
    593 libexecdir
    594 datarootdir
    595 datadir
    596 sysconfdir
    597 sharedstatedir
    598 localstatedir
    599 includedir
    600 oldincludedir
    601 docdir
    602 infodir
    603 htmldir
    604 dvidir
    605 pdfdir
    606 psdir
    607 libdir
    608 localedir
    609 mandir
    610 DEFS
    611 ECHO_C
    612 ECHO_N
    613 ECHO_T
    614 LIBS
    615 build_alias
    616 host_alias
    617 target_alias
    618 build
    619 build_cpu
    620 build_vendor
    621 build_os
    622 host
    623 host_cpu
    624 host_vendor
    625 host_os
    626 target
    627 target_cpu
    628 target_vendor
    629 target_os
    630 INSTALL_PROGRAM
    631 INSTALL_SCRIPT
    632 INSTALL_DATA
    633 am__isrc
    634 CYGPATH_W
    635 PACKAGE
    636 VERSION
    637 ACLOCAL
    638 AUTOCONF
    639 AUTOMAKE
    640 AUTOHEADER
    641 MAKEINFO
    642 install_sh
    643 STRIP
    644 INSTALL_STRIP_PROGRAM
    645 mkdir_p
    646 AWK
    647 SET_MAKE
    648 am__leading_dot
    649 AMTAR
    650 am__tar
    651 am__untar
    652 RANLIB
    653 CC
    654 CFLAGS
    655 LDFLAGS
    656 CPPFLAGS
    657 ac_ct_CC
    658 EXEEXT
    659 OBJEXT
    660 DEPDIR
    661 am__include
    662 am__quote
    663 AMDEP_TRUE
    664 AMDEP_FALSE
    665 AMDEPBACKSLASH
    666 CCDEPMODE
    667 am__fastdepCC_TRUE
    668 am__fastdepCC_FALSE
    669 CXX
    670 CXXFLAGS
    671 ac_ct_CXX
    672 CXXDEPMODE
    673 am__fastdepCXX_TRUE
    674 am__fastdepCXX_FALSE
    675 F77
    676 FFLAGS
    677 ac_ct_F77
    678 FLIBS
    679 XMKMF
    680 CPP
    681 X_CFLAGS
    682 X_PRE_LIBS
    683 X_LIBS
    684 X_EXTRA_LIBS
    685 LIB@&t@OBJS
    686 LTLIBOBJS'
     711SHELL'
    687712ac_subst_files=''
     713ac_user_opts='
     714enable_option_checking
     715enable_dependency_tracking
     716with_x
     717'
    688718      ac_precious_vars='build_alias
    689719host_alias
     
    694724LIBS
    695725CPPFLAGS
     726CPP
    696727CXX
    697728CXXFLAGS
     
    699730F77
    700731FFLAGS
    701 XMKMF
    702 CPP'
     732XMKMF'
    703733
    704734
     
    706736ac_init_help=
    707737ac_init_version=false
     738ac_unrecognized_opts=
     739ac_unrecognized_sep=
    708740# The variables have the same names as the options, with
    709741# dashes changed to underlines.
     
    804836
    805837  -disable-* | --disable-*)
    806     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     838    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    807839    # Reject names that are not valid shell variable names.
    808     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    809       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     840    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     841      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    810842   { (exit 1); exit 1; }; }
    811     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    812     eval enable_$ac_feature=no ;;
     843    ac_useropt_orig=$ac_useropt
     844    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     845    case $ac_user_opts in
     846      *"
     847"enable_$ac_useropt"
     848"*) ;;
     849      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
     850         ac_unrecognized_sep=', ';;
     851    esac
     852    eval enable_$ac_useropt=no ;;
    813853
    814854  -docdir | --docdir | --docdi | --doc | --do)
     
    823863
    824864  -enable-* | --enable-*)
    825     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     865    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    826866    # Reject names that are not valid shell variable names.
    827     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    828       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
     867    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     868      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
    829869   { (exit 1); exit 1; }; }
    830     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
    831     eval enable_$ac_feature=\$ac_optarg ;;
     870    ac_useropt_orig=$ac_useropt
     871    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     872    case $ac_user_opts in
     873      *"
     874"enable_$ac_useropt"
     875"*) ;;
     876      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
     877         ac_unrecognized_sep=', ';;
     878    esac
     879    eval enable_$ac_useropt=\$ac_optarg ;;
    832880
    833881  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10201068
    10211069  -with-* | --with-*)
    1022     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1070    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10231071    # Reject names that are not valid shell variable names.
    1024     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1025       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1072    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1073      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10261074   { (exit 1); exit 1; }; }
    1027     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1028     eval with_$ac_package=\$ac_optarg ;;
     1075    ac_useropt_orig=$ac_useropt
     1076    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1077    case $ac_user_opts in
     1078      *"
     1079"with_$ac_useropt"
     1080"*) ;;
     1081      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
     1082         ac_unrecognized_sep=', ';;
     1083    esac
     1084    eval with_$ac_useropt=\$ac_optarg ;;
    10291085
    10301086  -without-* | --without-*)
    1031     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1087    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10321088    # Reject names that are not valid shell variable names.
    1033     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1034       { echo "$as_me: error: invalid package name: $ac_package" >&2
     1089    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
     1090      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
    10351091   { (exit 1); exit 1; }; }
    1036     ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
    1037     eval with_$ac_package=no ;;
     1092    ac_useropt_orig=$ac_useropt
     1093    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
     1094    case $ac_user_opts in
     1095      *"
     1096"with_$ac_useropt"
     1097"*) ;;
     1098      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
     1099         ac_unrecognized_sep=', ';;
     1100    esac
     1101    eval with_$ac_useropt=no ;;
    10381102
    10391103  --x)
     
    10551119    x_libraries=$ac_optarg ;;
    10561120
    1057   -*) { echo "$as_me: error: unrecognized option: $ac_option
     1121  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
    10581122Try \`$0 --help' for more information." >&2
    10591123   { (exit 1); exit 1; }; }
     
    10641128    # Reject names that are not valid shell variable names.
    10651129    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1066       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1130      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    10671131   { (exit 1); exit 1; }; }
    10681132    eval $ac_envvar=\$ac_optarg
     
    10711135  *)
    10721136    # FIXME: should be removed in autoconf 3.0.
    1073     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1137    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    10741138    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1075       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1139      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    10761140    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    10771141    ;;
     
    10821146if test -n "$ac_prev"; then
    10831147  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1084   { echo "$as_me: error: missing argument to $ac_option" >&2
     1148  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
    10851149   { (exit 1); exit 1; }; }
    10861150fi
    10871151
    1088 # Be sure to have absolute directory names.
     1152if test -n "$ac_unrecognized_opts"; then
     1153  case $enable_option_checking in
     1154    no) ;;
     1155    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
     1156   { (exit 1); exit 1; }; } ;;
     1157    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
     1158  esac
     1159fi
     1160
     1161# Check all directory arguments for consistency.
    10891162for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    10901163                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    10931166do
    10941167  eval ac_val=\$$ac_var
     1168  # Remove trailing slashes.
     1169  case $ac_val in
     1170    */ )
     1171      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
     1172      eval $ac_var=\$ac_val;;
     1173  esac
     1174  # Be sure to have absolute directory names.
    10951175  case $ac_val in
    10961176    [\\/$]* | ?:[\\/]* )  continue;;
    10971177    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    10981178  esac
    1099   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1179  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11001180   { (exit 1); exit 1; }; }
    11011181done
     
    11121192  if test "x$build_alias" = x; then
    11131193    cross_compiling=maybe
    1114     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1194    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11151195    If a cross compiler is detected then cross compile mode will be used." >&2
    11161196  elif test "x$build_alias" != "x$host_alias"; then
     
    11281208ac_ls_di=`ls -di .` &&
    11291209ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1130   { echo "$as_me: error: Working directory cannot be determined" >&2
     1210  { $as_echo "$as_me: error: working directory cannot be determined" >&2
    11311211   { (exit 1); exit 1; }; }
    11321212test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1133   { echo "$as_me: error: pwd does not report name of working directory" >&2
     1213  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
    11341214   { (exit 1); exit 1; }; }
    11351215
     
    11391219  ac_srcdir_defaulted=yes
    11401220  # Try the directory containing this script, then the parent directory.
    1141   ac_confdir=`$as_dirname -- "$0" ||
    1142 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1143          X"$0" : 'X\(//\)[^/]' \| \
    1144          X"$0" : 'X\(//\)$' \| \
    1145          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    1146 echo X"$0" |
     1221  ac_confdir=`$as_dirname -- "$as_myself" ||
     1222$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1223         X"$as_myself" : 'X\(//\)[^/]' \| \
     1224         X"$as_myself" : 'X\(//\)$' \| \
     1225         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
     1226$as_echo X"$as_myself" |
    11471227    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    11481228            s//\1/
     
    11711251if test ! -r "$srcdir/$ac_unique_file"; then
    11721252  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1173   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1253  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    11741254   { (exit 1); exit 1; }; }
    11751255fi
    11761256ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    11771257ac_abs_confdir=`(
    1178         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
     1258        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
    11791259   { (exit 1); exit 1; }; }
    11801260        pwd)`
     
    12251305Installation directories:
    12261306  --prefix=PREFIX         install architecture-independent files in PREFIX
    1227                           [$ac_default_prefix]
     1307                          [$ac_default_prefix]
    12281308  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1229                           [PREFIX]
     1309                          [PREFIX]
    12301310
    12311311By default, \`make install' will install all the files in
     
    12371317
    12381318Fine tuning of the installation directories:
    1239   --bindir=DIR           user executables [EPREFIX/bin]
    1240   --sbindir=DIR          system admin executables [EPREFIX/sbin]
    1241   --libexecdir=DIR       program executables [EPREFIX/libexec]
    1242   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
    1243   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
    1244   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
    1245   --libdir=DIR           object code libraries [EPREFIX/lib]
    1246   --includedir=DIR       C header files [PREFIX/include]
    1247   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
    1248   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
    1249   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
    1250   --infodir=DIR          info documentation [DATAROOTDIR/info]
    1251   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
    1252   --mandir=DIR           man documentation [DATAROOTDIR/man]
    1253   --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1254   --htmldir=DIR          html documentation [DOCDIR]
    1255   --dvidir=DIR           dvi documentation [DOCDIR]
    1256   --pdfdir=DIR           pdf documentation [DOCDIR]
    1257   --psdir=DIR            ps documentation [DOCDIR]
     1319  --bindir=DIR            user executables [EPREFIX/bin]
     1320  --sbindir=DIR           system admin executables [EPREFIX/sbin]
     1321  --libexecdir=DIR        program executables [EPREFIX/libexec]
     1322  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
     1323  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
     1324  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
     1325  --libdir=DIR            object code libraries [EPREFIX/lib]
     1326  --includedir=DIR        C header files [PREFIX/include]
     1327  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
     1328  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
     1329  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
     1330  --infodir=DIR           info documentation [DATAROOTDIR/info]
     1331  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
     1332  --mandir=DIR            man documentation [DATAROOTDIR/man]
     1333  --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
     1334  --htmldir=DIR           html documentation [DOCDIR]
     1335  --dvidir=DIR            dvi documentation [DOCDIR]
     1336  --pdfdir=DIR            pdf documentation [DOCDIR]
     1337  --psdir=DIR             ps documentation [DOCDIR]
    12581338_ACEOF
    12591339
     
    12831363
    12841364Optional Features:
     1365  --disable-option-checking  ignore unrecognized --enable/--with options
    12851366  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    12861367  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13011382  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
    13021383              you have headers in a nonstandard directory <include dir>
     1384  CPP         C preprocessor
    13031385  CXX         C++ compiler command
    13041386  CXXFLAGS    C++ compiler flags
     
    13061388  FFLAGS      Fortran 77 compiler flags
    13071389  XMKMF       Path to xmkmf, Makefile generator for X Window System
    1308   CPP         C preprocessor
    13091390
    13101391Use these variables to override the choices made by `configure' or to help
     
    13191400  # If there are subdirs, report their specific --help.
    13201401  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1321     test -d "$ac_dir" || continue
     1402    test -d "$ac_dir" ||
     1403      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
     1404      continue
    13221405    ac_builddir=.
    13231406
     
    13251408.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13261409*)
    1327   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     1410  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    13281411  # A ".." for each directory in $ac_dir_suffix.
    1329   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     1412  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    13301413  case $ac_top_builddir_sub in
    13311414  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    13631446      $SHELL "$ac_srcdir/configure" --help=recursive
    13641447    else
    1365       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1448      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    13661449    fi || ac_status=$?
    13671450    cd "$ac_pwd" || { ac_status=$?; break; }
     
    13731456  cat <<\_ACEOF
    13741457ISSM configure 1.0
    1375 generated by GNU Autoconf 2.61
     1458generated by GNU Autoconf 2.63
    13761459
    13771460Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1378 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
     14612002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
    13791462This configure script is free software; the Free Software Foundation
    13801463gives unlimited permission to copy, distribute and modify it.
     
    13871470
    13881471It was created by ISSM $as_me 1.0, which was
    1389 generated by GNU Autoconf 2.61.  Invocation command line was
     1472generated by GNU Autoconf 2.63.  Invocation command line was
    13901473
    13911474  $ $0 $@
     
    14231506  IFS=$as_save_IFS
    14241507  test -z "$as_dir" && as_dir=.
    1425   echo "PATH: $as_dir"
     1508  $as_echo "PATH: $as_dir"
    14261509done
    14271510IFS=$as_save_IFS
     
    14581541      continue ;;
    14591542    *\'*)
    1460       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1543      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    14611544    esac
    14621545    case $ac_pass in
     
    15101593    *${as_nl}*)
    15111594      case $ac_var in #(
    1512       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    1513 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     1595      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     1596$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    15141597      esac
    15151598      case $ac_var in #(
    15161599      _ | IFS | as_nl) ;; #(
     1600      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15171601      *) $as_unset $ac_var ;;
    15181602      esac ;;
     
    15441628      eval ac_val=\$$ac_var
    15451629      case $ac_val in
    1546       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1630      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15471631      esac
    1548       echo "$ac_var='\''$ac_val'\''"
     1632      $as_echo "$ac_var='\''$ac_val'\''"
    15491633    done | sort
    15501634    echo
     
    15611645        eval ac_val=\$$ac_var
    15621646        case $ac_val in
    1563         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1647        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    15641648        esac
    1565         echo "$ac_var='\''$ac_val'\''"
     1649        $as_echo "$ac_var='\''$ac_val'\''"
    15661650      done | sort
    15671651      echo
     
    15791663    fi
    15801664    test "$ac_signal" != 0 &&
    1581       echo "$as_me: caught signal $ac_signal"
    1582     echo "$as_me: exit $exit_status"
     1665      $as_echo "$as_me: caught signal $ac_signal"
     1666    $as_echo "$as_me: exit $exit_status"
    15831667  } >&5
    15841668  rm -f core *.core core.conftest.* &&
     
    16221706
    16231707# Let the site file select an alternate cache file if it wants to.
    1624 # Prefer explicitly selected file to automatically selected ones.
     1708# Prefer an explicitly selected file to automatically selected ones.
     1709ac_site_file1=NONE
     1710ac_site_file2=NONE
    16251711if test -n "$CONFIG_SITE"; then
    1626   set x "$CONFIG_SITE"
     1712  ac_site_file1=$CONFIG_SITE
    16271713elif test "x$prefix" != xNONE; then
    1628   set x "$prefix/share/config.site" "$prefix/etc/config.site"
    1629 else
    1630   set x "$ac_default_prefix/share/config.site" \
    1631         "$ac_default_prefix/etc/config.site"
    1632 fi
    1633 shift
    1634 for ac_site_file
     1714  ac_site_file1=$prefix/share/config.site
     1715  ac_site_file2=$prefix/etc/config.site
     1716else
     1717  ac_site_file1=$ac_default_prefix/share/config.site
     1718  ac_site_file2=$ac_default_prefix/etc/config.site
     1719fi
     1720for ac_site_file in "$ac_site_file1" "$ac_site_file2"
    16351721do
     1722  test "x$ac_site_file" = xNONE && continue
    16361723  if test -r "$ac_site_file"; then
    1637     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1638 echo "$as_me: loading site script $ac_site_file" >&6;}
     1724    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1725$as_echo "$as_me: loading site script $ac_site_file" >&6;}
    16391726    sed 's/^/| /' "$ac_site_file" >&5
    16401727    . "$ac_site_file"
     
    16461733  # files actually), so we avoid doing that.
    16471734  if test -f "$cache_file"; then
    1648     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1649 echo "$as_me: loading cache $cache_file" >&6;}
     1735    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1736$as_echo "$as_me: loading cache $cache_file" >&6;}
    16501737    case $cache_file in
    16511738      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    16541741  fi
    16551742else
    1656   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1657 echo "$as_me: creating cache $cache_file" >&6;}
     1743  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1744$as_echo "$as_me: creating cache $cache_file" >&6;}
    16581745  >$cache_file
    16591746fi
     
    16691756  case $ac_old_set,$ac_new_set in
    16701757    set,)
    1671       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1672 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1758      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1759$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    16731760      ac_cache_corrupted=: ;;
    16741761    ,set)
    1675       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1676 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1762      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1763$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    16771764      ac_cache_corrupted=: ;;
    16781765    ,);;
    16791766    *)
    16801767      if test "x$ac_old_val" != "x$ac_new_val"; then
    1681         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1682 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1683         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
    1684 echo "$as_me:   former value:  $ac_old_val" >&2;}
    1685         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
    1686 echo "$as_me:   current value: $ac_new_val" >&2;}
    1687         ac_cache_corrupted=:
     1768        # differences in whitespace do not lead to failure.
     1769        ac_old_val_w=`echo x $ac_old_val`
     1770        ac_new_val_w=`echo x $ac_new_val`
     1771        if test "$ac_old_val_w" != "$ac_new_val_w"; then
     1772          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1773$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1774          ac_cache_corrupted=:
     1775        else
     1776          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
     1777$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
     1778          eval $ac_var=\$ac_old_val
     1779        fi
     1780        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
     1781$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
     1782        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
     1783$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
    16881784      fi;;
    16891785  esac
     
    16911787  if test "$ac_new_set" = set; then
    16921788    case $ac_new_val in
    1693     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1789    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    16941790    *) ac_arg=$ac_var=$ac_new_val ;;
    16951791    esac
     
    17011797done
    17021798if $ac_cache_corrupted; then
    1703   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1704 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1705   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1706 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1799  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     1800$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     1801  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1802$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1803  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1804$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17071805   { (exit 1); exit 1; }; }
    17081806fi
     
    17581856done
    17591857if test -z "$ac_aux_dir"; then
    1760   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1761 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1858  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1859$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    17621860   { (exit 1); exit 1; }; }
    17631861fi
     
    17741872# Make sure we can run config.sub.
    17751873$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1776   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1777 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1874  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1875$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    17781876   { (exit 1); exit 1; }; }
    17791877
    1780 { echo "$as_me:$LINENO: checking build system type" >&5
    1781 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
     1878{ $as_echo "$as_me:$LINENO: checking build system type" >&5
     1879$as_echo_n "checking build system type... " >&6; }
    17821880if test "${ac_cv_build+set}" = set; then
    1783   echo $ECHO_N "(cached) $ECHO_C" >&6
     1881  $as_echo_n "(cached) " >&6
    17841882else
    17851883  ac_build_alias=$build_alias
     
    17871885  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    17881886test "x$ac_build_alias" = x &&
    1789   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1790 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1887  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1888$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    17911889   { (exit 1); exit 1; }; }
    17921890ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1793   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1794 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1891  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1892$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    17951893   { (exit 1); exit 1; }; }
    17961894
    17971895fi
    1798 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1799 echo "${ECHO_T}$ac_cv_build" >&6; }
     1896{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1897$as_echo "$ac_cv_build" >&6; }
    18001898case $ac_cv_build in
    18011899*-*-*) ;;
    1802 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1803 echo "$as_me: error: invalid value of canonical build" >&2;}
     1900*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1901$as_echo "$as_me: error: invalid value of canonical build" >&2;}
    18041902   { (exit 1); exit 1; }; };;
    18051903esac
     
    18181916
    18191917
    1820 { echo "$as_me:$LINENO: checking host system type" >&5
    1821 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
     1918{ $as_echo "$as_me:$LINENO: checking host system type" >&5
     1919$as_echo_n "checking host system type... " >&6; }
    18221920if test "${ac_cv_host+set}" = set; then
    1823   echo $ECHO_N "(cached) $ECHO_C" >&6
     1921  $as_echo_n "(cached) " >&6
    18241922else
    18251923  if test "x$host_alias" = x; then
     
    18271925else
    18281926  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1829     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1830 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     1927    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     1928$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    18311929   { (exit 1); exit 1; }; }
    18321930fi
    18331931
    18341932fi
    1835 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1836 echo "${ECHO_T}$ac_cv_host" >&6; }
     1933{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1934$as_echo "$ac_cv_host" >&6; }
    18371935case $ac_cv_host in
    18381936*-*-*) ;;
    1839 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    1840 echo "$as_me: error: invalid value of canonical host" >&2;}
     1937*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     1938$as_echo "$as_me: error: invalid value of canonical host" >&2;}
    18411939   { (exit 1); exit 1; }; };;
    18421940esac
     
    18551953
    18561954
    1857 { echo "$as_me:$LINENO: checking target system type" >&5
    1858 echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
     1955{ $as_echo "$as_me:$LINENO: checking target system type" >&5
     1956$as_echo_n "checking target system type... " >&6; }
    18591957if test "${ac_cv_target+set}" = set; then
    1860   echo $ECHO_N "(cached) $ECHO_C" >&6
     1958  $as_echo_n "(cached) " >&6
    18611959else
    18621960  if test "x$target_alias" = x; then
     
    18641962else
    18651963  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    1866     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    1867 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     1964    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     1965$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    18681966   { (exit 1); exit 1; }; }
    18691967fi
    18701968
    18711969fi
    1872 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1873 echo "${ECHO_T}$ac_cv_target" >&6; }
     1970{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1971$as_echo "$ac_cv_target" >&6; }
    18741972case $ac_cv_target in
    18751973*-*-*) ;;
    1876 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    1877 echo "$as_me: error: invalid value of canonical target" >&2;}
     1974*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     1975$as_echo "$as_me: error: invalid value of canonical target" >&2;}
    18781976   { (exit 1); exit 1; }; };;
    18791977esac
     
    18981996    NONENONEs,x,x, &&
    18991997  program_prefix=${target_alias}-
    1900 am__api_version='1.10'
     1998am__api_version='1.11'
    19011999
    19022000# Find a good install program.  We prefer a C program (faster),
     
    19132011# OS/2's system install, which has a completely different semantic
    19142012# ./install, which can be erroneously created by make from ./install.sh.
    1915 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    1916 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
     2013# Reject install programs that cannot install multiple files.
     2014{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     2015$as_echo_n "checking for a BSD-compatible install... " >&6; }
    19172016if test -z "$INSTALL"; then
    19182017if test "${ac_cv_path_install+set}" = set; then
    1919   echo $ECHO_N "(cached) $ECHO_C" >&6
     2018  $as_echo_n "(cached) " >&6
    19202019else
    19212020  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    19462045            :
    19472046          else
    1948             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    1949             break 3
     2047            rm -rf conftest.one conftest.two conftest.dir
     2048            echo one > conftest.one
     2049            echo two > conftest.two
     2050            mkdir conftest.dir
     2051            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
     2052              test -s conftest.one && test -s conftest.two &&
     2053              test -s conftest.dir/conftest.one &&
     2054              test -s conftest.dir/conftest.two
     2055            then
     2056              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2057              break 3
     2058            fi
    19502059          fi
    19512060        fi
     
    19542063    ;;
    19552064esac
     2065
    19562066done
    19572067IFS=$as_save_IFS
    19582068
     2069rm -rf conftest.one conftest.two conftest.dir
    19592070
    19602071fi
     
    19692080  fi
    19702081fi
    1971 { echo "$as_me:$LINENO: result: $INSTALL" >&5
    1972 echo "${ECHO_T}$INSTALL" >&6; }
     2082{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
     2083$as_echo "$INSTALL" >&6; }
    19732084
    19742085# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    19802091test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    19812092
    1982 { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    1983 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
     2093{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2094$as_echo_n "checking whether build environment is sane... " >&6; }
    19842095# Just in case
    19852096sleep 1
    19862097echo timestamp > conftest.file
     2098# Reject unsafe characters in $srcdir or the absolute working directory
     2099# name.  Accept space and tab only in the latter.
     2100am_lf='
     2101'
     2102case `pwd` in
     2103  *[\\\"\#\$\&\'\`$am_lf]*)
     2104    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
     2105$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
     2106   { (exit 1); exit 1; }; };;
     2107esac
     2108case $srcdir in
     2109  *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
     2110    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
     2111$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
     2112   { (exit 1); exit 1; }; };;
     2113esac
     2114
    19872115# Do `set' in a subshell so we don't clobber the current shell's
    19882116# arguments.  Must try -L first in case configure is actually a
     
    19912119# directory).
    19922120if (
    1993    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     2121   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    19942122   if test "$*" = "X"; then
    19952123      # -L didn't work.
    1996       set X `ls -t $srcdir/configure conftest.file`
     2124      set X `ls -t "$srcdir/configure" conftest.file`
    19972125   fi
    19982126   rm -f conftest.file
     
    20042132      # broken ls alias from the environment.  This has actually
    20052133      # happened.  Such a system could not be considered "sane".
    2006       { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2134      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    20072135alias in your environment" >&5
    2008 echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2136$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    20092137alias in your environment" >&2;}
    20102138   { (exit 1); exit 1; }; }
     
    20172145   :
    20182146else
    2019    { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2147   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    20202148Check your system clock" >&5
    2021 echo "$as_me: error: newly created file is older than distributed files!
     2149$as_echo "$as_me: error: newly created file is older than distributed files!
    20222150Check your system clock" >&2;}
    20232151   { (exit 1); exit 1; }; }
    20242152fi
    2025 { echo "$as_me:$LINENO: result: yes" >&5
    2026 echo "${ECHO_T}yes" >&6; }
     2153{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2154$as_echo "yes" >&6; }
    20272155test "$program_prefix" != NONE &&
    20282156  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    20302158test "$program_suffix" != NONE &&
    20312159  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2032 # Double any \ or $.  echo might interpret backslashes.
     2160# Double any \ or $.
    20332161# By default was `s,x,x', remove it if useless.
    2034 cat <<\_ACEOF >conftest.sed
    2035 s/[\\$]/&&/g;s/;s,x,x,$//
    2036 _ACEOF
    2037 program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
    2038 rm -f conftest.sed
     2162ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
     2163program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
    20392164
    20402165# expand $ac_aux_dir to an absolute path
    20412166am_aux_dir=`cd $ac_aux_dir && pwd`
    20422167
    2043 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     2168if test x"${MISSING+set}" != xset; then
     2169  case $am_aux_dir in
     2170  *\ * | *\     *)
     2171    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     2172  *)
     2173    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     2174  esac
     2175fi
    20442176# Use eval to expand $SHELL
    20452177if eval "$MISSING --run true"; then
     
    20472179else
    20482180  am_missing_run=
    2049   { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2050 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2051 fi
    2052 
    2053 { echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2054 echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
     2181  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2182$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2183fi
     2184
     2185if test x"${install_sh}" != xset; then
     2186  case $am_aux_dir in
     2187  *\ * | *\     *)
     2188    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     2189  *)
     2190    install_sh="\${SHELL} $am_aux_dir/install-sh"
     2191  esac
     2192fi
     2193
     2194# Installed binaries are usually stripped using `strip' when the user
     2195# run `make install-strip'.  However `strip' might not be the right
     2196# tool to use in cross-compilation environments, therefore Automake
     2197# will honor the `STRIP' environment variable to overrule this program.
     2198if test "$cross_compiling" != no; then
     2199  if test -n "$ac_tool_prefix"; then
     2200  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
     2201set dummy ${ac_tool_prefix}strip; ac_word=$2
     2202{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2203$as_echo_n "checking for $ac_word... " >&6; }
     2204if test "${ac_cv_prog_STRIP+set}" = set; then
     2205  $as_echo_n "(cached) " >&6
     2206else
     2207  if test -n "$STRIP"; then
     2208  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
     2209else
     2210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2211for as_dir in $PATH
     2212do
     2213  IFS=$as_save_IFS
     2214  test -z "$as_dir" && as_dir=.
     2215  for ac_exec_ext in '' $ac_executable_extensions; do
     2216  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2217    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
     2218    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2219    break 2
     2220  fi
     2221done
     2222done
     2223IFS=$as_save_IFS
     2224
     2225fi
     2226fi
     2227STRIP=$ac_cv_prog_STRIP
     2228if test -n "$STRIP"; then
     2229  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
     2230$as_echo "$STRIP" >&6; }
     2231else
     2232  { $as_echo "$as_me:$LINENO: result: no" >&5
     2233$as_echo "no" >&6; }
     2234fi
     2235
     2236
     2237fi
     2238if test -z "$ac_cv_prog_STRIP"; then
     2239  ac_ct_STRIP=$STRIP
     2240  # Extract the first word of "strip", so it can be a program name with args.
     2241set dummy strip; ac_word=$2
     2242{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2243$as_echo_n "checking for $ac_word... " >&6; }
     2244if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
     2245  $as_echo_n "(cached) " >&6
     2246else
     2247  if test -n "$ac_ct_STRIP"; then
     2248  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
     2249else
     2250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     2251for as_dir in $PATH
     2252do
     2253  IFS=$as_save_IFS
     2254  test -z "$as_dir" && as_dir=.
     2255  for ac_exec_ext in '' $ac_executable_extensions; do
     2256  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     2257    ac_cv_prog_ac_ct_STRIP="strip"
     2258    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2259    break 2
     2260  fi
     2261done
     2262done
     2263IFS=$as_save_IFS
     2264
     2265fi
     2266fi
     2267ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
     2268if test -n "$ac_ct_STRIP"; then
     2269  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2270$as_echo "$ac_ct_STRIP" >&6; }
     2271else
     2272  { $as_echo "$as_me:$LINENO: result: no" >&5
     2273$as_echo "no" >&6; }
     2274fi
     2275
     2276  if test "x$ac_ct_STRIP" = x; then
     2277    STRIP=":"
     2278  else
     2279    case $cross_compiling:$ac_tool_warned in
     2280yes:)
     2281{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2282$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2283ac_tool_warned=yes ;;
     2284esac
     2285    STRIP=$ac_ct_STRIP
     2286  fi
     2287else
     2288  STRIP="$ac_cv_prog_STRIP"
     2289fi
     2290
     2291fi
     2292INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
     2293
     2294{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2295$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
    20552296if test -z "$MKDIR_P"; then
    20562297  if test "${ac_cv_path_mkdir+set}" = set; then
    2057   echo $ECHO_N "(cached) $ECHO_C" >&6
     2298  $as_echo_n "(cached) " >&6
    20582299else
    20592300  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20902331  fi
    20912332fi
    2092 { echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2093 echo "${ECHO_T}$MKDIR_P" >&6; }
     2333{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2334$as_echo "$MKDIR_P" >&6; }
    20942335
    20952336mkdir_p="$MKDIR_P"
     
    21032344  # Extract the first word of "$ac_prog", so it can be a program name with args.
    21042345set dummy $ac_prog; ac_word=$2
    2105 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2106 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2346{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2347$as_echo_n "checking for $ac_word... " >&6; }
    21072348if test "${ac_cv_prog_AWK+set}" = set; then
    2108   echo $ECHO_N "(cached) $ECHO_C" >&6
     2349  $as_echo_n "(cached) " >&6
    21092350else
    21102351  if test -n "$AWK"; then
     
    21192360  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    21202361    ac_cv_prog_AWK="$ac_prog"
    2121     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2362    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    21222363    break 2
    21232364  fi
     
    21302371AWK=$ac_cv_prog_AWK
    21312372if test -n "$AWK"; then
    2132   { echo "$as_me:$LINENO: result: $AWK" >&5
    2133 echo "${ECHO_T}$AWK" >&6; }
    2134 else
    2135   { echo "$as_me:$LINENO: result: no" >&5
    2136 echo "${ECHO_T}no" >&6; }
     2373  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
     2374$as_echo "$AWK" >&6; }
     2375else
     2376  { $as_echo "$as_me:$LINENO: result: no" >&5
     2377$as_echo "no" >&6; }
    21372378fi
    21382379
     
    21412382done
    21422383
    2143 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2144 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
    2145 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2384{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2385$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
     2386set x ${MAKE-make}
     2387ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    21462388if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2147   echo $ECHO_N "(cached) $ECHO_C" >&6
     2389  $as_echo_n "(cached) " >&6
    21482390else
    21492391  cat >conftest.make <<\_ACEOF
     
    21622404fi
    21632405if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2164   { echo "$as_me:$LINENO: result: yes" >&5
    2165 echo "${ECHO_T}yes" >&6; }
     2406  { $as_echo "$as_me:$LINENO: result: yes" >&5
     2407$as_echo "yes" >&6; }
    21662408  SET_MAKE=
    21672409else
    2168   { echo "$as_me:$LINENO: result: no" >&5
    2169 echo "${ECHO_T}no" >&6; }
     2410  { $as_echo "$as_me:$LINENO: result: no" >&5
     2411$as_echo "no" >&6; }
    21702412  SET_MAKE="MAKE=${MAKE-make}"
    21712413fi
     
    21862428  # test to see if srcdir already configured
    21872429  if test -f $srcdir/config.status; then
    2188     { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2189 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2430    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2431$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    21902432   { (exit 1); exit 1; }; }
    21912433  fi
     
    22322474MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
    22332475
    2234 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    2235 
    2236 # Installed binaries are usually stripped using `strip' when the user
    2237 # run `make install-strip'.  However `strip' might not be the right
    2238 # tool to use in cross-compilation environments, therefore Automake
    2239 # will honor the `STRIP' environment variable to overrule this program.
    2240 if test "$cross_compiling" != no; then
    2241   if test -n "$ac_tool_prefix"; then
    2242   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    2243 set dummy ${ac_tool_prefix}strip; ac_word=$2
    2244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2246 if test "${ac_cv_prog_STRIP+set}" = set; then
    2247   echo $ECHO_N "(cached) $ECHO_C" >&6
    2248 else
    2249   if test -n "$STRIP"; then
    2250   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
    2251 else
    2252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2253 for as_dir in $PATH
    2254 do
    2255   IFS=$as_save_IFS
    2256   test -z "$as_dir" && as_dir=.
    2257   for ac_exec_ext in '' $ac_executable_extensions; do
    2258   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2259     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2260     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2261     break 2
    2262   fi
    2263 done
    2264 done
    2265 IFS=$as_save_IFS
    2266 
    2267 fi
    2268 fi
    2269 STRIP=$ac_cv_prog_STRIP
    2270 if test -n "$STRIP"; then
    2271   { echo "$as_me:$LINENO: result: $STRIP" >&5
    2272 echo "${ECHO_T}$STRIP" >&6; }
    2273 else
    2274   { echo "$as_me:$LINENO: result: no" >&5
    2275 echo "${ECHO_T}no" >&6; }
    2276 fi
    2277 
    2278 
    2279 fi
    2280 if test -z "$ac_cv_prog_STRIP"; then
    2281   ac_ct_STRIP=$STRIP
    2282   # Extract the first word of "strip", so it can be a program name with args.
    2283 set dummy strip; ac_word=$2
    2284 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2286 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2287   echo $ECHO_N "(cached) $ECHO_C" >&6
    2288 else
    2289   if test -n "$ac_ct_STRIP"; then
    2290   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
    2291 else
    2292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2293 for as_dir in $PATH
    2294 do
    2295   IFS=$as_save_IFS
    2296   test -z "$as_dir" && as_dir=.
    2297   for ac_exec_ext in '' $ac_executable_extensions; do
    2298   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2299     ac_cv_prog_ac_ct_STRIP="strip"
    2300     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2301     break 2
    2302   fi
    2303 done
    2304 done
    2305 IFS=$as_save_IFS
    2306 
    2307 fi
    2308 fi
    2309 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    2310 if test -n "$ac_ct_STRIP"; then
    2311   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2312 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
    2313 else
    2314   { echo "$as_me:$LINENO: result: no" >&5
    2315 echo "${ECHO_T}no" >&6; }
    2316 fi
    2317 
    2318   if test "x$ac_ct_STRIP" = x; then
    2319     STRIP=":"
    2320   else
    2321     case $cross_compiling:$ac_tool_warned in
    2322 yes:)
    2323 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2324 whose name does not start with the host triplet.  If you think this
    2325 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2326 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2327 whose name does not start with the host triplet.  If you think this
    2328 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2329 ac_tool_warned=yes ;;
    2330 esac
    2331     STRIP=$ac_ct_STRIP
    2332   fi
    2333 else
    2334   STRIP="$ac_cv_prog_STRIP"
    2335 fi
    2336 
    2337 fi
    2338 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    2339 
    23402476# We need awk for the "check" target.  The system "awk" is bad on
    23412477# some platforms.
     
    23532489  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    23542490set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2491{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2492$as_echo_n "checking for $ac_word... " >&6; }
    23572493if test "${ac_cv_prog_RANLIB+set}" = set; then
    2358   echo $ECHO_N "(cached) $ECHO_C" >&6
     2494  $as_echo_n "(cached) " >&6
    23592495else
    23602496  if test -n "$RANLIB"; then
     
    23692505  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23702506    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2371     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2507    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23722508    break 2
    23732509  fi
     
    23802516RANLIB=$ac_cv_prog_RANLIB
    23812517if test -n "$RANLIB"; then
    2382   { echo "$as_me:$LINENO: result: $RANLIB" >&5
    2383 echo "${ECHO_T}$RANLIB" >&6; }
    2384 else
    2385   { echo "$as_me:$LINENO: result: no" >&5
    2386 echo "${ECHO_T}no" >&6; }
     2518  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
     2519$as_echo "$RANLIB" >&6; }
     2520else
     2521  { $as_echo "$as_me:$LINENO: result: no" >&5
     2522$as_echo "no" >&6; }
    23872523fi
    23882524
     
    23932529  # Extract the first word of "ranlib", so it can be a program name with args.
    23942530set dummy ranlib; ac_word=$2
    2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2531{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2532$as_echo_n "checking for $ac_word... " >&6; }
    23972533if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2398   echo $ECHO_N "(cached) $ECHO_C" >&6
     2534  $as_echo_n "(cached) " >&6
    23992535else
    24002536  if test -n "$ac_ct_RANLIB"; then
     
    24092545  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24102546    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2411     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2547    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24122548    break 2
    24132549  fi
     
    24202556ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    24212557if test -n "$ac_ct_RANLIB"; then
    2422   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2423 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
    2424 else
    2425   { echo "$as_me:$LINENO: result: no" >&5
    2426 echo "${ECHO_T}no" >&6; }
     2558  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2559$as_echo "$ac_ct_RANLIB" >&6; }
     2560else
     2561  { $as_echo "$as_me:$LINENO: result: no" >&5
     2562$as_echo "no" >&6; }
    24272563fi
    24282564
     
    24322568    case $cross_compiling:$ac_tool_warned in
    24332569yes:)
    2434 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2435 whose name does not start with the host triplet.  If you think this
    2436 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2437 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2438 whose name does not start with the host triplet.  If you think this
    2439 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2570{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2571$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    24402572ac_tool_warned=yes ;;
    24412573esac
     
    24522584ac_compiler_gnu=$ac_cv_c_compiler_gnu
    24532585if test -n "$ac_tool_prefix"; then
    2454   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    2455 set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2456 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2458 if test "${ac_cv_prog_CC+set}" = set; then
    2459   echo $ECHO_N "(cached) $ECHO_C" >&6
    2460 else
    2461   if test -n "$CC"; then
    2462   ac_cv_prog_CC="$CC" # Let the user override the test.
    2463 else
    2464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2465 for as_dir in $PATH
    2466 do
    2467   IFS=$as_save_IFS
    2468   test -z "$as_dir" && as_dir=.
    2469   for ac_exec_ext in '' $ac_executable_extensions; do
    2470   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2471     ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2472     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2473     break 2
    2474   fi
    2475 done
    2476 done
    2477 IFS=$as_save_IFS
    2478 
    2479 fi
    2480 fi
    2481 CC=$ac_cv_prog_CC
    2482 if test -n "$CC"; then
    2483   { echo "$as_me:$LINENO: result: $CC" >&5
    2484 echo "${ECHO_T}$CC" >&6; }
    2485 else
    2486   { echo "$as_me:$LINENO: result: no" >&5
    2487 echo "${ECHO_T}no" >&6; }
    2488 fi
    2489 
    2490 
    2491 fi
    2492 if test -z "$ac_cv_prog_CC"; then
    2493   ac_ct_CC=$CC
    2494   # Extract the first word of "gcc", so it can be a program name with args.
    2495 set dummy gcc; ac_word=$2
    2496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2498 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2499   echo $ECHO_N "(cached) $ECHO_C" >&6
    2500 else
    2501   if test -n "$ac_ct_CC"; then
    2502   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
    2503 else
    2504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2505 for as_dir in $PATH
    2506 do
    2507   IFS=$as_save_IFS
    2508   test -z "$as_dir" && as_dir=.
    2509   for ac_exec_ext in '' $ac_executable_extensions; do
    2510   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2511     ac_cv_prog_ac_ct_CC="gcc"
    2512     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2513     break 2
    2514   fi
    2515 done
    2516 done
    2517 IFS=$as_save_IFS
    2518 
    2519 fi
    2520 fi
    2521 ac_ct_CC=$ac_cv_prog_ac_ct_CC
    2522 if test -n "$ac_ct_CC"; then
    2523   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2524 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2525 else
    2526   { echo "$as_me:$LINENO: result: no" >&5
    2527 echo "${ECHO_T}no" >&6; }
    2528 fi
    2529 
    2530   if test "x$ac_ct_CC" = x; then
    2531     CC=""
    2532   else
    2533     case $cross_compiling:$ac_tool_warned in
    2534 yes:)
    2535 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2536 whose name does not start with the host triplet.  If you think this
    2537 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2538 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2539 whose name does not start with the host triplet.  If you think this
    2540 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    2541 ac_tool_warned=yes ;;
    2542 esac
    2543     CC=$ac_ct_CC
    2544   fi
    2545 else
    2546   CC="$ac_cv_prog_CC"
    2547 fi
    2548 
    2549 if test -z "$CC"; then
    2550           if test -n "$ac_tool_prefix"; then
    2551     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    2552 set dummy ${ac_tool_prefix}cc; ac_word=$2
    2553 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2555 if test "${ac_cv_prog_CC+set}" = set; then
    2556   echo $ECHO_N "(cached) $ECHO_C" >&6
    2557 else
    2558   if test -n "$CC"; then
    2559   ac_cv_prog_CC="$CC" # Let the user override the test.
    2560 else
    2561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2562 for as_dir in $PATH
    2563 do
    2564   IFS=$as_save_IFS
    2565   test -z "$as_dir" && as_dir=.
    2566   for ac_exec_ext in '' $ac_executable_extensions; do
    2567   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2568     ac_cv_prog_CC="${ac_tool_prefix}cc"
    2569     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2570     break 2
    2571   fi
    2572 done
    2573 done
    2574 IFS=$as_save_IFS
    2575 
    2576 fi
    2577 fi
    2578 CC=$ac_cv_prog_CC
    2579 if test -n "$CC"; then
    2580   { echo "$as_me:$LINENO: result: $CC" >&5
    2581 echo "${ECHO_T}$CC" >&6; }
    2582 else
    2583   { echo "$as_me:$LINENO: result: no" >&5
    2584 echo "${ECHO_T}no" >&6; }
    2585 fi
    2586 
    2587 
    2588   fi
    2589 fi
    2590 if test -z "$CC"; then
    2591   # Extract the first word of "cc", so it can be a program name with args.
    2592 set dummy cc; ac_word=$2
    2593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    2595 if test "${ac_cv_prog_CC+set}" = set; then
    2596   echo $ECHO_N "(cached) $ECHO_C" >&6
    2597 else
    2598   if test -n "$CC"; then
    2599   ac_cv_prog_CC="$CC" # Let the user override the test.
    2600 else
    2601   ac_prog_rejected=no
    2602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2603 for as_dir in $PATH
    2604 do
    2605   IFS=$as_save_IFS
    2606   test -z "$as_dir" && as_dir=.
    2607   for ac_exec_ext in '' $ac_executable_extensions; do
    2608   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    2609     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
    2610        ac_prog_rejected=yes
    2611        continue
    2612      fi
    2613     ac_cv_prog_CC="cc"
    2614     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    2615     break 2
    2616   fi
    2617 done
    2618 done
    2619 IFS=$as_save_IFS
    2620 
    2621 if test $ac_prog_rejected = yes; then
    2622   # We found a bogon in the path, so make sure we never use it.
    2623   set dummy $ac_cv_prog_CC
    2624   shift
    2625   if test $@%:@ != 0; then
    2626     # We chose a different compiler from the bogus one.
    2627     # However, it has the same basename, so the bogon will be chosen
    2628     # first if we set CC to just the basename; use the full file name.
    2629     shift
    2630     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
    2631   fi
    2632 fi
    2633 fi
    2634 fi
    2635 CC=$ac_cv_prog_CC
    2636 if test -n "$CC"; then
    2637   { echo "$as_me:$LINENO: result: $CC" >&5
    2638 echo "${ECHO_T}$CC" >&6; }
    2639 else
    2640   { echo "$as_me:$LINENO: result: no" >&5
    2641 echo "${ECHO_T}no" >&6; }
    2642 fi
    2643 
    2644 
    2645 fi
    2646 if test -z "$CC"; then
    2647   if test -n "$ac_tool_prefix"; then
    2648   for ac_prog in cl.exe
     2586  for ac_prog in gcc icl
    26492587  do
    26502588    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    26512589set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2652 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2590{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2591$as_echo_n "checking for $ac_word... " >&6; }
    26542592if test "${ac_cv_prog_CC+set}" = set; then
    2655   echo $ECHO_N "(cached) $ECHO_C" >&6
     2593  $as_echo_n "(cached) " >&6
    26562594else
    26572595  if test -n "$CC"; then
     
    26662604  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26672605    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2668     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2606    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26692607    break 2
    26702608  fi
     
    26772615CC=$ac_cv_prog_CC
    26782616if test -n "$CC"; then
    2679   { echo "$as_me:$LINENO: result: $CC" >&5
    2680 echo "${ECHO_T}$CC" >&6; }
    2681 else
    2682   { echo "$as_me:$LINENO: result: no" >&5
    2683 echo "${ECHO_T}no" >&6; }
     2617  { $as_echo "$as_me:$LINENO: result: $CC" >&5
     2618$as_echo "$CC" >&6; }
     2619else
     2620  { $as_echo "$as_me:$LINENO: result: no" >&5
     2621$as_echo "no" >&6; }
    26842622fi
    26852623
     
    26902628if test -z "$CC"; then
    26912629  ac_ct_CC=$CC
    2692   for ac_prog in cl.exe
     2630  for ac_prog in gcc icl
    26932631do
    26942632  # Extract the first word of "$ac_prog", so it can be a program name with args.
    26952633set dummy $ac_prog; ac_word=$2
    2696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    2697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     2634{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     2635$as_echo_n "checking for $ac_word... " >&6; }
    26982636if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2699   echo $ECHO_N "(cached) $ECHO_C" >&6
     2637  $as_echo_n "(cached) " >&6
    27002638else
    27012639  if test -n "$ac_ct_CC"; then
     
    27102648  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27112649    ac_cv_prog_ac_ct_CC="$ac_prog"
    2712     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2650    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27132651    break 2
    27142652  fi
     
    27212659ac_ct_CC=$ac_cv_prog_ac_ct_CC
    27222660if test -n "$ac_ct_CC"; then
    2723   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2724 echo "${ECHO_T}$ac_ct_CC" >&6; }
    2725 else
    2726   { echo "$as_me:$LINENO: result: no" >&5
    2727 echo "${ECHO_T}no" >&6; }
     2661  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2662$as_echo "$ac_ct_CC" >&6; }
     2663else
     2664  { $as_echo "$as_me:$LINENO: result: no" >&5
     2665$as_echo "no" >&6; }
    27282666fi
    27292667
     
    27372675    case $cross_compiling:$ac_tool_warned in
    27382676yes:)
    2739 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    2740 whose name does not start with the host triplet.  If you think this
    2741 configuration is useful to you, please write to autoconf@gnu.org." >&5
    2742 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    2743 whose name does not start with the host triplet.  If you think this
    2744 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     2677{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     2678$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    27452679ac_tool_warned=yes ;;
    27462680esac
     
    27492683fi
    27502684
    2751 fi
    2752 
    2753 
    2754 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2685
     2686test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2687$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2688{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    27552689See \`config.log' for more details." >&5
    2756 echo "$as_me: error: no acceptable C compiler found in \$PATH
     2690$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
    27572691See \`config.log' for more details." >&2;}
    2758    { (exit 1); exit 1; }; }
     2692   { (exit 1); exit 1; }; }; }
    27592693
    27602694# Provide some information about the compiler.
    2761 echo "$as_me:$LINENO: checking for C compiler version" >&5
    2762 ac_compiler=`set X $ac_compile; echo $2`
     2695$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
     2696set X $ac_compile
     2697ac_compiler=$2
    27632698{ (ac_try="$ac_compiler --version >&5"
    27642699case "(($ac_try" in
     
    27662701  *) ac_try_echo=$ac_try;;
    27672702esac
    2768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2703eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2704$as_echo "$ac_try_echo") >&5
    27692705  (eval "$ac_compiler --version >&5") 2>&5
    27702706  ac_status=$?
    2771   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2707  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27722708  (exit $ac_status); }
    27732709{ (ac_try="$ac_compiler -v >&5"
     
    27762712  *) ac_try_echo=$ac_try;;
    27772713esac
    2778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2714eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2715$as_echo "$ac_try_echo") >&5
    27792716  (eval "$ac_compiler -v >&5") 2>&5
    27802717  ac_status=$?
    2781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2718  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27822719  (exit $ac_status); }
    27832720{ (ac_try="$ac_compiler -V >&5"
     
    27862723  *) ac_try_echo=$ac_try;;
    27872724esac
    2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2725eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2726$as_echo "$ac_try_echo") >&5
    27892727  (eval "$ac_compiler -V >&5") 2>&5
    27902728  ac_status=$?
    2791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2729  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    27922730  (exit $ac_status); }
    27932731
     
    28082746_ACEOF
    28092747ac_clean_files_save=$ac_clean_files
    2810 ac_clean_files="$ac_clean_files a.out a.exe b.out"
     2748ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
    28112749# Try to create an executable without -o first, disregard a.out.
    28122750# It will help us diagnose broken compilers, and finding out an intuition
    28132751# of exeext.
    2814 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2815 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
    2816 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2817 #
    2818 # List of possible output files, starting from the most likely.
    2819 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
    2820 # only as a last resort.  b.out is created by i960 compilers.
    2821 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
    2822 #
    2823 # The IRIX 6 linker writes into existing files which may not be
    2824 # executable, retaining their permissions.  Remove them first so a
    2825 # subsequent execution test works.
     2752{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2753$as_echo_n "checking for C compiler default output file name... " >&6; }
     2754ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2755
     2756# The possible output files:
     2757ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
     2758
    28262759ac_rmfiles=
    28272760for ac_file in $ac_files
    28282761do
    28292762  case $ac_file in
    2830     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2763    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    28312764    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    28322765  esac
     
    28392772  *) ac_try_echo=$ac_try;;
    28402773esac
    2841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2774eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2775$as_echo "$ac_try_echo") >&5
    28422776  (eval "$ac_link_default") 2>&5
    28432777  ac_status=$?
    2844   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2778  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28452779  (exit $ac_status); }; then
    28462780  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    28532787  test -f "$ac_file" || continue
    28542788  case $ac_file in
    2855     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
     2789    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
    28562790        ;;
    28572791    [ab].out )
     
    28802814fi
    28812815
    2882 { echo "$as_me:$LINENO: result: $ac_file" >&5
    2883 echo "${ECHO_T}$ac_file" >&6; }
     2816{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
     2817$as_echo "$ac_file" >&6; }
    28842818if test -z "$ac_file"; then
    2885   echo "$as_me: failed program was:" >&5
     2819  $as_echo "$as_me: failed program was:" >&5
    28862820sed 's/^/| /' conftest.$ac_ext >&5
    28872821
    2888 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
     2822{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2823$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2824{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
    28892825See \`config.log' for more details." >&5
    2890 echo "$as_me: error: C compiler cannot create executables
     2826$as_echo "$as_me: error: C compiler cannot create executables
    28912827See \`config.log' for more details." >&2;}
    2892    { (exit 77); exit 77; }; }
     2828   { (exit 77); exit 77; }; }; }
    28932829fi
    28942830
     
    28972833# Check that the compiler produces executables we can run.  If not, either
    28982834# the compiler is broken, or we cross compile.
    2899 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2900 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
     2835{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2836$as_echo_n "checking whether the C compiler works... " >&6; }
    29012837# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    29022838# If not cross compiling, check that we can run a simple program.
     
    29072843  *) ac_try_echo=$ac_try;;
    29082844esac
    2909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2845eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2846$as_echo "$ac_try_echo") >&5
    29102847  (eval "$ac_try") 2>&5
    29112848  ac_status=$?
    2912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2849  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29132850  (exit $ac_status); }; }; then
    29142851    cross_compiling=no
     
    29172854        cross_compiling=yes
    29182855    else
    2919         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2856        { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2857$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2858{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
    29202859If you meant to cross compile, use \`--host'.
    29212860See \`config.log' for more details." >&5
    2922 echo "$as_me: error: cannot run C compiled programs.
     2861$as_echo "$as_me: error: cannot run C compiled programs.
    29232862If you meant to cross compile, use \`--host'.
    29242863See \`config.log' for more details." >&2;}
    2925    { (exit 1); exit 1; }; }
     2864   { (exit 1); exit 1; }; }; }
    29262865    fi
    29272866  fi
    29282867fi
    2929 { echo "$as_me:$LINENO: result: yes" >&5
    2930 echo "${ECHO_T}yes" >&6; }
    2931 
    2932 rm -f a.out a.exe conftest$ac_cv_exeext b.out
     2868{ $as_echo "$as_me:$LINENO: result: yes" >&5
     2869$as_echo "yes" >&6; }
     2870
     2871rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
    29332872ac_clean_files=$ac_clean_files_save
    29342873# Check that the compiler produces executables we can run.  If not, either
    29352874# the compiler is broken, or we cross compile.
    2936 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    2937 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
    2938 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
    2939 echo "${ECHO_T}$cross_compiling" >&6; }
    2940 
    2941 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
    2942 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
     2875{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2876$as_echo_n "checking whether we are cross compiling... " >&6; }
     2877{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2878$as_echo "$cross_compiling" >&6; }
     2879
     2880{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2881$as_echo_n "checking for suffix of executables... " >&6; }
    29432882if { (ac_try="$ac_link"
    29442883case "(($ac_try" in
     
    29462885  *) ac_try_echo=$ac_try;;
    29472886esac
    2948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2887eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2888$as_echo "$ac_try_echo") >&5
    29492889  (eval "$ac_link") 2>&5
    29502890  ac_status=$?
    2951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2891  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29522892  (exit $ac_status); }; then
    29532893  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    29582898  test -f "$ac_file" || continue
    29592899  case $ac_file in
    2960     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     2900    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
    29612901    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    29622902          break;;
     
    29652905done
    29662906else
    2967   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2907  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2908$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2909{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    29682910See \`config.log' for more details." >&5
    2969 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2911$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    29702912See \`config.log' for more details." >&2;}
    2971    { (exit 1); exit 1; }; }
     2913   { (exit 1); exit 1; }; }; }
    29722914fi
    29732915
    29742916rm -f conftest$ac_cv_exeext
    2975 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    2976 echo "${ECHO_T}$ac_cv_exeext" >&6; }
     2917{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2918$as_echo "$ac_cv_exeext" >&6; }
    29772919
    29782920rm -f conftest.$ac_ext
    29792921EXEEXT=$ac_cv_exeext
    29802922ac_exeext=$EXEEXT
    2981 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
    2982 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
     2923{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2924$as_echo_n "checking for suffix of object files... " >&6; }
    29832925if test "${ac_cv_objext+set}" = set; then
    2984   echo $ECHO_N "(cached) $ECHO_C" >&6
     2926  $as_echo_n "(cached) " >&6
    29852927else
    29862928  cat >conftest.$ac_ext <<_ACEOF
     
    30052947  *) ac_try_echo=$ac_try;;
    30062948esac
    3007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     2949eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     2950$as_echo "$ac_try_echo") >&5
    30082951  (eval "$ac_compile") 2>&5
    30092952  ac_status=$?
    3010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2953  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30112954  (exit $ac_status); }; then
    30122955  for ac_file in conftest.o conftest.obj conftest.*; do
    30132956  test -f "$ac_file" || continue;
    30142957  case $ac_file in
    3015     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
     2958    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
    30162959    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    30172960       break;;
     
    30192962done
    30202963else
    3021   echo "$as_me: failed program was:" >&5
     2964  $as_echo "$as_me: failed program was:" >&5
    30222965sed 's/^/| /' conftest.$ac_ext >&5
    30232966
    3024 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     2967{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     2968$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     2969{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    30252970See \`config.log' for more details." >&5
    3026 echo "$as_me: error: cannot compute suffix of object files: cannot compile
     2971$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
    30272972See \`config.log' for more details." >&2;}
    3028    { (exit 1); exit 1; }; }
     2973   { (exit 1); exit 1; }; }; }
    30292974fi
    30302975
    30312976rm -f conftest.$ac_cv_objext conftest.$ac_ext
    30322977fi
    3033 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3034 echo "${ECHO_T}$ac_cv_objext" >&6; }
     2978{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     2979$as_echo "$ac_cv_objext" >&6; }
    30352980OBJEXT=$ac_cv_objext
    30362981ac_objext=$OBJEXT
    3037 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3038 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
     2982{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     2983$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
    30392984if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3040   echo $ECHO_N "(cached) $ECHO_C" >&6
     2985  $as_echo_n "(cached) " >&6
    30412986else
    30422987  cat >conftest.$ac_ext <<_ACEOF
     
    30643009  *) ac_try_echo=$ac_try;;
    30653010esac
    3066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3011eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3012$as_echo "$ac_try_echo") >&5
    30673013  (eval "$ac_compile") 2>conftest.er1
    30683014  ac_status=$?
     
    30703016  rm -f conftest.er1
    30713017  cat conftest.err >&5
    3072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3018  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30733019  (exit $ac_status); } && {
    30743020         test -z "$ac_c_werror_flag" ||
     
    30773023  ac_compiler_gnu=yes
    30783024else
    3079   echo "$as_me: failed program was:" >&5
     3025  $as_echo "$as_me: failed program was:" >&5
    30803026sed 's/^/| /' conftest.$ac_ext >&5
    30813027
     
    30873033
    30883034fi
    3089 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3090 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
    3091 GCC=`test $ac_compiler_gnu = yes && echo yes`
     3035{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3036$as_echo "$ac_cv_c_compiler_gnu" >&6; }
     3037if test $ac_compiler_gnu = yes; then
     3038  GCC=yes
     3039else
     3040  GCC=
     3041fi
    30923042ac_test_CFLAGS=${CFLAGS+set}
    30933043ac_save_CFLAGS=$CFLAGS
    3094 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3095 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
     3044{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3045$as_echo_n "checking whether $CC accepts -g... " >&6; }
    30963046if test "${ac_cv_prog_cc_g+set}" = set; then
    3097   echo $ECHO_N "(cached) $ECHO_C" >&6
     3047  $as_echo_n "(cached) " >&6
    30983048else
    30993049  ac_save_c_werror_flag=$ac_c_werror_flag
     
    31223072  *) ac_try_echo=$ac_try;;
    31233073esac
    3124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3074eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3075$as_echo "$ac_try_echo") >&5
    31253076  (eval "$ac_compile") 2>conftest.er1
    31263077  ac_status=$?
     
    31283079  rm -f conftest.er1
    31293080  cat conftest.err >&5
    3130   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3081  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31313082  (exit $ac_status); } && {
    31323083         test -z "$ac_c_werror_flag" ||
     
    31353086  ac_cv_prog_cc_g=yes
    31363087else
    3137   echo "$as_me: failed program was:" >&5
     3088  $as_echo "$as_me: failed program was:" >&5
    31383089sed 's/^/| /' conftest.$ac_ext >&5
    31393090
     
    31603111  *) ac_try_echo=$ac_try;;
    31613112esac
    3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3113eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3114$as_echo "$ac_try_echo") >&5
    31633115  (eval "$ac_compile") 2>conftest.er1
    31643116  ac_status=$?
     
    31663118  rm -f conftest.er1
    31673119  cat conftest.err >&5
    3168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3120  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31693121  (exit $ac_status); } && {
    31703122         test -z "$ac_c_werror_flag" ||
     
    31733125  :
    31743126else
    3175   echo "$as_me: failed program was:" >&5
     3127  $as_echo "$as_me: failed program was:" >&5
    31763128sed 's/^/| /' conftest.$ac_ext >&5
    31773129
     
    31993151  *) ac_try_echo=$ac_try;;
    32003152esac
    3201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3153eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3154$as_echo "$ac_try_echo") >&5
    32023155  (eval "$ac_compile") 2>conftest.er1
    32033156  ac_status=$?
     
    32053158  rm -f conftest.er1
    32063159  cat conftest.err >&5
    3207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3160  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32083161  (exit $ac_status); } && {
    32093162         test -z "$ac_c_werror_flag" ||
     
    32123165  ac_cv_prog_cc_g=yes
    32133166else
    3214   echo "$as_me: failed program was:" >&5
     3167  $as_echo "$as_me: failed program was:" >&5
    32153168sed 's/^/| /' conftest.$ac_ext >&5
    32163169
     
    32273180   ac_c_werror_flag=$ac_save_c_werror_flag
    32283181fi
    3229 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3230 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
     3182{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3183$as_echo "$ac_cv_prog_cc_g" >&6; }
    32313184if test "$ac_test_CFLAGS" = set; then
    32323185  CFLAGS=$ac_save_CFLAGS
     
    32443197  fi
    32453198fi
    3246 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3247 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
     3199{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3200$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
    32483201if test "${ac_cv_prog_cc_c89+set}" = set; then
    3249   echo $ECHO_N "(cached) $ECHO_C" >&6
     3202  $as_echo_n "(cached) " >&6
    32503203else
    32513204  ac_cv_prog_cc_c89=no
     
    33183271  *) ac_try_echo=$ac_try;;
    33193272esac
    3320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3273eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3274$as_echo "$ac_try_echo") >&5
    33213275  (eval "$ac_compile") 2>conftest.er1
    33223276  ac_status=$?
     
    33243278  rm -f conftest.er1
    33253279  cat conftest.err >&5
    3326   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3280  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33273281  (exit $ac_status); } && {
    33283282         test -z "$ac_c_werror_flag" ||
     
    33313285  ac_cv_prog_cc_c89=$ac_arg
    33323286else
    3333   echo "$as_me: failed program was:" >&5
     3287  $as_echo "$as_me: failed program was:" >&5
    33343288sed 's/^/| /' conftest.$ac_ext >&5
    33353289
     
    33473301case "x$ac_cv_prog_cc_c89" in
    33483302  x)
    3349     { echo "$as_me:$LINENO: result: none needed" >&5
    3350 echo "${ECHO_T}none needed" >&6; } ;;
     3303    { $as_echo "$as_me:$LINENO: result: none needed" >&5
     3304$as_echo "none needed" >&6; } ;;
    33513305  xno)
    3352     { echo "$as_me:$LINENO: result: unsupported" >&5
    3353 echo "${ECHO_T}unsupported" >&6; } ;;
     3306    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
     3307$as_echo "unsupported" >&6; } ;;
    33543308  *)
    33553309    CC="$CC $ac_cv_prog_cc_c89"
    3356     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3357 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
     3310    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3311$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
    33583312esac
    33593313
     
    33723326cat > confinc << 'END'
    33733327am__doit:
    3374         @echo done
     3328        @echo this is the am__doit target
    33753329.PHONY: am__doit
    33763330END
    33773331# If we don't find an include directive, just comment out the code.
    3378 { echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3379 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
     3332{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3333$as_echo_n "checking for style of include used by $am_make... " >&6; }
    33803334am__include="#"
    33813335am__quote=
     
    33833337# First try GNU make style include.
    33843338echo "include confinc" > confmf
    3385 # We grep out `Entering directory' and `Leaving directory'
    3386 # messages which can occur if `w' ends up in MAKEFLAGS.
    3387 # In particular we don't look at `^make:' because GNU make might
    3388 # be invoked under some other name (usually "gmake"), in which
    3389 # case it prints its new name instead of `make'.
    3390 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    3391    am__include=include
    3392    am__quote=
    3393    _am_result=GNU
    3394 fi
     3339# Ignore all kinds of additional output from `make'.
     3340case `$am_make -s -f confmf 2> /dev/null` in #(
     3341*the\ am__doit\ target*)
     3342  am__include=include
     3343  am__quote=
     3344  _am_result=GNU
     3345  ;;
     3346esac
    33953347# Now try BSD make style include.
    33963348if test "$am__include" = "#"; then
    33973349   echo '.include "confinc"' > confmf
    3398    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    3399       am__include=.include
    3400       am__quote="\""
    3401       _am_result=BSD
    3402    fi
    3403 fi
    3404 
    3405 
    3406 { echo "$as_me:$LINENO: result: $_am_result" >&5
    3407 echo "${ECHO_T}$_am_result" >&6; }
     3350   case `$am_make -s -f confmf 2> /dev/null` in #(
     3351   *the\ am__doit\ target*)
     3352     am__include=.include
     3353     am__quote="\""
     3354     _am_result=BSD
     3355     ;;
     3356   esac
     3357fi
     3358
     3359
     3360{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
     3361$as_echo "$_am_result" >&6; }
    34083362rm -f confinc confmf
    34093363
    3410 # Check whether --enable-dependency-tracking was given.
     3364@%:@ Check whether --enable-dependency-tracking was given.
    34113365if test "${enable_dependency_tracking+set}" = set; then
    34123366  enableval=$enable_dependency_tracking;
     
    34293383depcc="$CC"   am_compiler_list=
    34303384
    3431 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3432 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     3385{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3386$as_echo_n "checking dependency style of $depcc... " >&6; }
    34333387if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3434   echo $ECHO_N "(cached) $ECHO_C" >&6
     3388  $as_echo_n "(cached) " >&6
    34353389else
    34363390  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    34573411     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    34583412  fi
     3413  am__universal=false
     3414  case " $depcc " in #(
     3415     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     3416     esac
     3417
    34593418  for depmode in $am_compiler_list; do
    34603419    # Setup a source with many dependencies, because some compilers
     
    34743433    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    34753434
     3435    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     3436    # mode.  It turns out that the SunPro C++ compiler does not properly
     3437    # handle `-M -o', and we need to detect this.  Also, some Intel
     3438    # versions had trouble with output in subdirs
     3439    am__obj=sub/conftest.${OBJEXT-o}
     3440    am__minus_obj="-o $am__obj"
    34763441    case $depmode in
     3442    gcc)
     3443      # This depmode causes a compiler race in universal mode.
     3444      test "$am__universal" = false || continue
     3445      ;;
    34773446    nosideeffect)
    34783447      # after this tag, mechanisms are not by side-effect, so they'll
     
    34843453      fi
    34853454      ;;
     3455    msvisualcpp | msvcmsys)
     3456      # This compiler won't grok `-c -o', but also, the minuso test has
     3457      # not run yet.  These depmodes are late enough in the game, and
     3458      # so weak that their functioning should not be impacted.
     3459      am__obj=conftest.${OBJEXT-o}
     3460      am__minus_obj=
     3461      ;;
    34863462    none) break ;;
    34873463    esac
    3488     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    3489     # mode.  It turns out that the SunPro C++ compiler does not properly
    3490     # handle `-M -o', and we need to detect this.
    34913464    if depmode=$depmode \
    3492        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     3465       source=sub/conftest.c object=$am__obj \
    34933466       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    3494        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     3467       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    34953468         >/dev/null 2>conftest.err &&
    34963469       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    34973470       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    3498        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     3471       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    34993472       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    35003473      # icc doesn't choke on unknown options, it will just issue warnings
     
    35203493
    35213494fi
    3522 { echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3523 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
     3495{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3496$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
    35243497CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    35253498
     
    35343507fi
    35353508
     3509
     3510ac_ext=c
     3511ac_cpp='$CPP $CPPFLAGS'
     3512ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3513ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3514ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3515{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     3516$as_echo_n "checking how to run the C preprocessor... " >&6; }
     3517# On Suns, sometimes $CPP names a directory.
     3518if test -n "$CPP" && test -d "$CPP"; then
     3519  CPP=
     3520fi
     3521if test -z "$CPP"; then
     3522  if test "${ac_cv_prog_CPP+set}" = set; then
     3523  $as_echo_n "(cached) " >&6
     3524else
     3525      # Double quotes because CPP needs to be expanded
     3526    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
     3527    do
     3528      ac_preproc_ok=false
     3529for ac_c_preproc_warn_flag in '' yes
     3530do
     3531  # Use a header file that comes with gcc, so configuring glibc
     3532  # with a fresh cross-compiler works.
     3533  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3534  # <limits.h> exists even on freestanding compilers.
     3535  # On the NeXT, cc -E runs the code through the compiler's parser,
     3536  # not just through cpp. "Syntax error" is here to catch this case.
     3537  cat >conftest.$ac_ext <<_ACEOF
     3538/* confdefs.h.  */
     3539_ACEOF
     3540cat confdefs.h >>conftest.$ac_ext
     3541cat >>conftest.$ac_ext <<_ACEOF
     3542/* end confdefs.h.  */
     3543@%:@ifdef __STDC__
     3544@%:@ include <limits.h>
     3545@%:@else
     3546@%:@ include <assert.h>
     3547@%:@endif
     3548                     Syntax error
     3549_ACEOF
     3550if { (ac_try="$ac_cpp conftest.$ac_ext"
     3551case "(($ac_try" in
     3552  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3553  *) ac_try_echo=$ac_try;;
     3554esac
     3555eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3556$as_echo "$ac_try_echo") >&5
     3557  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3558  ac_status=$?
     3559  grep -v '^ *+' conftest.er1 >conftest.err
     3560  rm -f conftest.er1
     3561  cat conftest.err >&5
     3562  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3563  (exit $ac_status); } >/dev/null && {
     3564         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3565         test ! -s conftest.err
     3566       }; then
     3567  :
     3568else
     3569  $as_echo "$as_me: failed program was:" >&5
     3570sed 's/^/| /' conftest.$ac_ext >&5
     3571
     3572  # Broken: fails on valid input.
     3573continue
     3574fi
     3575
     3576rm -f conftest.err conftest.$ac_ext
     3577
     3578  # OK, works on sane cases.  Now check whether nonexistent headers
     3579  # can be detected and how.
     3580  cat >conftest.$ac_ext <<_ACEOF
     3581/* confdefs.h.  */
     3582_ACEOF
     3583cat confdefs.h >>conftest.$ac_ext
     3584cat >>conftest.$ac_ext <<_ACEOF
     3585/* end confdefs.h.  */
     3586@%:@include <ac_nonexistent.h>
     3587_ACEOF
     3588if { (ac_try="$ac_cpp conftest.$ac_ext"
     3589case "(($ac_try" in
     3590  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3591  *) ac_try_echo=$ac_try;;
     3592esac
     3593eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3594$as_echo "$ac_try_echo") >&5
     3595  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3596  ac_status=$?
     3597  grep -v '^ *+' conftest.er1 >conftest.err
     3598  rm -f conftest.er1
     3599  cat conftest.err >&5
     3600  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3601  (exit $ac_status); } >/dev/null && {
     3602         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3603         test ! -s conftest.err
     3604       }; then
     3605  # Broken: success on invalid input.
     3606continue
     3607else
     3608  $as_echo "$as_me: failed program was:" >&5
     3609sed 's/^/| /' conftest.$ac_ext >&5
     3610
     3611  # Passes both tests.
     3612ac_preproc_ok=:
     3613break
     3614fi
     3615
     3616rm -f conftest.err conftest.$ac_ext
     3617
     3618done
     3619# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3620rm -f conftest.err conftest.$ac_ext
     3621if $ac_preproc_ok; then
     3622  break
     3623fi
     3624
     3625    done
     3626    ac_cv_prog_CPP=$CPP
     3627 
     3628fi
     3629  CPP=$ac_cv_prog_CPP
     3630else
     3631  ac_cv_prog_CPP=$CPP
     3632fi
     3633{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
     3634$as_echo "$CPP" >&6; }
     3635ac_preproc_ok=false
     3636for ac_c_preproc_warn_flag in '' yes
     3637do
     3638  # Use a header file that comes with gcc, so configuring glibc
     3639  # with a fresh cross-compiler works.
     3640  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
     3641  # <limits.h> exists even on freestanding compilers.
     3642  # On the NeXT, cc -E runs the code through the compiler's parser,
     3643  # not just through cpp. "Syntax error" is here to catch this case.
     3644  cat >conftest.$ac_ext <<_ACEOF
     3645/* confdefs.h.  */
     3646_ACEOF
     3647cat confdefs.h >>conftest.$ac_ext
     3648cat >>conftest.$ac_ext <<_ACEOF
     3649/* end confdefs.h.  */
     3650@%:@ifdef __STDC__
     3651@%:@ include <limits.h>
     3652@%:@else
     3653@%:@ include <assert.h>
     3654@%:@endif
     3655                     Syntax error
     3656_ACEOF
     3657if { (ac_try="$ac_cpp conftest.$ac_ext"
     3658case "(($ac_try" in
     3659  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3660  *) ac_try_echo=$ac_try;;
     3661esac
     3662eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3663$as_echo "$ac_try_echo") >&5
     3664  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3665  ac_status=$?
     3666  grep -v '^ *+' conftest.er1 >conftest.err
     3667  rm -f conftest.er1
     3668  cat conftest.err >&5
     3669  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3670  (exit $ac_status); } >/dev/null && {
     3671         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3672         test ! -s conftest.err
     3673       }; then
     3674  :
     3675else
     3676  $as_echo "$as_me: failed program was:" >&5
     3677sed 's/^/| /' conftest.$ac_ext >&5
     3678
     3679  # Broken: fails on valid input.
     3680continue
     3681fi
     3682
     3683rm -f conftest.err conftest.$ac_ext
     3684
     3685  # OK, works on sane cases.  Now check whether nonexistent headers
     3686  # can be detected and how.
     3687  cat >conftest.$ac_ext <<_ACEOF
     3688/* confdefs.h.  */
     3689_ACEOF
     3690cat confdefs.h >>conftest.$ac_ext
     3691cat >>conftest.$ac_ext <<_ACEOF
     3692/* end confdefs.h.  */
     3693@%:@include <ac_nonexistent.h>
     3694_ACEOF
     3695if { (ac_try="$ac_cpp conftest.$ac_ext"
     3696case "(($ac_try" in
     3697  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3698  *) ac_try_echo=$ac_try;;
     3699esac
     3700eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3701$as_echo "$ac_try_echo") >&5
     3702  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
     3703  ac_status=$?
     3704  grep -v '^ *+' conftest.er1 >conftest.err
     3705  rm -f conftest.er1
     3706  cat conftest.err >&5
     3707  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3708  (exit $ac_status); } >/dev/null && {
     3709         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     3710         test ! -s conftest.err
     3711       }; then
     3712  # Broken: success on invalid input.
     3713continue
     3714else
     3715  $as_echo "$as_me: failed program was:" >&5
     3716sed 's/^/| /' conftest.$ac_ext >&5
     3717
     3718  # Passes both tests.
     3719ac_preproc_ok=:
     3720break
     3721fi
     3722
     3723rm -f conftest.err conftest.$ac_ext
     3724
     3725done
     3726# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
     3727rm -f conftest.err conftest.$ac_ext
     3728if $ac_preproc_ok; then
     3729  :
     3730else
     3731  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
     3732$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
     3733{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     3734See \`config.log' for more details." >&5
     3735$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     3736See \`config.log' for more details." >&2;}
     3737   { (exit 1); exit 1; }; }; }
     3738fi
     3739
     3740ac_ext=c
     3741ac_cpp='$CPP $CPPFLAGS'
     3742ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3743ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3744ac_compiler_gnu=$ac_cv_c_compiler_gnu
    35363745
    35373746ac_ext=cpp
     
    35453754  else
    35463755    if test -n "$ac_tool_prefix"; then
    3547   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3756  for ac_prog in g++ icl
    35483757  do
    35493758    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    35503759set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3760{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3761$as_echo_n "checking for $ac_word... " >&6; }
    35533762if test "${ac_cv_prog_CXX+set}" = set; then
    3554   echo $ECHO_N "(cached) $ECHO_C" >&6
     3763  $as_echo_n "(cached) " >&6
    35553764else
    35563765  if test -n "$CXX"; then
     
    35653774  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    35663775    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3567     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3776    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    35683777    break 2
    35693778  fi
     
    35763785CXX=$ac_cv_prog_CXX
    35773786if test -n "$CXX"; then
    3578   { echo "$as_me:$LINENO: result: $CXX" >&5
    3579 echo "${ECHO_T}$CXX" >&6; }
    3580 else
    3581   { echo "$as_me:$LINENO: result: no" >&5
    3582 echo "${ECHO_T}no" >&6; }
     3787  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
     3788$as_echo "$CXX" >&6; }
     3789else
     3790  { $as_echo "$as_me:$LINENO: result: no" >&5
     3791$as_echo "no" >&6; }
    35833792fi
    35843793
     
    35893798if test -z "$CXX"; then
    35903799  ac_ct_CXX=$CXX
    3591   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3800  for ac_prog in g++ icl
    35923801do
    35933802  # Extract the first word of "$ac_prog", so it can be a program name with args.
    35943803set dummy $ac_prog; ac_word=$2
    3595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    3596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3804{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     3805$as_echo_n "checking for $ac_word... " >&6; }
    35973806if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3598   echo $ECHO_N "(cached) $ECHO_C" >&6
     3807  $as_echo_n "(cached) " >&6
    35993808else
    36003809  if test -n "$ac_ct_CXX"; then
     
    36093818  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36103819    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3611     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3820    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36123821    break 2
    36133822  fi
     
    36203829ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    36213830if test -n "$ac_ct_CXX"; then
    3622   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3623 echo "${ECHO_T}$ac_ct_CXX" >&6; }
    3624 else
    3625   { echo "$as_me:$LINENO: result: no" >&5
    3626 echo "${ECHO_T}no" >&6; }
     3831  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3832$as_echo "$ac_ct_CXX" >&6; }
     3833else
     3834  { $as_echo "$as_me:$LINENO: result: no" >&5
     3835$as_echo "no" >&6; }
    36273836fi
    36283837
     
    36363845    case $cross_compiling:$ac_tool_warned in
    36373846yes:)
    3638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    3639 whose name does not start with the host triplet.  If you think this
    3640 configuration is useful to you, please write to autoconf@gnu.org." >&5
    3641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    3642 whose name does not start with the host triplet.  If you think this
    3643 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3847{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     3848$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    36443849ac_tool_warned=yes ;;
    36453850esac
     
    36513856fi
    36523857# Provide some information about the compiler.
    3653 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3654 ac_compiler=`set X $ac_compile; echo $2`
     3858$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3859set X $ac_compile
     3860ac_compiler=$2
    36553861{ (ac_try="$ac_compiler --version >&5"
    36563862case "(($ac_try" in
     
    36583864  *) ac_try_echo=$ac_try;;
    36593865esac
    3660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3866eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3867$as_echo "$ac_try_echo") >&5
    36613868  (eval "$ac_compiler --version >&5") 2>&5
    36623869  ac_status=$?
    3663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3870  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36643871  (exit $ac_status); }
    36653872{ (ac_try="$ac_compiler -v >&5"
     
    36683875  *) ac_try_echo=$ac_try;;
    36693876esac
    3670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3877eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3878$as_echo "$ac_try_echo") >&5
    36713879  (eval "$ac_compiler -v >&5") 2>&5
    36723880  ac_status=$?
    3673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3881  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36743882  (exit $ac_status); }
    36753883{ (ac_try="$ac_compiler -V >&5"
     
    36783886  *) ac_try_echo=$ac_try;;
    36793887esac
    3680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3888eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3889$as_echo "$ac_try_echo") >&5
    36813890  (eval "$ac_compiler -V >&5") 2>&5
    36823891  ac_status=$?
    3683   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3892  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    36843893  (exit $ac_status); }
    36853894
    3686 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3687 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     3895{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3896$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
    36883897if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3689   echo $ECHO_N "(cached) $ECHO_C" >&6
     3898  $as_echo_n "(cached) " >&6
    36903899else
    36913900  cat >conftest.$ac_ext <<_ACEOF
     
    37133922  *) ac_try_echo=$ac_try;;
    37143923esac
    3715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3925$as_echo "$ac_try_echo") >&5
    37163926  (eval "$ac_compile") 2>conftest.er1
    37173927  ac_status=$?
     
    37193929  rm -f conftest.er1
    37203930  cat conftest.err >&5
    3721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3931  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37223932  (exit $ac_status); } && {
    37233933         test -z "$ac_cxx_werror_flag" ||
     
    37263936  ac_compiler_gnu=yes
    37273937else
    3728   echo "$as_me: failed program was:" >&5
     3938  $as_echo "$as_me: failed program was:" >&5
    37293939sed 's/^/| /' conftest.$ac_ext >&5
    37303940
     
    37363946
    37373947fi
    3738 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3739 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
    3740 GXX=`test $ac_compiler_gnu = yes && echo yes`
     3948{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3949$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
     3950if test $ac_compiler_gnu = yes; then
     3951  GXX=yes
     3952else
     3953  GXX=
     3954fi
    37413955ac_test_CXXFLAGS=${CXXFLAGS+set}
    37423956ac_save_CXXFLAGS=$CXXFLAGS
    3743 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3744 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     3957{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3958$as_echo_n "checking whether $CXX accepts -g... " >&6; }
    37453959if test "${ac_cv_prog_cxx_g+set}" = set; then
    3746   echo $ECHO_N "(cached) $ECHO_C" >&6
     3960  $as_echo_n "(cached) " >&6
    37473961else
    37483962  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    37713985  *) ac_try_echo=$ac_try;;
    37723986esac
    3773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3987eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     3988$as_echo "$ac_try_echo") >&5
    37743989  (eval "$ac_compile") 2>conftest.er1
    37753990  ac_status=$?
     
    37773992  rm -f conftest.er1
    37783993  cat conftest.err >&5
    3779   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3994  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37803995  (exit $ac_status); } && {
    37813996         test -z "$ac_cxx_werror_flag" ||
     
    37843999  ac_cv_prog_cxx_g=yes
    37854000else
    3786   echo "$as_me: failed program was:" >&5
     4001  $as_echo "$as_me: failed program was:" >&5
    37874002sed 's/^/| /' conftest.$ac_ext >&5
    37884003
     
    38094024  *) ac_try_echo=$ac_try;;
    38104025esac
    3811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4026eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4027$as_echo "$ac_try_echo") >&5
    38124028  (eval "$ac_compile") 2>conftest.er1
    38134029  ac_status=$?
     
    38154031  rm -f conftest.er1
    38164032  cat conftest.err >&5
    3817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4033  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38184034  (exit $ac_status); } && {
    38194035         test -z "$ac_cxx_werror_flag" ||
     
    38224038  :
    38234039else
    3824   echo "$as_me: failed program was:" >&5
     4040  $as_echo "$as_me: failed program was:" >&5
    38254041sed 's/^/| /' conftest.$ac_ext >&5
    38264042
     
    38484064  *) ac_try_echo=$ac_try;;
    38494065esac
    3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4066eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4067$as_echo "$ac_try_echo") >&5
    38514068  (eval "$ac_compile") 2>conftest.er1
    38524069  ac_status=$?
     
    38544071  rm -f conftest.er1
    38554072  cat conftest.err >&5
    3856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4073  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38574074  (exit $ac_status); } && {
    38584075         test -z "$ac_cxx_werror_flag" ||
     
    38614078  ac_cv_prog_cxx_g=yes
    38624079else
    3863   echo "$as_me: failed program was:" >&5
     4080  $as_echo "$as_me: failed program was:" >&5
    38644081sed 's/^/| /' conftest.$ac_ext >&5
    38654082
     
    38764093   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    38774094fi
    3878 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    3879 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     4095{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     4096$as_echo "$ac_cv_prog_cxx_g" >&6; }
    38804097if test "$ac_test_CXXFLAGS" = set; then
    38814098  CXXFLAGS=$ac_save_CXXFLAGS
     
    39014118depcc="$CXX"  am_compiler_list=
    39024119
    3903 { echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3904 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     4120{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     4121$as_echo_n "checking dependency style of $depcc... " >&6; }
    39054122if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    3906   echo $ECHO_N "(cached) $ECHO_C" >&6
     4123  $as_echo_n "(cached) " >&6
    39074124else
    39084125  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    39294146     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
    39304147  fi
     4148  am__universal=false
     4149  case " $depcc " in #(
     4150     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     4151     esac
     4152
    39314153  for depmode in $am_compiler_list; do
    39324154    # Setup a source with many dependencies, because some compilers
     
    39464168    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    39474169
     4170    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     4171    # mode.  It turns out that the SunPro C++ compiler does not properly
     4172    # handle `-M -o', and we need to detect this.  Also, some Intel
     4173    # versions had trouble with output in subdirs
     4174    am__obj=sub/conftest.${OBJEXT-o}
     4175    am__minus_obj="-o $am__obj"
    39484176    case $depmode in
     4177    gcc)
     4178      # This depmode causes a compiler race in universal mode.
     4179      test "$am__universal" = false || continue
     4180      ;;
    39494181    nosideeffect)
    39504182      # after this tag, mechanisms are not by side-effect, so they'll
     
    39564188      fi
    39574189      ;;
     4190    msvisualcpp | msvcmsys)
     4191      # This compiler won't grok `-c -o', but also, the minuso test has
     4192      # not run yet.  These depmodes are late enough in the game, and
     4193      # so weak that their functioning should not be impacted.
     4194      am__obj=conftest.${OBJEXT-o}
     4195      am__minus_obj=
     4196      ;;
    39584197    none) break ;;
    39594198    esac
    3960     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    3961     # mode.  It turns out that the SunPro C++ compiler does not properly
    3962     # handle `-M -o', and we need to detect this.
    39634199    if depmode=$depmode \
    3964        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     4200       source=sub/conftest.c object=$am__obj \
    39654201       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    3966        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     4202       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    39674203         >/dev/null 2>conftest.err &&
    39684204       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    39694205       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    3970        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     4206       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    39714207       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    39724208      # icc doesn't choke on unknown options, it will just issue warnings
     
    39924228
    39934229fi
    3994 { echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    3995 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
     4230{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4231$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
    39964232CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    39974233
     
    40124248ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    40134249if test -n "$ac_tool_prefix"; then
    4014   for ac_prog in ifort g77
     4250  for ac_prog in ifort g77 gfortran
    40154251  do
    40164252    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    40174253set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4018 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4019 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4254{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4255$as_echo_n "checking for $ac_word... " >&6; }
    40204256if test "${ac_cv_prog_F77+set}" = set; then
    4021   echo $ECHO_N "(cached) $ECHO_C" >&6
     4257  $as_echo_n "(cached) " >&6
    40224258else
    40234259  if test -n "$F77"; then
     
    40324268  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40334269    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4034     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4270    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40354271    break 2
    40364272  fi
     
    40434279F77=$ac_cv_prog_F77
    40444280if test -n "$F77"; then
    4045   { echo "$as_me:$LINENO: result: $F77" >&5
    4046 echo "${ECHO_T}$F77" >&6; }
    4047 else
    4048   { echo "$as_me:$LINENO: result: no" >&5
    4049 echo "${ECHO_T}no" >&6; }
     4281  { $as_echo "$as_me:$LINENO: result: $F77" >&5
     4282$as_echo "$F77" >&6; }
     4283else
     4284  { $as_echo "$as_me:$LINENO: result: no" >&5
     4285$as_echo "no" >&6; }
    40504286fi
    40514287
     
    40564292if test -z "$F77"; then
    40574293  ac_ct_F77=$F77
    4058   for ac_prog in ifort g77
     4294  for ac_prog in ifort g77 gfortran
    40594295do
    40604296  # Extract the first word of "$ac_prog", so it can be a program name with args.
    40614297set dummy $ac_prog; ac_word=$2
    4062 { echo "$as_me:$LINENO: checking for $ac_word" >&5
    4063 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     4298{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
     4299$as_echo_n "checking for $ac_word... " >&6; }
    40644300if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4065   echo $ECHO_N "(cached) $ECHO_C" >&6
     4301  $as_echo_n "(cached) " >&6
    40664302else
    40674303  if test -n "$ac_ct_F77"; then
     
    40764312  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    40774313    ac_cv_prog_ac_ct_F77="$ac_prog"
    4078     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4314    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    40794315    break 2
    40804316  fi
     
    40874323ac_ct_F77=$ac_cv_prog_ac_ct_F77
    40884324if test -n "$ac_ct_F77"; then
    4089   { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4090 echo "${ECHO_T}$ac_ct_F77" >&6; }
    4091 else
    4092   { echo "$as_me:$LINENO: result: no" >&5
    4093 echo "${ECHO_T}no" >&6; }
     4325  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4326$as_echo "$ac_ct_F77" >&6; }
     4327else
     4328  { $as_echo "$as_me:$LINENO: result: no" >&5
     4329$as_echo "no" >&6; }
    40944330fi
    40954331
     
    41034339    case $cross_compiling:$ac_tool_warned in
    41044340yes:)
    4105 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
    4106 whose name does not start with the host triplet.  If you think this
    4107 configuration is useful to you, please write to autoconf@gnu.org." >&5
    4108 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
    4109 whose name does not start with the host triplet.  If you think this
    4110 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     4341{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
     4342$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
    41114343ac_tool_warned=yes ;;
    41124344esac
     
    41174349
    41184350# Provide some information about the compiler.
    4119 echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4120 ac_compiler=`set X $ac_compile; echo $2`
     4351$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4352set X $ac_compile
     4353ac_compiler=$2
    41214354{ (ac_try="$ac_compiler --version >&5"
    41224355case "(($ac_try" in
     
    41244357  *) ac_try_echo=$ac_try;;
    41254358esac
    4126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4359eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4360$as_echo "$ac_try_echo") >&5
    41274361  (eval "$ac_compiler --version >&5") 2>&5
    41284362  ac_status=$?
    4129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4363  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41304364  (exit $ac_status); }
    41314365{ (ac_try="$ac_compiler -v >&5"
     
    41344368  *) ac_try_echo=$ac_try;;
    41354369esac
    4136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4370eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4371$as_echo "$ac_try_echo") >&5
    41374372  (eval "$ac_compiler -v >&5") 2>&5
    41384373  ac_status=$?
    4139   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4374  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41404375  (exit $ac_status); }
    41414376{ (ac_try="$ac_compiler -V >&5"
     
    41444379  *) ac_try_echo=$ac_try;;
    41454380esac
    4146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4381eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4382$as_echo "$ac_try_echo") >&5
    41474383  (eval "$ac_compiler -V >&5") 2>&5
    41484384  ac_status=$?
    4149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4385  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41504386  (exit $ac_status); }
    41514387rm -f a.out
     
    41554391ac_save_ext=$ac_ext
    41564392ac_ext=F
    4157 { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4158 echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
     4393{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4394$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
    41594395if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4160   echo $ECHO_N "(cached) $ECHO_C" >&6
     4396  $as_echo_n "(cached) " >&6
    41614397else
    41624398  cat >conftest.$ac_ext <<_ACEOF
     
    41744410  *) ac_try_echo=$ac_try;;
    41754411esac
    4176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4412eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4413$as_echo "$ac_try_echo") >&5
    41774414  (eval "$ac_compile") 2>conftest.er1
    41784415  ac_status=$?
     
    41804417  rm -f conftest.er1
    41814418  cat conftest.err >&5
    4182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4419  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    41834420  (exit $ac_status); } && {
    41844421         test -z "$ac_f77_werror_flag" ||
     
    41874424  ac_compiler_gnu=yes
    41884425else
    4189   echo "$as_me: failed program was:" >&5
     4426  $as_echo "$as_me: failed program was:" >&5
    41904427sed 's/^/| /' conftest.$ac_ext >&5
    41914428
     
    41974434
    41984435fi
    4199 { echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4200 echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
     4436{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4437$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
    42014438ac_ext=$ac_save_ext
    42024439ac_test_FFLAGS=${FFLAGS+set}
    42034440ac_save_FFLAGS=$FFLAGS
    42044441FFLAGS=
    4205 { echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4206 echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
     4442{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4443$as_echo_n "checking whether $F77 accepts -g... " >&6; }
    42074444if test "${ac_cv_prog_f77_g+set}" = set; then
    4208   echo $ECHO_N "(cached) $ECHO_C" >&6
     4445  $as_echo_n "(cached) " >&6
    42094446else
    42104447  FFLAGS=-g
     
    42204457  *) ac_try_echo=$ac_try;;
    42214458esac
    4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4459eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4460$as_echo "$ac_try_echo") >&5
    42234461  (eval "$ac_compile") 2>conftest.er1
    42244462  ac_status=$?
     
    42264464  rm -f conftest.er1
    42274465  cat conftest.err >&5
    4228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4466  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42294467  (exit $ac_status); } && {
    42304468         test -z "$ac_f77_werror_flag" ||
     
    42334471  ac_cv_prog_f77_g=yes
    42344472else
    4235   echo "$as_me: failed program was:" >&5
     4473  $as_echo "$as_me: failed program was:" >&5
    42364474sed 's/^/| /' conftest.$ac_ext >&5
    42374475
     
    42424480
    42434481fi
    4244 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4245 echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
     4482{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4483$as_echo "$ac_cv_prog_f77_g" >&6; }
    42464484if test "$ac_test_FFLAGS" = set; then
    42474485  FFLAGS=$ac_save_FFLAGS
     
    42604498fi
    42614499
    4262 G77=`test $ac_compiler_gnu = yes && echo yes`
     4500if test $ac_compiler_gnu = yes; then
     4501  G77=yes
     4502else
     4503  G77=
     4504fi
    42634505ac_ext=c
    42644506ac_cpp='$CPP $CPPFLAGS'
     
    42724514ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    42734515ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4274 { echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4275 echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
     4516{ $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4517$as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
    42764518if test "${ac_cv_prog_f77_v+set}" = set; then
    4277   echo $ECHO_N "(cached) $ECHO_C" >&6
     4519  $as_echo_n "(cached) " >&6
    42784520else
    42794521  cat >conftest.$ac_ext <<_ACEOF
     
    42884530  *) ac_try_echo=$ac_try;;
    42894531esac
    4290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4532eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4533$as_echo "$ac_try_echo") >&5
    42914534  (eval "$ac_compile") 2>conftest.er1
    42924535  ac_status=$?
     
    42944537  rm -f conftest.er1
    42954538  cat conftest.err >&5
    4296   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4539  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42974540  (exit $ac_status); } && {
    42984541         test -z "$ac_f77_werror_flag" ||
     
    43164559eval "set x $ac_link"
    43174560shift
    4318 echo "$as_me:$LINENO: $*" >&5
    4319 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4320 echo "$ac_f77_v_output" >&5
     4561$as_echo "$as_me:$LINENO: $*" >&5
     4562# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4563# LIBRARY_PATH; skip all such settings.
     4564ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4565  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4566$as_echo "$ac_f77_v_output" >&5
    43214567FFLAGS=$ac_save_FFLAGS
    43224568
    4323 rm -f conftest*
     4569rm -rf conftest*
    43244570
    43254571# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    43284574ac_f77_v_output="`echo $ac_f77_v_output |
    43294575        grep 'LPATH is:' |
    4330         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4576        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    43314577
    43324578# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    43684614done
    43694615if test -z "$ac_cv_prog_f77_v"; then
    4370    { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4371 echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4372 fi
    4373 else
    4374   echo "$as_me: failed program was:" >&5
     4616   { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4617$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4618fi
     4619else
     4620  $as_echo "$as_me: failed program was:" >&5
    43754621sed 's/^/| /' conftest.$ac_ext >&5
    43764622
    4377         { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4378 echo "$as_me: WARNING: compilation failed" >&2;}
     4623        { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4624$as_echo "$as_me: WARNING: compilation failed" >&2;}
    43794625fi
    43804626
     
    43824628
    43834629fi
    4384 { echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4385 echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
    4386 { echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4387 echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
     4630{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4631$as_echo "$ac_cv_prog_f77_v" >&6; }
     4632{ $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4633$as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
    43884634if test "${ac_cv_f77_libs+set}" = set; then
    4389   echo $ECHO_N "(cached) $ECHO_C" >&6
     4635  $as_echo_n "(cached) " >&6
    43904636else
    43914637  if test "x$FLIBS" != "x"; then
     
    44074653eval "set x $ac_link"
    44084654shift
    4409 echo "$as_me:$LINENO: $*" >&5
    4410 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
    4411 echo "$ac_f77_v_output" >&5
     4655$as_echo "$as_me:$LINENO: $*" >&5
     4656# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
     4657# LIBRARY_PATH; skip all such settings.
     4658ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
     4659  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
     4660$as_echo "$ac_f77_v_output" >&5
    44124661FFLAGS=$ac_save_FFLAGS
    44134662
    4414 rm -f conftest*
     4663rm -rf conftest*
    44154664
    44164665# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    44194668ac_f77_v_output="`echo $ac_f77_v_output |
    44204669        grep 'LPATH is:' |
    4421         sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
     4670        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
    44224671
    44234672# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45184767          ;;
    45194768        -YP,*)
    4520           for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4769          for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    45214770              ac_exists=false
    45224771  for ac_i in $ac_cv_f77_libs; do
     
    45664815case `(uname -sr) 2>/dev/null` in
    45674816   "SunOS 5"*)
    4568       ac_ld_run_path=`echo $ac_f77_v_output |
     4817      ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
    45694818                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    45704819      test "x$ac_ld_run_path" != x &&
     
    45814830
    45824831fi
    4583 { echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4584 echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
     4832{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4833$as_echo "$ac_cv_f77_libs" >&6; }
    45854834FLIBS="$ac_cv_f77_libs"
    45864835
     
    45934842
    45944843if test "x$CC" != xcc; then
    4595   { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4596 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
    4597 else
    4598   { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4599 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
    4600 fi
    4601 set dummy $CC; ac_cc=`echo $2 |
     4844  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4845$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
     4846else
     4847  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4848$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
     4849fi
     4850set dummy $CC; ac_cc=`$as_echo "$2" |
    46024851                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    46034852if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4604   echo $ECHO_N "(cached) $ECHO_C" >&6
     4853  $as_echo_n "(cached) " >&6
    46054854else
    46064855  cat >conftest.$ac_ext <<_ACEOF
     
    46284877  *) ac_try_echo=$ac_try;;
    46294878esac
    4630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4879eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4880$as_echo "$ac_try_echo") >&5
    46314881  (eval "$ac_try") 2>&5
    46324882  ac_status=$?
    4633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4883  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46344884  (exit $ac_status); } &&
    46354885   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    46374887  *) ac_try_echo=$ac_try;;
    46384888esac
    4639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4889eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4890$as_echo "$ac_try_echo") >&5
    46404891  (eval "$ac_try") 2>&5
    46414892  ac_status=$?
    4642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4893  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46434894  (exit $ac_status); };
    46444895then
     
    46514902  *) ac_try_echo=$ac_try;;
    46524903esac
    4653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4904eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4905$as_echo "$ac_try_echo") >&5
    46544906  (eval "$ac_try") 2>&5
    46554907  ac_status=$?
    4656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4908  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46574909  (exit $ac_status); }; }; then
    46584910      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    46624914  *) ac_try_echo=$ac_try;;
    46634915esac
    4664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4916eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4917$as_echo "$ac_try_echo") >&5
    46654918  (eval "$ac_try") 2>&5
    46664919  ac_status=$?
    4667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4920  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46684921  (exit $ac_status); } &&
    46694922         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    46714924  *) ac_try_echo=$ac_try;;
    46724925esac
    4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     4926eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     4927$as_echo "$ac_try_echo") >&5
    46744928  (eval "$ac_try") 2>&5
    46754929  ac_status=$?
    4676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4930  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    46774931  (exit $ac_status); };
    46784932      then
     
    46924946fi
    46934947if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4694   { echo "$as_me:$LINENO: result: yes" >&5
    4695 echo "${ECHO_T}yes" >&6; }
    4696 else
    4697   { echo "$as_me:$LINENO: result: no" >&5
    4698 echo "${ECHO_T}no" >&6; }
     4948  { $as_echo "$as_me:$LINENO: result: yes" >&5
     4949$as_echo "yes" >&6; }
     4950else
     4951  { $as_echo "$as_me:$LINENO: result: no" >&5
     4952$as_echo "no" >&6; }
    46994953 
    47004954cat >>confdefs.h <<\_ACEOF
     
    47074961# there is no other way.
    47084962set dummy $CC
    4709 ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4710 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
     4963am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4964eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     4965if test "$am_t" != yes; then
    47114966   # Losing compiler, so override with the script.
    47124967   # FIXME: It is wrong to rewrite CC.
     
    47194974
    47204975
    4721 ac_ext=c
    4722 ac_cpp='$CPP $CPPFLAGS'
    4723 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4724 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4725 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4726 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4727 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    4728 # On Suns, sometimes $CPP names a directory.
    4729 if test -n "$CPP" && test -d "$CPP"; then
    4730   CPP=
    4731 fi
    4732 if test -z "$CPP"; then
    4733   if test "${ac_cv_prog_CPP+set}" = set; then
    4734   echo $ECHO_N "(cached) $ECHO_C" >&6
    4735 else
    4736       # Double quotes because CPP needs to be expanded
    4737     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
    4738     do
    4739       ac_preproc_ok=false
    4740 for ac_c_preproc_warn_flag in '' yes
    4741 do
    4742   # Use a header file that comes with gcc, so configuring glibc
    4743   # with a fresh cross-compiler works.
    4744   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4745   # <limits.h> exists even on freestanding compilers.
    4746   # On the NeXT, cc -E runs the code through the compiler's parser,
    4747   # not just through cpp. "Syntax error" is here to catch this case.
    4748   cat >conftest.$ac_ext <<_ACEOF
    4749 /* confdefs.h.  */
    4750 _ACEOF
    4751 cat confdefs.h >>conftest.$ac_ext
    4752 cat >>conftest.$ac_ext <<_ACEOF
    4753 /* end confdefs.h.  */
    4754 @%:@ifdef __STDC__
    4755 @%:@ include <limits.h>
    4756 @%:@else
    4757 @%:@ include <assert.h>
    4758 @%:@endif
    4759                      Syntax error
    4760 _ACEOF
    4761 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4762 case "(($ac_try" in
    4763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4764   *) ac_try_echo=$ac_try;;
    4765 esac
    4766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4767   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4768   ac_status=$?
    4769   grep -v '^ *+' conftest.er1 >conftest.err
    4770   rm -f conftest.er1
    4771   cat conftest.err >&5
    4772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4773   (exit $ac_status); } >/dev/null && {
    4774          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4775          test ! -s conftest.err
    4776        }; then
    4777   :
    4778 else
    4779   echo "$as_me: failed program was:" >&5
    4780 sed 's/^/| /' conftest.$ac_ext >&5
    4781 
    4782   # Broken: fails on valid input.
    4783 continue
    4784 fi
    4785 
    4786 rm -f conftest.err conftest.$ac_ext
    4787 
    4788   # OK, works on sane cases.  Now check whether nonexistent headers
    4789   # can be detected and how.
    4790   cat >conftest.$ac_ext <<_ACEOF
    4791 /* confdefs.h.  */
    4792 _ACEOF
    4793 cat confdefs.h >>conftest.$ac_ext
    4794 cat >>conftest.$ac_ext <<_ACEOF
    4795 /* end confdefs.h.  */
    4796 @%:@include <ac_nonexistent.h>
    4797 _ACEOF
    4798 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4799 case "(($ac_try" in
    4800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4801   *) ac_try_echo=$ac_try;;
    4802 esac
    4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4804   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4805   ac_status=$?
    4806   grep -v '^ *+' conftest.er1 >conftest.err
    4807   rm -f conftest.er1
    4808   cat conftest.err >&5
    4809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4810   (exit $ac_status); } >/dev/null && {
    4811          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4812          test ! -s conftest.err
    4813        }; then
    4814   # Broken: success on invalid input.
    4815 continue
    4816 else
    4817   echo "$as_me: failed program was:" >&5
    4818 sed 's/^/| /' conftest.$ac_ext >&5
    4819 
    4820   # Passes both tests.
    4821 ac_preproc_ok=:
    4822 break
    4823 fi
    4824 
    4825 rm -f conftest.err conftest.$ac_ext
    4826 
    4827 done
    4828 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4829 rm -f conftest.err conftest.$ac_ext
    4830 if $ac_preproc_ok; then
    4831   break
    4832 fi
    4833 
    4834     done
    4835     ac_cv_prog_CPP=$CPP
    4836  
    4837 fi
    4838   CPP=$ac_cv_prog_CPP
    4839 else
    4840   ac_cv_prog_CPP=$CPP
    4841 fi
    4842 { echo "$as_me:$LINENO: result: $CPP" >&5
    4843 echo "${ECHO_T}$CPP" >&6; }
    4844 ac_preproc_ok=false
    4845 for ac_c_preproc_warn_flag in '' yes
    4846 do
    4847   # Use a header file that comes with gcc, so configuring glibc
    4848   # with a fresh cross-compiler works.
    4849   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
    4850   # <limits.h> exists even on freestanding compilers.
    4851   # On the NeXT, cc -E runs the code through the compiler's parser,
    4852   # not just through cpp. "Syntax error" is here to catch this case.
    4853   cat >conftest.$ac_ext <<_ACEOF
    4854 /* confdefs.h.  */
    4855 _ACEOF
    4856 cat confdefs.h >>conftest.$ac_ext
    4857 cat >>conftest.$ac_ext <<_ACEOF
    4858 /* end confdefs.h.  */
    4859 @%:@ifdef __STDC__
    4860 @%:@ include <limits.h>
    4861 @%:@else
    4862 @%:@ include <assert.h>
    4863 @%:@endif
    4864                      Syntax error
    4865 _ACEOF
    4866 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4867 case "(($ac_try" in
    4868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4869   *) ac_try_echo=$ac_try;;
    4870 esac
    4871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4872   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4873   ac_status=$?
    4874   grep -v '^ *+' conftest.er1 >conftest.err
    4875   rm -f conftest.er1
    4876   cat conftest.err >&5
    4877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4878   (exit $ac_status); } >/dev/null && {
    4879          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4880          test ! -s conftest.err
    4881        }; then
    4882   :
    4883 else
    4884   echo "$as_me: failed program was:" >&5
    4885 sed 's/^/| /' conftest.$ac_ext >&5
    4886 
    4887   # Broken: fails on valid input.
    4888 continue
    4889 fi
    4890 
    4891 rm -f conftest.err conftest.$ac_ext
    4892 
    4893   # OK, works on sane cases.  Now check whether nonexistent headers
    4894   # can be detected and how.
    4895   cat >conftest.$ac_ext <<_ACEOF
    4896 /* confdefs.h.  */
    4897 _ACEOF
    4898 cat confdefs.h >>conftest.$ac_ext
    4899 cat >>conftest.$ac_ext <<_ACEOF
    4900 /* end confdefs.h.  */
    4901 @%:@include <ac_nonexistent.h>
    4902 _ACEOF
    4903 if { (ac_try="$ac_cpp conftest.$ac_ext"
    4904 case "(($ac_try" in
    4905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
    4906   *) ac_try_echo=$ac_try;;
    4907 esac
    4908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    4909   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    4910   ac_status=$?
    4911   grep -v '^ *+' conftest.er1 >conftest.err
    4912   rm -f conftest.er1
    4913   cat conftest.err >&5
    4914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    4915   (exit $ac_status); } >/dev/null && {
    4916          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
    4917          test ! -s conftest.err
    4918        }; then
    4919   # Broken: success on invalid input.
    4920 continue
    4921 else
    4922   echo "$as_me: failed program was:" >&5
    4923 sed 's/^/| /' conftest.$ac_ext >&5
    4924 
    4925   # Passes both tests.
    4926 ac_preproc_ok=:
    4927 break
    4928 fi
    4929 
    4930 rm -f conftest.err conftest.$ac_ext
    4931 
    4932 done
    4933 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
    4934 rm -f conftest.err conftest.$ac_ext
    4935 if $ac_preproc_ok; then
    4936   :
    4937 else
    4938   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    4939 See \`config.log' for more details." >&5
    4940 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    4941 See \`config.log' for more details." >&2;}
    4942    { (exit 1); exit 1; }; }
    4943 fi
    4944 
    4945 ac_ext=c
    4946 ac_cpp='$CPP $CPPFLAGS'
    4947 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
    4948 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    4949 ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4950 
    4951 
    4952 { echo "$as_me:$LINENO: checking for X" >&5
    4953 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
    4954 
    4955 
    4956 # Check whether --with-x was given.
     4976
     4977{ $as_echo "$as_me:$LINENO: checking for X" >&5
     4978$as_echo_n "checking for X... " >&6; }
     4979
     4980
     4981@%:@ Check whether --with-x was given.
    49574982if test "${with_x+set}" = set; then
    49584983  withval=$with_x;
     
    49654990else
    49664991  case $x_includes,$x_libraries in #(
    4967     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
    4968 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
     4992    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
     4993$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
    49694994   { (exit 1); exit 1; }; };; #(
    49704995    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    4971   echo $ECHO_N "(cached) $ECHO_C" >&6
     4996  $as_echo_n "(cached) " >&6
    49724997else
    49734998  # One or both of the vars are not set, and there is no cached value.
     
    49905015    done
    49915016    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    4992     for ac_extension in a so sl; do
     5017    for ac_extension in a so sl dylib la dll; do
    49935018      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    49945019         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    50045029    esac
    50055030    case $ac_im_usrlibdir in
    5006         /usr/lib | /lib) ;;
     5031        /usr/lib | /usr/lib64 | /lib | /lib64) ;;
    50075032        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    50085033    esac
     
    50655090  *) ac_try_echo=$ac_try;;
    50665091esac
    5067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5092eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5093$as_echo "$ac_try_echo") >&5
    50685094  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50695095  ac_status=$?
     
    50715097  rm -f conftest.er1
    50725098  cat conftest.err >&5
    5073   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5099  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50745100  (exit $ac_status); } >/dev/null && {
    50755101         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50795105ac_x_includes=
    50805106else
    5081   echo "$as_me: failed program was:" >&5
     5107  $as_echo "$as_me: failed program was:" >&5
    50825108sed 's/^/| /' conftest.$ac_ext >&5
    50835109
     
    51205146  *) ac_try_echo=$ac_try;;
    51215147esac
    5122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5148eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5149$as_echo "$ac_try_echo") >&5
    51235150  (eval "$ac_link") 2>conftest.er1
    51245151  ac_status=$?
     
    51265153  rm -f conftest.er1
    51275154  cat conftest.err >&5
    5128   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5155  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51295156  (exit $ac_status); } && {
    51305157         test -z "$ac_c_werror_flag" ||
    51315158         test ! -s conftest.err
    5132        } && test -s conftest$ac_exeext &&
    5133        $as_test_x conftest$ac_exeext; then
     5159       } && test -s conftest$ac_exeext && {
     5160         test "$cross_compiling" = yes ||
     5161         $as_test_x conftest$ac_exeext
     5162       }; then
    51345163  LIBS=$ac_save_LIBS
    51355164# We can link X programs with no special library path.
    51365165ac_x_libraries=
    51375166else
    5138   echo "$as_me: failed program was:" >&5
     5167  $as_echo "$as_me: failed program was:" >&5
    51395168sed 's/^/| /' conftest.$ac_ext >&5
    51405169
    51415170        LIBS=$ac_save_LIBS
    5142 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5171for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    51435172do
    51445173  # Don't even attempt the hair of trying to link an X program!
    5145   for ac_extension in a so sl; do
     5174  for ac_extension in a so sl dylib la dll; do
    51465175    if test -r "$ac_dir/libX11.$ac_extension"; then
    51475176      ac_x_libraries=$ac_dir
     
    51525181fi
    51535182
     5183rm -rf conftest.dSYM
    51545184rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    51555185      conftest$ac_exeext conftest.$ac_ext
     
    51745204
    51755205if test "$have_x" != yes; then
    5176   { echo "$as_me:$LINENO: result: $have_x" >&5
    5177 echo "${ECHO_T}$have_x" >&6; }
     5206  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
     5207$as_echo "$have_x" >&6; }
    51785208  no_x=yes
    51795209else
     
    51855215        ac_x_includes='$x_includes'\
    51865216        ac_x_libraries='$x_libraries'"
    5187   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5188 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
     5217  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5218$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
    51895219fi
    51905220
     
    52075237    # For Solaris; some versions of Sun CC require a space after -R and
    52085238    # others require no space.  Words are not sufficient . . . .
    5209     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5210 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
     5239    { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5240$as_echo_n "checking whether -R must be followed by a space... " >&6; }
    52115241    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    52125242    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    52335263  *) ac_try_echo=$ac_try;;
    52345264esac
    5235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5265eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5266$as_echo "$ac_try_echo") >&5
    52365267  (eval "$ac_link") 2>conftest.er1
    52375268  ac_status=$?
     
    52395270  rm -f conftest.er1
    52405271  cat conftest.err >&5
    5241   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5272  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52425273  (exit $ac_status); } && {
    52435274         test -z "$ac_c_werror_flag" ||
    52445275         test ! -s conftest.err
    5245        } && test -s conftest$ac_exeext &&
    5246        $as_test_x conftest$ac_exeext; then
    5247   { echo "$as_me:$LINENO: result: no" >&5
    5248 echo "${ECHO_T}no" >&6; }
     5276       } && test -s conftest$ac_exeext && {
     5277         test "$cross_compiling" = yes ||
     5278         $as_test_x conftest$ac_exeext
     5279       }; then
     5280  { $as_echo "$as_me:$LINENO: result: no" >&5
     5281$as_echo "no" >&6; }
    52495282       X_LIBS="$X_LIBS -R$x_libraries"
    52505283else
    5251   echo "$as_me: failed program was:" >&5
     5284  $as_echo "$as_me: failed program was:" >&5
    52525285sed 's/^/| /' conftest.$ac_ext >&5
    52535286
     
    52745307  *) ac_try_echo=$ac_try;;
    52755308esac
    5276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5309eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5310$as_echo "$ac_try_echo") >&5
    52775311  (eval "$ac_link") 2>conftest.er1
    52785312  ac_status=$?
     
    52805314  rm -f conftest.er1
    52815315  cat conftest.err >&5
    5282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5316  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52835317  (exit $ac_status); } && {
    52845318         test -z "$ac_c_werror_flag" ||
    52855319         test ! -s conftest.err
    5286        } && test -s conftest$ac_exeext &&
    5287        $as_test_x conftest$ac_exeext; then
    5288   { echo "$as_me:$LINENO: result: yes" >&5
    5289 echo "${ECHO_T}yes" >&6; }
     5320       } && test -s conftest$ac_exeext && {
     5321         test "$cross_compiling" = yes ||
     5322         $as_test_x conftest$ac_exeext
     5323       }; then
     5324  { $as_echo "$as_me:$LINENO: result: yes" >&5
     5325$as_echo "yes" >&6; }
    52905326          X_LIBS="$X_LIBS -R $x_libraries"
    52915327else
    5292   echo "$as_me: failed program was:" >&5
     5328  $as_echo "$as_me: failed program was:" >&5
    52935329sed 's/^/| /' conftest.$ac_ext >&5
    52945330
    5295         { echo "$as_me:$LINENO: result: neither works" >&5
    5296 echo "${ECHO_T}neither works" >&6; }
    5297 fi
    5298 
     5331        { $as_echo "$as_me:$LINENO: result: neither works" >&5
     5332$as_echo "neither works" >&6; }
     5333fi
     5334
     5335rm -rf conftest.dSYM
    52995336rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53005337      conftest$ac_exeext conftest.$ac_ext
    53015338fi
    53025339
     5340rm -rf conftest.dSYM
    53035341rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53045342      conftest$ac_exeext conftest.$ac_ext
     
    53465384  *) ac_try_echo=$ac_try;;
    53475385esac
    5348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5386eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5387$as_echo "$ac_try_echo") >&5
    53495388  (eval "$ac_link") 2>conftest.er1
    53505389  ac_status=$?
     
    53525391  rm -f conftest.er1
    53535392  cat conftest.err >&5
    5354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5393  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53555394  (exit $ac_status); } && {
    53565395         test -z "$ac_c_werror_flag" ||
    53575396         test ! -s conftest.err
    5358        } && test -s conftest$ac_exeext &&
    5359        $as_test_x conftest$ac_exeext; then
     5397       } && test -s conftest$ac_exeext && {
     5398         test "$cross_compiling" = yes ||
     5399         $as_test_x conftest$ac_exeext
     5400       }; then
    53605401  :
    53615402else
    5362   echo "$as_me: failed program was:" >&5
     5403  $as_echo "$as_me: failed program was:" >&5
    53635404sed 's/^/| /' conftest.$ac_ext >&5
    53645405
    5365         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5366 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
     5406        { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5407$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
    53675408if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5368   echo $ECHO_N "(cached) $ECHO_C" >&6
     5409  $as_echo_n "(cached) " >&6
    53695410else
    53705411  ac_check_lib_save_LIBS=$LIBS
     
    53985439  *) ac_try_echo=$ac_try;;
    53995440esac
    5400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5441eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5442$as_echo "$ac_try_echo") >&5
    54015443  (eval "$ac_link") 2>conftest.er1
    54025444  ac_status=$?
     
    54045446  rm -f conftest.er1
    54055447  cat conftest.err >&5
    5406   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5448  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54075449  (exit $ac_status); } && {
    54085450         test -z "$ac_c_werror_flag" ||
    54095451         test ! -s conftest.err
    5410        } && test -s conftest$ac_exeext &&
    5411        $as_test_x conftest$ac_exeext; then
     5452       } && test -s conftest$ac_exeext && {
     5453         test "$cross_compiling" = yes ||
     5454         $as_test_x conftest$ac_exeext
     5455       }; then
    54125456  ac_cv_lib_dnet_dnet_ntoa=yes
    54135457else
    5414   echo "$as_me: failed program was:" >&5
     5458  $as_echo "$as_me: failed program was:" >&5
    54155459sed 's/^/| /' conftest.$ac_ext >&5
    54165460
     
    54185462fi
    54195463
     5464rm -rf conftest.dSYM
    54205465rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    54215466      conftest$ac_exeext conftest.$ac_ext
    54225467LIBS=$ac_check_lib_save_LIBS
    54235468fi
    5424 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5425 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5426 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
     5469{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5470$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5471if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
    54275472  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    54285473fi
    54295474
    54305475    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5431       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5432 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
     5476      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5477$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
    54335478if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5434   echo $ECHO_N "(cached) $ECHO_C" >&6
     5479  $as_echo_n "(cached) " >&6
    54355480else
    54365481  ac_check_lib_save_LIBS=$LIBS
     
    54645509  *) ac_try_echo=$ac_try;;
    54655510esac
    5466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5511eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5512$as_echo "$ac_try_echo") >&5
    54675513  (eval "$ac_link") 2>conftest.er1
    54685514  ac_status=$?
     
    54705516  rm -f conftest.er1
    54715517  cat conftest.err >&5
    5472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5518  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54735519  (exit $ac_status); } && {
    54745520         test -z "$ac_c_werror_flag" ||
    54755521         test ! -s conftest.err
    5476        } && test -s conftest$ac_exeext &&
    5477        $as_test_x conftest$ac_exeext; then
     5522       } && test -s conftest$ac_exeext && {
     5523         test "$cross_compiling" = yes ||
     5524         $as_test_x conftest$ac_exeext
     5525       }; then
    54785526  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    54795527else
    5480   echo "$as_me: failed program was:" >&5
     5528  $as_echo "$as_me: failed program was:" >&5
    54815529sed 's/^/| /' conftest.$ac_ext >&5
    54825530
     
    54845532fi
    54855533
     5534rm -rf conftest.dSYM
    54865535rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    54875536      conftest$ac_exeext conftest.$ac_ext
    54885537LIBS=$ac_check_lib_save_LIBS
    54895538fi
    5490 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5491 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5492 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
     5539{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5540$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5541if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
    54935542  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    54945543fi
     
    54975546fi
    54985547
     5548rm -rf conftest.dSYM
    54995549rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55005550      conftest$ac_exeext conftest.$ac_ext
     
    55095559    # The functions gethostbyname, getservbyname, and inet_addr are
    55105560    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5511     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5512 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
     5561    { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5562$as_echo_n "checking for gethostbyname... " >&6; }
    55135563if test "${ac_cv_func_gethostbyname+set}" = set; then
    5514   echo $ECHO_N "(cached) $ECHO_C" >&6
     5564  $as_echo_n "(cached) " >&6
    55155565else
    55165566  cat >conftest.$ac_ext <<_ACEOF
     
    55655615  *) ac_try_echo=$ac_try;;
    55665616esac
    5567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5617eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5618$as_echo "$ac_try_echo") >&5
    55685619  (eval "$ac_link") 2>conftest.er1
    55695620  ac_status=$?
     
    55715622  rm -f conftest.er1
    55725623  cat conftest.err >&5
    5573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5624  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55745625  (exit $ac_status); } && {
    55755626         test -z "$ac_c_werror_flag" ||
    55765627         test ! -s conftest.err
    5577        } && test -s conftest$ac_exeext &&
    5578        $as_test_x conftest$ac_exeext; then
     5628       } && test -s conftest$ac_exeext && {
     5629         test "$cross_compiling" = yes ||
     5630         $as_test_x conftest$ac_exeext
     5631       }; then
    55795632  ac_cv_func_gethostbyname=yes
    55805633else
    5581   echo "$as_me: failed program was:" >&5
     5634  $as_echo "$as_me: failed program was:" >&5
    55825635sed 's/^/| /' conftest.$ac_ext >&5
    55835636
     
    55855638fi
    55865639
     5640rm -rf conftest.dSYM
    55875641rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55885642      conftest$ac_exeext conftest.$ac_ext
    55895643fi
    5590 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5591 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
     5644{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5645$as_echo "$ac_cv_func_gethostbyname" >&6; }
    55925646
    55935647    if test $ac_cv_func_gethostbyname = no; then
    5594       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5595 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
     5648      { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5649$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
    55965650if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5597   echo $ECHO_N "(cached) $ECHO_C" >&6
     5651  $as_echo_n "(cached) " >&6
    55985652else
    55995653  ac_check_lib_save_LIBS=$LIBS
     
    56275681  *) ac_try_echo=$ac_try;;
    56285682esac
    5629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5683eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5684$as_echo "$ac_try_echo") >&5
    56305685  (eval "$ac_link") 2>conftest.er1
    56315686  ac_status=$?
     
    56335688  rm -f conftest.er1
    56345689  cat conftest.err >&5
    5635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5690  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56365691  (exit $ac_status); } && {
    56375692         test -z "$ac_c_werror_flag" ||
    56385693         test ! -s conftest.err
    5639        } && test -s conftest$ac_exeext &&
    5640        $as_test_x conftest$ac_exeext; then
     5694       } && test -s conftest$ac_exeext && {
     5695         test "$cross_compiling" = yes ||
     5696         $as_test_x conftest$ac_exeext
     5697       }; then
    56415698  ac_cv_lib_nsl_gethostbyname=yes
    56425699else
    5643   echo "$as_me: failed program was:" >&5
     5700  $as_echo "$as_me: failed program was:" >&5
    56445701sed 's/^/| /' conftest.$ac_ext >&5
    56455702
     
    56475704fi
    56485705
     5706rm -rf conftest.dSYM
    56495707rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56505708      conftest$ac_exeext conftest.$ac_ext
    56515709LIBS=$ac_check_lib_save_LIBS
    56525710fi
    5653 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5654 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
    5655 if test $ac_cv_lib_nsl_gethostbyname = yes; then
     5711{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5712$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
     5713if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
    56565714  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    56575715fi
    56585716
    56595717      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5660         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5661 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
     5718        { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5719$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
    56625720if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5663   echo $ECHO_N "(cached) $ECHO_C" >&6
     5721  $as_echo_n "(cached) " >&6
    56645722else
    56655723  ac_check_lib_save_LIBS=$LIBS
     
    56935751  *) ac_try_echo=$ac_try;;
    56945752esac
    5695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5753eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5754$as_echo "$ac_try_echo") >&5
    56965755  (eval "$ac_link") 2>conftest.er1
    56975756  ac_status=$?
     
    56995758  rm -f conftest.er1
    57005759  cat conftest.err >&5
    5701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5760  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57025761  (exit $ac_status); } && {
    57035762         test -z "$ac_c_werror_flag" ||
    57045763         test ! -s conftest.err
    5705        } && test -s conftest$ac_exeext &&
    5706        $as_test_x conftest$ac_exeext; then
     5764       } && test -s conftest$ac_exeext && {
     5765         test "$cross_compiling" = yes ||
     5766         $as_test_x conftest$ac_exeext
     5767       }; then
    57075768  ac_cv_lib_bsd_gethostbyname=yes
    57085769else
    5709   echo "$as_me: failed program was:" >&5
     5770  $as_echo "$as_me: failed program was:" >&5
    57105771sed 's/^/| /' conftest.$ac_ext >&5
    57115772
     
    57135774fi
    57145775
     5776rm -rf conftest.dSYM
    57155777rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57165778      conftest$ac_exeext conftest.$ac_ext
    57175779LIBS=$ac_check_lib_save_LIBS
    57185780fi
    5719 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5720 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
    5721 if test $ac_cv_lib_bsd_gethostbyname = yes; then
     5781{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5782$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
     5783if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
    57225784  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    57235785fi
     
    57335795    # must be given before -lnsl if both are needed.  We assume that
    57345796    # if connect needs -lnsl, so does gethostbyname.
    5735     { echo "$as_me:$LINENO: checking for connect" >&5
    5736 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
     5797    { $as_echo "$as_me:$LINENO: checking for connect" >&5
     5798$as_echo_n "checking for connect... " >&6; }
    57375799if test "${ac_cv_func_connect+set}" = set; then
    5738   echo $ECHO_N "(cached) $ECHO_C" >&6
     5800  $as_echo_n "(cached) " >&6
    57395801else
    57405802  cat >conftest.$ac_ext <<_ACEOF
     
    57895851  *) ac_try_echo=$ac_try;;
    57905852esac
    5791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5853eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5854$as_echo "$ac_try_echo") >&5
    57925855  (eval "$ac_link") 2>conftest.er1
    57935856  ac_status=$?
     
    57955858  rm -f conftest.er1
    57965859  cat conftest.err >&5
    5797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5860  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57985861  (exit $ac_status); } && {
    57995862         test -z "$ac_c_werror_flag" ||
    58005863         test ! -s conftest.err
    5801        } && test -s conftest$ac_exeext &&
    5802        $as_test_x conftest$ac_exeext; then
     5864       } && test -s conftest$ac_exeext && {
     5865         test "$cross_compiling" = yes ||
     5866         $as_test_x conftest$ac_exeext
     5867       }; then
    58035868  ac_cv_func_connect=yes
    58045869else
    5805   echo "$as_me: failed program was:" >&5
     5870  $as_echo "$as_me: failed program was:" >&5
    58065871sed 's/^/| /' conftest.$ac_ext >&5
    58075872
     
    58095874fi
    58105875
     5876rm -rf conftest.dSYM
    58115877rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58125878      conftest$ac_exeext conftest.$ac_ext
    58135879fi
    5814 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    5815 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
     5880{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5881$as_echo "$ac_cv_func_connect" >&6; }
    58165882
    58175883    if test $ac_cv_func_connect = no; then
    5818       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    5819 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
     5884      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5885$as_echo_n "checking for connect in -lsocket... " >&6; }
    58205886if test "${ac_cv_lib_socket_connect+set}" = set; then
    5821   echo $ECHO_N "(cached) $ECHO_C" >&6
     5887  $as_echo_n "(cached) " >&6
    58225888else
    58235889  ac_check_lib_save_LIBS=$LIBS
     
    58515917  *) ac_try_echo=$ac_try;;
    58525918esac
    5853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     5919eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     5920$as_echo "$ac_try_echo") >&5
    58545921  (eval "$ac_link") 2>conftest.er1
    58555922  ac_status=$?
     
    58575924  rm -f conftest.er1
    58585925  cat conftest.err >&5
    5859   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5926  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58605927  (exit $ac_status); } && {
    58615928         test -z "$ac_c_werror_flag" ||
    58625929         test ! -s conftest.err
    5863        } && test -s conftest$ac_exeext &&
    5864        $as_test_x conftest$ac_exeext; then
     5930       } && test -s conftest$ac_exeext && {
     5931         test "$cross_compiling" = yes ||
     5932         $as_test_x conftest$ac_exeext
     5933       }; then
    58655934  ac_cv_lib_socket_connect=yes
    58665935else
    5867   echo "$as_me: failed program was:" >&5
     5936  $as_echo "$as_me: failed program was:" >&5
    58685937sed 's/^/| /' conftest.$ac_ext >&5
    58695938
     
    58715940fi
    58725941
     5942rm -rf conftest.dSYM
    58735943rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58745944      conftest$ac_exeext conftest.$ac_ext
    58755945LIBS=$ac_check_lib_save_LIBS
    58765946fi
    5877 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    5878 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
    5879 if test $ac_cv_lib_socket_connect = yes; then
     5947{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     5948$as_echo "$ac_cv_lib_socket_connect" >&6; }
     5949if test "x$ac_cv_lib_socket_connect" = x""yes; then
    58805950  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    58815951fi
     
    58845954
    58855955    # Guillermo Gomez says -lposix is necessary on A/UX.
    5886     { echo "$as_me:$LINENO: checking for remove" >&5
    5887 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
     5956    { $as_echo "$as_me:$LINENO: checking for remove" >&5
     5957$as_echo_n "checking for remove... " >&6; }
    58885958if test "${ac_cv_func_remove+set}" = set; then
    5889   echo $ECHO_N "(cached) $ECHO_C" >&6
     5959  $as_echo_n "(cached) " >&6
    58905960else
    58915961  cat >conftest.$ac_ext <<_ACEOF
     
    59406010  *) ac_try_echo=$ac_try;;
    59416011esac
    5942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6012eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6013$as_echo "$ac_try_echo") >&5
    59436014  (eval "$ac_link") 2>conftest.er1
    59446015  ac_status=$?
     
    59466017  rm -f conftest.er1
    59476018  cat conftest.err >&5
    5948   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6019  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59496020  (exit $ac_status); } && {
    59506021         test -z "$ac_c_werror_flag" ||
    59516022         test ! -s conftest.err
    5952        } && test -s conftest$ac_exeext &&
    5953        $as_test_x conftest$ac_exeext; then
     6023       } && test -s conftest$ac_exeext && {
     6024         test "$cross_compiling" = yes ||
     6025         $as_test_x conftest$ac_exeext
     6026       }; then
    59546027  ac_cv_func_remove=yes
    59556028else
    5956   echo "$as_me: failed program was:" >&5
     6029  $as_echo "$as_me: failed program was:" >&5
    59576030sed 's/^/| /' conftest.$ac_ext >&5
    59586031
     
    59606033fi
    59616034
     6035rm -rf conftest.dSYM
    59626036rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59636037      conftest$ac_exeext conftest.$ac_ext
    59646038fi
    5965 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    5966 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
     6039{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6040$as_echo "$ac_cv_func_remove" >&6; }
    59676041
    59686042    if test $ac_cv_func_remove = no; then
    5969       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    5970 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
     6043      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6044$as_echo_n "checking for remove in -lposix... " >&6; }
    59716045if test "${ac_cv_lib_posix_remove+set}" = set; then
    5972   echo $ECHO_N "(cached) $ECHO_C" >&6
     6046  $as_echo_n "(cached) " >&6
    59736047else
    59746048  ac_check_lib_save_LIBS=$LIBS
     
    60026076  *) ac_try_echo=$ac_try;;
    60036077esac
    6004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6078eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6079$as_echo "$ac_try_echo") >&5
    60056080  (eval "$ac_link") 2>conftest.er1
    60066081  ac_status=$?
     
    60086083  rm -f conftest.er1
    60096084  cat conftest.err >&5
    6010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6085  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60116086  (exit $ac_status); } && {
    60126087         test -z "$ac_c_werror_flag" ||
    60136088         test ! -s conftest.err
    6014        } && test -s conftest$ac_exeext &&
    6015        $as_test_x conftest$ac_exeext; then
     6089       } && test -s conftest$ac_exeext && {
     6090         test "$cross_compiling" = yes ||
     6091         $as_test_x conftest$ac_exeext
     6092       }; then
    60166093  ac_cv_lib_posix_remove=yes
    60176094else
    6018   echo "$as_me: failed program was:" >&5
     6095  $as_echo "$as_me: failed program was:" >&5
    60196096sed 's/^/| /' conftest.$ac_ext >&5
    60206097
     
    60226099fi
    60236100
     6101rm -rf conftest.dSYM
    60246102rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60256103      conftest$ac_exeext conftest.$ac_ext
    60266104LIBS=$ac_check_lib_save_LIBS
    60276105fi
    6028 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6029 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
    6030 if test $ac_cv_lib_posix_remove = yes; then
     6106{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6107$as_echo "$ac_cv_lib_posix_remove" >&6; }
     6108if test "x$ac_cv_lib_posix_remove" = x""yes; then
    60316109  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    60326110fi
     
    60356113
    60366114    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6037     { echo "$as_me:$LINENO: checking for shmat" >&5
    6038 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
     6115    { $as_echo "$as_me:$LINENO: checking for shmat" >&5
     6116$as_echo_n "checking for shmat... " >&6; }
    60396117if test "${ac_cv_func_shmat+set}" = set; then
    6040   echo $ECHO_N "(cached) $ECHO_C" >&6
     6118  $as_echo_n "(cached) " >&6
    60416119else
    60426120  cat >conftest.$ac_ext <<_ACEOF
     
    60916169  *) ac_try_echo=$ac_try;;
    60926170esac
    6093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6171eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6172$as_echo "$ac_try_echo") >&5
    60946173  (eval "$ac_link") 2>conftest.er1
    60956174  ac_status=$?
     
    60976176  rm -f conftest.er1
    60986177  cat conftest.err >&5
    6099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6178  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61006179  (exit $ac_status); } && {
    61016180         test -z "$ac_c_werror_flag" ||
    61026181         test ! -s conftest.err
    6103        } && test -s conftest$ac_exeext &&
    6104        $as_test_x conftest$ac_exeext; then
     6182       } && test -s conftest$ac_exeext && {
     6183         test "$cross_compiling" = yes ||
     6184         $as_test_x conftest$ac_exeext
     6185       }; then
    61056186  ac_cv_func_shmat=yes
    61066187else
    6107   echo "$as_me: failed program was:" >&5
     6188  $as_echo "$as_me: failed program was:" >&5
    61086189sed 's/^/| /' conftest.$ac_ext >&5
    61096190
     
    61116192fi
    61126193
     6194rm -rf conftest.dSYM
    61136195rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61146196      conftest$ac_exeext conftest.$ac_ext
    61156197fi
    6116 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6117 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
     6198{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6199$as_echo "$ac_cv_func_shmat" >&6; }
    61186200
    61196201    if test $ac_cv_func_shmat = no; then
    6120       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6121 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
     6202      { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6203$as_echo_n "checking for shmat in -lipc... " >&6; }
    61226204if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6123   echo $ECHO_N "(cached) $ECHO_C" >&6
     6205  $as_echo_n "(cached) " >&6
    61246206else
    61256207  ac_check_lib_save_LIBS=$LIBS
     
    61536235  *) ac_try_echo=$ac_try;;
    61546236esac
    6155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6237eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6238$as_echo "$ac_try_echo") >&5
    61566239  (eval "$ac_link") 2>conftest.er1
    61576240  ac_status=$?
     
    61596242  rm -f conftest.er1
    61606243  cat conftest.err >&5
    6161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6244  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61626245  (exit $ac_status); } && {
    61636246         test -z "$ac_c_werror_flag" ||
    61646247         test ! -s conftest.err
    6165        } && test -s conftest$ac_exeext &&
    6166        $as_test_x conftest$ac_exeext; then
     6248       } && test -s conftest$ac_exeext && {
     6249         test "$cross_compiling" = yes ||
     6250         $as_test_x conftest$ac_exeext
     6251       }; then
    61676252  ac_cv_lib_ipc_shmat=yes
    61686253else
    6169   echo "$as_me: failed program was:" >&5
     6254  $as_echo "$as_me: failed program was:" >&5
    61706255sed 's/^/| /' conftest.$ac_ext >&5
    61716256
     
    61736258fi
    61746259
     6260rm -rf conftest.dSYM
    61756261rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61766262      conftest$ac_exeext conftest.$ac_ext
    61776263LIBS=$ac_check_lib_save_LIBS
    61786264fi
    6179 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6180 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
    6181 if test $ac_cv_lib_ipc_shmat = yes; then
     6265{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6266$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
     6267if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
    61826268  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    61836269fi
     
    61956281  # libraries we check for below, so use a different variable.
    61966282  # John Interrante, Karl Berry
    6197   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6198 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
     6283  { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6284$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
    61996285if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6200   echo $ECHO_N "(cached) $ECHO_C" >&6
     6286  $as_echo_n "(cached) " >&6
    62016287else
    62026288  ac_check_lib_save_LIBS=$LIBS
     
    62306316  *) ac_try_echo=$ac_try;;
    62316317esac
    6232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     6318eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
     6319$as_echo "$ac_try_echo") >&5
    62336320  (eval "$ac_link") 2>conftest.er1
    62346321  ac_status=$?
     
    62366323  rm -f conftest.er1
    62376324  cat conftest.err >&5
    6238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6325  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62396326  (exit $ac_status); } && {
    62406327         test -z "$ac_c_werror_flag" ||
    62416328         test ! -s conftest.err
    6242        } && test -s conftest$ac_exeext &&
    6243        $as_test_x conftest$ac_exeext; then
     6329       } && test -s conftest$ac_exeext && {
     6330         test "$cross_compiling" = yes ||
     6331         $as_test_x conftest$ac_exeext
     6332       }; then
    62446333  ac_cv_lib_ICE_IceConnectionNumber=yes
    62456334else
    6246   echo "$as_me: failed program was:" >&5
     6335  $as_echo "$as_me: failed program was:" >&5
    62476336sed 's/^/| /' conftest.$ac_ext >&5
    62486337
     
    62506339fi
    62516340
     6341rm -rf conftest.dSYM
    62526342rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62536343      conftest$ac_exeext conftest.$ac_ext
    62546344LIBS=$ac_check_lib_save_LIBS
    62556345fi
    6256 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6257 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6258 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
     6346{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6347$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6348if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
    62596349  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    62606350fi
     
    62946384    *${as_nl}*)
    62956385      case $ac_var in #(
    6296       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
    6297 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
     6386      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
     6387$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
    62986388      esac
    62996389      case $ac_var in #(
    63006390      _ | IFS | as_nl) ;; #(
     6391      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    63016392      *) $as_unset $ac_var ;;
    63026393      esac ;;
     
    63316422  if test -w "$cache_file"; then
    63326423    test "x$cache_file" != "x/dev/null" &&
    6333       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
    6334 echo "$as_me: updating cache $cache_file" >&6;}
     6424      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
     6425$as_echo "$as_me: updating cache $cache_file" >&6;}
    63356426    cat confcache >$cache_file
    63366427  else
    6337     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    6338 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     6428    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     6429$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    63396430  fi
    63406431fi
     
    63526443  # 1. Remove the extension, and $U if already installed.
    63536444  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    6354   ac_i=`echo "$ac_i" | sed "$ac_script"`
     6445  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
    63556446  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    63566447  #    will be set to the directory where LIBOBJS objects are built.
     
    63636454
    63646455
     6456 if test -n "$EXEEXT"; then
     6457  am__EXEEXT_TRUE=
     6458  am__EXEEXT_FALSE='#'
     6459else
     6460  am__EXEEXT_TRUE='#'
     6461  am__EXEEXT_FALSE=
     6462fi
     6463
    63656464if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    6366   { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     6465  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    63676466Usually this means the macro was only invoked conditionally." >&5
    6368 echo "$as_me: error: conditional \"AMDEP\" was never defined.
     6467$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
    63696468Usually this means the macro was only invoked conditionally." >&2;}
    63706469   { (exit 1); exit 1; }; }
    63716470fi
    63726471if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    6373   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     6472  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    63746473Usually this means the macro was only invoked conditionally." >&5
    6375 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     6474$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    63766475Usually this means the macro was only invoked conditionally." >&2;}
    63776476   { (exit 1); exit 1; }; }
    63786477fi
    63796478if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    6380   { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     6479  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    63816480Usually this means the macro was only invoked conditionally." >&5
    6382 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     6481$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    63836482Usually this means the macro was only invoked conditionally." >&2;}
    63846483   { (exit 1); exit 1; }; }
     
    63866485
    63876486: ${CONFIG_STATUS=./config.status}
     6487ac_write_fail=0
    63886488ac_clean_files_save=$ac_clean_files
    63896489ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    6390 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    6391 echo "$as_me: creating $CONFIG_STATUS" >&6;}
    6392 cat >$CONFIG_STATUS <<_ACEOF
     6490{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     6491$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
     6492cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    63936493#! $SHELL
    63946494# Generated by $as_me.
     
    64036503_ACEOF
    64046504
    6405 cat >>$CONFIG_STATUS <<\_ACEOF
     6505cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    64066506## --------------------- ##
    64076507## M4sh Initialization.  ##
     
    64136513  emulate sh
    64146514  NULLCMD=:
    6415   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
     6515  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
    64166516  # is contrary to our usage.  Disable this feature.
    64176517  alias -g '${1+"$@"}'='"$@"'
     
    64356535as_cr_alnum=$as_cr_Letters$as_cr_digits
    64366536
     6537as_nl='
     6538'
     6539export as_nl
     6540# Printing a long string crashes Solaris 7 /usr/bin/printf.
     6541as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
     6542as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
     6543as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
     6544if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
     6545  as_echo='printf %s\n'
     6546  as_echo_n='printf %s'
     6547else
     6548  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
     6549    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
     6550    as_echo_n='/usr/ucb/echo -n'
     6551  else
     6552    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
     6553    as_echo_n_body='eval
     6554      arg=$1;
     6555      case $arg in
     6556      *"$as_nl"*)
     6557        expr "X$arg" : "X\\(.*\\)$as_nl";
     6558        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
     6559      esac;
     6560      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
     6561    '
     6562    export as_echo_n_body
     6563    as_echo_n='sh -c $as_echo_n_body as_echo'
     6564  fi
     6565  export as_echo_body
     6566  as_echo='sh -c $as_echo_body as_echo'
     6567fi
     6568
    64376569# The user is always right.
    64386570if test "${PATH_SEPARATOR+set}" != set; then
    6439   echo "#! /bin/sh" >conf$$.sh
    6440   echo  "exit 0"   >>conf$$.sh
    6441   chmod +x conf$$.sh
    6442   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
    6443     PATH_SEPARATOR=';'
    6444   else
    6445     PATH_SEPARATOR=:
    6446   fi
    6447   rm -f conf$$.sh
     6571  PATH_SEPARATOR=:
     6572  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
     6573    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
     6574      PATH_SEPARATOR=';'
     6575  }
    64486576fi
    64496577
     
    64616589# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    64626590# splitting by setting IFS to empty value.)
    6463 as_nl='
    6464 '
    64656591IFS=" ""        $as_nl"
    64666592
     
    64856611fi
    64866612if test ! -f "$as_myself"; then
    6487   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     6613  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    64886614  { (exit 1); exit 1; }
    64896615fi
     
    64986624
    64996625# NLS nuisances.
    6500 for as_var in \
    6501   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
    6502   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
    6503   LC_TELEPHONE LC_TIME
    6504 do
    6505   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
    6506     eval $as_var=C; export $as_var
    6507   else
    6508     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    6509   fi
    6510 done
     6626LC_ALL=C
     6627export LC_ALL
     6628LANGUAGE=C
     6629export LANGUAGE
    65116630
    65126631# Required to use basename.
     
    65306649         X"$0" : 'X\(//\)$' \| \
    65316650         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6532 echo X/"$0" |
     6651$as_echo X/"$0" |
    65336652    sed '/^.*\/\([^/][^/]*\)\/*$/{
    65346653            s//\1/
     
    65816700    ' >$as_me.lineno &&
    65826701  chmod +x "$as_me.lineno" ||
    6583     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     6702    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    65846703   { (exit 1); exit 1; }; }
    65856704
     
    66096728  ECHO_N='-n';;
    66106729esac
    6611 
    66126730if expr a : '\(a\)' >/dev/null 2>&1 &&
    66136731   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    66226740else
    66236741  rm -f conf$$.dir
    6624   mkdir conf$$.dir
    6625 fi
    6626 echo >conf$$.file
    6627 if ln -s conf$$.file conf$$ 2>/dev/null; then
    6628   as_ln_s='ln -s'
    6629   # ... but there are two gotchas:
    6630   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    6631   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    6632   # In both cases, we have to default to `cp -p'.
    6633   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     6742  mkdir conf$$.dir 2>/dev/null
     6743fi
     6744if (echo >conf$$.file) 2>/dev/null; then
     6745  if ln -s conf$$.file conf$$ 2>/dev/null; then
     6746    as_ln_s='ln -s'
     6747    # ... but there are two gotchas:
     6748    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     6749    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     6750    # In both cases, we have to default to `cp -p'.
     6751    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
     6752      as_ln_s='cp -p'
     6753  elif ln conf$$.file conf$$ 2>/dev/null; then
     6754    as_ln_s=ln
     6755  else
    66346756    as_ln_s='cp -p'
    6635 elif ln conf$$.file conf$$ 2>/dev/null; then
    6636   as_ln_s=ln
     6757  fi
    66376758else
    66386759  as_ln_s='cp -p'
     
    66596780    eval sh -c '\''
    66606781      if test -d "$1"; then
    6661         test -d "$1/.";
     6782        test -d "$1/.";
    66626783      else
    66636784        case $1 in
    6664         -*)set "./$1";;
     6785        -*)set "./$1";;
    66656786        esac;
    66666787        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    66856806ac_log="
    66866807This file was extended by ISSM $as_me 1.0, which was
    6687 generated by GNU Autoconf 2.61.  Invocation command line was
     6808generated by GNU Autoconf 2.63.  Invocation command line was
    66886809
    66896810  CONFIG_FILES    = $CONFIG_FILES
     
    66986819_ACEOF
    66996820
    6700 cat >>$CONFIG_STATUS <<_ACEOF
     6821case $ac_config_files in *"
     6822"*) set x $ac_config_files; shift; ac_config_files=$*;;
     6823esac
     6824
     6825case $ac_config_headers in *"
     6826"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
     6827esac
     6828
     6829
     6830cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    67016831# Files that config.status was made for.
    67026832config_files="$ac_config_files"
     
    67066836_ACEOF
    67076837
    6708 cat >>$CONFIG_STATUS <<\_ACEOF
     6838cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    67096839ac_cs_usage="\
    67106840\`$as_me' instantiates files from templates according to the
    67116841current configuration.
    67126842
    6713 Usage: $0 [OPTIONS] [FILE]...
     6843Usage: $0 [OPTION]... [FILE]...
    67146844
    67156845  -h, --help       print this help, then exit
    67166846  -V, --version    print version number and configuration settings, then exit
    6717   -q, --quiet      do not print progress messages
     6847  -q, --quiet, --silent
     6848                   do not print progress messages
    67186849  -d, --debug      don't remove temporary files
    67196850      --recheck    update $as_me by reconfiguring in the same conditions
    6720   --file=FILE[:TEMPLATE]
    6721                    instantiate the configuration file FILE
    6722   --header=FILE[:TEMPLATE]
    6723                    instantiate the configuration header FILE
     6851      --file=FILE[:TEMPLATE]
     6852                   instantiate the configuration file FILE
     6853      --header=FILE[:TEMPLATE]
     6854                   instantiate the configuration header FILE
    67246855
    67256856Configuration files:
     
    67356866
    67366867_ACEOF
    6737 cat >>$CONFIG_STATUS <<_ACEOF
     6868cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    67386869ac_cs_version="\\
    67396870ISSM config.status 1.0
    6740 configured by $0, generated by GNU Autoconf 2.61,
    6741   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    6742 
    6743 Copyright (C) 2006 Free Software Foundation, Inc.
     6871configured by $0, generated by GNU Autoconf 2.63,
     6872  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     6873
     6874Copyright (C) 2008 Free Software Foundation, Inc.
    67446875This config.status script is free software; the Free Software Foundation
    67456876gives unlimited permission to copy, distribute and modify it."
     
    67496880INSTALL='$INSTALL'
    67506881MKDIR_P='$MKDIR_P'
    6751 _ACEOF
    6752 
    6753 cat >>$CONFIG_STATUS <<\_ACEOF
    6754 # If no file are specified by the user, then we need to provide default
    6755 # value.  By we need to know if files were specified by the user.
     6882AWK='$AWK'
     6883test -n "\$AWK" || AWK=awk
     6884_ACEOF
     6885
     6886cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     6887# The default lists apply if the user does not specify any file.
    67566888ac_need_defaults=:
    67576889while test $# != 0
     
    67756907    ac_cs_recheck=: ;;
    67766908  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    6777     echo "$ac_cs_version"; exit ;;
     6909    $as_echo "$ac_cs_version"; exit ;;
    67786910  --debug | --debu | --deb | --de | --d | -d )
    67796911    debug=: ;;
    67806912  --file | --fil | --fi | --f )
    67816913    $ac_shift
    6782     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
     6914    case $ac_optarg in
     6915    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     6916    esac
     6917    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
    67836918    ac_need_defaults=false;;
    67846919  --header | --heade | --head | --hea )
    67856920    $ac_shift
    6786     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
     6921    case $ac_optarg in
     6922    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
     6923    esac
     6924    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
    67876925    ac_need_defaults=false;;
    67886926  --he | --h)
    67896927    # Conflict between --help and --header
    6790     { echo "$as_me: error: ambiguous option: $1
     6928    { $as_echo "$as_me: error: ambiguous option: $1
    67916929Try \`$0 --help' for more information." >&2
    67926930   { (exit 1); exit 1; }; };;
    67936931  --help | --hel | -h )
    6794     echo "$ac_cs_usage"; exit ;;
     6932    $as_echo "$ac_cs_usage"; exit ;;
    67956933  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    67966934  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    67986936
    67996937  # This is an error.
    6800   -*) { echo "$as_me: error: unrecognized option: $1
     6938  -*) { $as_echo "$as_me: error: unrecognized option: $1
    68016939Try \`$0 --help' for more information." >&2
    68026940   { (exit 1); exit 1; }; } ;;
     
    68176955
    68186956_ACEOF
    6819 cat >>$CONFIG_STATUS <<_ACEOF
     6957cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    68206958if \$ac_cs_recheck; then
    6821   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
    6822   CONFIG_SHELL=$SHELL
     6959  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     6960  shift
     6961  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
     6962  CONFIG_SHELL='$SHELL'
    68236963  export CONFIG_SHELL
    6824   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    6825 fi
    6826 
    6827 _ACEOF
    6828 cat >>$CONFIG_STATUS <<\_ACEOF
     6964  exec "\$@"
     6965fi
     6966
     6967_ACEOF
     6968cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    68296969exec 5>>config.log
    68306970{
     
    68336973@%:@@%:@ Running $as_me. @%:@@%:@
    68346974_ASBOX
    6835   echo "$ac_log"
     6975  $as_echo "$ac_log"
    68366976} >&5
    68376977
    68386978_ACEOF
    6839 cat >>$CONFIG_STATUS <<_ACEOF
     6979cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    68406980#
    68416981# INIT-COMMANDS
     
    68456985_ACEOF
    68466986
    6847 cat >>$CONFIG_STATUS <<\_ACEOF
     6987cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    68486988
    68496989# Handling of arguments.
     
    68596999    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    68607000
    6861   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    6862 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     7001  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     7002$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    68637003   { (exit 1); exit 1; }; };;
    68647004  esac
     
    69017041} ||
    69027042{
    6903    echo "$me: cannot create a temporary directory in ." >&2
     7043   $as_echo "$as_me: cannot create a temporary directory in ." >&2
    69047044   { (exit 1); exit 1; }
    69057045}
    69067046
    6907 #
    6908 # Set up the sed scripts for CONFIG_FILES section.
    6909 #
    6910 
    6911 # No need to generate the scripts if there are no CONFIG_FILES.
    6912 # This happens for instance when ./config.status config.h
     7047# Set up the scripts for CONFIG_FILES section.
     7048# No need to generate them if there are no CONFIG_FILES.
     7049# This happens for instance with `./config.status config.h'.
    69137050if test -n "$CONFIG_FILES"; then
    69147051
    6915 _ACEOF
    6916 
    6917 
    6918 
     7052
     7053ac_cr='
     7054'
     7055ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
     7056if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
     7057  ac_cs_awk_cr='\\r'
     7058else
     7059  ac_cs_awk_cr=$ac_cr
     7060fi
     7061
     7062echo 'BEGIN {' >"$tmp/subs1.awk" &&
     7063_ACEOF
     7064
     7065
     7066{
     7067  echo "cat >conf$$subs.awk <<_ACEOF" &&
     7068  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
     7069  echo "_ACEOF"
     7070} >conf$$subs.sh ||
     7071  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7072$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7073   { (exit 1); exit 1; }; }
     7074ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
    69197075ac_delim='%!_!# '
    69207076for ac_last_try in false false false false false :; do
    6921   cat >conf$$subs.sed <<_ACEOF
    6922 SHELL!$SHELL$ac_delim
    6923 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
    6924 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
    6925 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
    6926 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
    6927 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
    6928 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
    6929 exec_prefix!$exec_prefix$ac_delim
    6930 prefix!$prefix$ac_delim
    6931 program_transform_name!$program_transform_name$ac_delim
    6932 bindir!$bindir$ac_delim
    6933 sbindir!$sbindir$ac_delim
    6934 libexecdir!$libexecdir$ac_delim
    6935 datarootdir!$datarootdir$ac_delim
    6936 datadir!$datadir$ac_delim
    6937 sysconfdir!$sysconfdir$ac_delim
    6938 sharedstatedir!$sharedstatedir$ac_delim
    6939 localstatedir!$localstatedir$ac_delim
    6940 includedir!$includedir$ac_delim
    6941 oldincludedir!$oldincludedir$ac_delim
    6942 docdir!$docdir$ac_delim
    6943 infodir!$infodir$ac_delim
    6944 htmldir!$htmldir$ac_delim
    6945 dvidir!$dvidir$ac_delim
    6946 pdfdir!$pdfdir$ac_delim
    6947 psdir!$psdir$ac_delim
    6948 libdir!$libdir$ac_delim
    6949 localedir!$localedir$ac_delim
    6950 mandir!$mandir$ac_delim
    6951 DEFS!$DEFS$ac_delim
    6952 ECHO_C!$ECHO_C$ac_delim
    6953 ECHO_N!$ECHO_N$ac_delim
    6954 ECHO_T!$ECHO_T$ac_delim
    6955 LIBS!$LIBS$ac_delim
    6956 build_alias!$build_alias$ac_delim
    6957 host_alias!$host_alias$ac_delim
    6958 target_alias!$target_alias$ac_delim
    6959 build!$build$ac_delim
    6960 build_cpu!$build_cpu$ac_delim
    6961 build_vendor!$build_vendor$ac_delim
    6962 build_os!$build_os$ac_delim
    6963 host!$host$ac_delim
    6964 host_cpu!$host_cpu$ac_delim
    6965 host_vendor!$host_vendor$ac_delim
    6966 host_os!$host_os$ac_delim
    6967 target!$target$ac_delim
    6968 target_cpu!$target_cpu$ac_delim
    6969 target_vendor!$target_vendor$ac_delim
    6970 target_os!$target_os$ac_delim
    6971 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
    6972 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
    6973 INSTALL_DATA!$INSTALL_DATA$ac_delim
    6974 am__isrc!$am__isrc$ac_delim
    6975 CYGPATH_W!$CYGPATH_W$ac_delim
    6976 PACKAGE!$PACKAGE$ac_delim
    6977 VERSION!$VERSION$ac_delim
    6978 ACLOCAL!$ACLOCAL$ac_delim
    6979 AUTOCONF!$AUTOCONF$ac_delim
    6980 AUTOMAKE!$AUTOMAKE$ac_delim
    6981 AUTOHEADER!$AUTOHEADER$ac_delim
    6982 MAKEINFO!$MAKEINFO$ac_delim
    6983 install_sh!$install_sh$ac_delim
    6984 STRIP!$STRIP$ac_delim
    6985 INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
    6986 mkdir_p!$mkdir_p$ac_delim
    6987 AWK!$AWK$ac_delim
    6988 SET_MAKE!$SET_MAKE$ac_delim
    6989 am__leading_dot!$am__leading_dot$ac_delim
    6990 AMTAR!$AMTAR$ac_delim
    6991 am__tar!$am__tar$ac_delim
    6992 am__untar!$am__untar$ac_delim
    6993 RANLIB!$RANLIB$ac_delim
    6994 CC!$CC$ac_delim
    6995 CFLAGS!$CFLAGS$ac_delim
    6996 LDFLAGS!$LDFLAGS$ac_delim
    6997 CPPFLAGS!$CPPFLAGS$ac_delim
    6998 ac_ct_CC!$ac_ct_CC$ac_delim
    6999 EXEEXT!$EXEEXT$ac_delim
    7000 OBJEXT!$OBJEXT$ac_delim
    7001 DEPDIR!$DEPDIR$ac_delim
    7002 am__include!$am__include$ac_delim
    7003 am__quote!$am__quote$ac_delim
    7004 AMDEP_TRUE!$AMDEP_TRUE$ac_delim
    7005 AMDEP_FALSE!$AMDEP_FALSE$ac_delim
    7006 AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
    7007 CCDEPMODE!$CCDEPMODE$ac_delim
    7008 am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
    7009 am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
    7010 CXX!$CXX$ac_delim
    7011 CXXFLAGS!$CXXFLAGS$ac_delim
    7012 ac_ct_CXX!$ac_ct_CXX$ac_delim
    7013 CXXDEPMODE!$CXXDEPMODE$ac_delim
    7014 am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
    7015 am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
    7016 F77!$F77$ac_delim
    7017 FFLAGS!$FFLAGS$ac_delim
    7018 ac_ct_F77!$ac_ct_F77$ac_delim
    7019 _ACEOF
    7020 
    7021   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
     7077  . ./conf$$subs.sh ||
     7078    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7079$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7080   { (exit 1); exit 1; }; }
     7081
     7082  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
     7083  if test $ac_delim_n = $ac_delim_num; then
    70227084    break
    70237085  elif $ac_last_try; then
    7024     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7025 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7086    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7087$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    70267088   { (exit 1); exit 1; }; }
    70277089  else
     
    70297091  fi
    70307092done
    7031 
    7032 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    7033 if test -n "$ac_eof"; then
    7034   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    7035   ac_eof=`expr $ac_eof + 1`
    7036 fi
    7037 
    7038 cat >>$CONFIG_STATUS <<_ACEOF
    7039 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
    7040 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7041 _ACEOF
    7042 sed '
    7043 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    7044 s/^/s,@/; s/!/@,|#_!!_#|/
    7045 :n
    7046 t n
    7047 s/'"$ac_delim"'$/,g/; t
    7048 s/$/\\/; p
    7049 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    7050 ' >>$CONFIG_STATUS <conf$$subs.sed
    7051 rm -f conf$$subs.sed
    7052 cat >>$CONFIG_STATUS <<_ACEOF
    7053 CEOF$ac_eof
    7054 _ACEOF
    7055 
    7056 
    7057 ac_delim='%!_!# '
    7058 for ac_last_try in false false false false false :; do
    7059   cat >conf$$subs.sed <<_ACEOF
    7060 FLIBS!$FLIBS$ac_delim
    7061 XMKMF!$XMKMF$ac_delim
    7062 CPP!$CPP$ac_delim
    7063 X_CFLAGS!$X_CFLAGS$ac_delim
    7064 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
    7065 X_LIBS!$X_LIBS$ac_delim
    7066 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
    7067 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    7068 LTLIBOBJS!$LTLIBOBJS$ac_delim
    7069 _ACEOF
    7070 
    7071   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 9; then
    7072     break
    7073   elif $ac_last_try; then
    7074     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7075 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7093rm -f conf$$subs.sh
     7094
     7095cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7096cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
     7097_ACEOF
     7098sed -n '
     7099h
     7100s/^/S["/; s/!.*/"]=/
     7101p
     7102g
     7103s/^[^!]*!//
     7104:repl
     7105t repl
     7106s/'"$ac_delim"'$//
     7107t delim
     7108:nl
     7109h
     7110s/\(.\{148\}\).*/\1/
     7111t more1
     7112s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
     7113p
     7114n
     7115b repl
     7116:more1
     7117s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     7118p
     7119g
     7120s/.\{148\}//
     7121t nl
     7122:delim
     7123h
     7124s/\(.\{148\}\).*/\1/
     7125t more2
     7126s/["\\]/\\&/g; s/^/"/; s/$/"/
     7127p
     7128b
     7129:more2
     7130s/["\\]/\\&/g; s/^/"/; s/$/"\\/
     7131p
     7132g
     7133s/.\{148\}//
     7134t delim
     7135' <conf$$subs.awk | sed '
     7136/^[^""]/{
     7137  N
     7138  s/\n//
     7139}
     7140' >>$CONFIG_STATUS || ac_write_fail=1
     7141rm -f conf$$subs.awk
     7142cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7143_ACAWK
     7144cat >>"\$tmp/subs1.awk" <<_ACAWK &&
     7145  for (key in S) S_is_set[key] = 1
     7146  FS = ""
     7147
     7148}
     7149{
     7150  line = $ 0
     7151  nfields = split(line, field, "@")
     7152  substed = 0
     7153  len = length(field[1])
     7154  for (i = 2; i < nfields; i++) {
     7155    key = field[i]
     7156    keylen = length(key)
     7157    if (S_is_set[key]) {
     7158      value = S[key]
     7159      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
     7160      len += length(value) + length(field[++i])
     7161      substed = 1
     7162    } else
     7163      len += 1 + keylen
     7164  }
     7165
     7166  print line
     7167}
     7168
     7169_ACAWK
     7170_ACEOF
     7171cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7172if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
     7173  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
     7174else
     7175  cat
     7176fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
     7177  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
     7178$as_echo "$as_me: error: could not setup config files machinery" >&2;}
    70767179   { (exit 1); exit 1; }; }
    7077   else
    7078     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    7079   fi
    7080 done
    7081 
    7082 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
    7083 if test -n "$ac_eof"; then
    7084   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
    7085   ac_eof=`expr $ac_eof + 1`
    7086 fi
    7087 
    7088 cat >>$CONFIG_STATUS <<_ACEOF
    7089 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
    7090 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
    7091 _ACEOF
    7092 sed '
    7093 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
    7094 s/^/s,@/; s/!/@,|#_!!_#|/
    7095 :n
    7096 t n
    7097 s/'"$ac_delim"'$/,g/; t
    7098 s/$/\\/; p
    7099 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
    7100 ' >>$CONFIG_STATUS <conf$$subs.sed
    7101 rm -f conf$$subs.sed
    7102 cat >>$CONFIG_STATUS <<_ACEOF
    7103 :end
    7104 s/|#_!!_#|//g
    7105 CEOF$ac_eof
    7106 _ACEOF
    7107 
     7180_ACEOF
    71087181
    71097182# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    71227195fi
    71237196
    7124 cat >>$CONFIG_STATUS <<\_ACEOF
     7197cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    71257198fi # test -n "$CONFIG_FILES"
    71267199
    7127 
    7128 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
     7200# Set up the scripts for CONFIG_HEADERS section.
     7201# No need to generate them if there are no CONFIG_HEADERS.
     7202# This happens for instance with `./config.status Makefile'.
     7203if test -n "$CONFIG_HEADERS"; then
     7204cat >"$tmp/defines.awk" <<\_ACAWK ||
     7205BEGIN {
     7206_ACEOF
     7207
     7208# Transform confdefs.h into an awk script `defines.awk', embedded as
     7209# here-document in config.status, that substitutes the proper values into
     7210# config.h.in to produce config.h.
     7211
     7212# Create a delimiter string that does not exist in confdefs.h, to ease
     7213# handling of long lines.
     7214ac_delim='%!_!# '
     7215for ac_last_try in false false :; do
     7216  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
     7217  if test -z "$ac_t"; then
     7218    break
     7219  elif $ac_last_try; then
     7220    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
     7221$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
     7222   { (exit 1); exit 1; }; }
     7223  else
     7224    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     7225  fi
     7226done
     7227
     7228# For the awk script, D is an array of macro values keyed by name,
     7229# likewise P contains macro parameters if any.  Preserve backslash
     7230# newline sequences.
     7231
     7232ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     7233sed -n '
     7234s/.\{148\}/&'"$ac_delim"'/g
     7235t rset
     7236:rset
     7237s/^[     ]*#[    ]*define[       ][      ]*/ /
     7238t def
     7239d
     7240:def
     7241s/\\$//
     7242t bsnl
     7243s/["\\]/\\&/g
     7244s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     7245D["\1"]=" \3"/p
     7246s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
     7247d
     7248:bsnl
     7249s/["\\]/\\&/g
     7250s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
     7251D["\1"]=" \3\\\\\\n"\\/p
     7252t cont
     7253s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
     7254t cont
     7255d
     7256:cont
     7257n
     7258s/.\{148\}/&'"$ac_delim"'/g
     7259t clear
     7260:clear
     7261s/\\$//
     7262t bsnlc
     7263s/["\\]/\\&/g; s/^/"/; s/$/"/p
     7264d
     7265:bsnlc
     7266s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
     7267b cont
     7268' <confdefs.h | sed '
     7269s/'"$ac_delim"'/"\\\
     7270"/g' >>$CONFIG_STATUS || ac_write_fail=1
     7271
     7272cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7273  for (key in D) D_is_set[key] = 1
     7274  FS = ""
     7275}
     7276/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
     7277  line = \$ 0
     7278  split(line, arg, " ")
     7279  if (arg[1] == "#") {
     7280    defundef = arg[2]
     7281    mac1 = arg[3]
     7282  } else {
     7283    defundef = substr(arg[1], 2)
     7284    mac1 = arg[2]
     7285  }
     7286  split(mac1, mac2, "(") #)
     7287  macro = mac2[1]
     7288  prefix = substr(line, 1, index(line, defundef) - 1)
     7289  if (D_is_set[macro]) {
     7290    # Preserve the white space surrounding the "#".
     7291    print prefix "define", macro P[macro] D[macro]
     7292    next
     7293  } else {
     7294    # Replace #undef with comments.  This is necessary, for example,
     7295    # in the case of _POSIX_SOURCE, which is predefined and required
     7296    # on some systems where configure will not decide to define it.
     7297    if (defundef == "undef") {
     7298      print "/*", prefix defundef, macro, "*/"
     7299      next
     7300    }
     7301  }
     7302}
     7303{ print }
     7304_ACAWK
     7305_ACEOF
     7306cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7307  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
     7308$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
     7309   { (exit 1); exit 1; }; }
     7310fi # test -n "$CONFIG_HEADERS"
     7311
     7312
     7313eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
     7314shift
     7315for ac_tag
    71297316do
    71307317  case $ac_tag in
     
    71337320  case $ac_mode$ac_tag in
    71347321  :[FHL]*:*);;
    7135   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
    7136 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
     7322  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
     7323$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
    71377324   { (exit 1); exit 1; }; };;
    71387325  :[FH]-) ac_tag=-:-;;
     
    71637350           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    71647351           esac ||
    7165            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    7166 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     7352           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     7353$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    71677354   { (exit 1); exit 1; }; };;
    71687355      esac
    7169       ac_file_inputs="$ac_file_inputs $ac_f"
     7356      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
     7357      ac_file_inputs="$ac_file_inputs '$ac_f'"
    71707358    done
    71717359
     
    71737361    # use $as_me), people would be surprised to read:
    71747362    #    /* config.h.  Generated by config.status.  */
    7175     configure_input="Generated from "`IFS=:
    7176           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
     7363    configure_input='Generated from '`
     7364          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
     7365        `' by configure.'
    71777366    if test x"$ac_file" != x-; then
    71787367      configure_input="$ac_file.  $configure_input"
    7179       { echo "$as_me:$LINENO: creating $ac_file" >&5
    7180 echo "$as_me: creating $ac_file" >&6;}
     7368      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
     7369$as_echo "$as_me: creating $ac_file" >&6;}
    71817370    fi
     7371    # Neutralize special characters interpreted by sed in replacement strings.
     7372    case $configure_input in #(
     7373    *\&* | *\|* | *\\* )
     7374       ac_sed_conf_input=`$as_echo "$configure_input" |
     7375       sed 's/[\\\\&|]/\\\\&/g'`;; #(
     7376    *) ac_sed_conf_input=$configure_input;;
     7377    esac
    71827378
    71837379    case $ac_tag in
    7184     *:-:* | *:-) cat >"$tmp/stdin";;
     7380    *:-:* | *:-) cat >"$tmp/stdin" \
     7381      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     7382$as_echo "$as_me: error: could not create $ac_file" >&2;}
     7383   { (exit 1); exit 1; }; } ;;
    71857384    esac
    71867385    ;;
     
    71927391         X"$ac_file" : 'X\(//\)$' \| \
    71937392         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    7194 echo X"$ac_file" |
     7393$as_echo X"$ac_file" |
    71957394    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    71967395            s//\1/
     
    72187417    while :; do
    72197418      case $as_dir in #(
    7220       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     7419      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    72217420      *) as_qdir=$as_dir;;
    72227421      esac
     
    72277426         X"$as_dir" : 'X\(//\)$' \| \
    72287427         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    7229 echo X"$as_dir" |
     7428$as_echo X"$as_dir" |
    72307429    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    72317430            s//\1/
     
    72487447    done
    72497448    test -z "$as_dirs" || eval "mkdir $as_dirs"
    7250   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    7251 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     7449  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     7450$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    72527451   { (exit 1); exit 1; }; }; }
    72537452  ac_builddir=.
     
    72567455.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    72577456*)
    7258   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
     7457  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
    72597458  # A ".." for each directory in $ac_dir_suffix.
    7260   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
     7459  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
    72617460  case $ac_top_builddir_sub in
    72627461  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    73037502_ACEOF
    73047503
    7305 cat >>$CONFIG_STATUS <<\_ACEOF
     7504cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    73067505# If the template does not know about datarootdir, expand it.
    73077506# FIXME: This hack should be removed a few years after 2.60.
    73087507ac_datarootdir_hack=; ac_datarootdir_seen=
    73097508
    7310 case `sed -n '/datarootdir/ {
     7509ac_sed_dataroot='
     7510/datarootdir/ {
    73117511  p
    73127512  q
     
    73177517/@localedir@/p
    73187518/@mandir@/p
    7319 ' $ac_file_inputs` in
     7519'
     7520case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
    73207521*datarootdir*) ac_datarootdir_seen=yes;;
    73217522*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    7322   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    7323 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    7324 _ACEOF
    7325 cat >>$CONFIG_STATUS <<_ACEOF
     7523  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     7524$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     7525_ACEOF
     7526cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    73267527  ac_datarootdir_hack='
    73277528  s&@datadir@&$datadir&g
     
    73377538# Shell code in configure.ac might set extrasub.
    73387539# FIXME: do we really want to maintain this feature?
    7339 cat >>$CONFIG_STATUS <<_ACEOF
    7340   sed "$ac_vpsub
     7540cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7541ac_sed_extra="$ac_vpsub
    73417542$extrasub
    73427543_ACEOF
    7343 cat >>$CONFIG_STATUS <<\_ACEOF
     7544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    73447545:t
    73457546/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7346 s&@configure_input@&$configure_input&;t t
     7547s|@configure_input@|$ac_sed_conf_input|;t t
    73477548s&@top_builddir@&$ac_top_builddir_sub&;t t
     7549s&@top_build_prefix@&$ac_top_build_prefix&;t t
    73487550s&@srcdir@&$ac_srcdir&;t t
    73497551s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    73567558s&@MKDIR_P@&$ac_MKDIR_P&;t t
    73577559$ac_datarootdir_hack
    7358 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
     7560"
     7561eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
     7562  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     7563$as_echo "$as_me: error: could not create $ac_file" >&2;}
     7564   { (exit 1); exit 1; }; }
    73597565
    73607566test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    73617567  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    73627568  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    7363   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     7569  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    73647570which seems to be undefined.  Please make sure it is defined." >&5
    7365 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     7571$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    73667572which seems to be undefined.  Please make sure it is defined." >&2;}
    73677573
    73687574  rm -f "$tmp/stdin"
    73697575  case $ac_file in
    7370   -) cat "$tmp/out"; rm -f "$tmp/out";;
    7371   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
    7372   esac
     7576  -) cat "$tmp/out" && rm -f "$tmp/out";;
     7577  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
     7578  esac \
     7579  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     7580$as_echo "$as_me: error: could not create $ac_file" >&2;}
     7581   { (exit 1); exit 1; }; }
    73737582 ;;
    73747583  :H)
     
    73767585  # CONFIG_HEADER
    73777586  #
    7378 _ACEOF
    7379 
    7380 # Transform confdefs.h into a sed script `conftest.defines', that
    7381 # substitutes the proper values into config.h.in to produce config.h.
    7382 rm -f conftest.defines conftest.tail
    7383 # First, append a space to every undef/define line, to ease matching.
    7384 echo 's/$/ /' >conftest.defines
    7385 # Then, protect against being on the right side of a sed subst, or in
    7386 # an unquoted here document, in config.status.  If some macros were
    7387 # called several times there might be several #defines for the same
    7388 # symbol, which is useless.  But do not sort them, since the last
    7389 # AC_DEFINE must be honored.
    7390 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    7391 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
    7392 # NAME is the cpp macro being defined, VALUE is the value it is being given.
    7393 # PARAMS is the parameter list in the macro definition--in most cases, it's
    7394 # just an empty string.
    7395 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
    7396 ac_dB='\\)[      (].*,\\1define\\2'
    7397 ac_dC=' '
    7398 ac_dD=' ,'
    7399 
    7400 uniq confdefs.h |
    7401   sed -n '
    7402         t rset
    7403         :rset
    7404         s/^[     ]*#[    ]*define[       ][      ]*//
    7405         t ok
    7406         d
    7407         :ok
    7408         s/[\\&,]/\\&/g
    7409         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
    7410         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
    7411   ' >>conftest.defines
    7412 
    7413 # Remove the space that was appended to ease matching.
    7414 # Then replace #undef with comments.  This is necessary, for
    7415 # example, in the case of _POSIX_SOURCE, which is predefined and required
    7416 # on some systems where configure will not decide to define it.
    7417 # (The regexp can be short, since the line contains either #define or #undef.)
    7418 echo 's/ $//
    7419 s,^[     #]*u.*,/* & */,' >>conftest.defines
    7420 
    7421 # Break up conftest.defines:
    7422 ac_max_sed_lines=50
    7423 
    7424 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
    7425 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
    7426 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
    7427 # et cetera.
    7428 ac_in='$ac_file_inputs'
    7429 ac_out='"$tmp/out1"'
    7430 ac_nxt='"$tmp/out2"'
    7431 
    7432 while :
    7433 do
    7434   # Write a here document:
    7435     cat >>$CONFIG_STATUS <<_ACEOF
    7436     # First, check the format of the line:
    7437     cat >"\$tmp/defines.sed" <<\\CEOF
    7438 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
    7439 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
    7440 b
    7441 :def
    7442 _ACEOF
    7443   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
    7444   echo 'CEOF
    7445     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
    7446   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
    7447   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
    7448   grep . conftest.tail >/dev/null || break
    7449   rm -f conftest.defines
    7450   mv conftest.tail conftest.defines
    7451 done
    7452 rm -f conftest.defines conftest.tail
    7453 
    7454 echo "ac_result=$ac_in" >>$CONFIG_STATUS
    7455 cat >>$CONFIG_STATUS <<\_ACEOF
    74567587  if test x"$ac_file" != x-; then
    7457     echo "/* $configure_input  */" >"$tmp/config.h"
    7458     cat "$ac_result" >>"$tmp/config.h"
    7459     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
    7460       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    7461 echo "$as_me: $ac_file is unchanged" >&6;}
     7588    {
     7589      $as_echo "/* $configure_input  */" \
     7590      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
     7591    } >"$tmp/config.h" \
     7592      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     7593$as_echo "$as_me: error: could not create $ac_file" >&2;}
     7594   { (exit 1); exit 1; }; }
     7595    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
     7596      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     7597$as_echo "$as_me: $ac_file is unchanged" >&6;}
    74627598    else
    7463       rm -f $ac_file
    7464       mv "$tmp/config.h" $ac_file
     7599      rm -f "$ac_file"
     7600      mv "$tmp/config.h" "$ac_file" \
     7601        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
     7602$as_echo "$as_me: error: could not create $ac_file" >&2;}
     7603   { (exit 1); exit 1; }; }
    74657604    fi
    74667605  else
    7467     echo "/* $configure_input  */"
    7468     cat "$ac_result"
     7606    $as_echo "/* $configure_input  */" \
     7607      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
     7608      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
     7609$as_echo "$as_me: error: could not create -" >&2;}
     7610   { (exit 1); exit 1; }; }
    74697611  fi
    7470   rm -f "$tmp/out12"
    7471 # Compute $ac_file's index in $config_headers.
     7612# Compute "$ac_file"'s index in $config_headers.
     7613_am_arg="$ac_file"
    74727614_am_stamp_count=1
    74737615for _am_header in $config_headers :; do
    74747616  case $_am_header in
    7475     $ac_file | $ac_file:* )
     7617    $_am_arg | $_am_arg:* )
    74767618      break ;;
    74777619    * )
     
    74797621  esac
    74807622done
    7481 echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
    7482 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    7483          X$ac_file : 'X\(//\)[^/]' \| \
    7484          X$ac_file : 'X\(//\)$' \| \
    7485          X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
    7486 echo X$ac_file |
     7623echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
     7624$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     7625         X"$_am_arg" : 'X\(//\)[^/]' \| \
     7626         X"$_am_arg" : 'X\(//\)$' \| \
     7627         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
     7628$as_echo X"$_am_arg" |
    74877629    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    74887630            s//\1/
     
    75047646 ;;
    75057647 
    7506   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
    7507 echo "$as_me: executing $ac_file commands" >&6;}
     7648  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
     7649$as_echo "$as_me: executing $ac_file commands" >&6;}
    75087650 ;;
    75097651  esac
     
    75117653
    75127654  case $ac_file$ac_mode in
    7513     "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    7514   # Strip MF so we end up with the name of the file.
    7515   mf=`echo "$mf" | sed -e 's/:.*$//'`
    7516   # Check whether this is an Automake generated Makefile or not.
    7517   # We used to match only the files named `Makefile.in', but
    7518   # some people rename them; so instead we look at the file content.
    7519   # Grep'ing the first line is not enough: some people post-process
    7520   # each Makefile.in and add a new line on top of each file to say so.
    7521   # Grep'ing the whole file is not good either: AIX grep has a line
    7522   # limit of 2048, but all sed's we know have understand at least 4000.
    7523   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    7524     dirpart=`$as_dirname -- "$mf" ||
     7655    "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
     7656  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     7657  # are listed without --file.  Let's play safe and only enable the eval
     7658  # if we detect the quoting.
     7659  case $CONFIG_FILES in
     7660  *\'*) eval set x "$CONFIG_FILES" ;;
     7661  *)   set x $CONFIG_FILES ;;
     7662  esac
     7663  shift
     7664  for mf
     7665  do
     7666    # Strip MF so we end up with the name of the file.
     7667    mf=`echo "$mf" | sed -e 's/:.*$//'`
     7668    # Check whether this is an Automake generated Makefile or not.
     7669    # We used to match only the files named `Makefile.in', but
     7670    # some people rename them; so instead we look at the file content.
     7671    # Grep'ing the first line is not enough: some people post-process
     7672    # each Makefile.in and add a new line on top of each file to say so.
     7673    # Grep'ing the whole file is not good either: AIX grep has a line
     7674    # limit of 2048, but all sed's we know have understand at least 4000.
     7675    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     7676      dirpart=`$as_dirname -- "$mf" ||
    75257677$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    75267678         X"$mf" : 'X\(//\)[^/]' \| \
    75277679         X"$mf" : 'X\(//\)$' \| \
    75287680         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    7529 echo X"$mf" |
     7681$as_echo X"$mf" |
    75307682    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    75317683            s//\1/
     
    75457697          }
    75467698          s/.*/./; q'`
    7547   else
    7548     continue
    7549   fi
    7550   # Extract the definition of DEPDIR, am__include, and am__quote
    7551   # from the Makefile without running `make'.
    7552   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    7553   test -z "$DEPDIR" && continue
    7554   am__include=`sed -n 's/^am__include = //p' < "$mf"`
    7555   test -z "am__include" && continue
    7556   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    7557   # When using ansi2knr, U may be empty or an underscore; expand it
    7558   U=`sed -n 's/^U = //p' < "$mf"`
    7559   # Find all dependency output files, they are included files with
    7560   # $(DEPDIR) in their names.  We invoke sed twice because it is the
    7561   # simplest approach to changing $(DEPDIR) to its actual value in the
    7562   # expansion.
    7563   for file in `sed -n "
    7564     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    7565       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    7566     # Make sure the directory exists.
    7567     test -f "$dirpart/$file" && continue
    7568     fdir=`$as_dirname -- "$file" ||
     7699    else
     7700      continue
     7701    fi
     7702    # Extract the definition of DEPDIR, am__include, and am__quote
     7703    # from the Makefile without running `make'.
     7704    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     7705    test -z "$DEPDIR" && continue
     7706    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     7707    test -z "am__include" && continue
     7708    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     7709    # When using ansi2knr, U may be empty or an underscore; expand it
     7710    U=`sed -n 's/^U = //p' < "$mf"`
     7711    # Find all dependency output files, they are included files with
     7712    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     7713    # simplest approach to changing $(DEPDIR) to its actual value in the
     7714    # expansion.
     7715    for file in `sed -n "
     7716      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     7717        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     7718      # Make sure the directory exists.
     7719      test -f "$dirpart/$file" && continue
     7720      fdir=`$as_dirname -- "$file" ||
    75697721$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    75707722         X"$file" : 'X\(//\)[^/]' \| \
    75717723         X"$file" : 'X\(//\)$' \| \
    75727724         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    7573 echo X"$file" |
     7725$as_echo X"$file" |
    75747726    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    75757727            s//\1/
     
    75897741          }
    75907742          s/.*/./; q'`
    7591     { as_dir=$dirpart/$fdir
     7743      { as_dir=$dirpart/$fdir
    75927744  case $as_dir in #(
    75937745  -*) as_dir=./$as_dir;;
     
    75977749    while :; do
    75987750      case $as_dir in #(
    7599       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
     7751      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
    76007752      *) as_qdir=$as_dir;;
    76017753      esac
     
    76067758         X"$as_dir" : 'X\(//\)$' \| \
    76077759         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    7608 echo X"$as_dir" |
     7760$as_echo X"$as_dir" |
    76097761    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    76107762            s//\1/
     
    76277779    done
    76287780    test -z "$as_dirs" || eval "mkdir $as_dirs"
    7629   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    7630 echo "$as_me: error: cannot create directory $as_dir" >&2;}
     7781  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     7782$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
    76317783   { (exit 1); exit 1; }; }; }
    7632     # echo "creating $dirpart/$file"
    7633     echo '# dummy' > "$dirpart/$file"
     7784      # echo "creating $dirpart/$file"
     7785      echo '# dummy' > "$dirpart/$file"
     7786    done
    76347787  done
    7635 done
     7788}
    76367789 ;;
    76377790
     
    76447797chmod +x $CONFIG_STATUS
    76457798ac_clean_files=$ac_clean_files_save
     7799
     7800test $ac_write_fail = 0 ||
     7801  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
     7802$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
     7803   { (exit 1); exit 1; }; }
    76467804
    76477805
     
    76667824  $ac_cs_success || { (exit 1); exit 1; }
    76677825fi
    7668 
    7669 
     7826if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
     7827  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
     7828$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
     7829fi
     7830
     7831
  • issm/trunk/autom4te.cache/traces.0

    r1385 r1464  
    1 m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
     1m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
    22dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    33dnl require some minimum version.  Point them to the right macro.
    4 m4_if([$1], [1.10], [],
     4m4_if([$1], [1.11], [],
    55      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    66])
    7 m4trace:/usr/share/aclocal-1.10/amversion.m4:35: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
    8 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
    9 m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
     7m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
     8m4_ifndef([AC_AUTOCONF_VERSION],
     9  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     10_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
     11m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    1012AC_PREREQ([2.50])dnl
    1113# expand $ac_aux_dir to an absolute path
    1214am_aux_dir=`cd $ac_aux_dir && pwd`
    1315])
    14 m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
     16m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
    1517 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    1618        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     
    1921_AM_SUBST_NOTMAKE([$1_TRUE])dnl
    2022_AM_SUBST_NOTMAKE([$1_FALSE])dnl
     23m4_define([_AM_COND_VALUE_$1], [$2])dnl
    2124if $2; then
    2225  $1_TRUE=
     
    3134Usually this means the macro was only invoked conditionally.]])
    3235fi])])
    33 m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
     36m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
    3437AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
    3538AC_REQUIRE([AM_MAKE_INCLUDE])dnl
     
    6871     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
    6972  fi
     73  am__universal=false
     74  m4_case([$1], [CC],
     75    [case " $depcc " in #(
     76     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     77     esac],
     78    [CXX],
     79    [case " $depcc " in #(
     80     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     81     esac])
     82
    7083  for depmode in $am_compiler_list; do
    7184    # Setup a source with many dependencies, because some compilers
     
    8598    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    8699
     100    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     101    # mode.  It turns out that the SunPro C++ compiler does not properly
     102    # handle `-M -o', and we need to detect this.  Also, some Intel
     103    # versions had trouble with output in subdirs
     104    am__obj=sub/conftest.${OBJEXT-o}
     105    am__minus_obj="-o $am__obj"
    87106    case $depmode in
     107    gcc)
     108      # This depmode causes a compiler race in universal mode.
     109      test "$am__universal" = false || continue
     110      ;;
    88111    nosideeffect)
    89112      # after this tag, mechanisms are not by side-effect, so they'll
     
    95118      fi
    96119      ;;
     120    msvisualcpp | msvcmsys)
     121      # This compiler won't grok `-c -o', but also, the minuso test has
     122      # not run yet.  These depmodes are late enough in the game, and
     123      # so weak that their functioning should not be impacted.
     124      am__obj=conftest.${OBJEXT-o}
     125      am__minus_obj=
     126      ;;
    97127    none) break ;;
    98128    esac
    99     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    100     # mode.  It turns out that the SunPro C++ compiler does not properly
    101     # handle `-M -o', and we need to detect this.
    102129    if depmode=$depmode \
    103        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     130       source=sub/conftest.c object=$am__obj \
    104131       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    105        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     132       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    106133         >/dev/null 2>conftest.err &&
    107134       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    108135       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    109        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     136       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    110137       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    111138      # icc doesn't choke on unknown options, it will just issue warnings
     
    135162  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
    136163])
    137 m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     164m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    138165AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    139166])
    140 m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
     167m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    141168[  --disable-dependency-tracking  speeds up one-time build
    142169  --enable-dependency-tracking   do not reject slow dependency extractors])
     
    149176_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
    150177])
    151 m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
    152   # Strip MF so we end up with the name of the file.
    153   mf=`echo "$mf" | sed -e 's/:.*$//'`
    154   # Check whether this is an Automake generated Makefile or not.
    155   # We used to match only the files named `Makefile.in', but
    156   # some people rename them; so instead we look at the file content.
    157   # Grep'ing the first line is not enough: some people post-process
    158   # each Makefile.in and add a new line on top of each file to say so.
    159   # Grep'ing the whole file is not good either: AIX grep has a line
    160   # limit of 2048, but all sed's we know have understand at least 4000.
    161   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    162     dirpart=`AS_DIRNAME("$mf")`
    163   else
    164     continue
    165   fi
    166   # Extract the definition of DEPDIR, am__include, and am__quote
    167   # from the Makefile without running `make'.
    168   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    169   test -z "$DEPDIR" && continue
    170   am__include=`sed -n 's/^am__include = //p' < "$mf"`
    171   test -z "am__include" && continue
    172   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    173   # When using ansi2knr, U may be empty or an underscore; expand it
    174   U=`sed -n 's/^U = //p' < "$mf"`
    175   # Find all dependency output files, they are included files with
    176   # $(DEPDIR) in their names.  We invoke sed twice because it is the
    177   # simplest approach to changing $(DEPDIR) to its actual value in the
    178   # expansion.
    179   for file in `sed -n "
    180     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    181        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    182     # Make sure the directory exists.
    183     test -f "$dirpart/$file" && continue
    184     fdir=`AS_DIRNAME(["$file"])`
    185     AS_MKDIR_P([$dirpart/$fdir])
    186     # echo "creating $dirpart/$file"
    187     echo '# dummy' > "$dirpart/$file"
     178m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
     179  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     180  # are listed without --file.  Let's play safe and only enable the eval
     181  # if we detect the quoting.
     182  case $CONFIG_FILES in
     183  *\'*) eval set x "$CONFIG_FILES" ;;
     184  *)   set x $CONFIG_FILES ;;
     185  esac
     186  shift
     187  for mf
     188  do
     189    # Strip MF so we end up with the name of the file.
     190    mf=`echo "$mf" | sed -e 's/:.*$//'`
     191    # Check whether this is an Automake generated Makefile or not.
     192    # We used to match only the files named `Makefile.in', but
     193    # some people rename them; so instead we look at the file content.
     194    # Grep'ing the first line is not enough: some people post-process
     195    # each Makefile.in and add a new line on top of each file to say so.
     196    # Grep'ing the whole file is not good either: AIX grep has a line
     197    # limit of 2048, but all sed's we know have understand at least 4000.
     198    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     199      dirpart=`AS_DIRNAME("$mf")`
     200    else
     201      continue
     202    fi
     203    # Extract the definition of DEPDIR, am__include, and am__quote
     204    # from the Makefile without running `make'.
     205    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     206    test -z "$DEPDIR" && continue
     207    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     208    test -z "am__include" && continue
     209    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     210    # When using ansi2knr, U may be empty or an underscore; expand it
     211    U=`sed -n 's/^U = //p' < "$mf"`
     212    # Find all dependency output files, they are included files with
     213    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     214    # simplest approach to changing $(DEPDIR) to its actual value in the
     215    # expansion.
     216    for file in `sed -n "
     217      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     218         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     219      # Make sure the directory exists.
     220      test -f "$dirpart/$file" && continue
     221      fdir=`AS_DIRNAME(["$file"])`
     222      AS_MKDIR_P([$dirpart/$fdir])
     223      # echo "creating $dirpart/$file"
     224      echo '# dummy' > "$dirpart/$file"
     225    done
    188226  done
    189 done
    190 ])
    191 m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
     227}
     228])
     229m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
    192230     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
    193231     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
    194232])
    195 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
    196 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
     233m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
     234m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    197235You should run autoupdate.])dnl
    198236AC_CONFIG_HEADERS($@)])
    199 m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
     237m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
    200238dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    201239dnl the ones we care about.
     
    248286AM_MISSING_PROG(AUTOHEADER, autoheader)
    249287AM_MISSING_PROG(MAKEINFO, makeinfo)
    250 AM_PROG_INSTALL_SH
    251 AM_PROG_INSTALL_STRIP
     288AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     289AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    252290AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    253291# We need awk for the "check" target.  The system "awk" is bad on
     
    257295AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    258296_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
    259               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
    260                              [_AM_PROG_TAR([v7])])])
     297              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
     298                             [_AM_PROG_TAR([v7])])])
    261299_AM_IF_OPTION([no-dependencies],,
    262300[AC_PROVIDE_IFELSE([AC_PROG_CC],
    263                   [_AM_DEPENDENCIES(CC)],
    264                   [define([AC_PROG_CC],
    265                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     301                  [_AM_DEPENDENCIES(CC)],
     302                  [define([AC_PROG_CC],
     303                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    266304AC_PROVIDE_IFELSE([AC_PROG_CXX],
    267                   [_AM_DEPENDENCIES(CXX)],
    268                   [define([AC_PROG_CXX],
    269                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     305                  [_AM_DEPENDENCIES(CXX)],
     306                  [define([AC_PROG_CXX],
     307                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    270308AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    271                   [_AM_DEPENDENCIES(OBJC)],
    272                   [define([AC_PROG_OBJC],
    273                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    274 ])
    275 ])
    276 m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
     309                  [_AM_DEPENDENCIES(OBJC)],
     310                  [define([AC_PROG_OBJC],
     311                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
     312])
     313_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     314dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     315dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     316dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
     317AC_CONFIG_COMMANDS_PRE(dnl
     318[m4_provide_if([_AM_COMPILER_EXEEXT],
     319  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
     320])
     321m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
     322_am_arg=$1
    277323_am_stamp_count=1
    278324for _am_header in $config_headers :; do
    279325  case $_am_header in
    280     $1 | $1:* )
     326    $_am_arg | $_am_arg:* )
    281327      break ;;
    282328    * )
     
    284330  esac
    285331done
    286 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
    287 m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    288 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
     332echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
     333m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     334if test x"${install_sh}" != xset; then
     335  case $am_aux_dir in
     336  *\ * | *\     *)
     337    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     338  *)
     339    install_sh="\${SHELL} $am_aux_dir/install-sh"
     340  esac
     341fi
    289342AC_SUBST(install_sh)])
    290 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
     343m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
    291344mkdir .tst 2>/dev/null
    292345if test -d .tst; then
     
    297350rmdir .tst 2>/dev/null
    298351AC_SUBST([am__leading_dot])])
    299 m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
     352m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
    300353cat > confinc << 'END'
    301354am__doit:
    302         @echo done
     355        @echo this is the am__doit target
    303356.PHONY: am__doit
    304357END
     
    310363# First try GNU make style include.
    311364echo "include confinc" > confmf
    312 # We grep out `Entering directory' and `Leaving directory'
    313 # messages which can occur if `w' ends up in MAKEFLAGS.
    314 # In particular we don't look at `^make:' because GNU make might
    315 # be invoked under some other name (usually "gmake"), in which
    316 # case it prints its new name instead of `make'.
    317 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    318    am__include=include
    319    am__quote=
    320    _am_result=GNU
    321 fi
     365# Ignore all kinds of additional output from `make'.
     366case `$am_make -s -f confmf 2> /dev/null` in #(
     367*the\ am__doit\ target*)
     368  am__include=include
     369  am__quote=
     370  _am_result=GNU
     371  ;;
     372esac
    322373# Now try BSD make style include.
    323374if test "$am__include" = "#"; then
    324375   echo '.include "confinc"' > confmf
    325    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    326       am__include=.include
    327       am__quote="\""
    328       _am_result=BSD
    329    fi
     376   case `$am_make -s -f confmf 2> /dev/null` in #(
     377   *the\ am__doit\ target*)
     378     am__include=.include
     379     am__quote="\""
     380     _am_result=BSD
     381     ;;
     382   esac
    330383fi
    331384AC_SUBST([am__include])
     
    334387rm -f confinc confmf
    335388])
    336 m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
     389m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
    337390AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    338391AC_REQUIRE_AUX_FILE([compile])dnl
     
    340393# there is no other way.
    341394set dummy $CC
    342 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    343 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
     395am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     396eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     397if test "$am_t" != yes; then
    344398   # Losing compiler, so override with the script.
    345399   # FIXME: It is wrong to rewrite CC.
     
    354408          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
    355409])
    356 m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
     410m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
    357411$1=${$1-"${am_missing_run}$2"}
    358412AC_SUBST($1)])
    359 m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     413m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    360414AC_REQUIRE_AUX_FILE([missing])dnl
    361 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     415if test x"${MISSING+set}" != xset; then
     416  case $am_aux_dir in
     417  *\ * | *\     *)
     418    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     419  *)
     420    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     421  esac
     422fi
    362423# Use eval to expand $SHELL
    363424if eval "$MISSING --run true"; then
     
    368429fi
    369430])
    370 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
     431m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    371432AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    372433dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     
    383444esac
    384445])
    385 m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    386 m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    387 m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    388 m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    389 m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
     446m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
     447m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     448m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     449m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
     450m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    390451   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    391452   ac_status=$?
    392453   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    393454   (exit $ac_status); }])
    394 m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
     455m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
    395456# Just in case
    396457sleep 1
    397458echo timestamp > conftest.file
     459# Reject unsafe characters in $srcdir or the absolute working directory
     460# name.  Accept space and tab only in the latter.
     461am_lf='
     462'
     463case `pwd` in
     464  *[[\\\"\#\$\&\'\`$am_lf]]*)
     465    AC_MSG_ERROR([unsafe absolute working directory name]);;
     466esac
     467case $srcdir in
     468  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
     469    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
     470esac
     471
    398472# Do `set' in a subshell so we don't clobber the current shell's
    399473# arguments.  Must try -L first in case configure is actually a
     
    402476# directory).
    403477if (
    404    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     478   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    405479   if test "$[*]" = "X"; then
    406480      # -L didn't work.
    407       set X `ls -t $srcdir/configure conftest.file`
     481      set X `ls -t "$srcdir/configure" conftest.file`
    408482   fi
    409483   rm -f conftest.file
     
    429503fi
    430504AC_MSG_RESULT(yes)])
    431 m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     505m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
     506[  --enable-silent-rules          less verbose build output (undo: `make V=1')
     507  --disable-silent-rules         verbose build output (undo: `make V=0')])
     508case $enable_silent_rules in
     509yes) AM_DEFAULT_VERBOSITY=0;;
     510no)  AM_DEFAULT_VERBOSITY=1;;
     511*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
     512esac
     513AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
     514AM_BACKSLASH='\'
     515AC_SUBST([AM_BACKSLASH])dnl
     516_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
     517])
     518m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    432519# Installed binaries are usually stripped using `strip' when the user
    433520# run `make install-strip'.  However `strip' might not be the right
     
    440527INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    441528AC_SUBST([INSTALL_STRIP_PROGRAM])])
    442 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
    443 m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
     529m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
     530m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
     531m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
    444532AM_MISSING_PROG([AMTAR], [tar])
    445533m4_if([$1], [v7],
     
    512600AC_SUBST([am__untar])
    513601])
    514 m4trace:m4/issm_options.m4:491: -1- AC_DEFUN([ISSM_OPTIONS], [
     602m4trace:m4/issm_options.m4:3: -1- AC_DEFUN([ISSM_OPTIONS], [
    515603        dnl Debugging option check.
    516604        AC_ARG_ENABLE([debugging],AS_HELP_STRING([--enable-debugging],
     
    562650                MATLABINCL=-I"$MATLAB_ROOT/extern/include";
    563651                dnl  use matlab provided mexext routine to test for extension
    564                 MEXEXT=`$MATLAB_ROOT/bin/mexext`
    565                 MEXEXT=".$MEXEXT"
     652                               
    566653                MEX=$MATLAB_ROOT/bin/mex
    567654
     
    577664                                MEXLINK="-pthread -shared -W2,--version-script,${MATLAB_ROOT}/extern/lib/glnx86/mexFunction.map";
    578665                        fi
     666                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     667                        MEXEXT=".$MEXEXT"
    579668                        ;;
    580669                        *darwin9.6.0*)
    581670                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
    582671                        MEXLINK="-Wl,-twolevel_namespace -undefined error -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -mmacosx-version-min=10.5 -bundle -Wl,-exported_symbols_list,$MATLAB_ROOT/extern/lib/maci/mexFunction.map"
     672                        MEXEXT=`$MATLAB_ROOT/bin/mexext`
     673                        MEXEXT=".$MEXEXT"
     674                        ;;
     675                        *cygwin*)
     676                        MEXLIB="-dll -export:mexFunction -LIBPATH:\"$MATLAB_ROOT\extern\lib\win32\microsoft\" libmx.lib libmex.lib libmat.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  -NOLOGO -INCREMENTAL:NO"
     677
     678
     679                        MEXEXT=`$MATLAB_ROOT/bin/mexext.bat`
     680                        MEXEXT=".$MEXEXT"
    583681                        ;;
    584682
     
    687785                dnl defaults
    688786                HAVE_METIS=yes
     787               
     788                case "${host_os}" in
     789                        *cygwin*)
     790                        METISLIB="-LIBPATH:\"$METIS_ROOT\" libmetis.lib"
     791                        ;;
     792                        *linux*)
     793                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     794                        ;;
     795                        *darwin9.6.0*)
     796                        METISLIB=-L"$METIS_ROOT/ -lmetis"
     797                        ;;
     798                esac
     799                                                 
    689800                METISINCL=-I"$METIS_ROOT/Lib"
    690                 METISLIB=-L"$METIS_ROOT/ -lmetis"
    691801
    692802                AC_DEFINE([_HAVE_METIS_],[1],[with Metis in ISSM src])
     
    767877               
    768878                        PETSCINCL="-I$PETSC_ROOT/include  -I$PETSC_ROOT/ -I$PETSC_ROOT/bmake/$PETSC_ARCH -I$PETSC_ROOT/src/mat/impls/dense/mpi/plapack/"
    769                         PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     879               
     880                        case "${host_os}" in
     881                                *cygwin*)
     882                                PETSCLIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libpetscksp.lib  libpetscdm.lib  libpetscmat.lib  libpetscvec.lib libpetsc.lib  libpetscsnes.lib libpetscts.lib libmpiuni.lib"
     883                                ;;
     884                                *linux*)
     885                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     886                                ;;
     887                                *darwin9.6.0*)
     888                                PETSCLIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
     889                                ;;
     890                        esac
    770891                                                 
    771892
     
    784905
    785906        if test $HAVE_PETSC = no; then
    786                 if test "$PARALLEL_VALUE" = "yes" ; then
    787                         AC_MSG_ERROR([could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM in paralle!])
    788                 fi
     907                AC_MSG_ERROR([could not find petsc. user should specify --with-petsc-dir and --with-petsc-arch options. Petsc is needed to run ISSM!])
    789908        else
    790909                AC_MSG_RESULT($HAVE_PETSC)
    791910        fi
    792911
     912        dnl: when running in serial mode, MPI must be ignored, and set to internal petsc mpiuni:
     913        if test "$PARALLEL_VALUE" = "no" ; then
     914                HAVE_MPI=yes
     915                MPIINCL=-I"$PETSC_ROOT/include/mpiuni"
     916
     917                case "${host_os}" in
     918                        *cygwin*)
     919                        MPILIB="-link -LIBPATH:\"$PETSC_ROOT/lib/$PETSC_ARCH\" libmpiuni.lib"
     920                        ;;
     921                        *linux*)
     922                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     923                        ;;
     924                        *darwin9.6.0*)
     925                        MPILIB="-L$PETSC_ROOT/lib/$PETSC_ARCH -lmpiuni"
     926                        ;;
     927                esac
     928                                                                 
     929
     930
     931                       
     932                AC_DEFINE([_HAVE_MPI_],[1],[with Mpi in ISSM src])
     933                AC_DEFINE([HAVE_MPI],[1],[with Mpi in ISSM src])
     934                AC_SUBST([MPIINCL])
     935                AC_SUBST([MPILIB])
     936        fi
     937       
    793938
    794939        dnl Slepc directory
     
    849994                HAVE_BLASLAPACK=yes
    850995                BLASLAPACKINCL=""
    851                 dnl BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"
    852                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     996               
     997                dnl: branch on whether we are running on windows or linux.
     998                case "${host_os}" in
     999                        *cygwin*)
     1000                        BLASLAPACKLIB="-link -LIBPATH:\"$BLASLAPACK_ROOT\" libf2cblas.lib  libf2clapack.lib"
     1001                        ;;
     1002                        *linux*)
     1003                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     1004                        ;;
     1005                        *darwin9.6.0*)
     1006                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     1007                        ;;
     1008                esac
     1009                                                                 
     1010
    8531011
    8541012                AC_DEFINE([_HAVE_BLASLAPACK_],[1],[with blas lapack in ISSM src])
     
    10001158        AC_MSG_RESULT(done)
    10011159
    1002 ])
    1003 m4trace:m4/matlab.m4:104: -1- AC_DEFUN([AX_CFLAGS_WARN_ALL], [dnl
     1160        dnl vendor?
     1161        AC_ARG_WITH([vendor],
     1162                          AS_HELP_STRING([--with-vendor = VENDOR], [vendor name, ex: intel]),
     1163                         [VENDOR=$withval],[VENDOR=""])
     1164        AC_MSG_CHECKING(for vendor compilers )
     1165        if test -n "$VENDOR"; then
     1166
     1167                if  test $VENDOR = intel; then
     1168                        export CC=icl
     1169                        export CXX=icl
     1170                        export CXXFLAGS="-DWIN32 -D_INTEL_"
     1171                else
     1172                AC_MSG_ERROR([unknow compiler vendor!])
     1173                fi
     1174        fi
     1175
     1176])
     1177m4trace:m4/matlab.m4:65: -1- AC_DEFUN([AX_CFLAGS_WARN_ALL], [dnl
    10041178AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl
    10051179AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_warn_all])dnl
     
    10411215AS_VAR_POPDEF([FLAGS])dnl
    10421216])
    1043 m4trace:m4/matlab.m4:147: -1- AC_DEFUN([AX_CXXFLAGS_WARN_ALL], [dnl
     1217m4trace:m4/matlab.m4:108: -1- AC_DEFUN([AX_CXXFLAGS_WARN_ALL], [dnl
    10441218AS_VAR_PUSHDEF([FLAGS],[CXXFLAGS])dnl
    10451219AS_VAR_PUSHDEF([VAR],[ac_cv_cxxflags_warn_all])dnl
     
    10811255AS_VAR_POPDEF([FLAGS])dnl
    10821256])
    1083 m4trace:m4/matlab.m4:226: -1- AC_DEFUN([AX_MATLAB_DIR], [dnl
     1257m4trace:m4/matlab.m4:197: -1- AC_DEFUN([AX_MATLAB_DIR], [dnl
    10841258AC_PREREQ([2.50])
    10851259AC_REQUIRE([AX_MATLAB_VERSION])
     
    11101284AC_SUBST([matlabprivatearchdir])
    11111285])
    1112 m4trace:m4/matlab.m4:323: -1- AC_DEFUN([AX_MATLAB_VERSION], [dnl
     1286m4trace:m4/matlab.m4:260: -1- AC_DEFUN([AX_MATLAB_VERSION], [dnl
    11131287AC_PREREQ([2.50])
    11141288AC_REQUIRE([AC_PROG_CC])
     
    11401314                                break
    11411315                        fi
     1316                               
     1317                                # For Matlab R2008 and more, the version number is stored in bin/util/mex/version.txt
     1318                        ax_cv_matlab_version=`cat $MATLAB/bin/util/mex/version.txt`
     1319                        if test -n "$ax_cv_matlab_version" ; then
     1320                                break
     1321                        fi
     1322
    11421323                fi
    11431324        done
     
    11561337    MATLAB_MINOR=`echo $MATLAB_VERSION | sed -e 's/^@<:@0-9@:>@*\.\(@<:@0-9@:>@*\).*/\1/'`
    11571338    ;;
     1339  R2009a)
     1340        MATLAB_VERSION=R2009a
     1341    MATLAB_MAJOR=R2009
     1342    MATLAB_MINOR=a
     1343        ;;
    11581344  *)
    11591345    if test x$ax_enable_matlab = xyes ; then
     
    11731359fi
    11741360])
    1175 m4trace:m4/matlab.m4:365: -1- AC_DEFUN([AX_REQUIRE_MATLAB_VERSION], [dnl
     1361m4trace:m4/matlab.m4:340: -1- AC_DEFUN([AX_REQUIRE_MATLAB_VERSION], [dnl
    11761362AC_PREREQ([2.50])
    11771363AC_REQUIRE([AX_MATLAB_VERSION])
     
    12101396fi])
    12111397])
    1212 m4trace:m4/matlab.m4:469: -1- AC_DEFUN([AX_MATLAB], [dnl
     1398m4trace:m4/matlab.m4:411: -1- AC_DEFUN([AX_MATLAB], [dnl
    12131399AC_PREREQ([2.50])
    12141400ax_enable_matlab=
     
    12801466AC_SUBST([MATLAB])
    12811467])
    1282 m4trace:m4/matlab.m4:481: -1- AC_DEFUN([AX_REQUIRE_MATLAB], [dnl
     1468m4trace:m4/matlab.m4:486: -1- AC_DEFUN([AX_REQUIRE_MATLAB], [dnl
    12831469AC_PREREQ([2.50])
    12841470AC_REQUIRE([AX_MATLAB])
     
    12871473fi
    12881474])
    1289 m4trace:m4/matlab.m4:491: -1- AC_DEFUN([AX_MATLAB_CONDITIONAL], [dnl
     1475m4trace:m4/matlab.m4:498: -1- AC_DEFUN([AX_MATLAB_CONDITIONAL], [dnl
    12901476AC_PREREQ([2.50])
    12911477AC_REQUIRE([AX_MATLAB])
    12921478AM_CONDITIONAL([MATLAB], [test x$ax_enable_matlab = xyes])
    12931479])
    1294 m4trace:m4/matlab.m4:551: -1- AC_DEFUN([AX_PATH_MEX], [dnl
     1480m4trace:m4/matlab.m4:537: -1- AC_DEFUN([AX_PATH_MEX], [dnl
    12951481AC_PREREQ([2.50])
    12961482AC_REQUIRE([AX_MATLAB])
     
    13181504AC_SUBST([MEXLDADD])
    13191505])
    1320 m4trace:m4/matlab.m4:625: -1- AC_DEFUN([AX_MEX_OPTIONS], [dnl
     1506m4trace:m4/matlab.m4:597: -1- AC_DEFUN([AX_MEX_OPTIONS], [dnl
    13211507AC_PREREQ([2.50])
    13221508mex_options=yes
     
    13581544AC_SUBST([MEXOPTS])
    13591545])
    1360 m4trace:m4/matlab.m4:711: -1- AC_DEFUN([AX_MEXEXT], [dnl
     1546m4trace:m4/matlab.m4:671: -1- AC_DEFUN([AX_MEXEXT], [dnl
    13611547AC_PREREQ([2.50])
    13621548AC_REQUIRE([AX_PATH_MEX])
     
    14101596AC_SUBST([MEXEXT])
    14111597])
    1412 m4trace:m4/matlab.m4:732: -1- AC_DEFUN([AX_DOT_MEXEXT], [dnl
     1598m4trace:m4/matlab.m4:728: -1- AC_DEFUN([AX_DOT_MEXEXT], [dnl
    14131599AC_REQUIRE([AX_MEXEXT])
    14141600case $MEXEXT in
     
    14261612esac
    14271613])
    1428 m4trace:m4/matlab.m4:947: -1- AC_DEFUN([AX_CC_MEX], [dnl
     1614m4trace:m4/matlab.m4:778: -1- AC_DEFUN([AX_CC_MEX], [dnl
    14291615AC_REQUIRE([AX_PATH_MEX])
    14301616AC_REQUIRE([AX_DOT_MEXEXT])
     
    16071793
    16081794])
    1609 m4trace:m4/matlab.m4:958: -1- AC_DEFUN([AX_MEX_CONDITIONAL], [dnl
     1795m4trace:m4/matlab.m4:964: -1- AC_DEFUN([AX_MEX_CONDITIONAL], [dnl
    16101796AC_PREREQ([2.50])
    16111797AC_REQUIRE([AX_CC_MEX])
     
    16131799AM_CONDITIONAL(MEX_VERSION_C, test x$ax_cv_mex_version != x)
    16141800])
    1615 m4trace:m4/matlab.m4:1020: -1- AC_DEFUN([AX_MATLAB_SYS_ZLIB], [dnl
     1801m4trace:m4/matlab.m4:980: -1- AC_DEFUN([AX_MATLAB_SYS_ZLIB], [dnl
    16161802AC_REQUIRE([AX_PATH_MEX])
    16171803AC_LANG([C])
     
    16651851
    16661852])
    1667 m4trace:m4/matlab.m4:1119: -1- AC_DEFUN([CHECK_ZLIB], [
     1853m4trace:m4/matlab.m4:1099: -1- AC_DEFUN([CHECK_ZLIB], [
    16681854AC_ARG_WITH([zlib], [AS_HELP_STRING([--with-zlib=DIR], [root directory path of zlib installation (defaults to /usr/local or /usr if not found in /usr/local), --without-zlib to disable zlib usage completely])], [], [with_zlib=yes])
    16691855
     
    17491935m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h])
    17501936m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    1751 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
     1937You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
    17521938configure.ac:2: the top level])
    17531939m4trace:configure.ac:3: -1- m4_pattern_allow([^build$])
     
    17661952m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    17671953m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
    1768 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
    1769 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61])
     1954m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.11])
     1955m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.63])
    17701956m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
    17711957m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
     
    17751961m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
    17761962m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
    1777 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
    1778 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from...
    1779 /usr/share/aclocal-1.10/options.m4:26: _AM_SET_OPTIONS is expanded from...
    1780 /usr/share/aclocal-1.10/init.m4:103: AM_INIT_AUTOMAKE is expanded from...
    1781 configure.ac:4: the top level])
    17821963m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
    17831964m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
     
    18061987m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    18071988m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
     1989m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    18081990m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
    18091991m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
     
    18121994m4trace:configure.ac:4: -1- m4_pattern_allow([^am__leading_dot$])
    18131995m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
    1814                              [_AM_PROG_TAR([v7])])])
     1996                             [_AM_PROG_TAR([v7])])])
    18151997m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([tar-ustar])
    18161998m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
     
    18222004m4trace:configure.ac:4: -1- m4_pattern_allow([^am__untar$])
    18232005m4trace:configure.ac:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
    1824                   [_AM_DEPENDENCIES(CC)],
    1825                   [define([AC_PROG_CC],
    1826                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     2006                  [_AM_DEPENDENCIES(CC)],
     2007                  [define([AC_PROG_CC],
     2008                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    18272009AC_PROVIDE_IFELSE([AC_PROG_CXX],
    1828                   [_AM_DEPENDENCIES(CXX)],
    1829                   [define([AC_PROG_CXX],
    1830                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     2010                  [_AM_DEPENDENCIES(CXX)],
     2011                  [define([AC_PROG_CXX],
     2012                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    18312013AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    1832                   [_AM_DEPENDENCIES(OBJC)],
    1833                   [define([AC_PROG_OBJC],
    1834                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
     2014                  [_AM_DEPENDENCIES(OBJC)],
     2015                  [define([AC_PROG_OBJC],
     2016                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    18352017])
    18362018m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([no-dependencies])
     2019m4trace:configure.ac:4: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
     2020m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([silent-rules])
    18372021m4trace:configure.ac:5: -1- m4_pattern_allow([^RANLIB$])
    18382022m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
     
    18412025m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
    18422026m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
    1843 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    1844 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    1845 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    18462027m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    18472028m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CC$])
     
    18712052m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
    18722053m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
    1873 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    1874 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$])
    1875 m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
    1876 m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
     2054m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
    18772055m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
    1878 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    1879 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$])
    1880 m4trace:configure.ac:7: -1- _AM_DEPENDENCIES([CXX])
    1881 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$])
    1882 m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [
     2056m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
     2057m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     2058m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXFLAGS$])
     2059m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$])
     2060m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
     2061m4trace:configure.ac:8: -1- m4_pattern_allow([^CPPFLAGS$])
     2062m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     2063m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_CXX$])
     2064m4trace:configure.ac:8: -1- _AM_DEPENDENCIES([CXX])
     2065m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXDEPMODE$])
     2066m4trace:configure.ac:8: -1- AM_CONDITIONAL([am__fastdepCXX], [
    18832067  test "x$enable_dependency_tracking" != xno \
    18842068  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
    1885 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
    1886 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
    1887 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
    1888 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
    1889 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    1890 m4trace:configure.ac:8: -1- m4_pattern_allow([^FFLAGS$])
    1891 m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$])
    1892 m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
    1893 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    1894 m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_F77$])
    1895 m4trace:configure.ac:9: -1- m4_pattern_allow([^FLIBS$])
    1896 m4trace:configure.ac:10: -1- AM_PROG_CC_C_O
    1897 m4trace:configure.ac:10: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
    1898 m4trace:configure.ac:11: -1- m4_pattern_allow([^XMKMF$])
    1899 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    1900 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
    1901 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    1902 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
    1903 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_CFLAGS$])
    1904 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_PRE_LIBS$])
    1905 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_LIBS$])
    1906 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
    1907 m4trace:configure.ac:12: -1- ISSM_OPTIONS
    1908 m4trace:configure.ac:12: -1- m4_pattern_allow([^_DEBUG_$])
    1909 m4trace:configure.ac:12: -1- AM_CONDITIONAL([NOSERIAL], [test $SERIAL_VALUE = no])
    1910 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOSERIAL_TRUE$])
    1911 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOSERIAL_FALSE$])
    1912 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOSERIAL_TRUE])
    1913 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOSERIAL_FALSE])
    1914 m4trace:configure.ac:12: -1- AM_CONDITIONAL([NOPARALLEL], [test $PARALLEL_VALUE = no])
    1915 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOPARALLEL_TRUE$])
    1916 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOPARALLEL_FALSE$])
    1917 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_TRUE])
    1918 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_FALSE])
    1919 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATLAB_$])
    1920 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLABINCL$])
    1921 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEX$])
    1922 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXEXT$])
    1923 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLIB$])
    1924 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLINK$])
    1925 m4trace:configure.ac:12: -1- AX_MATLAB_VERSION
    1926 m4trace:configure.ac:12: -1- AX_MATLAB
    1927 m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
    1928 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
    1929 m4/matlab.m4:469: AX_MATLAB is expanded from...
    1930 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from...
    1931 m4/issm_options.m4:491: ISSM_OPTIONS is expanded from...
    1932 configure.ac:12: the top level])
    1933 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MATLAB$])
    1934 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB$])
    1935 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_VERSION$])
    1936 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MAJOR$])
    1937 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MINOR$])
    1938 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MAJOR$])
    1939 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MINOR$])
    1940 m4trace:configure.ac:12: -1- AM_CONDITIONAL([LARGEARRAYS], [test x$largearrays = xyes])
    1941 m4trace:configure.ac:12: -1- m4_pattern_allow([^LARGEARRAYS_TRUE$])
    1942 m4trace:configure.ac:12: -1- m4_pattern_allow([^LARGEARRAYS_FALSE$])
    1943 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_TRUE])
    1944 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_FALSE])
    1945 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_TRIANGLE_$])
    1946 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLEINCL$])
    1947 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$])
    1948 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
    1949 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$])
    1950 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$])
    1951 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$])
    1952 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISINCL$])
    1953 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISLIB$])
    1954 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MPI_$])
    1955 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$])
    1956 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPIINCL$])
    1957 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPILIB$])
    1958 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PETSC_$])
    1959 m4trace:configure.ac:12: -1- m4_pattern_allow([^PETSCINCL$])
    1960 m4trace:configure.ac:12: -1- m4_pattern_allow([^PETSCLIB$])
    1961 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_SLEPC_$])
    1962 m4trace:configure.ac:12: -1- m4_pattern_allow([^SLEPCINCL$])
    1963 m4trace:configure.ac:12: -1- m4_pattern_allow([^SLEPCLIB$])
    1964 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_SCALAPACK_$])
    1965 m4trace:configure.ac:12: -1- m4_pattern_allow([^SCALAPACKLIB$])
    1966 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$])
    1967 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKLIB$])
    1968 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$])
    1969 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$])
    1970 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$])
    1971 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$])
    1972 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
    1973 m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKINCL$])
    1974 m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKLIB$])
    1975 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MUMPS_$])
    1976 m4trace:configure.ac:12: -1- m4_pattern_allow([^MUMPSINCL$])
    1977 m4trace:configure.ac:12: -1- m4_pattern_allow([^MUMPSLIB$])
    1978 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLACS_$])
    1979 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSINCL$])
    1980 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$])
    1981 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$])
    1982 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$])
    1983 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
    1984 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$])
    1985 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$])
    1986 m4trace:configure.ac:12: -1- m4_pattern_allow([^GRAPHICSLIB$])
    1987 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
    1988 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
    1989 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
    1990 m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
     2069m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
     2070m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
     2071m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
     2072m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
     2073m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     2074m4trace:configure.ac:9: -1- m4_pattern_allow([^FFLAGS$])
     2075m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
     2076m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
     2077m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     2078m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_F77$])
     2079m4trace:configure.ac:10: -1- m4_pattern_allow([^FLIBS$])
     2080m4trace:configure.ac:11: -1- AM_PROG_CC_C_O
     2081m4trace:configure.ac:11: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
     2082m4trace:configure.ac:12: -1- m4_pattern_allow([^XMKMF$])
     2083m4trace:configure.ac:12: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
     2084m4trace:configure.ac:12: -1- m4_pattern_allow([^X_CFLAGS$])
     2085m4trace:configure.ac:12: -1- m4_pattern_allow([^X_PRE_LIBS$])
     2086m4trace:configure.ac:12: -1- m4_pattern_allow([^X_LIBS$])
     2087m4trace:configure.ac:12: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
     2088m4trace:configure.ac:13: -1- ISSM_OPTIONS
     2089m4trace:configure.ac:13: -1- m4_pattern_allow([^_DEBUG_$])
     2090m4trace:configure.ac:13: -1- AM_CONDITIONAL([NOSERIAL], [test $SERIAL_VALUE = no])
     2091m4trace:configure.ac:13: -1- m4_pattern_allow([^NOSERIAL_TRUE$])
     2092m4trace:configure.ac:13: -1- m4_pattern_allow([^NOSERIAL_FALSE$])
     2093m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOSERIAL_TRUE])
     2094m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOSERIAL_FALSE])
     2095m4trace:configure.ac:13: -1- AM_CONDITIONAL([NOPARALLEL], [test $PARALLEL_VALUE = no])
     2096m4trace:configure.ac:13: -1- m4_pattern_allow([^NOPARALLEL_TRUE$])
     2097m4trace:configure.ac:13: -1- m4_pattern_allow([^NOPARALLEL_FALSE$])
     2098m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_TRUE])
     2099m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_FALSE])
     2100m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MATLAB_$])
     2101m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLABINCL$])
     2102m4trace:configure.ac:13: -1- m4_pattern_allow([^MEX$])
     2103m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXEXT$])
     2104m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXLIB$])
     2105m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXLINK$])
     2106m4trace:configure.ac:13: -1- AX_MATLAB_VERSION
     2107m4trace:configure.ac:13: -1- AX_MATLAB
     2108m4trace:configure.ac:13: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
     2109You should run autoupdate.], [/usr/src/packages/autoconf/26/autoconf2.5-2.63-1/src/autoconf-2.63/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
     2110m4/matlab.m4:411: AX_MATLAB is expanded from...
     2111m4/matlab.m4:260: AX_MATLAB_VERSION is expanded from...
     2112m4/issm_options.m4:3: ISSM_OPTIONS is expanded from...
     2113configure.ac:13: the top level])
     2114m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MATLAB$])
     2115m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB$])
     2116m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_VERSION$])
     2117m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MAJOR$])
     2118m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MINOR$])
     2119m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MAJOR$])
     2120m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MINOR$])
     2121m4trace:configure.ac:13: -1- AM_CONDITIONAL([LARGEARRAYS], [test x$largearrays = xyes])
     2122m4trace:configure.ac:13: -1- m4_pattern_allow([^LARGEARRAYS_TRUE$])
     2123m4trace:configure.ac:13: -1- m4_pattern_allow([^LARGEARRAYS_FALSE$])
     2124m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_TRUE])
     2125m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_FALSE])
     2126m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_TRIANGLE_$])
     2127m4trace:configure.ac:13: -1- m4_pattern_allow([^TRIANGLEINCL$])
     2128m4trace:configure.ac:13: -1- m4_pattern_allow([^TRIANGLELIB$])
     2129m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
     2130m4trace:configure.ac:13: -1- m4_pattern_allow([^DAKOTAINCL$])
     2131m4trace:configure.ac:13: -1- m4_pattern_allow([^DAKOTALIB$])
     2132m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_METIS_$])
     2133m4trace:configure.ac:13: -1- m4_pattern_allow([^METISINCL$])
     2134m4trace:configure.ac:13: -1- m4_pattern_allow([^METISLIB$])
     2135m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MPI_$])
     2136m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MPI$])
     2137m4trace:configure.ac:13: -1- m4_pattern_allow([^MPIINCL$])
     2138m4trace:configure.ac:13: -1- m4_pattern_allow([^MPILIB$])
     2139m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_PETSC_$])
     2140m4trace:configure.ac:13: -1- m4_pattern_allow([^PETSCINCL$])
     2141m4trace:configure.ac:13: -1- m4_pattern_allow([^PETSCLIB$])
     2142m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MPI_$])
     2143m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MPI$])
     2144m4trace:configure.ac:13: -1- m4_pattern_allow([^MPIINCL$])
     2145m4trace:configure.ac:13: -1- m4_pattern_allow([^MPILIB$])
     2146m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_SLEPC_$])
     2147m4trace:configure.ac:13: -1- m4_pattern_allow([^SLEPCINCL$])
     2148m4trace:configure.ac:13: -1- m4_pattern_allow([^SLEPCLIB$])
     2149m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_SCALAPACK_$])
     2150m4trace:configure.ac:13: -1- m4_pattern_allow([^SCALAPACKLIB$])
     2151m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$])
     2152m4trace:configure.ac:13: -1- m4_pattern_allow([^BLASLAPACKLIB$])
     2153m4trace:configure.ac:13: -1- m4_pattern_allow([^BLASLAPACKINCL$])
     2154m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MKL_$])
     2155m4trace:configure.ac:13: -1- m4_pattern_allow([^MKLLIB$])
     2156m4trace:configure.ac:13: -1- m4_pattern_allow([^MKLINCL$])
     2157m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
     2158m4trace:configure.ac:13: -1- m4_pattern_allow([^PLAPACKINCL$])
     2159m4trace:configure.ac:13: -1- m4_pattern_allow([^PLAPACKLIB$])
     2160m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MUMPS_$])
     2161m4trace:configure.ac:13: -1- m4_pattern_allow([^MUMPSINCL$])
     2162m4trace:configure.ac:13: -1- m4_pattern_allow([^MUMPSLIB$])
     2163m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_BLACS_$])
     2164m4trace:configure.ac:13: -1- m4_pattern_allow([^BLACSINCL$])
     2165m4trace:configure.ac:13: -1- m4_pattern_allow([^BLACSLIB$])
     2166m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MATH_$])
     2167m4trace:configure.ac:13: -1- m4_pattern_allow([^MATHLIB$])
     2168m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
     2169m4trace:configure.ac:13: -1- m4_pattern_allow([^FORTRANLIB$])
     2170m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$])
     2171m4trace:configure.ac:13: -1- m4_pattern_allow([^GRAPHICSLIB$])
     2172m4trace:configure.ac:19: -1- m4_pattern_allow([^LIB@&t@OBJS$])
     2173m4trace:configure.ac:19: -1- m4_pattern_allow([^LTLIBOBJS$])
     2174m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
     2175m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
     2176m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
     2177m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
     2178m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
     2179m4trace:configure.ac:19: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
     2180m4trace:configure.ac:19: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
  • issm/trunk/autom4te.cache/traces.1

    r1385 r1464  
    1 m4trace:aclocal.m4:909: -1- m4_include([m4/issm_options.m4])
    2 m4trace:aclocal.m4:910: -1- m4_include([m4/matlab.m4])
     1m4trace:aclocal.m4:999: -1- m4_include([m4/issm_options.m4])
     2m4trace:aclocal.m4:1000: -1- m4_include([m4/matlab.m4])
    33m4trace:configure.ac:1: -1- AC_INIT([ISSM], [1.0], [Eric Larour <eric.larour@jpl.nasa.gov>])
    44m4trace:configure.ac:1: -1- m4_pattern_forbid([^_?A[CHUM]_])
     
    143143m4trace:configure.ac:1: -1- m4_pattern_allow([^target_alias$])
    144144m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    145 You should run autoupdate.], [aclocal.m4:378: AM_CONFIG_HEADER is expanded from...
     145You should run autoupdate.], [aclocal.m4:419: AM_CONFIG_HEADER is expanded from...
    146146configure.ac:2: the top level])
    147147m4trace:configure.ac:2: -1- AC_CONFIG_HEADERS([config.h])
     
    189189m4trace:configure.ac:4: -1- AM_INIT_AUTOMAKE
    190190m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    191 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
     191m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.11])
    192192m4trace:configure.ac:4: -1- AC_REQUIRE_AUX_FILE([install-sh])
    193193m4trace:configure.ac:4: -1- AC_SUBST([INSTALL_PROGRAM])
     
    207207m4trace:configure.ac:4: -1- AC_SUBST_TRACE([CYGPATH_W])
    208208m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
    209 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
    210 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from...
    211 aclocal.m4:713: _AM_SET_OPTIONS is expanded from...
    212 aclocal.m4:482: AM_INIT_AUTOMAKE is expanded from...
    213 configure.ac:4: the top level])
    214209m4trace:configure.ac:4: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
    215210m4trace:configure.ac:4: -1- AC_SUBST_TRACE([PACKAGE])
     
    252247m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    253248m4trace:configure.ac:4: -1- AC_REQUIRE_AUX_FILE([install-sh])
     249m4trace:configure.ac:4: -1- AC_SUBST([MKDIR_P])
     250m4trace:configure.ac:4: -1- AC_SUBST_TRACE([MKDIR_P])
     251m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    254252m4trace:configure.ac:4: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
    255253m4trace:configure.ac:4: -1- AC_SUBST_TRACE([mkdir_p])
     
    291289m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CPPFLAGS])
    292290m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
    293 m4trace:configure.ac:6: -1- AC_SUBST([CC])
    294 m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CC])
    295 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    296 m4trace:configure.ac:6: -1- AC_SUBST([CC])
    297 m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CC])
    298 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    299 m4trace:configure.ac:6: -1- AC_SUBST([CC])
    300 m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CC])
    301 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    302291m4trace:configure.ac:6: -1- AC_SUBST([CC])
    303292m4trace:configure.ac:6: -1- AC_SUBST_TRACE([CC])
     
    348337m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
    349338m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
    350 m4trace:configure.ac:7: -1- AC_SUBST([CXX])
    351 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CXX])
    352 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    353 m4trace:configure.ac:7: -1- AC_SUBST([CXXFLAGS])
    354 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CXXFLAGS])
    355 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$])
    356 m4trace:configure.ac:7: -1- AC_SUBST([LDFLAGS])
    357 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LDFLAGS])
    358 m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
    359 m4trace:configure.ac:7: -1- AC_SUBST([LIBS])
    360 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([LIBS])
    361 m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
     339m4trace:configure.ac:7: -1- AC_SUBST([CPP])
     340m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPP])
     341m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
    362342m4trace:configure.ac:7: -1- AC_SUBST([CPPFLAGS])
    363343m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPPFLAGS])
    364344m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
    365 m4trace:configure.ac:7: -1- AC_SUBST([CXX])
    366 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CXX])
    367 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    368 m4trace:configure.ac:7: -1- AC_SUBST([ac_ct_CXX])
    369 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([ac_ct_CXX])
    370 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$])
    371 m4trace:configure.ac:7: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
    372 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CXXDEPMODE])
    373 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$])
    374 m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [
    375   test "x$enable_dependency_tracking" != xno \
    376   && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
    377 m4trace:configure.ac:7: -1- AC_SUBST([am__fastdepCXX_TRUE])
    378 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
    379 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
    380 m4trace:configure.ac:7: -1- AC_SUBST([am__fastdepCXX_FALSE])
    381 m4trace:configure.ac:7: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
    382 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
    383 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
    384 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
    385 m4trace:configure.ac:8: -1- AC_SUBST([F77])
    386 m4trace:configure.ac:8: -1- AC_SUBST_TRACE([F77])
    387 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    388 m4trace:configure.ac:8: -1- AC_SUBST([FFLAGS])
    389 m4trace:configure.ac:8: -1- AC_SUBST_TRACE([FFLAGS])
    390 m4trace:configure.ac:8: -1- m4_pattern_allow([^FFLAGS$])
     345m4trace:configure.ac:7: -1- AC_SUBST([CPP])
     346m4trace:configure.ac:7: -1- AC_SUBST_TRACE([CPP])
     347m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
     348m4trace:configure.ac:8: -1- AC_SUBST([CXX])
     349m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CXX])
     350m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     351m4trace:configure.ac:8: -1- AC_SUBST([CXXFLAGS])
     352m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CXXFLAGS])
     353m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXFLAGS$])
    391354m4trace:configure.ac:8: -1- AC_SUBST([LDFLAGS])
    392355m4trace:configure.ac:8: -1- AC_SUBST_TRACE([LDFLAGS])
     
    395358m4trace:configure.ac:8: -1- AC_SUBST_TRACE([LIBS])
    396359m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
    397 m4trace:configure.ac:8: -1- AC_SUBST([F77])
    398 m4trace:configure.ac:8: -1- AC_SUBST_TRACE([F77])
    399 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    400 m4trace:configure.ac:8: -1- AC_SUBST([ac_ct_F77])
    401 m4trace:configure.ac:8: -1- AC_SUBST_TRACE([ac_ct_F77])
    402 m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_F77$])
    403 m4trace:configure.ac:9: -1- AC_SUBST([FLIBS])
    404 m4trace:configure.ac:9: -1- AC_SUBST_TRACE([FLIBS])
    405 m4trace:configure.ac:9: -1- m4_pattern_allow([^FLIBS$])
    406 m4trace:configure.ac:10: -1- AM_PROG_CC_C_O
    407 m4trace:configure.ac:10: -1- AC_DEFINE_TRACE_LITERAL([NO_MINUS_C_MINUS_O])
    408 m4trace:configure.ac:10: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
    409 m4trace:configure.ac:10: -1- AH_OUTPUT([NO_MINUS_C_MINUS_O], [/* Define to 1 if your C compiler doesn\'t accept -c and -o together. */
     360m4trace:configure.ac:8: -1- AC_SUBST([CPPFLAGS])
     361m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CPPFLAGS])
     362m4trace:configure.ac:8: -1- m4_pattern_allow([^CPPFLAGS$])
     363m4trace:configure.ac:8: -1- AC_SUBST([CXX])
     364m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CXX])
     365m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     366m4trace:configure.ac:8: -1- AC_SUBST([ac_ct_CXX])
     367m4trace:configure.ac:8: -1- AC_SUBST_TRACE([ac_ct_CXX])
     368m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_CXX$])
     369m4trace:configure.ac:8: -1- AC_SUBST([CXXDEPMODE], [depmode=$am_cv_CXX_dependencies_compiler_type])
     370m4trace:configure.ac:8: -1- AC_SUBST_TRACE([CXXDEPMODE])
     371m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXDEPMODE$])
     372m4trace:configure.ac:8: -1- AM_CONDITIONAL([am__fastdepCXX], [
     373  test "x$enable_dependency_tracking" != xno \
     374  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
     375m4trace:configure.ac:8: -1- AC_SUBST([am__fastdepCXX_TRUE])
     376m4trace:configure.ac:8: -1- AC_SUBST_TRACE([am__fastdepCXX_TRUE])
     377m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
     378m4trace:configure.ac:8: -1- AC_SUBST([am__fastdepCXX_FALSE])
     379m4trace:configure.ac:8: -1- AC_SUBST_TRACE([am__fastdepCXX_FALSE])
     380m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
     381m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
     382m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
     383m4trace:configure.ac:9: -1- AC_SUBST([F77])
     384m4trace:configure.ac:9: -1- AC_SUBST_TRACE([F77])
     385m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     386m4trace:configure.ac:9: -1- AC_SUBST([FFLAGS])
     387m4trace:configure.ac:9: -1- AC_SUBST_TRACE([FFLAGS])
     388m4trace:configure.ac:9: -1- m4_pattern_allow([^FFLAGS$])
     389m4trace:configure.ac:9: -1- AC_SUBST([LDFLAGS])
     390m4trace:configure.ac:9: -1- AC_SUBST_TRACE([LDFLAGS])
     391m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
     392m4trace:configure.ac:9: -1- AC_SUBST([LIBS])
     393m4trace:configure.ac:9: -1- AC_SUBST_TRACE([LIBS])
     394m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
     395m4trace:configure.ac:9: -1- AC_SUBST([F77])
     396m4trace:configure.ac:9: -1- AC_SUBST_TRACE([F77])
     397m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     398m4trace:configure.ac:9: -1- AC_SUBST([ac_ct_F77])
     399m4trace:configure.ac:9: -1- AC_SUBST_TRACE([ac_ct_F77])
     400m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_F77$])
     401m4trace:configure.ac:10: -1- AC_SUBST([FLIBS])
     402m4trace:configure.ac:10: -1- AC_SUBST_TRACE([FLIBS])
     403m4trace:configure.ac:10: -1- m4_pattern_allow([^FLIBS$])
     404m4trace:configure.ac:11: -1- AM_PROG_CC_C_O
     405m4trace:configure.ac:11: -1- AC_DEFINE_TRACE_LITERAL([NO_MINUS_C_MINUS_O])
     406m4trace:configure.ac:11: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
     407m4trace:configure.ac:11: -1- AH_OUTPUT([NO_MINUS_C_MINUS_O], [/* Define to 1 if your C compiler doesn\'t accept -c and -o together. */
    410408#undef NO_MINUS_C_MINUS_O])
    411 m4trace:configure.ac:10: -1- AC_REQUIRE_AUX_FILE([compile])
    412 m4trace:configure.ac:11: -1- AC_SUBST([XMKMF])
    413 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([XMKMF])
    414 m4trace:configure.ac:11: -1- m4_pattern_allow([^XMKMF$])
    415 m4trace:configure.ac:11: -1- AC_SUBST([CPP])
    416 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CPP])
    417 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    418 m4trace:configure.ac:11: -1- AC_SUBST([CPPFLAGS])
    419 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CPPFLAGS])
    420 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
    421 m4trace:configure.ac:11: -1- AC_SUBST([CPP])
    422 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([CPP])
    423 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    424 m4trace:configure.ac:11: -1- AC_DEFINE_TRACE_LITERAL([X_DISPLAY_MISSING])
    425 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
    426 m4trace:configure.ac:11: -1- AH_OUTPUT([X_DISPLAY_MISSING], [/* Define to 1 if the X Window System is missing or not being used. */
     409m4trace:configure.ac:11: -1- AC_REQUIRE_AUX_FILE([compile])
     410m4trace:configure.ac:12: -1- AC_SUBST([XMKMF])
     411m4trace:configure.ac:12: -1- AC_SUBST_TRACE([XMKMF])
     412m4trace:configure.ac:12: -1- m4_pattern_allow([^XMKMF$])
     413m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([X_DISPLAY_MISSING])
     414m4trace:configure.ac:12: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
     415m4trace:configure.ac:12: -1- AH_OUTPUT([X_DISPLAY_MISSING], [/* Define to 1 if the X Window System is missing or not being used. */
    427416#undef X_DISPLAY_MISSING])
    428 m4trace:configure.ac:11: -1- AC_SUBST([X_CFLAGS])
    429 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([X_CFLAGS])
    430 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_CFLAGS$])
    431 m4trace:configure.ac:11: -1- AC_SUBST([X_PRE_LIBS])
    432 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([X_PRE_LIBS])
    433 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_PRE_LIBS$])
    434 m4trace:configure.ac:11: -1- AC_SUBST([X_LIBS])
    435 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([X_LIBS])
    436 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_LIBS$])
    437 m4trace:configure.ac:11: -1- AC_SUBST([X_EXTRA_LIBS])
    438 m4trace:configure.ac:11: -1- AC_SUBST_TRACE([X_EXTRA_LIBS])
    439 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
    440 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_DEBUG_])
    441 m4trace:configure.ac:12: -1- m4_pattern_allow([^_DEBUG_$])
    442 m4trace:configure.ac:12: -1- AH_OUTPUT([_DEBUG_], [/* Macro to enable debugging in Dakota. */
     417m4trace:configure.ac:12: -1- AC_SUBST([X_CFLAGS])
     418m4trace:configure.ac:12: -1- AC_SUBST_TRACE([X_CFLAGS])
     419m4trace:configure.ac:12: -1- m4_pattern_allow([^X_CFLAGS$])
     420m4trace:configure.ac:12: -1- AC_SUBST([X_PRE_LIBS])
     421m4trace:configure.ac:12: -1- AC_SUBST_TRACE([X_PRE_LIBS])
     422m4trace:configure.ac:12: -1- m4_pattern_allow([^X_PRE_LIBS$])
     423m4trace:configure.ac:12: -1- AC_SUBST([X_LIBS])
     424m4trace:configure.ac:12: -1- AC_SUBST_TRACE([X_LIBS])
     425m4trace:configure.ac:12: -1- m4_pattern_allow([^X_LIBS$])
     426m4trace:configure.ac:12: -1- AC_SUBST([X_EXTRA_LIBS])
     427m4trace:configure.ac:12: -1- AC_SUBST_TRACE([X_EXTRA_LIBS])
     428m4trace:configure.ac:12: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
     429m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_DEBUG_])
     430m4trace:configure.ac:13: -1- m4_pattern_allow([^_DEBUG_$])
     431m4trace:configure.ac:13: -1- AH_OUTPUT([_DEBUG_], [/* Macro to enable debugging in Dakota. */
    443432#undef _DEBUG_])
    444 m4trace:configure.ac:12: -1- AM_CONDITIONAL([NOSERIAL], [test $SERIAL_VALUE = no])
    445 m4trace:configure.ac:12: -1- AC_SUBST([NOSERIAL_TRUE])
    446 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NOSERIAL_TRUE])
    447 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOSERIAL_TRUE$])
    448 m4trace:configure.ac:12: -1- AC_SUBST([NOSERIAL_FALSE])
    449 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NOSERIAL_FALSE])
    450 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOSERIAL_FALSE$])
    451 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOSERIAL_TRUE])
    452 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOSERIAL_FALSE])
    453 m4trace:configure.ac:12: -1- AM_CONDITIONAL([NOPARALLEL], [test $PARALLEL_VALUE = no])
    454 m4trace:configure.ac:12: -1- AC_SUBST([NOPARALLEL_TRUE])
    455 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NOPARALLEL_TRUE])
    456 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOPARALLEL_TRUE$])
    457 m4trace:configure.ac:12: -1- AC_SUBST([NOPARALLEL_FALSE])
    458 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([NOPARALLEL_FALSE])
    459 m4trace:configure.ac:12: -1- m4_pattern_allow([^NOPARALLEL_FALSE$])
    460 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_TRUE])
    461 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_FALSE])
    462 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATLAB_])
    463 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATLAB_$])
    464 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MATLAB_], [/* with Matlab in ISSM src */
     433m4trace:configure.ac:13: -1- AM_CONDITIONAL([NOSERIAL], [test $SERIAL_VALUE = no])
     434m4trace:configure.ac:13: -1- AC_SUBST([NOSERIAL_TRUE])
     435m4trace:configure.ac:13: -1- AC_SUBST_TRACE([NOSERIAL_TRUE])
     436m4trace:configure.ac:13: -1- m4_pattern_allow([^NOSERIAL_TRUE$])
     437m4trace:configure.ac:13: -1- AC_SUBST([NOSERIAL_FALSE])
     438m4trace:configure.ac:13: -1- AC_SUBST_TRACE([NOSERIAL_FALSE])
     439m4trace:configure.ac:13: -1- m4_pattern_allow([^NOSERIAL_FALSE$])
     440m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOSERIAL_TRUE])
     441m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOSERIAL_FALSE])
     442m4trace:configure.ac:13: -1- AM_CONDITIONAL([NOPARALLEL], [test $PARALLEL_VALUE = no])
     443m4trace:configure.ac:13: -1- AC_SUBST([NOPARALLEL_TRUE])
     444m4trace:configure.ac:13: -1- AC_SUBST_TRACE([NOPARALLEL_TRUE])
     445m4trace:configure.ac:13: -1- m4_pattern_allow([^NOPARALLEL_TRUE$])
     446m4trace:configure.ac:13: -1- AC_SUBST([NOPARALLEL_FALSE])
     447m4trace:configure.ac:13: -1- AC_SUBST_TRACE([NOPARALLEL_FALSE])
     448m4trace:configure.ac:13: -1- m4_pattern_allow([^NOPARALLEL_FALSE$])
     449m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_TRUE])
     450m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([NOPARALLEL_FALSE])
     451m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATLAB_])
     452m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MATLAB_$])
     453m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MATLAB_], [/* with Matlab in ISSM src */
    465454#undef _HAVE_MATLAB_])
    466 m4trace:configure.ac:12: -1- AC_SUBST([MATLABINCL])
    467 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATLABINCL])
    468 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLABINCL$])
    469 m4trace:configure.ac:12: -1- AC_SUBST([MEX])
    470 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MEX])
    471 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEX$])
    472 m4trace:configure.ac:12: -1- AC_SUBST([MEXEXT])
    473 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MEXEXT])
    474 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXEXT$])
    475 m4trace:configure.ac:12: -1- AC_SUBST([MEXLIB])
    476 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MEXLIB])
    477 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLIB$])
    478 m4trace:configure.ac:12: -1- AC_SUBST([MEXLINK])
    479 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MEXLINK])
    480 m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLINK$])
    481 m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
    482 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
    483 m4/matlab.m4:469: AX_MATLAB is expanded from...
    484 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from...
    485 m4/issm_options.m4:491: ISSM_OPTIONS is expanded from...
    486 configure.ac:12: the top level])
    487 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MATLAB])
    488 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MATLAB$])
    489 m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_MATLAB], [/* Define if you have Matlab. */
     455m4trace:configure.ac:13: -1- AC_SUBST([MATLABINCL])
     456m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATLABINCL])
     457m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLABINCL$])
     458m4trace:configure.ac:13: -1- AC_SUBST([MEX])
     459m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MEX])
     460m4trace:configure.ac:13: -1- m4_pattern_allow([^MEX$])
     461m4trace:configure.ac:13: -1- AC_SUBST([MEXEXT])
     462m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MEXEXT])
     463m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXEXT$])
     464m4trace:configure.ac:13: -1- AC_SUBST([MEXLIB])
     465m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MEXLIB])
     466m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXLIB$])
     467m4trace:configure.ac:13: -1- AC_SUBST([MEXLINK])
     468m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MEXLINK])
     469m4trace:configure.ac:13: -1- m4_pattern_allow([^MEXLINK$])
     470m4trace:configure.ac:13: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
     471You should run autoupdate.], [/usr/src/packages/autoconf/26/autoconf2.5-2.63-1/src/autoconf-2.63/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
     472m4/matlab.m4:411: AX_MATLAB is expanded from...
     473m4/matlab.m4:260: AX_MATLAB_VERSION is expanded from...
     474m4/issm_options.m4:3: ISSM_OPTIONS is expanded from...
     475configure.ac:13: the top level])
     476m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MATLAB])
     477m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MATLAB$])
     478m4trace:configure.ac:13: -1- AH_OUTPUT([HAVE_MATLAB], [/* Define if you have Matlab. */
    490479#undef HAVE_MATLAB])
    491 m4trace:configure.ac:12: -1- AC_SUBST([MATLAB])
    492 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATLAB])
    493 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB$])
    494 m4trace:configure.ac:12: -1- AC_SUBST([MATLAB_VERSION])
    495 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATLAB_VERSION])
    496 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_VERSION$])
    497 m4trace:configure.ac:12: -1- AC_SUBST([MATLAB_MAJOR])
    498 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATLAB_MAJOR])
    499 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MAJOR$])
    500 m4trace:configure.ac:12: -1- AC_SUBST([MATLAB_MINOR])
    501 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATLAB_MINOR])
    502 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MINOR$])
    503 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([MATLAB_MAJOR])
    504 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MAJOR$])
    505 m4trace:configure.ac:12: -1- AH_OUTPUT([MATLAB_MAJOR], [/* Define to the Matlab major version number. */
     480m4trace:configure.ac:13: -1- AC_SUBST([MATLAB])
     481m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATLAB])
     482m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB$])
     483m4trace:configure.ac:13: -1- AC_SUBST([MATLAB_VERSION])
     484m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATLAB_VERSION])
     485m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_VERSION$])
     486m4trace:configure.ac:13: -1- AC_SUBST([MATLAB_MAJOR])
     487m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATLAB_MAJOR])
     488m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MAJOR$])
     489m4trace:configure.ac:13: -1- AC_SUBST([MATLAB_MINOR])
     490m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATLAB_MINOR])
     491m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MINOR$])
     492m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([MATLAB_MAJOR])
     493m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MAJOR$])
     494m4trace:configure.ac:13: -1- AH_OUTPUT([MATLAB_MAJOR], [/* Define to the Matlab major version number. */
    506495#undef MATLAB_MAJOR])
    507 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([MATLAB_MINOR])
    508 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATLAB_MINOR$])
    509 m4trace:configure.ac:12: -1- AH_OUTPUT([MATLAB_MINOR], [/* Define to the Matlab minor version number. */
     496m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([MATLAB_MINOR])
     497m4trace:configure.ac:13: -1- m4_pattern_allow([^MATLAB_MINOR$])
     498m4trace:configure.ac:13: -1- AH_OUTPUT([MATLAB_MINOR], [/* Define to the Matlab minor version number. */
    510499#undef MATLAB_MINOR])
    511 m4trace:configure.ac:12: -1- AM_CONDITIONAL([LARGEARRAYS], [test x$largearrays = xyes])
    512 m4trace:configure.ac:12: -1- AC_SUBST([LARGEARRAYS_TRUE])
    513 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LARGEARRAYS_TRUE])
    514 m4trace:configure.ac:12: -1- m4_pattern_allow([^LARGEARRAYS_TRUE$])
    515 m4trace:configure.ac:12: -1- AC_SUBST([LARGEARRAYS_FALSE])
    516 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([LARGEARRAYS_FALSE])
    517 m4trace:configure.ac:12: -1- m4_pattern_allow([^LARGEARRAYS_FALSE$])
    518 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_TRUE])
    519 m4trace:configure.ac:12: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_FALSE])
    520 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_TRIANGLE_])
    521 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_TRIANGLE_$])
    522 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_TRIANGLE_], [/* with Triangle in ISSM src */
     500m4trace:configure.ac:13: -1- AM_CONDITIONAL([LARGEARRAYS], [test x$largearrays = xyes])
     501m4trace:configure.ac:13: -1- AC_SUBST([LARGEARRAYS_TRUE])
     502m4trace:configure.ac:13: -1- AC_SUBST_TRACE([LARGEARRAYS_TRUE])
     503m4trace:configure.ac:13: -1- m4_pattern_allow([^LARGEARRAYS_TRUE$])
     504m4trace:configure.ac:13: -1- AC_SUBST([LARGEARRAYS_FALSE])
     505m4trace:configure.ac:13: -1- AC_SUBST_TRACE([LARGEARRAYS_FALSE])
     506m4trace:configure.ac:13: -1- m4_pattern_allow([^LARGEARRAYS_FALSE$])
     507m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_TRUE])
     508m4trace:configure.ac:13: -1- _AM_SUBST_NOTMAKE([LARGEARRAYS_FALSE])
     509m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_TRIANGLE_])
     510m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_TRIANGLE_$])
     511m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_TRIANGLE_], [/* with Triangle in ISSM src */
    523512#undef _HAVE_TRIANGLE_])
    524 m4trace:configure.ac:12: -1- AC_SUBST([TRIANGLEINCL])
    525 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([TRIANGLEINCL])
    526 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLEINCL$])
    527 m4trace:configure.ac:12: -1- AC_SUBST([TRIANGLELIB])
    528 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([TRIANGLELIB])
    529 m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$])
    530 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_DAKOTA_])
    531 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
    532 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_DAKOTA_], [/* with Dakota in ISSM src */
     513m4trace:configure.ac:13: -1- AC_SUBST([TRIANGLEINCL])
     514m4trace:configure.ac:13: -1- AC_SUBST_TRACE([TRIANGLEINCL])
     515m4trace:configure.ac:13: -1- m4_pattern_allow([^TRIANGLEINCL$])
     516m4trace:configure.ac:13: -1- AC_SUBST([TRIANGLELIB])
     517m4trace:configure.ac:13: -1- AC_SUBST_TRACE([TRIANGLELIB])
     518m4trace:configure.ac:13: -1- m4_pattern_allow([^TRIANGLELIB$])
     519m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_DAKOTA_])
     520m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
     521m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_DAKOTA_], [/* with Dakota in ISSM src */
    533522#undef _HAVE_DAKOTA_])
    534 m4trace:configure.ac:12: -1- AC_SUBST([DAKOTAINCL])
    535 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTAINCL])
    536 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$])
    537 m4trace:configure.ac:12: -1- AC_SUBST([DAKOTALIB])
    538 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTALIB])
    539 m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$])
    540 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_METIS_])
    541 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$])
    542 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_METIS_], [/* with Metis in ISSM src */
     523m4trace:configure.ac:13: -1- AC_SUBST([DAKOTAINCL])
     524m4trace:configure.ac:13: -1- AC_SUBST_TRACE([DAKOTAINCL])
     525m4trace:configure.ac:13: -1- m4_pattern_allow([^DAKOTAINCL$])
     526m4trace:configure.ac:13: -1- AC_SUBST([DAKOTALIB])
     527m4trace:configure.ac:13: -1- AC_SUBST_TRACE([DAKOTALIB])
     528m4trace:configure.ac:13: -1- m4_pattern_allow([^DAKOTALIB$])
     529m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_METIS_])
     530m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_METIS_$])
     531m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_METIS_], [/* with Metis in ISSM src */
    543532#undef _HAVE_METIS_])
    544 m4trace:configure.ac:12: -1- AC_SUBST([METISINCL])
    545 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([METISINCL])
    546 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISINCL$])
    547 m4trace:configure.ac:12: -1- AC_SUBST([METISLIB])
    548 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([METISLIB])
    549 m4trace:configure.ac:12: -1- m4_pattern_allow([^METISLIB$])
    550 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MPI_])
    551 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MPI_$])
    552 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MPI_], [/* with Mpi in ISSM src */
     533m4trace:configure.ac:13: -1- AC_SUBST([METISINCL])
     534m4trace:configure.ac:13: -1- AC_SUBST_TRACE([METISINCL])
     535m4trace:configure.ac:13: -1- m4_pattern_allow([^METISINCL$])
     536m4trace:configure.ac:13: -1- AC_SUBST([METISLIB])
     537m4trace:configure.ac:13: -1- AC_SUBST_TRACE([METISLIB])
     538m4trace:configure.ac:13: -1- m4_pattern_allow([^METISLIB$])
     539m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MPI_])
     540m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MPI_$])
     541m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MPI_], [/* with Mpi in ISSM src */
    553542#undef _HAVE_MPI_])
    554 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MPI])
    555 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$])
    556 m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_MPI], [/* with Mpi in ISSM src */
     543m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MPI])
     544m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MPI$])
     545m4trace:configure.ac:13: -1- AH_OUTPUT([HAVE_MPI], [/* with Mpi in ISSM src */
    557546#undef HAVE_MPI])
    558 m4trace:configure.ac:12: -1- AC_SUBST([MPIINCL])
    559 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MPIINCL])
    560 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPIINCL$])
    561 m4trace:configure.ac:12: -1- AC_SUBST([MPILIB])
    562 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MPILIB])
    563 m4trace:configure.ac:12: -1- m4_pattern_allow([^MPILIB$])
    564 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PETSC_])
    565 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PETSC_$])
    566 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_PETSC_], [/* with Petsc in ISSM src */
     547m4trace:configure.ac:13: -1- AC_SUBST([MPIINCL])
     548m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MPIINCL])
     549m4trace:configure.ac:13: -1- m4_pattern_allow([^MPIINCL$])
     550m4trace:configure.ac:13: -1- AC_SUBST([MPILIB])
     551m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MPILIB])
     552m4trace:configure.ac:13: -1- m4_pattern_allow([^MPILIB$])
     553m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PETSC_])
     554m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_PETSC_$])
     555m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_PETSC_], [/* with Petsc in ISSM src */
    567556#undef _HAVE_PETSC_])
    568 m4trace:configure.ac:12: -1- AC_SUBST([PETSCINCL])
    569 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([PETSCINCL])
    570 m4trace:configure.ac:12: -1- m4_pattern_allow([^PETSCINCL$])
    571 m4trace:configure.ac:12: -1- AC_SUBST([PETSCLIB])
    572 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([PETSCLIB])
    573 m4trace:configure.ac:12: -1- m4_pattern_allow([^PETSCLIB$])
    574 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_SLEPC_])
    575 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_SLEPC_$])
    576 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_SLEPC_], [/* with Slepc in ISSM src */
     557m4trace:configure.ac:13: -1- AC_SUBST([PETSCINCL])
     558m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PETSCINCL])
     559m4trace:configure.ac:13: -1- m4_pattern_allow([^PETSCINCL$])
     560m4trace:configure.ac:13: -1- AC_SUBST([PETSCLIB])
     561m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PETSCLIB])
     562m4trace:configure.ac:13: -1- m4_pattern_allow([^PETSCLIB$])
     563m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MPI_])
     564m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MPI_$])
     565m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MPI_], [/* with Mpi in ISSM src */
     566#undef _HAVE_MPI_])
     567m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MPI])
     568m4trace:configure.ac:13: -1- m4_pattern_allow([^HAVE_MPI$])
     569m4trace:configure.ac:13: -1- AH_OUTPUT([HAVE_MPI], [/* with Mpi in ISSM src */
     570#undef HAVE_MPI])
     571m4trace:configure.ac:13: -1- AC_SUBST([MPIINCL])
     572m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MPIINCL])
     573m4trace:configure.ac:13: -1- m4_pattern_allow([^MPIINCL$])
     574m4trace:configure.ac:13: -1- AC_SUBST([MPILIB])
     575m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MPILIB])
     576m4trace:configure.ac:13: -1- m4_pattern_allow([^MPILIB$])
     577m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_SLEPC_])
     578m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_SLEPC_$])
     579m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_SLEPC_], [/* with Slepc in ISSM src */
    577580#undef _HAVE_SLEPC_])
    578 m4trace:configure.ac:12: -1- AC_SUBST([SLEPCINCL])
    579 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([SLEPCINCL])
    580 m4trace:configure.ac:12: -1- m4_pattern_allow([^SLEPCINCL$])
    581 m4trace:configure.ac:12: -1- AC_SUBST([SLEPCLIB])
    582 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([SLEPCLIB])
    583 m4trace:configure.ac:12: -1- m4_pattern_allow([^SLEPCLIB$])
    584 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_SCALAPACK_])
    585 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_SCALAPACK_$])
    586 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_SCALAPACK_], [/* with Scalapack in ISSM src */
     581m4trace:configure.ac:13: -1- AC_SUBST([SLEPCINCL])
     582m4trace:configure.ac:13: -1- AC_SUBST_TRACE([SLEPCINCL])
     583m4trace:configure.ac:13: -1- m4_pattern_allow([^SLEPCINCL$])
     584m4trace:configure.ac:13: -1- AC_SUBST([SLEPCLIB])
     585m4trace:configure.ac:13: -1- AC_SUBST_TRACE([SLEPCLIB])
     586m4trace:configure.ac:13: -1- m4_pattern_allow([^SLEPCLIB$])
     587m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_SCALAPACK_])
     588m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_SCALAPACK_$])
     589m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_SCALAPACK_], [/* with Scalapack in ISSM src */
    587590#undef _HAVE_SCALAPACK_])
    588 m4trace:configure.ac:12: -1- AC_SUBST([SCALAPACKLIB])
    589 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([SCALAPACKLIB])
    590 m4trace:configure.ac:12: -1- m4_pattern_allow([^SCALAPACKLIB$])
    591 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLASLAPACK_])
    592 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$])
    593 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with blas lapack in ISSM src */
     591m4trace:configure.ac:13: -1- AC_SUBST([SCALAPACKLIB])
     592m4trace:configure.ac:13: -1- AC_SUBST_TRACE([SCALAPACKLIB])
     593m4trace:configure.ac:13: -1- m4_pattern_allow([^SCALAPACKLIB$])
     594m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLASLAPACK_])
     595m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$])
     596m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with blas lapack in ISSM src */
    594597#undef _HAVE_BLASLAPACK_])
    595 m4trace:configure.ac:12: -1- AC_SUBST([BLASLAPACKLIB])
    596 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLASLAPACKLIB])
    597 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKLIB$])
    598 m4trace:configure.ac:12: -1- AC_SUBST([BLASLAPACKINCL])
    599 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLASLAPACKINCL])
    600 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$])
    601 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MKL_])
    602 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$])
    603 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MKL_], [/* with mkl in ISSM src */
     598m4trace:configure.ac:13: -1- AC_SUBST([BLASLAPACKLIB])
     599m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BLASLAPACKLIB])
     600m4trace:configure.ac:13: -1- m4_pattern_allow([^BLASLAPACKLIB$])
     601m4trace:configure.ac:13: -1- AC_SUBST([BLASLAPACKINCL])
     602m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BLASLAPACKINCL])
     603m4trace:configure.ac:13: -1- m4_pattern_allow([^BLASLAPACKINCL$])
     604m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MKL_])
     605m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MKL_$])
     606m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MKL_], [/* with mkl in ISSM src */
    604607#undef _HAVE_MKL_])
    605 m4trace:configure.ac:12: -1- AC_SUBST([MKLLIB])
    606 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLLIB])
    607 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$])
    608 m4trace:configure.ac:12: -1- AC_SUBST([MKLINCL])
    609 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLINCL])
    610 m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$])
    611 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PLAPACK_])
    612 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
    613 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_PLAPACK_], [/* with Plapack in ISSM src */
     608m4trace:configure.ac:13: -1- AC_SUBST([MKLLIB])
     609m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MKLLIB])
     610m4trace:configure.ac:13: -1- m4_pattern_allow([^MKLLIB$])
     611m4trace:configure.ac:13: -1- AC_SUBST([MKLINCL])
     612m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MKLINCL])
     613m4trace:configure.ac:13: -1- m4_pattern_allow([^MKLINCL$])
     614m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PLAPACK_])
     615m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
     616m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_PLAPACK_], [/* with Plapack in ISSM src */
    614617#undef _HAVE_PLAPACK_])
    615 m4trace:configure.ac:12: -1- AC_SUBST([PLAPACKINCL])
    616 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([PLAPACKINCL])
    617 m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKINCL$])
    618 m4trace:configure.ac:12: -1- AC_SUBST([PLAPACKLIB])
    619 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([PLAPACKLIB])
    620 m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKLIB$])
    621 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MUMPS_])
    622 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MUMPS_$])
    623 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MUMPS_], [/* with Mumps in ISSM src */
     618m4trace:configure.ac:13: -1- AC_SUBST([PLAPACKINCL])
     619m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PLAPACKINCL])
     620m4trace:configure.ac:13: -1- m4_pattern_allow([^PLAPACKINCL$])
     621m4trace:configure.ac:13: -1- AC_SUBST([PLAPACKLIB])
     622m4trace:configure.ac:13: -1- AC_SUBST_TRACE([PLAPACKLIB])
     623m4trace:configure.ac:13: -1- m4_pattern_allow([^PLAPACKLIB$])
     624m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MUMPS_])
     625m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MUMPS_$])
     626m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MUMPS_], [/* with Mumps in ISSM src */
    624627#undef _HAVE_MUMPS_])
    625 m4trace:configure.ac:12: -1- AC_SUBST([MUMPSINCL])
    626 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MUMPSINCL])
    627 m4trace:configure.ac:12: -1- m4_pattern_allow([^MUMPSINCL$])
    628 m4trace:configure.ac:12: -1- AC_SUBST([MUMPSLIB])
    629 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MUMPSLIB])
    630 m4trace:configure.ac:12: -1- m4_pattern_allow([^MUMPSLIB$])
    631 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLACS_])
    632 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLACS_$])
    633 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLACS_], [/* with Blacs in ISSM src */
     628m4trace:configure.ac:13: -1- AC_SUBST([MUMPSINCL])
     629m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MUMPSINCL])
     630m4trace:configure.ac:13: -1- m4_pattern_allow([^MUMPSINCL$])
     631m4trace:configure.ac:13: -1- AC_SUBST([MUMPSLIB])
     632m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MUMPSLIB])
     633m4trace:configure.ac:13: -1- m4_pattern_allow([^MUMPSLIB$])
     634m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLACS_])
     635m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_BLACS_$])
     636m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_BLACS_], [/* with Blacs in ISSM src */
    634637#undef _HAVE_BLACS_])
    635 m4trace:configure.ac:12: -1- AC_SUBST([BLACSINCL])
    636 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLACSINCL])
    637 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSINCL$])
    638 m4trace:configure.ac:12: -1- AC_SUBST([BLACSLIB])
    639 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLACSLIB])
    640 m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$])
    641 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATH_])
    642 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$])
    643 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MATH_], [/* with MATH in ISSM src */
     638m4trace:configure.ac:13: -1- AC_SUBST([BLACSINCL])
     639m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BLACSINCL])
     640m4trace:configure.ac:13: -1- m4_pattern_allow([^BLACSINCL$])
     641m4trace:configure.ac:13: -1- AC_SUBST([BLACSLIB])
     642m4trace:configure.ac:13: -1- AC_SUBST_TRACE([BLACSLIB])
     643m4trace:configure.ac:13: -1- m4_pattern_allow([^BLACSLIB$])
     644m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATH_])
     645m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_MATH_$])
     646m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_MATH_], [/* with MATH in ISSM src */
    644647#undef _HAVE_MATH_])
    645 m4trace:configure.ac:12: -1- AC_SUBST([MATHLIB])
    646 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATHLIB])
    647 m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$])
    648 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_FORTRAN_])
    649 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
    650 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_FORTRAN_], [/* with FORTRAN in ISSM src */
     648m4trace:configure.ac:13: -1- AC_SUBST([MATHLIB])
     649m4trace:configure.ac:13: -1- AC_SUBST_TRACE([MATHLIB])
     650m4trace:configure.ac:13: -1- m4_pattern_allow([^MATHLIB$])
     651m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_FORTRAN_])
     652m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
     653m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_FORTRAN_], [/* with FORTRAN in ISSM src */
    651654#undef _HAVE_FORTRAN_])
    652 m4trace:configure.ac:12: -1- AC_SUBST([FORTRANLIB])
    653 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FORTRANLIB])
    654 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$])
    655 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_GRAPHICS_])
    656 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$])
    657 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_GRAPHICS_], [/* with GRAPHICS in ISSM src */
     655m4trace:configure.ac:13: -1- AC_SUBST([FORTRANLIB])
     656m4trace:configure.ac:13: -1- AC_SUBST_TRACE([FORTRANLIB])
     657m4trace:configure.ac:13: -1- m4_pattern_allow([^FORTRANLIB$])
     658m4trace:configure.ac:13: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_GRAPHICS_])
     659m4trace:configure.ac:13: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$])
     660m4trace:configure.ac:13: -1- AH_OUTPUT([_HAVE_GRAPHICS_], [/* with GRAPHICS in ISSM src */
    658661#undef _HAVE_GRAPHICS_])
    659 m4trace:configure.ac:12: -1- AC_SUBST([GRAPHICSLIB])
    660 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GRAPHICSLIB])
    661 m4trace:configure.ac:12: -1- m4_pattern_allow([^GRAPHICSLIB$])
    662 m4trace:configure.ac:17: -1- AC_CONFIG_FILES([Makefile
     662m4trace:configure.ac:13: -1- AC_SUBST([GRAPHICSLIB])
     663m4trace:configure.ac:13: -1- AC_SUBST_TRACE([GRAPHICSLIB])
     664m4trace:configure.ac:13: -1- m4_pattern_allow([^GRAPHICSLIB$])
     665m4trace:configure.ac:14: -1- AC_CONFIG_FILES([Makefile
    663666                        src/Makefile
    664667                        src/c/Makefile
    665668                        src/mex/Makefile
    666669                        bin/Makefile])
    667 m4trace:configure.ac:18: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
    668 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
    669 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
    670 m4trace:configure.ac:18: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
    671 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([LTLIBOBJS])
    672 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
    673 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_builddir])
    674 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([srcdir])
    675 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_srcdir])
    676 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_srcdir])
    677 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_top_srcdir])
    678 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([builddir])
    679 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_builddir])
    680 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_top_builddir])
    681 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([INSTALL])
    682 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([MKDIR_P])
     670m4trace:configure.ac:19: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
     671m4trace:configure.ac:19: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
     672m4trace:configure.ac:19: -1- m4_pattern_allow([^LIB@&t@OBJS$])
     673m4trace:configure.ac:19: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
     674m4trace:configure.ac:19: -1- AC_SUBST_TRACE([LTLIBOBJS])
     675m4trace:configure.ac:19: -1- m4_pattern_allow([^LTLIBOBJS$])
     676m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
     677m4trace:configure.ac:19: -1- AC_SUBST([am__EXEEXT_TRUE])
     678m4trace:configure.ac:19: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
     679m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
     680m4trace:configure.ac:19: -1- AC_SUBST([am__EXEEXT_FALSE])
     681m4trace:configure.ac:19: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
     682m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
     683m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
     684m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
     685m4trace:configure.ac:19: -1- AC_SUBST_TRACE([top_builddir])
     686m4trace:configure.ac:19: -1- AC_SUBST_TRACE([top_build_prefix])
     687m4trace:configure.ac:19: -1- AC_SUBST_TRACE([srcdir])
     688m4trace:configure.ac:19: -1- AC_SUBST_TRACE([abs_srcdir])
     689m4trace:configure.ac:19: -1- AC_SUBST_TRACE([top_srcdir])
     690m4trace:configure.ac:19: -1- AC_SUBST_TRACE([abs_top_srcdir])
     691m4trace:configure.ac:19: -1- AC_SUBST_TRACE([builddir])
     692m4trace:configure.ac:19: -1- AC_SUBST_TRACE([abs_builddir])
     693m4trace:configure.ac:19: -1- AC_SUBST_TRACE([abs_top_builddir])
     694m4trace:configure.ac:19: -1- AC_SUBST_TRACE([INSTALL])
     695m4trace:configure.ac:19: -1- AC_SUBST_TRACE([MKDIR_P])
  • issm/trunk/autom4te.cache/traces.2

    r1378 r1464  
    1 m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
     1m4trace:/usr/share/aclocal-1.11/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.11'
    22dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    33dnl require some minimum version.  Point them to the right macro.
    4 m4_if([$1], [1.10], [],
     4m4_if([$1], [1.11], [],
    55      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    66])
    7 m4trace:/usr/share/aclocal-1.10/amversion.m4:35: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10])dnl
    8 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
    9 m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
     7m4trace:/usr/share/aclocal-1.11/amversion.m4:33: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.11])dnl
     8m4_ifndef([AC_AUTOCONF_VERSION],
     9  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     10_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
     11m4trace:/usr/share/aclocal-1.11/auxdir.m4:47: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    1012AC_PREREQ([2.50])dnl
    1113# expand $ac_aux_dir to an absolute path
    1214am_aux_dir=`cd $ac_aux_dir && pwd`
    1315])
    14 m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
     16m4trace:/usr/share/aclocal-1.11/cond.m4:15: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
    1517 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    1618        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     
    1921_AM_SUBST_NOTMAKE([$1_TRUE])dnl
    2022_AM_SUBST_NOTMAKE([$1_FALSE])dnl
     23m4_define([_AM_COND_VALUE_$1], [$2])dnl
    2124if $2; then
    2225  $1_TRUE=
     
    3134Usually this means the macro was only invoked conditionally.]])
    3235fi])])
    33 m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
     36m4trace:/usr/share/aclocal-1.11/depend.m4:28: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
    3437AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
    3538AC_REQUIRE([AM_MAKE_INCLUDE])dnl
     
    6871     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
    6972  fi
     73  am__universal=false
     74  m4_case([$1], [CC],
     75    [case " $depcc " in #(
     76     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     77     esac],
     78    [CXX],
     79    [case " $depcc " in #(
     80     *\ -arch\ *\ -arch\ *) am__universal=true ;;
     81     esac])
     82
    7083  for depmode in $am_compiler_list; do
    7184    # Setup a source with many dependencies, because some compilers
     
    8598    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
    8699
     100    # We check with `-c' and `-o' for the sake of the "dashmstdout"
     101    # mode.  It turns out that the SunPro C++ compiler does not properly
     102    # handle `-M -o', and we need to detect this.  Also, some Intel
     103    # versions had trouble with output in subdirs
     104    am__obj=sub/conftest.${OBJEXT-o}
     105    am__minus_obj="-o $am__obj"
    87106    case $depmode in
     107    gcc)
     108      # This depmode causes a compiler race in universal mode.
     109      test "$am__universal" = false || continue
     110      ;;
    88111    nosideeffect)
    89112      # after this tag, mechanisms are not by side-effect, so they'll
     
    95118      fi
    96119      ;;
     120    msvisualcpp | msvcmsys)
     121      # This compiler won't grok `-c -o', but also, the minuso test has
     122      # not run yet.  These depmodes are late enough in the game, and
     123      # so weak that their functioning should not be impacted.
     124      am__obj=conftest.${OBJEXT-o}
     125      am__minus_obj=
     126      ;;
    97127    none) break ;;
    98128    esac
    99     # We check with `-c' and `-o' for the sake of the "dashmstdout"
    100     # mode.  It turns out that the SunPro C++ compiler does not properly
    101     # handle `-M -o', and we need to detect this.
    102129    if depmode=$depmode \
    103        source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     130       source=sub/conftest.c object=$am__obj \
    104131       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
    105        $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     132       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
    106133         >/dev/null 2>conftest.err &&
    107134       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
    108135       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
    109        grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     136       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
    110137       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
    111138      # icc doesn't choke on unknown options, it will just issue warnings
     
    135162  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
    136163])
    137 m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     164m4trace:/usr/share/aclocal-1.11/depend.m4:163: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    138165AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    139166])
    140 m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
     167m4trace:/usr/share/aclocal-1.11/depend.m4:171: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    141168[  --disable-dependency-tracking  speeds up one-time build
    142169  --enable-dependency-tracking   do not reject slow dependency extractors])
     
    149176_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
    150177])
    151 m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
    152   # Strip MF so we end up with the name of the file.
    153   mf=`echo "$mf" | sed -e 's/:.*$//'`
    154   # Check whether this is an Automake generated Makefile or not.
    155   # We used to match only the files named `Makefile.in', but
    156   # some people rename them; so instead we look at the file content.
    157   # Grep'ing the first line is not enough: some people post-process
    158   # each Makefile.in and add a new line on top of each file to say so.
    159   # Grep'ing the whole file is not good either: AIX grep has a line
    160   # limit of 2048, but all sed's we know have understand at least 4000.
    161   if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    162     dirpart=`AS_DIRNAME("$mf")`
    163   else
    164     continue
    165   fi
    166   # Extract the definition of DEPDIR, am__include, and am__quote
    167   # from the Makefile without running `make'.
    168   DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
    169   test -z "$DEPDIR" && continue
    170   am__include=`sed -n 's/^am__include = //p' < "$mf"`
    171   test -z "am__include" && continue
    172   am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
    173   # When using ansi2knr, U may be empty or an underscore; expand it
    174   U=`sed -n 's/^U = //p' < "$mf"`
    175   # Find all dependency output files, they are included files with
    176   # $(DEPDIR) in their names.  We invoke sed twice because it is the
    177   # simplest approach to changing $(DEPDIR) to its actual value in the
    178   # expansion.
    179   for file in `sed -n "
    180     s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
    181        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
    182     # Make sure the directory exists.
    183     test -f "$dirpart/$file" && continue
    184     fdir=`AS_DIRNAME(["$file"])`
    185     AS_MKDIR_P([$dirpart/$fdir])
    186     # echo "creating $dirpart/$file"
    187     echo '# dummy' > "$dirpart/$file"
     178m4trace:/usr/share/aclocal-1.11/depout.m4:14: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{
     179  # Autoconf 2.62 quotes --file arguments for eval, but not when files
     180  # are listed without --file.  Let's play safe and only enable the eval
     181  # if we detect the quoting.
     182  case $CONFIG_FILES in
     183  *\'*) eval set x "$CONFIG_FILES" ;;
     184  *)   set x $CONFIG_FILES ;;
     185  esac
     186  shift
     187  for mf
     188  do
     189    # Strip MF so we end up with the name of the file.
     190    mf=`echo "$mf" | sed -e 's/:.*$//'`
     191    # Check whether this is an Automake generated Makefile or not.
     192    # We used to match only the files named `Makefile.in', but
     193    # some people rename them; so instead we look at the file content.
     194    # Grep'ing the first line is not enough: some people post-process
     195    # each Makefile.in and add a new line on top of each file to say so.
     196    # Grep'ing the whole file is not good either: AIX grep has a line
     197    # limit of 2048, but all sed's we know have understand at least 4000.
     198    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     199      dirpart=`AS_DIRNAME("$mf")`
     200    else
     201      continue
     202    fi
     203    # Extract the definition of DEPDIR, am__include, and am__quote
     204    # from the Makefile without running `make'.
     205    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     206    test -z "$DEPDIR" && continue
     207    am__include=`sed -n 's/^am__include = //p' < "$mf"`
     208    test -z "am__include" && continue
     209    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     210    # When using ansi2knr, U may be empty or an underscore; expand it
     211    U=`sed -n 's/^U = //p' < "$mf"`
     212    # Find all dependency output files, they are included files with
     213    # $(DEPDIR) in their names.  We invoke sed twice because it is the
     214    # simplest approach to changing $(DEPDIR) to its actual value in the
     215    # expansion.
     216    for file in `sed -n "
     217      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
     218         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
     219      # Make sure the directory exists.
     220      test -f "$dirpart/$file" && continue
     221      fdir=`AS_DIRNAME(["$file"])`
     222      AS_MKDIR_P([$dirpart/$fdir])
     223      # echo "creating $dirpart/$file"
     224      echo '# dummy' > "$dirpart/$file"
     225    done
    188226  done
    189 done
    190 ])
    191 m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
     227}
     228])
     229m4trace:/usr/share/aclocal-1.11/depout.m4:75: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
    192230     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
    193231     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
    194232])
    195 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
    196 m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
     233m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
     234m4trace:/usr/share/aclocal-1.11/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    197235You should run autoupdate.])dnl
    198236AC_CONFIG_HEADERS($@)])
    199 m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
     237m4trace:/usr/share/aclocal-1.11/init.m4:26: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.62])dnl
    200238dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    201239dnl the ones we care about.
     
    248286AM_MISSING_PROG(AUTOHEADER, autoheader)
    249287AM_MISSING_PROG(MAKEINFO, makeinfo)
    250 AM_PROG_INSTALL_SH
    251 AM_PROG_INSTALL_STRIP
     288AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     289AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
    252290AC_REQUIRE([AM_PROG_MKDIR_P])dnl
    253291# We need awk for the "check" target.  The system "awk" is bad on
     
    257295AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    258296_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
    259               [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
    260                              [_AM_PROG_TAR([v7])])])
     297              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
     298                             [_AM_PROG_TAR([v7])])])
    261299_AM_IF_OPTION([no-dependencies],,
    262300[AC_PROVIDE_IFELSE([AC_PROG_CC],
    263                   [_AM_DEPENDENCIES(CC)],
    264                   [define([AC_PROG_CC],
    265                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     301                  [_AM_DEPENDENCIES(CC)],
     302                  [define([AC_PROG_CC],
     303                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    266304AC_PROVIDE_IFELSE([AC_PROG_CXX],
    267                   [_AM_DEPENDENCIES(CXX)],
    268                   [define([AC_PROG_CXX],
    269                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     305                  [_AM_DEPENDENCIES(CXX)],
     306                  [define([AC_PROG_CXX],
     307                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    270308AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    271                   [_AM_DEPENDENCIES(OBJC)],
    272                   [define([AC_PROG_OBJC],
    273                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    274 ])
    275 ])
    276 m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
     309                  [_AM_DEPENDENCIES(OBJC)],
     310                  [define([AC_PROG_OBJC],
     311                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
     312])
     313_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
     314dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
     315dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
     316dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
     317AC_CONFIG_COMMANDS_PRE(dnl
     318[m4_provide_if([_AM_COMPILER_EXEEXT],
     319  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
     320])
     321m4trace:/usr/share/aclocal-1.11/init.m4:126: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
     322_am_arg=$1
    277323_am_stamp_count=1
    278324for _am_header in $config_headers :; do
    279325  case $_am_header in
    280     $1 | $1:* )
     326    $_am_arg | $_am_arg:* )
    281327      break ;;
    282328    * )
     
    284330  esac
    285331done
    286 echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
    287 m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    288 install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
     332echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
     333m4trace:/usr/share/aclocal-1.11/install-sh.m4:11: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     334if test x"${install_sh}" != xset; then
     335  case $am_aux_dir in
     336  *\ * | *\     *)
     337    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
     338  *)
     339    install_sh="\${SHELL} $am_aux_dir/install-sh"
     340  esac
     341fi
    289342AC_SUBST(install_sh)])
    290 m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
     343m4trace:/usr/share/aclocal-1.11/lead-dot.m4:12: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
    291344mkdir .tst 2>/dev/null
    292345if test -d .tst; then
     
    297350rmdir .tst 2>/dev/null
    298351AC_SUBST([am__leading_dot])])
    299 m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
     352m4trace:/usr/share/aclocal-1.11/make.m4:14: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
    300353cat > confinc << 'END'
    301354am__doit:
    302         @echo done
     355        @echo this is the am__doit target
    303356.PHONY: am__doit
    304357END
     
    310363# First try GNU make style include.
    311364echo "include confinc" > confmf
    312 # We grep out `Entering directory' and `Leaving directory'
    313 # messages which can occur if `w' ends up in MAKEFLAGS.
    314 # In particular we don't look at `^make:' because GNU make might
    315 # be invoked under some other name (usually "gmake"), in which
    316 # case it prints its new name instead of `make'.
    317 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
    318    am__include=include
    319    am__quote=
    320    _am_result=GNU
    321 fi
     365# Ignore all kinds of additional output from `make'.
     366case `$am_make -s -f confmf 2> /dev/null` in #(
     367*the\ am__doit\ target*)
     368  am__include=include
     369  am__quote=
     370  _am_result=GNU
     371  ;;
     372esac
    322373# Now try BSD make style include.
    323374if test "$am__include" = "#"; then
    324375   echo '.include "confinc"' > confmf
    325    if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
    326       am__include=.include
    327       am__quote="\""
    328       _am_result=BSD
    329    fi
     376   case `$am_make -s -f confmf 2> /dev/null` in #(
     377   *the\ am__doit\ target*)
     378     am__include=.include
     379     am__quote="\""
     380     _am_result=BSD
     381     ;;
     382   esac
    330383fi
    331384AC_SUBST([am__include])
     
    334387rm -f confinc confmf
    335388])
    336 m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
     389m4trace:/usr/share/aclocal-1.11/minuso.m4:14: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
    337390AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    338391AC_REQUIRE_AUX_FILE([compile])dnl
     
    340393# there is no other way.
    341394set dummy $CC
    342 ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    343 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
     395am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     396eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
     397if test "$am_t" != yes; then
    344398   # Losing compiler, so override with the script.
    345399   # FIXME: It is wrong to rewrite CC.
     
    354408          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
    355409])
    356 m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
     410m4trace:/usr/share/aclocal-1.11/missing.m4:14: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
    357411$1=${$1-"${am_missing_run}$2"}
    358412AC_SUBST($1)])
    359 m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     413m4trace:/usr/share/aclocal-1.11/missing.m4:24: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    360414AC_REQUIRE_AUX_FILE([missing])dnl
    361 test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     415if test x"${MISSING+set}" != xset; then
     416  case $am_aux_dir in
     417  *\ * | *\     *)
     418    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
     419  *)
     420    MISSING="\${SHELL} $am_aux_dir/missing" ;;
     421  esac
     422fi
    362423# Use eval to expand $SHELL
    363424if eval "$MISSING --run true"; then
     
    368429fi
    369430])
    370 m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
     431m4trace:/usr/share/aclocal-1.11/mkdirp.m4:11: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    371432AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    372433dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     
    383444esac
    384445])
    385 m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    386 m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    387 m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    388 m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    389 m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
     446m4trace:/usr/share/aclocal-1.11/options.m4:13: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
     447m4trace:/usr/share/aclocal-1.11/options.m4:19: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     448m4trace:/usr/share/aclocal-1.11/options.m4:25: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     449m4trace:/usr/share/aclocal-1.11/options.m4:31: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
     450m4trace:/usr/share/aclocal-1.11/runlog.m4:12: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    390451   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    391452   ac_status=$?
    392453   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    393454   (exit $ac_status); }])
    394 m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
     455m4trace:/usr/share/aclocal-1.11/sanity.m4:14: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
    395456# Just in case
    396457sleep 1
    397458echo timestamp > conftest.file
     459# Reject unsafe characters in $srcdir or the absolute working directory
     460# name.  Accept space and tab only in the latter.
     461am_lf='
     462'
     463case `pwd` in
     464  *[[\\\"\#\$\&\'\`$am_lf]]*)
     465    AC_MSG_ERROR([unsafe absolute working directory name]);;
     466esac
     467case $srcdir in
     468  *[[\\\"\#\$\&\'\`$am_lf\ \    ]]*)
     469    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
     470esac
     471
    398472# Do `set' in a subshell so we don't clobber the current shell's
    399473# arguments.  Must try -L first in case configure is actually a
     
    402476# directory).
    403477if (
    404    set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
     478   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
    405479   if test "$[*]" = "X"; then
    406480      # -L didn't work.
    407       set X `ls -t $srcdir/configure conftest.file`
     481      set X `ls -t "$srcdir/configure" conftest.file`
    408482   fi
    409483   rm -f conftest.file
     
    429503fi
    430504AC_MSG_RESULT(yes)])
    431 m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     505m4trace:/usr/share/aclocal-1.11/silent.m4:14: -1- AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules],
     506[  --enable-silent-rules          less verbose build output (undo: `make V=1')
     507  --disable-silent-rules         verbose build output (undo: `make V=0')])
     508case $enable_silent_rules in
     509yes) AM_DEFAULT_VERBOSITY=0;;
     510no)  AM_DEFAULT_VERBOSITY=1;;
     511*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
     512esac
     513AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
     514AM_BACKSLASH='\'
     515AC_SUBST([AM_BACKSLASH])dnl
     516_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
     517])
     518m4trace:/usr/share/aclocal-1.11/strip.m4:17: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    432519# Installed binaries are usually stripped using `strip' when the user
    433520# run `make install-strip'.  However `strip' might not be the right
     
    440527INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    441528AC_SUBST([INSTALL_STRIP_PROGRAM])])
    442 m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
    443 m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
     529m4trace:/usr/share/aclocal-1.11/substnot.m4:14: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
     530m4trace:/usr/share/aclocal-1.11/substnot.m4:19: -1- AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
     531m4trace:/usr/share/aclocal-1.11/tar.m4:24: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
    444532AM_MISSING_PROG([AMTAR], [tar])
    445533m4_if([$1], [v7],
     
    563651m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h])
    564652m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    565 You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
     653You should run autoupdate.], [/usr/share/aclocal-1.11/header.m4:12: AM_CONFIG_HEADER is expanded from...
    566654configure.ac:2: the top level])
    567655m4trace:configure.ac:3: -1- m4_pattern_allow([^build$])
     
    580668m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    581669m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
    582 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
    583 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61])
     670m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.11])
     671m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.63])
    584672m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
    585673m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
     
    589677m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
    590678m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
    591 m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
    592 You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from...
    593 /usr/share/aclocal-1.10/options.m4:26: _AM_SET_OPTIONS is expanded from...
    594 /usr/share/aclocal-1.10/init.m4:103: AM_INIT_AUTOMAKE is expanded from...
    595 configure.ac:4: the top level])
    596679m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
    597680m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
     
    620703m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    621704m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
     705m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    622706m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
    623707m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
     
    626710m4trace:configure.ac:4: -1- m4_pattern_allow([^am__leading_dot$])
    627711m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
    628                              [_AM_PROG_TAR([v7])])])
     712                             [_AM_PROG_TAR([v7])])])
    629713m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([tar-ustar])
    630714m4trace:configure.ac:4: -1- _AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])
     
    636720m4trace:configure.ac:4: -1- m4_pattern_allow([^am__untar$])
    637721m4trace:configure.ac:4: -1- _AM_IF_OPTION([no-dependencies], [], [AC_PROVIDE_IFELSE([AC_PROG_CC],
    638                   [_AM_DEPENDENCIES(CC)],
    639                   [define([AC_PROG_CC],
    640                           defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
     722                  [_AM_DEPENDENCIES(CC)],
     723                  [define([AC_PROG_CC],
     724                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
    641725AC_PROVIDE_IFELSE([AC_PROG_CXX],
    642                   [_AM_DEPENDENCIES(CXX)],
    643                   [define([AC_PROG_CXX],
    644                           defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
     726                  [_AM_DEPENDENCIES(CXX)],
     727                  [define([AC_PROG_CXX],
     728                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
    645729AC_PROVIDE_IFELSE([AC_PROG_OBJC],
    646                   [_AM_DEPENDENCIES(OBJC)],
    647                   [define([AC_PROG_OBJC],
    648                           defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
     730                  [_AM_DEPENDENCIES(OBJC)],
     731                  [define([AC_PROG_OBJC],
     732                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
    649733])
    650734m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([no-dependencies])
     735m4trace:configure.ac:4: -1- _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])
     736m4trace:configure.ac:4: -2- _AM_MANGLE_OPTION([silent-rules])
    651737m4trace:configure.ac:5: -1- m4_pattern_allow([^RANLIB$])
    652738m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
     
    655741m4trace:configure.ac:6: -1- m4_pattern_allow([^LIBS$])
    656742m4trace:configure.ac:6: -1- m4_pattern_allow([^CPPFLAGS$])
    657 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    658 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    659 m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    660743m4trace:configure.ac:6: -1- m4_pattern_allow([^CC$])
    661744m4trace:configure.ac:6: -1- m4_pattern_allow([^ac_ct_CC$])
     
    685768m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
    686769m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
    687 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    688 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$])
    689 m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
    690 m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
     770m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
    691771m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
    692 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
    693 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$])
    694 m4trace:configure.ac:7: -1- _AM_DEPENDENCIES([CXX])
    695 m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$])
    696 m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [
     772m4trace:configure.ac:7: -1- m4_pattern_allow([^CPP$])
     773m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     774m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXFLAGS$])
     775m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$])
     776m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
     777m4trace:configure.ac:8: -1- m4_pattern_allow([^CPPFLAGS$])
     778m4trace:configure.ac:8: -1- m4_pattern_allow([^CXX$])
     779m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_CXX$])
     780m4trace:configure.ac:8: -1- _AM_DEPENDENCIES([CXX])
     781m4trace:configure.ac:8: -1- m4_pattern_allow([^CXXDEPMODE$])
     782m4trace:configure.ac:8: -1- AM_CONDITIONAL([am__fastdepCXX], [
    697783  test "x$enable_dependency_tracking" != xno \
    698784  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
    699 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
    700 m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
    701 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
    702 m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
    703 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    704 m4trace:configure.ac:8: -1- m4_pattern_allow([^FFLAGS$])
    705 m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$])
    706 m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
    707 m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
    708 m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_F77$])
    709 m4trace:configure.ac:9: -1- m4_pattern_allow([^FLIBS$])
    710 m4trace:configure.ac:10: -1- AM_PROG_CC_C_O
    711 m4trace:configure.ac:10: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
    712 m4trace:configure.ac:11: -1- m4_pattern_allow([^XMKMF$])
    713 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    714 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
    715 m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
    716 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
    717 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_CFLAGS$])
    718 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_PRE_LIBS$])
    719 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_LIBS$])
    720 m4trace:configure.ac:11: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
    721 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
    722 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
    723 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
    724 m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
     785m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
     786m4trace:configure.ac:8: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
     787m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
     788m4trace:configure.ac:8: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
     789m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     790m4trace:configure.ac:9: -1- m4_pattern_allow([^FFLAGS$])
     791m4trace:configure.ac:9: -1- m4_pattern_allow([^LDFLAGS$])
     792m4trace:configure.ac:9: -1- m4_pattern_allow([^LIBS$])
     793m4trace:configure.ac:9: -1- m4_pattern_allow([^F77$])
     794m4trace:configure.ac:9: -1- m4_pattern_allow([^ac_ct_F77$])
     795m4trace:configure.ac:10: -1- m4_pattern_allow([^FLIBS$])
     796m4trace:configure.ac:11: -1- AM_PROG_CC_C_O
     797m4trace:configure.ac:11: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
     798m4trace:configure.ac:12: -1- m4_pattern_allow([^XMKMF$])
     799m4trace:configure.ac:12: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
     800m4trace:configure.ac:12: -1- m4_pattern_allow([^X_CFLAGS$])
     801m4trace:configure.ac:12: -1- m4_pattern_allow([^X_PRE_LIBS$])
     802m4trace:configure.ac:12: -1- m4_pattern_allow([^X_LIBS$])
     803m4trace:configure.ac:12: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
     804m4trace:configure.ac:19: -1- m4_pattern_allow([^LIB@&t@OBJS$])
     805m4trace:configure.ac:19: -1- m4_pattern_allow([^LTLIBOBJS$])
     806m4trace:configure.ac:19: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
     807m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
     808m4trace:configure.ac:19: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
     809m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
     810m4trace:configure.ac:19: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
     811m4trace:configure.ac:19: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
     812m4trace:configure.ac:19: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
  • issm/trunk/etc/environment.sh

    r1439 r1464  
    9696export INTEL_DIR
    9797PATH="$PATH:$INTEL_DIR"
     98source $ISSM_DIR/externalpackages/intel/intel.sh
    9899
    99100#SDK
  • issm/trunk/externalpackages/petsc/configs/win32/configure.sh

    r1426 r1464  
    11#!/bin/bash
    22./config/configure.py  --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=cygwin-intel --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-debugging=0 --with-mpi=0 --download-c-blas-lapack=1
    3 
  • issm/trunk/src/c/ConfigureObjectsx/ConfigureObjectsx.cpp

    r503 r1464  
    2323        /*intermediary: */
    2424
     25
    2526        elements->Configure(elements,loads,nodes,materials);
    2627        loads->Configure(elements,loads,nodes,materials);
  • issm/trunk/src/c/shared/Numerics/isnan.cpp

    r1428 r1464  
    11/*This routine only used by Intel compler: */
     2#ifdef _INTEL_
    23
    3 #ifdef _INTEL_
    44int isnan(double x){
    5         if (x==0.0/0.0)return 1;
     5        if (x!=x)return 1;
    66        else return 0;
    77}
  • issm/trunk/src/m/classes/public/LaunchQueueJobGeneric.m

    r1439 r1464  
    1212if ~exist([ md.name '.queue'],'file'),
    1313        error('LaunchQueueJobGeneric error message: queueing script issing, cannot go forward');
     14end
     15
     16if ispc,
     17        SCP='winscp';
     18else
     19        SCP='scp';
    1420end
    1521
     
    2834        else
    2935                if md.qmu_analysis,
    30                         system(['scp ' md.name '.bin' ' ' md.name '.queue ' md.name '.qmu.in ' ' ' md.cluster ':' executionpath]);
     36                        system([SCP ' -v ' md.name '.bin' ' ' md.name '.queue ' md.name '.qmu.in ' ' ' md.cluster ':' executionpath]);
    3137                else
    32                         system(['scp ' md.name '.bin' ' ' md.name '.queue' ' ' md.cluster ':' executionpath]);
     38                        system([SCP ' -v ' md.name '.bin' ' ' md.name '.queue' ' ' md.cluster ':' executionpath]);
    3339                end
    3440        end
  • issm/trunk/src/m/classes/public/parameterize.m

    r1138 r1464  
    3232
    3333%Try and run parameter file.
    34 eval(['system( '' cp ' parametername  ' TemporaryParameterFile.m'');']);
     34copyfile(parametername,'TemporaryParameterFile.m');
    3535
    3636try,
    3737        TemporaryParameterFile
    38         system('rm TemporaryParameterFile.m');
     38        delete('TemporaryParameterFile.m');
    3939catch me,
    40         system('rm TemporaryParameterFile.m');
     40        delete('TemporaryParameterFile.m');
    4141
    4242        %copy error message
  • issm/trunk/src/mex/ComputePressure/ComputePressure.cpp

    r1439 r1464  
    1717        ParameterInputs* inputs=NULL;
    1818        int      numberofnodes;
    19 
    20         printf("hello\n");
    2119
    2220        /* output datasets: */
Note: See TracChangeset for help on using the changeset viewer.