Changeset 1378


Ignore:
Timestamp:
07/27/09 10:39:28 (16 years ago)
Author:
seroussi
Message:

Modifications for mac OSX compile... fiouh...

Location:
issm/trunk
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/Makefile.in

    r1 r1378  
    1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
     1# Makefile.in generated by automake 1.10 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    9292CXXFLAGS = @CXXFLAGS@
    9393CYGPATH_W = @CYGPATH_W@
     94DAKOTAINCL = @DAKOTAINCL@
     95DAKOTALIB = @DAKOTALIB@
    9496DEFS = @DEFS@
    9597DEPDIR = @DEPDIR@
     
    101103FFLAGS = @FFLAGS@
    102104FLIBS = @FLIBS@
     105FORTRANLIB = @FORTRANLIB@
    103106INSTALL = @INSTALL@
    104107INSTALL_DATA = @INSTALL_DATA@
     
    111114LTLIBOBJS = @LTLIBOBJS@
    112115MAKEINFO = @MAKEINFO@
     116MATHLIB = @MATHLIB@
    113117MATLAB = @MATLAB@
    114118MATLABINCL = @MATLABINCL@
     
    123127MEXLINK = @MEXLINK@
    124128MKDIR_P = @MKDIR_P@
     129MKLINCL = @MKLINCL@
     130MKLLIB = @MKLLIB@
    125131MPIINCL = @MPIINCL@
    126132MPILIB = @MPILIB@
     
    207213target_os = @target_os@
    208214target_vendor = @target_vendor@
    209 top_build_prefix = @top_build_prefix@
    210215top_builddir = @top_builddir@
    211216top_srcdir = @top_srcdir@
     
    342347            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    343348          done | \
    344           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    345               END { if (nonempty) { for (i in files) print i; }; }'`; \
     349          $(AWK) '    { files[$$0] = 1; } \
     350               END { for (i in files) print i; }'`; \
    346351        mkid -fID $$unique
    347352tags: TAGS
     
    368373            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    369374          done | \
    370           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    371               END { if (nonempty) { for (i in files) print i; }; }'`; \
     375          $(AWK) '    { files[$$0] = 1; } \
     376               END { for (i in files) print i; }'`; \
    372377        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    373378          test -n "$$unique" || unique=$$empty_fix; \
     
    379384                $(TAGS_FILES) $(LISP)
    380385        tags=; \
     386        here=`pwd`; \
    381387        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
    382388        unique=`for i in $$list; do \
    383389            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    384390          done | \
    385           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
    386               END { if (nonempty) { for (i in files) print i; }; }'`; \
     391          $(AWK) '    { files[$$0] = 1; } \
     392               END { for (i in files) print i; }'`; \
    387393        test -z "$(CTAGS_ARGS)$$tags$$unique" \
    388394          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    455461        $(am__remove_distdir)
    456462
    457 dist-lzma: distdir
    458         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
    459         $(am__remove_distdir)
    460 
    461463dist-tarZ: distdir
    462464        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
     
    485487        *.tar.bz2*) \
    486488          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
    487         *.tar.lzma*) \
    488           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
    489489        *.tar.Z*) \
    490490          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
     
    637637        all all-am am--refresh check check-am clean clean-generic \
    638638        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
    639         dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
     639        dist-shar dist-tarZ dist-zip distcheck distclean \
    640640        distclean-generic distclean-hdr distclean-tags distcleancheck \
    641641        distdir distuninstallcheck dvi dvi-am html html-am info \
  • issm/trunk/aclocal.m4

    r1 r1378  
    1 # generated automatically by aclocal 1.10.2 -*- Autoconf -*-
     1# generated automatically by aclocal 1.10 -*- Autoconf -*-
    22
    33# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    4 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     4# 2005, 2006  Free Software Foundation, Inc.
    55# This file is free software; the Free Software Foundation
    66# gives unlimited permission to copy and/or distribute it,
     
    1212# PARTICULAR PURPOSE.
    1313
    14 m4_ifndef([AC_AUTOCONF_VERSION],
    15   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
    17 [m4_warning([this file was generated for autoconf 2.63.
    18 You have another version of autoconf.  It may work, but is not guaranteed to.
    19 If you have problems, you may need to regenerate the build system entirely.
    20 To do so, use the procedure documented by the package, typically `autoreconf'.])])
    21 
    22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     14m4_if(m4_PACKAGE_VERSION, [2.61],,
     15[m4_fatal([this file was generated for autoconf 2.61.
     16You have another version of autoconf.  If you want to use that,
     17you should regenerate the build system entirely.], [63])])
     18
     19# Copyright (C) 2002, 2003, 2005, 2006  Free Software Foundation, Inc.
    2320#
    2421# This file is free software; the Free Software Foundation
     
    3532dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
    3633dnl require some minimum version.  Point them to the right macro.
    37 m4_if([$1], [1.10.2], [],
     34m4_if([$1], [1.10], [],
    3835      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    3936])
     
    4946# -------------------------------
    5047# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
    51 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
     48# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
    5249AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
    53 [AM_AUTOMAKE_VERSION([1.10.2])dnl
    54 m4_ifndef([AC_AUTOCONF_VERSION],
    55   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    56 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
     50[AM_AUTOMAKE_VERSION([1.10])dnl
     51_AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)])
    5752
    5853# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
     
    304299# Generate code to set up dependency tracking.              -*- Autoconf -*-
    305300
    306 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
     301# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    307302# Free Software Foundation, Inc.
    308303#
     
    311306# with or without modifications, as long as this notice is preserved.
    312307
    313 #serial 4
     308#serial 3
    314309
    315310# _AM_OUTPUT_DEPENDENCY_COMMANDS
    316311# ------------------------------
    317312AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
    318 [# Autoconf 2.62 quotes --file arguments for eval, but not when files
    319 # are listed without --file.  Let's play safe and only enable the eval
    320 # if we detect the quoting.
    321 case $CONFIG_FILES in
    322 *\'*) eval set x "$CONFIG_FILES" ;;
    323 *)   set x $CONFIG_FILES ;;
    324 esac
    325 shift
    326 for mf
    327 do
     313[for mf in $CONFIG_FILES; do
    328314  # Strip MF so we end up with the name of the file.
    329315  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    335321  # Grep'ing the whole file is not good either: AIX grep has a line
    336322  # limit of 2048, but all sed's we know have understand at least 4000.
    337   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     323  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    338324    dirpart=`AS_DIRNAME("$mf")`
    339325  else
     
    395381
    396382# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
    397 # 2005, 2006, 2008 Free Software Foundation, Inc.
    398 #
    399 # This file is free software; the Free Software Foundation
    400 # gives unlimited permission to copy and/or distribute it,
    401 # with or without modifications, as long as this notice is preserved.
    402 
    403 # serial 13
     383# 2005, 2006 Free Software Foundation, Inc.
     384#
     385# This file is free software; the Free Software Foundation
     386# gives unlimited permission to copy and/or distribute it,
     387# with or without modifications, as long as this notice is preserved.
     388
     389# serial 12
    404390
    405391# This macro actually does too much.  Some checks are only needed if
     
    506492AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
    507493[# Compute $1's index in $config_headers.
    508 _am_arg=$1
    509494_am_stamp_count=1
    510495for _am_header in $config_headers :; do
    511496  case $_am_header in
    512     $_am_arg | $_am_arg:* )
     497    $1 | $1:* )
    513498      break ;;
    514499    * )
     
    516501  esac
    517502done
    518 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
     503echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
    519504
    520505# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
     
    605590])
    606591
    607 # Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
     592# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
    608593# Free Software Foundation, Inc.
    609594#
     
    612597# with or without modifications, as long as this notice is preserved.
    613598
    614 # serial 6
     599# serial 5
    615600
    616601# AM_PROG_CC_C_O
     
    624609# there is no other way.
    625610set dummy $CC
    626 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    627 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    628 if test "$am_t" != yes; then
     611ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     612if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    629613   # Losing compiler, so override with the script.
    630614   # FIXME: It is wrong to rewrite CC.
     
    704688# Helper functions for option handling.                     -*- Autoconf -*-
    705689
    706 # Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
    707 #
    708 # This file is free software; the Free Software Foundation
    709 # gives unlimited permission to copy and/or distribute it,
    710 # with or without modifications, as long as this notice is preserved.
    711 
    712 # serial 4
     690# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
     691#
     692# This file is free software; the Free Software Foundation
     693# gives unlimited permission to copy and/or distribute it,
     694# with or without modifications, as long as this notice is preserved.
     695
     696# serial 3
    713697
    714698# _AM_MANGLE_OPTION(NAME)
     
    727711# OPTIONS is a space-separated list of Automake options.
    728712AC_DEFUN([_AM_SET_OPTIONS],
    729 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     713[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    730714
    731715# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
     
    823807# _AM_SUBST_NOTMAKE(VARIABLE)
    824808# ---------------------------
    825 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
     809# Prevent Automake from outputing VARIABLE = @VARIABLE@ in Makefile.in.
    826810# This macro is traced by Automake.
    827811AC_DEFUN([_AM_SUBST_NOTMAKE])
  • issm/trunk/autom4te.cache/output.0

    r1 r1378  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.61 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, 2007, 2008 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs 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
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (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'
    52 else
    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'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     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
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for 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
     109do
     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
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    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.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (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
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if 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 ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    601579PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    602580
    603 ac_subst_vars='LTLIBOBJS
     581ac_subst_vars='SHELL
     582PATH_SEPARATOR
     583PACKAGE_NAME
     584PACKAGE_TARNAME
     585PACKAGE_VERSION
     586PACKAGE_STRING
     587PACKAGE_BUGREPORT
     588exec_prefix
     589prefix
     590program_transform_name
     591bindir
     592sbindir
     593libexecdir
     594datarootdir
     595datadir
     596sysconfdir
     597sharedstatedir
     598localstatedir
     599includedir
     600oldincludedir
     601docdir
     602infodir
     603htmldir
     604dvidir
     605pdfdir
     606psdir
     607libdir
     608localedir
     609mandir
     610DEFS
     611ECHO_C
     612ECHO_N
     613ECHO_T
     614LIBS
     615build_alias
     616host_alias
     617target_alias
     618build
     619build_cpu
     620build_vendor
     621build_os
     622host
     623host_cpu
     624host_vendor
     625host_os
     626target
     627target_cpu
     628target_vendor
     629target_os
     630INSTALL_PROGRAM
     631INSTALL_SCRIPT
     632INSTALL_DATA
     633am__isrc
     634CYGPATH_W
     635PACKAGE
     636VERSION
     637ACLOCAL
     638AUTOCONF
     639AUTOMAKE
     640AUTOHEADER
     641MAKEINFO
     642install_sh
     643STRIP
     644INSTALL_STRIP_PROGRAM
     645mkdir_p
     646AWK
     647SET_MAKE
     648am__leading_dot
     649AMTAR
     650am__tar
     651am__untar
     652RANLIB
     653CC
     654CFLAGS
     655LDFLAGS
     656CPPFLAGS
     657ac_ct_CC
     658EXEEXT
     659OBJEXT
     660DEPDIR
     661am__include
     662am__quote
     663AMDEP_TRUE
     664AMDEP_FALSE
     665AMDEPBACKSLASH
     666CCDEPMODE
     667am__fastdepCC_TRUE
     668am__fastdepCC_FALSE
     669CXX
     670CXXFLAGS
     671ac_ct_CXX
     672CXXDEPMODE
     673am__fastdepCXX_TRUE
     674am__fastdepCXX_FALSE
     675F77
     676FFLAGS
     677ac_ct_F77
     678FLIBS
     679XMKMF
     680CPP
     681X_CFLAGS
     682X_PRE_LIBS
     683X_LIBS
     684X_EXTRA_LIBS
     685NOSERIAL_TRUE
     686NOSERIAL_FALSE
     687NOPARALLEL_TRUE
     688NOPARALLEL_FALSE
     689MATLABINCL
     690MEX
     691MEXEXT
     692MEXLIB
     693MEXLINK
     694MATLAB
     695MATLAB_VERSION
     696MATLAB_MAJOR
     697MATLAB_MINOR
     698LARGEARRAYS_TRUE
     699LARGEARRAYS_FALSE
     700TRIANGLEINCL
     701TRIANGLELIB
     702DAKOTAINCL
     703DAKOTALIB
     704METISINCL
     705METISLIB
     706MPIINCL
     707MPILIB
     708PETSCINCL
     709PETSCLIB
     710SLEPCINCL
     711SLEPCLIB
     712SCALAPACKLIB
     713BLASLAPACKLIB
     714BLASLAPACKINCL
     715MKLLIB
     716MKLINCL
     717PLAPACKINCL
     718PLAPACKLIB
     719MUMPSINCL
     720MUMPSLIB
     721BLACSINCL
     722BLACSLIB
     723MATHLIB
     724FORTRANLIB
    604725LIB@&t@OBJS
    605 BLACSLIB
    606 BLACSINCL
    607 MUMPSLIB
    608 MUMPSINCL
    609 PLAPACKLIB
    610 PLAPACKINCL
    611 BLASLAPACKINCL
    612 BLASLAPACKLIB
    613 SCALAPACKLIB
    614 SLEPCLIB
    615 SLEPCINCL
    616 PETSCLIB
    617 PETSCINCL
    618 MPILIB
    619 MPIINCL
    620 METISLIB
    621 METISINCL
    622 TRIANGLELIB
    623 TRIANGLEINCL
    624 LARGEARRAYS_FALSE
    625 LARGEARRAYS_TRUE
    626 MATLAB_MINOR
    627 MATLAB_MAJOR
    628 MATLAB_VERSION
    629 MATLAB
    630 MEXLINK
    631 MEXLIB
    632 MEXEXT
    633 MEX
    634 MATLABINCL
    635 NOPARALLEL_FALSE
    636 NOPARALLEL_TRUE
    637 NOSERIAL_FALSE
    638 NOSERIAL_TRUE
    639 X_EXTRA_LIBS
    640 X_LIBS
    641 X_PRE_LIBS
    642 X_CFLAGS
    643 CPP
    644 XMKMF
    645 FLIBS
    646 ac_ct_F77
    647 FFLAGS
    648 F77
    649 am__fastdepCXX_FALSE
    650 am__fastdepCXX_TRUE
    651 CXXDEPMODE
    652 ac_ct_CXX
    653 CXXFLAGS
    654 CXX
    655 am__fastdepCC_FALSE
    656 am__fastdepCC_TRUE
    657 CCDEPMODE
    658 AMDEPBACKSLASH
    659 AMDEP_FALSE
    660 AMDEP_TRUE
    661 am__quote
    662 am__include
    663 DEPDIR
    664 OBJEXT
    665 EXEEXT
    666 ac_ct_CC
    667 CPPFLAGS
    668 LDFLAGS
    669 CFLAGS
    670 CC
    671 RANLIB
    672 am__untar
    673 am__tar
    674 AMTAR
    675 am__leading_dot
    676 SET_MAKE
    677 AWK
    678 mkdir_p
    679 MKDIR_P
    680 INSTALL_STRIP_PROGRAM
    681 STRIP
    682 install_sh
    683 MAKEINFO
    684 AUTOHEADER
    685 AUTOMAKE
    686 AUTOCONF
    687 ACLOCAL
    688 VERSION
    689 PACKAGE
    690 CYGPATH_W
    691 am__isrc
    692 INSTALL_DATA
    693 INSTALL_SCRIPT
    694 INSTALL_PROGRAM
    695 target_os
    696 target_vendor
    697 target_cpu
    698 target
    699 host_os
    700 host_vendor
    701 host_cpu
    702 host
    703 build_os
    704 build_vendor
    705 build_cpu
    706 build
    707 target_alias
    708 host_alias
    709 build_alias
    710 LIBS
    711 ECHO_T
    712 ECHO_N
    713 ECHO_C
    714 DEFS
    715 mandir
    716 localedir
    717 libdir
    718 psdir
    719 pdfdir
    720 dvidir
    721 htmldir
    722 infodir
    723 docdir
    724 oldincludedir
    725 includedir
    726 localstatedir
    727 sharedstatedir
    728 sysconfdir
    729 datadir
    730 datarootdir
    731 libexecdir
    732 sbindir
    733 bindir
    734 program_transform_name
    735 prefix
    736 exec_prefix
    737 PACKAGE_BUGREPORT
    738 PACKAGE_STRING
    739 PACKAGE_VERSION
    740 PACKAGE_TARNAME
    741 PACKAGE_NAME
    742 PATH_SEPARATOR
    743 SHELL'
     726LTLIBOBJS'
    744727ac_subst_files=''
    745 ac_user_opts='
    746 enable_option_checking
    747 enable_dependency_tracking
    748 with_x
    749 enable_debugging
    750 with_serial
    751 with_parallel
    752 with_matlab_dir
    753 with_triangle_dir
    754 with_metis_dir
    755 with_mpi_lib
    756 with_mpi_include
    757 with_petsc_dir
    758 with_petsc_arch
    759 with_slepc_dir
    760 with_scalapack_dir
    761 with_blas_lapack_dir
    762 with_plapack_dir
    763 with_mumps_dir
    764 with_blacs_dir
    765 '
    766728      ac_precious_vars='build_alias
    767729host_alias
     
    784746ac_init_help=
    785747ac_init_version=false
    786 ac_unrecognized_opts=
    787 ac_unrecognized_sep=
    788748# The variables have the same names as the options, with
    789749# dashes changed to underlines.
     
    884844
    885845  -disable-* | --disable-*)
    886     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     846    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    887847    # Reject names that are not valid shell variable names.
    888     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    889       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     848    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     849      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    890850   { (exit 1); exit 1; }; }
    891     ac_useropt_orig=$ac_useropt
    892     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    893     case $ac_user_opts in
    894       *"
    895 "enable_$ac_useropt"
    896 "*) ;;
    897       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    898          ac_unrecognized_sep=', ';;
    899     esac
    900     eval enable_$ac_useropt=no ;;
     851    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     852    eval enable_$ac_feature=no ;;
    901853
    902854  -docdir | --docdir | --docdi | --doc | --do)
     
    911863
    912864  -enable-* | --enable-*)
    913     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     865    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    914866    # Reject names that are not valid shell variable names.
    915     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    916       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     867    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     868      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    917869   { (exit 1); exit 1; }; }
    918     ac_useropt_orig=$ac_useropt
    919     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    920     case $ac_user_opts in
    921       *"
    922 "enable_$ac_useropt"
    923 "*) ;;
    924       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    925          ac_unrecognized_sep=', ';;
    926     esac
    927     eval enable_$ac_useropt=\$ac_optarg ;;
     870    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     871    eval enable_$ac_feature=\$ac_optarg ;;
    928872
    929873  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11161060
    11171061  -with-* | --with-*)
    1118     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1062    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11191063    # Reject names that are not valid shell variable names.
    1120     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1121       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1064    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1065      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11221066   { (exit 1); exit 1; }; }
    1123     ac_useropt_orig=$ac_useropt
    1124     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1125     case $ac_user_opts in
    1126       *"
    1127 "with_$ac_useropt"
    1128 "*) ;;
    1129       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1130          ac_unrecognized_sep=', ';;
    1131     esac
    1132     eval with_$ac_useropt=\$ac_optarg ;;
     1067    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1068    eval with_$ac_package=\$ac_optarg ;;
    11331069
    11341070  -without-* | --without-*)
    1135     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1071    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11361072    # Reject names that are not valid shell variable names.
    1137     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1138       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1073    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1074      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11391075   { (exit 1); exit 1; }; }
    1140     ac_useropt_orig=$ac_useropt
    1141     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1142     case $ac_user_opts in
    1143       *"
    1144 "with_$ac_useropt"
    1145 "*) ;;
    1146       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1147          ac_unrecognized_sep=', ';;
    1148     esac
    1149     eval with_$ac_useropt=no ;;
     1076    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1077    eval with_$ac_package=no ;;
    11501078
    11511079  --x)
     
    11671095    x_libraries=$ac_optarg ;;
    11681096
    1169   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1097  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11701098Try \`$0 --help' for more information." >&2
    11711099   { (exit 1); exit 1; }; }
     
    11761104    # Reject names that are not valid shell variable names.
    11771105    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1178       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1106      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11791107   { (exit 1); exit 1; }; }
    11801108    eval $ac_envvar=\$ac_optarg
     
    11831111  *)
    11841112    # FIXME: should be removed in autoconf 3.0.
    1185     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1113    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11861114    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1187       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1115      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11881116    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11891117    ;;
     
    11941122if test -n "$ac_prev"; then
    11951123  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1196   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1124  { echo "$as_me: error: missing argument to $ac_option" >&2
    11971125   { (exit 1); exit 1; }; }
    11981126fi
    11991127
    1200 if test -n "$ac_unrecognized_opts"; then
    1201   case $enable_option_checking in
    1202     no) ;;
    1203     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1204    { (exit 1); exit 1; }; } ;;
    1205     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1206   esac
    1207 fi
    1208 
    1209 # Check all directory arguments for consistency.
     1128# Be sure to have absolute directory names.
    12101129for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12111130                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12141133do
    12151134  eval ac_val=\$$ac_var
    1216   # Remove trailing slashes.
    1217   case $ac_val in
    1218     */ )
    1219       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1220       eval $ac_var=\$ac_val;;
    1221   esac
    1222   # Be sure to have absolute directory names.
    12231135  case $ac_val in
    12241136    [\\/$]* | ?:[\\/]* )  continue;;
    12251137    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12261138  esac
    1227   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1139  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12281140   { (exit 1); exit 1; }; }
    12291141done
     
    12401152  if test "x$build_alias" = x; then
    12411153    cross_compiling=maybe
    1242     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1154    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12431155    If a cross compiler is detected then cross compile mode will be used." >&2
    12441156  elif test "x$build_alias" != "x$host_alias"; then
     
    12561168ac_ls_di=`ls -di .` &&
    12571169ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1258   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1170  { echo "$as_me: error: Working directory cannot be determined" >&2
    12591171   { (exit 1); exit 1; }; }
    12601172test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1261   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1173  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12621174   { (exit 1); exit 1; }; }
    12631175
     
    12671179  ac_srcdir_defaulted=yes
    12681180  # Try the directory containing this script, then the parent directory.
    1269   ac_confdir=`$as_dirname -- "$as_myself" ||
    1270 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1271          X"$as_myself" : 'X\(//\)[^/]' \| \
    1272          X"$as_myself" : 'X\(//\)$' \| \
    1273          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1274 $as_echo X"$as_myself" |
     1181  ac_confdir=`$as_dirname -- "$0" ||
     1182$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1183         X"$0" : 'X\(//\)[^/]' \| \
     1184         X"$0" : 'X\(//\)$' \| \
     1185         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1186echo X"$0" |
    12751187    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12761188            s//\1/
     
    12991211if test ! -r "$srcdir/$ac_unique_file"; then
    13001212  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1301   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1213  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13021214   { (exit 1); exit 1; }; }
    13031215fi
    13041216ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13051217ac_abs_confdir=`(
    1306         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1218        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13071219   { (exit 1); exit 1; }; }
    13081220        pwd)`
     
    13531265Installation directories:
    13541266  --prefix=PREFIX         install architecture-independent files in PREFIX
    1355                           [$ac_default_prefix]
     1267                          [$ac_default_prefix]
    13561268  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1357                           [PREFIX]
     1269                          [PREFIX]
    13581270
    13591271By default, \`make install' will install all the files in
     
    13651277
    13661278Fine tuning of the installation directories:
    1367   --bindir=DIR            user executables [EPREFIX/bin]
    1368   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1369   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1370   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1371   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1372   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1373   --libdir=DIR            object code libraries [EPREFIX/lib]
    1374   --includedir=DIR        C header files [PREFIX/include]
    1375   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1376   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1377   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1378   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1379   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1380   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1381   --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1382   --htmldir=DIR           html documentation [DOCDIR]
    1383   --dvidir=DIR            dvi documentation [DOCDIR]
    1384   --pdfdir=DIR            pdf documentation [DOCDIR]
    1385   --psdir=DIR             ps documentation [DOCDIR]
     1279  --bindir=DIR           user executables [EPREFIX/bin]
     1280  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1281  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1282  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1283  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1284  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1285  --libdir=DIR           object code libraries [EPREFIX/lib]
     1286  --includedir=DIR       C header files [PREFIX/include]
     1287  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1288  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1289  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1290  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1291  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1292  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1293  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/issm@:>@
     1294  --htmldir=DIR          html documentation [DOCDIR]
     1295  --dvidir=DIR           dvi documentation [DOCDIR]
     1296  --pdfdir=DIR           pdf documentation [DOCDIR]
     1297  --psdir=DIR            ps documentation [DOCDIR]
    13861298_ACEOF
    13871299
     
    14111323
    14121324Optional Features:
    1413   --disable-option-checking  ignore unrecognized --enable/--with options
    14141325  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14151326  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14281339  --with-triangle-dir = DIR
    14291340                          triangle root directory. necessary for serial build
     1341  --with-dakota-dir = DIR dakota root directory. necessary for serial build
    14301342  --with-metis-dir = DIR  metis root directory. necessary for serial build
    14311343  --with-mpi-lib = otions mpi options, for ex: "-L$MPIROOT -lmpich
     
    14391351  --with-blas-lapack-dir = DIR
    14401352                          blas-lapack root directory
     1353  --with-mkl-dir = DIR    mkl root directory
    14411354  --with-plapack-dir = DIR
    14421355                          plapack root directory
    14431356  --with-mumps-dir = DIR  mumps root directory
    14441357  --with-blacs-dir = DIR  blacs root directory
     1358  --with-math-lib = otions
     1359                          math options, for ex: "/usr/lib/libm.a
     1360  --with-fortran-lib = options
     1361                          fortran options, for ex: "/usr/lib/gfortran.a
    14451362
    14461363Some influential environment variables:
     
    14701387  # If there are subdirs, report their specific --help.
    14711388  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1472     test -d "$ac_dir" ||
    1473       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1474       continue
     1389    test -d "$ac_dir" || continue
    14751390    ac_builddir=.
    14761391
     
    14781393.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14791394*)
    1480   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1395  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14811396  # A ".." for each directory in $ac_dir_suffix.
    1482   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1397  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14831398  case $ac_top_builddir_sub in
    14841399  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15161431      $SHELL "$ac_srcdir/configure" --help=recursive
    15171432    else
    1518       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1433      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15191434    fi || ac_status=$?
    15201435    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15261441  cat <<\_ACEOF
    15271442ISSM configure 1.0
    1528 generated by GNU Autoconf 2.63
     1443generated by GNU Autoconf 2.61
    15291444
    15301445Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1531 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14462002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15321447This configure script is free software; the Free Software Foundation
    15331448gives unlimited permission to copy, distribute and modify it.
     
    15401455
    15411456It was created by ISSM $as_me 1.0, which was
    1542 generated by GNU Autoconf 2.63.  Invocation command line was
     1457generated by GNU Autoconf 2.61.  Invocation command line was
    15431458
    15441459  $ $0 $@
     
    15761491  IFS=$as_save_IFS
    15771492  test -z "$as_dir" && as_dir=.
    1578   $as_echo "PATH: $as_dir"
     1493  echo "PATH: $as_dir"
    15791494done
    15801495IFS=$as_save_IFS
     
    16111526      continue ;;
    16121527    *\'*)
    1613       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1528      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16141529    esac
    16151530    case $ac_pass in
     
    16631578    *${as_nl}*)
    16641579      case $ac_var in #(
    1665       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1666 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1580      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1581echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16671582      esac
    16681583      case $ac_var in #(
    16691584      _ | IFS | as_nl) ;; #(
    1670       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16711585      *) $as_unset $ac_var ;;
    16721586      esac ;;
     
    16981612      eval ac_val=\$$ac_var
    16991613      case $ac_val in
    1700       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1614      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17011615      esac
    1702       $as_echo "$ac_var='\''$ac_val'\''"
     1616      echo "$ac_var='\''$ac_val'\''"
    17031617    done | sort
    17041618    echo
     
    17151629        eval ac_val=\$$ac_var
    17161630        case $ac_val in
    1717         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1631        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17181632        esac
    1719         $as_echo "$ac_var='\''$ac_val'\''"
     1633        echo "$ac_var='\''$ac_val'\''"
    17201634      done | sort
    17211635      echo
     
    17331647    fi
    17341648    test "$ac_signal" != 0 &&
    1735       $as_echo "$as_me: caught signal $ac_signal"
    1736     $as_echo "$as_me: exit $exit_status"
     1649      echo "$as_me: caught signal $ac_signal"
     1650    echo "$as_me: exit $exit_status"
    17371651  } >&5
    17381652  rm -f core *.core core.conftest.* &&
     
    17761690
    17771691# Let the site file select an alternate cache file if it wants to.
    1778 # Prefer an explicitly selected file to automatically selected ones.
    1779 ac_site_file1=NONE
    1780 ac_site_file2=NONE
     1692# Prefer explicitly selected file to automatically selected ones.
    17811693if test -n "$CONFIG_SITE"; then
    1782   ac_site_file1=$CONFIG_SITE
     1694  set x "$CONFIG_SITE"
    17831695elif test "x$prefix" != xNONE; then
    1784   ac_site_file1=$prefix/share/config.site
    1785   ac_site_file2=$prefix/etc/config.site
    1786 else
    1787   ac_site_file1=$ac_default_prefix/share/config.site
    1788   ac_site_file2=$ac_default_prefix/etc/config.site
    1789 fi
    1790 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1696  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1697else
     1698  set x "$ac_default_prefix/share/config.site" \
     1699        "$ac_default_prefix/etc/config.site"
     1700fi
     1701shift
     1702for ac_site_file
    17911703do
    1792   test "x$ac_site_file" = xNONE && continue
    17931704  if test -r "$ac_site_file"; then
    1794     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1795 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1705    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1706echo "$as_me: loading site script $ac_site_file" >&6;}
    17961707    sed 's/^/| /' "$ac_site_file" >&5
    17971708    . "$ac_site_file"
     
    18031714  # files actually), so we avoid doing that.
    18041715  if test -f "$cache_file"; then
    1805     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1806 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1716    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1717echo "$as_me: loading cache $cache_file" >&6;}
    18071718    case $cache_file in
    18081719      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18111722  fi
    18121723else
    1813   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1814 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1724  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1725echo "$as_me: creating cache $cache_file" >&6;}
    18151726  >$cache_file
    18161727fi
     
    18261737  case $ac_old_set,$ac_new_set in
    18271738    set,)
    1828       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1829 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1739      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1740echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18301741      ac_cache_corrupted=: ;;
    18311742    ,set)
    1832       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1833 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1743      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1744echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18341745      ac_cache_corrupted=: ;;
    18351746    ,);;
    18361747    *)
    18371748      if test "x$ac_old_val" != "x$ac_new_val"; then
    1838         # differences in whitespace do not lead to failure.
    1839         ac_old_val_w=`echo x $ac_old_val`
    1840         ac_new_val_w=`echo x $ac_new_val`
    1841         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1842           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1843 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1844           ac_cache_corrupted=:
    1845         else
    1846           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1847 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1848           eval $ac_var=\$ac_old_val
    1849         fi
    1850         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1851 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1852         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1853 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1749        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1750echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1751        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1752echo "$as_me:   former value:  $ac_old_val" >&2;}
     1753        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1754echo "$as_me:   current value: $ac_new_val" >&2;}
     1755        ac_cache_corrupted=:
    18541756      fi;;
    18551757  esac
     
    18571759  if test "$ac_new_set" = set; then
    18581760    case $ac_new_val in
    1859     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1761    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18601762    *) ac_arg=$ac_var=$ac_new_val ;;
    18611763    esac
     
    18671769done
    18681770if $ac_cache_corrupted; then
    1869   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1871   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1872 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1873   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1874 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1771  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1772echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1773  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1774echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18751775   { (exit 1); exit 1; }; }
    18761776fi
     
    19261826done
    19271827if test -z "$ac_aux_dir"; then
    1928   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1929 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1828  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1829echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    19301830   { (exit 1); exit 1; }; }
    19311831fi
     
    19421842# Make sure we can run config.sub.
    19431843$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1944   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1945 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1844  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1845echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    19461846   { (exit 1); exit 1; }; }
    19471847
    1948 { $as_echo "$as_me:$LINENO: checking build system type" >&5
    1949 $as_echo_n "checking build system type... " >&6; }
     1848{ echo "$as_me:$LINENO: checking build system type" >&5
     1849echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    19501850if test "${ac_cv_build+set}" = set; then
    1951   $as_echo_n "(cached) " >&6
     1851  echo $ECHO_N "(cached) $ECHO_C" >&6
    19521852else
    19531853  ac_build_alias=$build_alias
     
    19551855  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    19561856test "x$ac_build_alias" = x &&
    1957   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1958 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1857  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1858echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    19591859   { (exit 1); exit 1; }; }
    19601860ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1961   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1962 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1861  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1862echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    19631863   { (exit 1); exit 1; }; }
    19641864
    19651865fi
    1966 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1967 $as_echo "$ac_cv_build" >&6; }
     1866{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1867echo "${ECHO_T}$ac_cv_build" >&6; }
    19681868case $ac_cv_build in
    19691869*-*-*) ;;
    1970 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1971 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
     1870*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1871echo "$as_me: error: invalid value of canonical build" >&2;}
    19721872   { (exit 1); exit 1; }; };;
    19731873esac
     
    19861886
    19871887
    1988 { $as_echo "$as_me:$LINENO: checking host system type" >&5
    1989 $as_echo_n "checking host system type... " >&6; }
     1888{ echo "$as_me:$LINENO: checking host system type" >&5
     1889echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    19901890if test "${ac_cv_host+set}" = set; then
    1991   $as_echo_n "(cached) " >&6
     1891  echo $ECHO_N "(cached) $ECHO_C" >&6
    19921892else
    19931893  if test "x$host_alias" = x; then
     
    19951895else
    19961896  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1997     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1998 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     1897    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     1898echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    19991899   { (exit 1); exit 1; }; }
    20001900fi
    20011901
    20021902fi
    2003 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    2004 $as_echo "$ac_cv_host" >&6; }
     1903{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1904echo "${ECHO_T}$ac_cv_host" >&6; }
    20051905case $ac_cv_host in
    20061906*-*-*) ;;
    2007 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    2008 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
     1907*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     1908echo "$as_me: error: invalid value of canonical host" >&2;}
    20091909   { (exit 1); exit 1; }; };;
    20101910esac
     
    20231923
    20241924
    2025 { $as_echo "$as_me:$LINENO: checking target system type" >&5
    2026 $as_echo_n "checking target system type... " >&6; }
     1925{ echo "$as_me:$LINENO: checking target system type" >&5
     1926echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
    20271927if test "${ac_cv_target+set}" = set; then
    2028   $as_echo_n "(cached) " >&6
     1928  echo $ECHO_N "(cached) $ECHO_C" >&6
    20291929else
    20301930  if test "x$target_alias" = x; then
     
    20321932else
    20331933  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    2034     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    2035 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     1934    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     1935echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    20361936   { (exit 1); exit 1; }; }
    20371937fi
    20381938
    20391939fi
    2040 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    2041 $as_echo "$ac_cv_target" >&6; }
     1940{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1941echo "${ECHO_T}$ac_cv_target" >&6; }
    20421942case $ac_cv_target in
    20431943*-*-*) ;;
    2044 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    2045 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
     1944*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     1945echo "$as_me: error: invalid value of canonical target" >&2;}
    20461946   { (exit 1); exit 1; }; };;
    20471947esac
     
    20811981# OS/2's system install, which has a completely different semantic
    20821982# ./install, which can be erroneously created by make from ./install.sh.
    2083 # Reject install programs that cannot install multiple files.
    2084 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2085 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1983{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1984echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    20861985if test -z "$INSTALL"; then
    20871986if test "${ac_cv_path_install+set}" = set; then
    2088   $as_echo_n "(cached) " >&6
     1987  echo $ECHO_N "(cached) $ECHO_C" >&6
    20891988else
    20901989  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21152014            :
    21162015          else
    2117             rm -rf conftest.one conftest.two conftest.dir
    2118             echo one > conftest.one
    2119             echo two > conftest.two
    2120             mkdir conftest.dir
    2121             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2122               test -s conftest.one && test -s conftest.two &&
    2123               test -s conftest.dir/conftest.one &&
    2124               test -s conftest.dir/conftest.two
    2125             then
    2126               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2127               break 3
    2128             fi
     2016            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2017            break 3
    21292018          fi
    21302019        fi
     
    21332022    ;;
    21342023esac
    2135 
    21362024done
    21372025IFS=$as_save_IFS
    21382026
    2139 rm -rf conftest.one conftest.two conftest.dir
    21402027
    21412028fi
     
    21502037  fi
    21512038fi
    2152 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2153 $as_echo "$INSTALL" >&6; }
     2039{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     2040echo "${ECHO_T}$INSTALL" >&6; }
    21542041
    21552042# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    21612048test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    21622049
    2163 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2164 $as_echo_n "checking whether build environment is sane... " >&6; }
     2050{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2051echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
    21652052# Just in case
    21662053sleep 1
     
    21852072      # broken ls alias from the environment.  This has actually
    21862073      # happened.  Such a system could not be considered "sane".
    2187       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2074      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    21882075alias in your environment" >&5
    2189 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2076echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    21902077alias in your environment" >&2;}
    21912078   { (exit 1); exit 1; }; }
     
    21982085   :
    21992086else
    2200    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2087   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    22012088Check your system clock" >&5
    2202 $as_echo "$as_me: error: newly created file is older than distributed files!
     2089echo "$as_me: error: newly created file is older than distributed files!
    22032090Check your system clock" >&2;}
    22042091   { (exit 1); exit 1; }; }
    22052092fi
    2206 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2207 $as_echo "yes" >&6; }
     2093{ echo "$as_me:$LINENO: result: yes" >&5
     2094echo "${ECHO_T}yes" >&6; }
    22082095test "$program_prefix" != NONE &&
    22092096  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    22112098test "$program_suffix" != NONE &&
    22122099  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2213 # Double any \ or $.
     2100# Double any \ or $.  echo might interpret backslashes.
    22142101# By default was `s,x,x', remove it if useless.
    2215 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    2216 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
     2102cat <<\_ACEOF >conftest.sed
     2103s/[\\$]/&&/g;s/;s,x,x,$//
     2104_ACEOF
     2105program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
     2106rm -f conftest.sed
    22172107
    22182108# expand $ac_aux_dir to an absolute path
     
    22252115else
    22262116  am_missing_run=
    2227   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2228 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2229 fi
    2230 
    2231 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2232 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     2117  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2118echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2119fi
     2120
     2121{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2122echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    22332123if test -z "$MKDIR_P"; then
    22342124  if test "${ac_cv_path_mkdir+set}" = set; then
    2235   $as_echo_n "(cached) " >&6
     2125  echo $ECHO_N "(cached) $ECHO_C" >&6
    22362126else
    22372127  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    22682158  fi
    22692159fi
    2270 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2271 $as_echo "$MKDIR_P" >&6; }
     2160{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2161echo "${ECHO_T}$MKDIR_P" >&6; }
    22722162
    22732163mkdir_p="$MKDIR_P"
     
    22812171  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22822172set dummy $ac_prog; ac_word=$2
    2283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2284 $as_echo_n "checking for $ac_word... " >&6; }
     2173{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2174echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22852175if test "${ac_cv_prog_AWK+set}" = set; then
    2286   $as_echo_n "(cached) " >&6
     2176  echo $ECHO_N "(cached) $ECHO_C" >&6
    22872177else
    22882178  if test -n "$AWK"; then
     
    22972187  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22982188    ac_cv_prog_AWK="$ac_prog"
    2299     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2189    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23002190    break 2
    23012191  fi
     
    23082198AWK=$ac_cv_prog_AWK
    23092199if test -n "$AWK"; then
    2310   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    2311 $as_echo "$AWK" >&6; }
    2312 else
    2313   { $as_echo "$as_me:$LINENO: result: no" >&5
    2314 $as_echo "no" >&6; }
     2200  { echo "$as_me:$LINENO: result: $AWK" >&5
     2201echo "${ECHO_T}$AWK" >&6; }
     2202else
     2203  { echo "$as_me:$LINENO: result: no" >&5
     2204echo "${ECHO_T}no" >&6; }
    23152205fi
    23162206
     
    23192209done
    23202210
    2321 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2322 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2323 set x ${MAKE-make}
    2324 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2211{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2212echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     2213set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    23252214if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2326   $as_echo_n "(cached) " >&6
     2215  echo $ECHO_N "(cached) $ECHO_C" >&6
    23272216else
    23282217  cat >conftest.make <<\_ACEOF
     
    23412230fi
    23422231if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2343   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2344 $as_echo "yes" >&6; }
     2232  { echo "$as_me:$LINENO: result: yes" >&5
     2233echo "${ECHO_T}yes" >&6; }
    23452234  SET_MAKE=
    23462235else
    2347   { $as_echo "$as_me:$LINENO: result: no" >&5
    2348 $as_echo "no" >&6; }
     2236  { echo "$as_me:$LINENO: result: no" >&5
     2237echo "${ECHO_T}no" >&6; }
    23492238  SET_MAKE="MAKE=${MAKE-make}"
    23502239fi
     
    23652254  # test to see if srcdir already configured
    23662255  if test -f $srcdir/config.status; then
    2367     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2368 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2256    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2257echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    23692258   { (exit 1); exit 1; }; }
    23702259  fi
     
    24212310  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    24222311set dummy ${ac_tool_prefix}strip; ac_word=$2
    2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2424 $as_echo_n "checking for $ac_word... " >&6; }
     2312{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24252314if test "${ac_cv_prog_STRIP+set}" = set; then
    2426   $as_echo_n "(cached) " >&6
     2315  echo $ECHO_N "(cached) $ECHO_C" >&6
    24272316else
    24282317  if test -n "$STRIP"; then
     
    24372326  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24382327    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2328    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24402329    break 2
    24412330  fi
     
    24482337STRIP=$ac_cv_prog_STRIP
    24492338if test -n "$STRIP"; then
    2450   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
    2451 $as_echo "$STRIP" >&6; }
    2452 else
    2453   { $as_echo "$as_me:$LINENO: result: no" >&5
    2454 $as_echo "no" >&6; }
     2339  { echo "$as_me:$LINENO: result: $STRIP" >&5
     2340echo "${ECHO_T}$STRIP" >&6; }
     2341else
     2342  { echo "$as_me:$LINENO: result: no" >&5
     2343echo "${ECHO_T}no" >&6; }
    24552344fi
    24562345
     
    24612350  # Extract the first word of "strip", so it can be a program name with args.
    24622351set dummy strip; ac_word=$2
    2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2464 $as_echo_n "checking for $ac_word... " >&6; }
     2352{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24652354if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2466   $as_echo_n "(cached) " >&6
     2355  echo $ECHO_N "(cached) $ECHO_C" >&6
    24672356else
    24682357  if test -n "$ac_ct_STRIP"; then
     
    24772366  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24782367    ac_cv_prog_ac_ct_STRIP="strip"
    2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2368    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24802369    break 2
    24812370  fi
     
    24882377ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    24892378if test -n "$ac_ct_STRIP"; then
    2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2491 $as_echo "$ac_ct_STRIP" >&6; }
    2492 else
    2493   { $as_echo "$as_me:$LINENO: result: no" >&5
    2494 $as_echo "no" >&6; }
     2379  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2380echo "${ECHO_T}$ac_ct_STRIP" >&6; }
     2381else
     2382  { echo "$as_me:$LINENO: result: no" >&5
     2383echo "${ECHO_T}no" >&6; }
    24952384fi
    24962385
     
    25002389    case $cross_compiling:$ac_tool_warned in
    25012390yes:)
    2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2391{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2392whose name does not start with the host triplet.  If you think this
     2393configuration is useful to you, please write to autoconf@gnu.org." >&5
     2394echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2395whose name does not start with the host triplet.  If you think this
     2396configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    25042397ac_tool_warned=yes ;;
    25052398esac
     
    25282421  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    25292422set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2531 $as_echo_n "checking for $ac_word... " >&6; }
     2423{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25322425if test "${ac_cv_prog_RANLIB+set}" = set; then
    2533   $as_echo_n "(cached) " >&6
     2426  echo $ECHO_N "(cached) $ECHO_C" >&6
    25342427else
    25352428  if test -n "$RANLIB"; then
     
    25442437  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25452438    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2546     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2439    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25472440    break 2
    25482441  fi
     
    25552448RANLIB=$ac_cv_prog_RANLIB
    25562449if test -n "$RANLIB"; then
    2557   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    2558 $as_echo "$RANLIB" >&6; }
    2559 else
    2560   { $as_echo "$as_me:$LINENO: result: no" >&5
    2561 $as_echo "no" >&6; }
     2450  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     2451echo "${ECHO_T}$RANLIB" >&6; }
     2452else
     2453  { echo "$as_me:$LINENO: result: no" >&5
     2454echo "${ECHO_T}no" >&6; }
    25622455fi
    25632456
     
    25682461  # Extract the first word of "ranlib", so it can be a program name with args.
    25692462set dummy ranlib; ac_word=$2
    2570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2571 $as_echo_n "checking for $ac_word... " >&6; }
     2463{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2464echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25722465if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2573   $as_echo_n "(cached) " >&6
     2466  echo $ECHO_N "(cached) $ECHO_C" >&6
    25742467else
    25752468  if test -n "$ac_ct_RANLIB"; then
     
    25842477  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25852478    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2586     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2479    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25872480    break 2
    25882481  fi
     
    25952488ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    25962489if test -n "$ac_ct_RANLIB"; then
    2597   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2598 $as_echo "$ac_ct_RANLIB" >&6; }
    2599 else
    2600   { $as_echo "$as_me:$LINENO: result: no" >&5
    2601 $as_echo "no" >&6; }
     2490  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2491echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     2492else
     2493  { echo "$as_me:$LINENO: result: no" >&5
     2494echo "${ECHO_T}no" >&6; }
    26022495fi
    26032496
     
    26072500    case $cross_compiling:$ac_tool_warned in
    26082501yes:)
    2609 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2502{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2503whose name does not start with the host triplet.  If you think this
     2504configuration is useful to you, please write to autoconf@gnu.org." >&5
     2505echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2506whose name does not start with the host triplet.  If you think this
     2507configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    26112508ac_tool_warned=yes ;;
    26122509esac
     
    26252522  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    26262523set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2627 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2628 $as_echo_n "checking for $ac_word... " >&6; }
     2524{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2525echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26292526if test "${ac_cv_prog_CC+set}" = set; then
    2630   $as_echo_n "(cached) " >&6
     2527  echo $ECHO_N "(cached) $ECHO_C" >&6
    26312528else
    26322529  if test -n "$CC"; then
     
    26412538  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26422539    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2643     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2540    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26442541    break 2
    26452542  fi
     
    26522549CC=$ac_cv_prog_CC
    26532550if test -n "$CC"; then
    2654   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2655 $as_echo "$CC" >&6; }
    2656 else
    2657   { $as_echo "$as_me:$LINENO: result: no" >&5
    2658 $as_echo "no" >&6; }
     2551  { echo "$as_me:$LINENO: result: $CC" >&5
     2552echo "${ECHO_T}$CC" >&6; }
     2553else
     2554  { echo "$as_me:$LINENO: result: no" >&5
     2555echo "${ECHO_T}no" >&6; }
    26592556fi
    26602557
     
    26652562  # Extract the first word of "gcc", so it can be a program name with args.
    26662563set dummy gcc; ac_word=$2
    2667 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2668 $as_echo_n "checking for $ac_word... " >&6; }
     2564{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26692566if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2670   $as_echo_n "(cached) " >&6
     2567  echo $ECHO_N "(cached) $ECHO_C" >&6
    26712568else
    26722569  if test -n "$ac_ct_CC"; then
     
    26812578  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26822579    ac_cv_prog_ac_ct_CC="gcc"
    2683     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2580    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26842581    break 2
    26852582  fi
     
    26922589ac_ct_CC=$ac_cv_prog_ac_ct_CC
    26932590if test -n "$ac_ct_CC"; then
    2694   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2695 $as_echo "$ac_ct_CC" >&6; }
    2696 else
    2697   { $as_echo "$as_me:$LINENO: result: no" >&5
    2698 $as_echo "no" >&6; }
     2591  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2592echo "${ECHO_T}$ac_ct_CC" >&6; }
     2593else
     2594  { echo "$as_me:$LINENO: result: no" >&5
     2595echo "${ECHO_T}no" >&6; }
    26992596fi
    27002597
     
    27042601    case $cross_compiling:$ac_tool_warned in
    27052602yes:)
    2706 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2603{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2604whose name does not start with the host triplet.  If you think this
     2605configuration is useful to you, please write to autoconf@gnu.org." >&5
     2606echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2607whose name does not start with the host triplet.  If you think this
     2608configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    27082609ac_tool_warned=yes ;;
    27092610esac
     
    27182619    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    27192620set dummy ${ac_tool_prefix}cc; ac_word=$2
    2720 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2721 $as_echo_n "checking for $ac_word... " >&6; }
     2621{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27222623if test "${ac_cv_prog_CC+set}" = set; then
    2723   $as_echo_n "(cached) " >&6
     2624  echo $ECHO_N "(cached) $ECHO_C" >&6
    27242625else
    27252626  if test -n "$CC"; then
     
    27342635  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27352636    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2736     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2637    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27372638    break 2
    27382639  fi
     
    27452646CC=$ac_cv_prog_CC
    27462647if test -n "$CC"; then
    2747   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2748 $as_echo "$CC" >&6; }
    2749 else
    2750   { $as_echo "$as_me:$LINENO: result: no" >&5
    2751 $as_echo "no" >&6; }
     2648  { echo "$as_me:$LINENO: result: $CC" >&5
     2649echo "${ECHO_T}$CC" >&6; }
     2650else
     2651  { echo "$as_me:$LINENO: result: no" >&5
     2652echo "${ECHO_T}no" >&6; }
    27522653fi
    27532654
     
    27582659  # Extract the first word of "cc", so it can be a program name with args.
    27592660set dummy cc; ac_word=$2
    2760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2761 $as_echo_n "checking for $ac_word... " >&6; }
     2661{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27622663if test "${ac_cv_prog_CC+set}" = set; then
    2763   $as_echo_n "(cached) " >&6
     2664  echo $ECHO_N "(cached) $ECHO_C" >&6
    27642665else
    27652666  if test -n "$CC"; then
     
    27792680     fi
    27802681    ac_cv_prog_CC="cc"
    2781     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2682    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27822683    break 2
    27832684  fi
     
    28022703CC=$ac_cv_prog_CC
    28032704if test -n "$CC"; then
    2804   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2805 $as_echo "$CC" >&6; }
    2806 else
    2807   { $as_echo "$as_me:$LINENO: result: no" >&5
    2808 $as_echo "no" >&6; }
     2705  { echo "$as_me:$LINENO: result: $CC" >&5
     2706echo "${ECHO_T}$CC" >&6; }
     2707else
     2708  { echo "$as_me:$LINENO: result: no" >&5
     2709echo "${ECHO_T}no" >&6; }
    28092710fi
    28102711
     
    28172718    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28182719set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2820 $as_echo_n "checking for $ac_word... " >&6; }
     2720{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28212722if test "${ac_cv_prog_CC+set}" = set; then
    2822   $as_echo_n "(cached) " >&6
     2723  echo $ECHO_N "(cached) $ECHO_C" >&6
    28232724else
    28242725  if test -n "$CC"; then
     
    28332734  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28342735    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2835     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2736    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28362737    break 2
    28372738  fi
     
    28442745CC=$ac_cv_prog_CC
    28452746if test -n "$CC"; then
    2846   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2847 $as_echo "$CC" >&6; }
    2848 else
    2849   { $as_echo "$as_me:$LINENO: result: no" >&5
    2850 $as_echo "no" >&6; }
     2747  { echo "$as_me:$LINENO: result: $CC" >&5
     2748echo "${ECHO_T}$CC" >&6; }
     2749else
     2750  { echo "$as_me:$LINENO: result: no" >&5
     2751echo "${ECHO_T}no" >&6; }
    28512752fi
    28522753
     
    28612762  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28622763set dummy $ac_prog; ac_word=$2
    2863 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2864 $as_echo_n "checking for $ac_word... " >&6; }
     2764{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2765echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28652766if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2866   $as_echo_n "(cached) " >&6
     2767  echo $ECHO_N "(cached) $ECHO_C" >&6
    28672768else
    28682769  if test -n "$ac_ct_CC"; then
     
    28772778  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28782779    ac_cv_prog_ac_ct_CC="$ac_prog"
    2879     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2780    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28802781    break 2
    28812782  fi
     
    28882789ac_ct_CC=$ac_cv_prog_ac_ct_CC
    28892790if test -n "$ac_ct_CC"; then
    2890   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2891 $as_echo "$ac_ct_CC" >&6; }
    2892 else
    2893   { $as_echo "$as_me:$LINENO: result: no" >&5
    2894 $as_echo "no" >&6; }
     2791  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2792echo "${ECHO_T}$ac_ct_CC" >&6; }
     2793else
     2794  { echo "$as_me:$LINENO: result: no" >&5
     2795echo "${ECHO_T}no" >&6; }
    28952796fi
    28962797
     
    29042805    case $cross_compiling:$ac_tool_warned in
    29052806yes:)
    2906 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2807{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2808whose name does not start with the host triplet.  If you think this
     2809configuration is useful to you, please write to autoconf@gnu.org." >&5
     2810echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2811whose name does not start with the host triplet.  If you think this
     2812configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    29082813ac_tool_warned=yes ;;
    29092814esac
     
    29152820
    29162821
    2917 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2919 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2822test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    29202823See \`config.log' for more details." >&5
    2921 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2824echo "$as_me: error: no acceptable C compiler found in \$PATH
    29222825See \`config.log' for more details." >&2;}
    2923    { (exit 1); exit 1; }; }; }
     2826   { (exit 1); exit 1; }; }
    29242827
    29252828# Provide some information about the compiler.
    2926 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2927 set X $ac_compile
    2928 ac_compiler=$2
     2829echo "$as_me:$LINENO: checking for C compiler version" >&5
     2830ac_compiler=`set X $ac_compile; echo $2`
    29292831{ (ac_try="$ac_compiler --version >&5"
    29302832case "(($ac_try" in
     
    29322834  *) ac_try_echo=$ac_try;;
    29332835esac
    2934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2935 $as_echo "$ac_try_echo") >&5
     2836eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29362837  (eval "$ac_compiler --version >&5") 2>&5
    29372838  ac_status=$?
    2938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29392840  (exit $ac_status); }
    29402841{ (ac_try="$ac_compiler -v >&5"
     
    29432844  *) ac_try_echo=$ac_try;;
    29442845esac
    2945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2946 $as_echo "$ac_try_echo") >&5
     2846eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29472847  (eval "$ac_compiler -v >&5") 2>&5
    29482848  ac_status=$?
    2949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29502850  (exit $ac_status); }
    29512851{ (ac_try="$ac_compiler -V >&5"
     
    29542854  *) ac_try_echo=$ac_try;;
    29552855esac
    2956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2957 $as_echo "$ac_try_echo") >&5
     2856eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29582857  (eval "$ac_compiler -V >&5") 2>&5
    29592858  ac_status=$?
    2960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2859  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29612860  (exit $ac_status); }
    29622861
     
    29772876_ACEOF
    29782877ac_clean_files_save=$ac_clean_files
    2979 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2878ac_clean_files="$ac_clean_files a.out a.exe b.out"
    29802879# Try to create an executable without -o first, disregard a.out.
    29812880# It will help us diagnose broken compilers, and finding out an intuition
    29822881# of exeext.
    2983 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2984 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2985 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2986 
    2987 # The possible output files:
    2988 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2989 
     2882{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2883echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2884ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2885#
     2886# List of possible output files, starting from the most likely.
     2887# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2888# only as a last resort.  b.out is created by i960 compilers.
     2889ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2890#
     2891# The IRIX 6 linker writes into existing files which may not be
     2892# executable, retaining their permissions.  Remove them first so a
     2893# subsequent execution test works.
    29902894ac_rmfiles=
    29912895for ac_file in $ac_files
    29922896do
    29932897  case $ac_file in
    2994     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2898    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    29952899    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    29962900  esac
     
    30032907  *) ac_try_echo=$ac_try;;
    30042908esac
    3005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3006 $as_echo "$ac_try_echo") >&5
     2909eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30072910  (eval "$ac_link_default") 2>&5
    30082911  ac_status=$?
    3009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2912  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30102913  (exit $ac_status); }; then
    30112914  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    30182921  test -f "$ac_file" || continue
    30192922  case $ac_file in
    3020     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2923    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    30212924        ;;
    30222925    [ab].out )
     
    30452948fi
    30462949
    3047 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    3048 $as_echo "$ac_file" >&6; }
     2950{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2951echo "${ECHO_T}$ac_file" >&6; }
    30492952if test -z "$ac_file"; then
    3050   $as_echo "$as_me: failed program was:" >&5
     2953  echo "$as_me: failed program was:" >&5
    30512954sed 's/^/| /' conftest.$ac_ext >&5
    30522955
    3053 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3055 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2956{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    30562957See \`config.log' for more details." >&5
    3057 $as_echo "$as_me: error: C compiler cannot create executables
     2958echo "$as_me: error: C compiler cannot create executables
    30582959See \`config.log' for more details." >&2;}
    3059    { (exit 77); exit 77; }; }; }
     2960   { (exit 77); exit 77; }; }
    30602961fi
    30612962
     
    30642965# Check that the compiler produces executables we can run.  If not, either
    30652966# the compiler is broken, or we cross compile.
    3066 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    3067 $as_echo_n "checking whether the C compiler works... " >&6; }
     2967{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2968echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    30682969# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    30692970# If not cross compiling, check that we can run a simple program.
     
    30742975  *) ac_try_echo=$ac_try;;
    30752976esac
    3076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3077 $as_echo "$ac_try_echo") >&5
     2977eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30782978  (eval "$ac_try") 2>&5
    30792979  ac_status=$?
    3080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2980  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30812981  (exit $ac_status); }; }; then
    30822982    cross_compiling=no
     
    30852985        cross_compiling=yes
    30862986    else
    3087         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3089 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2987        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    30902988If you meant to cross compile, use \`--host'.
    30912989See \`config.log' for more details." >&5
    3092 $as_echo "$as_me: error: cannot run C compiled programs.
     2990echo "$as_me: error: cannot run C compiled programs.
    30932991If you meant to cross compile, use \`--host'.
    30942992See \`config.log' for more details." >&2;}
    3095    { (exit 1); exit 1; }; }; }
     2993   { (exit 1); exit 1; }; }
    30962994    fi
    30972995  fi
    30982996fi
    3099 { $as_echo "$as_me:$LINENO: result: yes" >&5
    3100 $as_echo "yes" >&6; }
    3101 
    3102 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2997{ echo "$as_me:$LINENO: result: yes" >&5
     2998echo "${ECHO_T}yes" >&6; }
     2999
     3000rm -f a.out a.exe conftest$ac_cv_exeext b.out
    31033001ac_clean_files=$ac_clean_files_save
    31043002# Check that the compiler produces executables we can run.  If not, either
    31053003# the compiler is broken, or we cross compile.
    3106 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3107 $as_echo_n "checking whether we are cross compiling... " >&6; }
    3108 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3109 $as_echo "$cross_compiling" >&6; }
    3110 
    3111 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3112 $as_echo_n "checking for suffix of executables... " >&6; }
     3004{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     3005echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     3006{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     3007echo "${ECHO_T}$cross_compiling" >&6; }
     3008
     3009{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     3010echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    31133011if { (ac_try="$ac_link"
    31143012case "(($ac_try" in
     
    31163014  *) ac_try_echo=$ac_try;;
    31173015esac
    3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3119 $as_echo "$ac_try_echo") >&5
     3016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31203017  (eval "$ac_link") 2>&5
    31213018  ac_status=$?
    3122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31233020  (exit $ac_status); }; then
    31243021  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    31293026  test -f "$ac_file" || continue
    31303027  case $ac_file in
    3131     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     3028    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    31323029    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    31333030          break;;
     
    31363033done
    31373034else
    3138   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3140 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     3035  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    31413036See \`config.log' for more details." >&5
    3142 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     3037echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    31433038See \`config.log' for more details." >&2;}
    3144    { (exit 1); exit 1; }; }; }
     3039   { (exit 1); exit 1; }; }
    31453040fi
    31463041
    31473042rm -f conftest$ac_cv_exeext
    3148 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3149 $as_echo "$ac_cv_exeext" >&6; }
     3043{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     3044echo "${ECHO_T}$ac_cv_exeext" >&6; }
    31503045
    31513046rm -f conftest.$ac_ext
    31523047EXEEXT=$ac_cv_exeext
    31533048ac_exeext=$EXEEXT
    3154 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3155 $as_echo_n "checking for suffix of object files... " >&6; }
     3049{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     3050echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    31563051if test "${ac_cv_objext+set}" = set; then
    3157   $as_echo_n "(cached) " >&6
     3052  echo $ECHO_N "(cached) $ECHO_C" >&6
    31583053else
    31593054  cat >conftest.$ac_ext <<_ACEOF
     
    31783073  *) ac_try_echo=$ac_try;;
    31793074esac
    3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3181 $as_echo "$ac_try_echo") >&5
     3075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31823076  (eval "$ac_compile") 2>&5
    31833077  ac_status=$?
    3184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31853079  (exit $ac_status); }; then
    31863080  for ac_file in conftest.o conftest.obj conftest.*; do
    31873081  test -f "$ac_file" || continue;
    31883082  case $ac_file in
    3189     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     3083    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    31903084    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    31913085       break;;
     
    31933087done
    31943088else
    3195   $as_echo "$as_me: failed program was:" >&5
     3089  echo "$as_me: failed program was:" >&5
    31963090sed 's/^/| /' conftest.$ac_ext >&5
    31973091
    3198 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3200 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3092{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    32013093See \`config.log' for more details." >&5
    3202 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3094echo "$as_me: error: cannot compute suffix of object files: cannot compile
    32033095See \`config.log' for more details." >&2;}
    3204    { (exit 1); exit 1; }; }; }
     3096   { (exit 1); exit 1; }; }
    32053097fi
    32063098
    32073099rm -f conftest.$ac_cv_objext conftest.$ac_ext
    32083100fi
    3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3210 $as_echo "$ac_cv_objext" >&6; }
     3101{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3102echo "${ECHO_T}$ac_cv_objext" >&6; }
    32113103OBJEXT=$ac_cv_objext
    32123104ac_objext=$OBJEXT
    3213 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3214 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     3105{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3106echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    32153107if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3216   $as_echo_n "(cached) " >&6
     3108  echo $ECHO_N "(cached) $ECHO_C" >&6
    32173109else
    32183110  cat >conftest.$ac_ext <<_ACEOF
     
    32403132  *) ac_try_echo=$ac_try;;
    32413133esac
    3242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3243 $as_echo "$ac_try_echo") >&5
     3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32443135  (eval "$ac_compile") 2>conftest.er1
    32453136  ac_status=$?
     
    32473138  rm -f conftest.er1
    32483139  cat conftest.err >&5
    3249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32503141  (exit $ac_status); } && {
    32513142         test -z "$ac_c_werror_flag" ||
     
    32543145  ac_compiler_gnu=yes
    32553146else
    3256   $as_echo "$as_me: failed program was:" >&5
     3147  echo "$as_me: failed program was:" >&5
    32573148sed 's/^/| /' conftest.$ac_ext >&5
    32583149
     
    32643155
    32653156fi
    3266 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3267 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    3268 if test $ac_compiler_gnu = yes; then
    3269   GCC=yes
    3270 else
    3271   GCC=
    3272 fi
     3157{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3158echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     3159GCC=`test $ac_compiler_gnu = yes && echo yes`
    32733160ac_test_CFLAGS=${CFLAGS+set}
    32743161ac_save_CFLAGS=$CFLAGS
    3275 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3276 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     3162{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3163echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    32773164if test "${ac_cv_prog_cc_g+set}" = set; then
    3278   $as_echo_n "(cached) " >&6
     3165  echo $ECHO_N "(cached) $ECHO_C" >&6
    32793166else
    32803167  ac_save_c_werror_flag=$ac_c_werror_flag
     
    33033190  *) ac_try_echo=$ac_try;;
    33043191esac
    3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3306 $as_echo "$ac_try_echo") >&5
     3192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33073193  (eval "$ac_compile") 2>conftest.er1
    33083194  ac_status=$?
     
    33103196  rm -f conftest.er1
    33113197  cat conftest.err >&5
    3312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3198  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33133199  (exit $ac_status); } && {
    33143200         test -z "$ac_c_werror_flag" ||
     
    33173203  ac_cv_prog_cc_g=yes
    33183204else
    3319   $as_echo "$as_me: failed program was:" >&5
     3205  echo "$as_me: failed program was:" >&5
    33203206sed 's/^/| /' conftest.$ac_ext >&5
    33213207
     
    33423228  *) ac_try_echo=$ac_try;;
    33433229esac
    3344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3345 $as_echo "$ac_try_echo") >&5
     3230eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33463231  (eval "$ac_compile") 2>conftest.er1
    33473232  ac_status=$?
     
    33493234  rm -f conftest.er1
    33503235  cat conftest.err >&5
    3351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3236  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33523237  (exit $ac_status); } && {
    33533238         test -z "$ac_c_werror_flag" ||
     
    33563241  :
    33573242else
    3358   $as_echo "$as_me: failed program was:" >&5
     3243  echo "$as_me: failed program was:" >&5
    33593244sed 's/^/| /' conftest.$ac_ext >&5
    33603245
     
    33823267  *) ac_try_echo=$ac_try;;
    33833268esac
    3384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3385 $as_echo "$ac_try_echo") >&5
     3269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33863270  (eval "$ac_compile") 2>conftest.er1
    33873271  ac_status=$?
     
    33893273  rm -f conftest.er1
    33903274  cat conftest.err >&5
    3391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3275  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33923276  (exit $ac_status); } && {
    33933277         test -z "$ac_c_werror_flag" ||
     
    33963280  ac_cv_prog_cc_g=yes
    33973281else
    3398   $as_echo "$as_me: failed program was:" >&5
     3282  echo "$as_me: failed program was:" >&5
    33993283sed 's/^/| /' conftest.$ac_ext >&5
    34003284
     
    34113295   ac_c_werror_flag=$ac_save_c_werror_flag
    34123296fi
    3413 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3414 $as_echo "$ac_cv_prog_cc_g" >&6; }
     3297{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3298echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    34153299if test "$ac_test_CFLAGS" = set; then
    34163300  CFLAGS=$ac_save_CFLAGS
     
    34283312  fi
    34293313fi
    3430 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3431 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3314{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3315echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    34323316if test "${ac_cv_prog_cc_c89+set}" = set; then
    3433   $as_echo_n "(cached) " >&6
     3317  echo $ECHO_N "(cached) $ECHO_C" >&6
    34343318else
    34353319  ac_cv_prog_cc_c89=no
     
    35023386  *) ac_try_echo=$ac_try;;
    35033387esac
    3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3505 $as_echo "$ac_try_echo") >&5
     3388eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35063389  (eval "$ac_compile") 2>conftest.er1
    35073390  ac_status=$?
     
    35093392  rm -f conftest.er1
    35103393  cat conftest.err >&5
    3511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35123395  (exit $ac_status); } && {
    35133396         test -z "$ac_c_werror_flag" ||
     
    35163399  ac_cv_prog_cc_c89=$ac_arg
    35173400else
    3518   $as_echo "$as_me: failed program was:" >&5
     3401  echo "$as_me: failed program was:" >&5
    35193402sed 's/^/| /' conftest.$ac_ext >&5
    35203403
     
    35323415case "x$ac_cv_prog_cc_c89" in
    35333416  x)
    3534     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3535 $as_echo "none needed" >&6; } ;;
     3417    { echo "$as_me:$LINENO: result: none needed" >&5
     3418echo "${ECHO_T}none needed" >&6; } ;;
    35363419  xno)
    3537     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3538 $as_echo "unsupported" >&6; } ;;
     3420    { echo "$as_me:$LINENO: result: unsupported" >&5
     3421echo "${ECHO_T}unsupported" >&6; } ;;
    35393422  *)
    35403423    CC="$CC $ac_cv_prog_cc_c89"
    3541     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3542 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3424    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3425echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    35433426esac
    35443427
     
    35613444END
    35623445# If we don't find an include directive, just comment out the code.
    3563 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3564 $as_echo_n "checking for style of include used by $am_make... " >&6; }
     3446{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3447echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
    35653448am__include="#"
    35663449am__quote=
     
    35893472
    35903473
    3591 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
    3592 $as_echo "$_am_result" >&6; }
     3474{ echo "$as_me:$LINENO: result: $_am_result" >&5
     3475echo "${ECHO_T}$_am_result" >&6; }
    35933476rm -f confinc confmf
    35943477
    3595 @%:@ Check whether --enable-dependency-tracking was given.
     3478# Check whether --enable-dependency-tracking was given.
    35963479if test "${enable_dependency_tracking+set}" = set; then
    35973480  enableval=$enable_dependency_tracking;
     
    36143497depcc="$CC"   am_compiler_list=
    36153498
    3616 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3617 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3499{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3500echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    36183501if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3619   $as_echo_n "(cached) " >&6
     3502  echo $ECHO_N "(cached) $ECHO_C" >&6
    36203503else
    36213504  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    37053588
    37063589fi
    3707 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3708 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
     3590{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3591echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
    37093592CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    37103593
     
    37343617    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    37353618set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3737 $as_echo_n "checking for $ac_word... " >&6; }
     3619{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3620echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37383621if test "${ac_cv_prog_CXX+set}" = set; then
    3739   $as_echo_n "(cached) " >&6
     3622  echo $ECHO_N "(cached) $ECHO_C" >&6
    37403623else
    37413624  if test -n "$CXX"; then
     
    37503633  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37513634    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3752     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3635    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37533636    break 2
    37543637  fi
     
    37613644CXX=$ac_cv_prog_CXX
    37623645if test -n "$CXX"; then
    3763   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    3764 $as_echo "$CXX" >&6; }
    3765 else
    3766   { $as_echo "$as_me:$LINENO: result: no" >&5
    3767 $as_echo "no" >&6; }
     3646  { echo "$as_me:$LINENO: result: $CXX" >&5
     3647echo "${ECHO_T}$CXX" >&6; }
     3648else
     3649  { echo "$as_me:$LINENO: result: no" >&5
     3650echo "${ECHO_T}no" >&6; }
    37683651fi
    37693652
     
    37783661  # Extract the first word of "$ac_prog", so it can be a program name with args.
    37793662set dummy $ac_prog; ac_word=$2
    3780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3781 $as_echo_n "checking for $ac_word... " >&6; }
     3663{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37823665if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3783   $as_echo_n "(cached) " >&6
     3666  echo $ECHO_N "(cached) $ECHO_C" >&6
    37843667else
    37853668  if test -n "$ac_ct_CXX"; then
     
    37943677  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37953678    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3796     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3679    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37973680    break 2
    37983681  fi
     
    38053688ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    38063689if test -n "$ac_ct_CXX"; then
    3807   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3808 $as_echo "$ac_ct_CXX" >&6; }
    3809 else
    3810   { $as_echo "$as_me:$LINENO: result: no" >&5
    3811 $as_echo "no" >&6; }
     3690  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3691echo "${ECHO_T}$ac_ct_CXX" >&6; }
     3692else
     3693  { echo "$as_me:$LINENO: result: no" >&5
     3694echo "${ECHO_T}no" >&6; }
    38123695fi
    38133696
     
    38213704    case $cross_compiling:$ac_tool_warned in
    38223705yes:)
    3823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3706{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3707whose name does not start with the host triplet.  If you think this
     3708configuration is useful to you, please write to autoconf@gnu.org." >&5
     3709echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3710whose name does not start with the host triplet.  If you think this
     3711configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    38253712ac_tool_warned=yes ;;
    38263713esac
     
    38323719fi
    38333720# Provide some information about the compiler.
    3834 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3835 set X $ac_compile
    3836 ac_compiler=$2
     3721echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3722ac_compiler=`set X $ac_compile; echo $2`
    38373723{ (ac_try="$ac_compiler --version >&5"
    38383724case "(($ac_try" in
     
    38403726  *) ac_try_echo=$ac_try;;
    38413727esac
    3842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3843 $as_echo "$ac_try_echo") >&5
     3728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38443729  (eval "$ac_compiler --version >&5") 2>&5
    38453730  ac_status=$?
    3846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3731  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38473732  (exit $ac_status); }
    38483733{ (ac_try="$ac_compiler -v >&5"
     
    38513736  *) ac_try_echo=$ac_try;;
    38523737esac
    3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3854 $as_echo "$ac_try_echo") >&5
     3738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38553739  (eval "$ac_compiler -v >&5") 2>&5
    38563740  ac_status=$?
    3857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3741  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38583742  (exit $ac_status); }
    38593743{ (ac_try="$ac_compiler -V >&5"
     
    38623746  *) ac_try_echo=$ac_try;;
    38633747esac
    3864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3865 $as_echo "$ac_try_echo") >&5
     3748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38663749  (eval "$ac_compiler -V >&5") 2>&5
    38673750  ac_status=$?
    3868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3751  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38693752  (exit $ac_status); }
    38703753
    3871 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3872 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3754{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3755echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    38733756if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3874   $as_echo_n "(cached) " >&6
     3757  echo $ECHO_N "(cached) $ECHO_C" >&6
    38753758else
    38763759  cat >conftest.$ac_ext <<_ACEOF
     
    38983781  *) ac_try_echo=$ac_try;;
    38993782esac
    3900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3901 $as_echo "$ac_try_echo") >&5
     3783eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39023784  (eval "$ac_compile") 2>conftest.er1
    39033785  ac_status=$?
     
    39053787  rm -f conftest.er1
    39063788  cat conftest.err >&5
    3907   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3789  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39083790  (exit $ac_status); } && {
    39093791         test -z "$ac_cxx_werror_flag" ||
     
    39123794  ac_compiler_gnu=yes
    39133795else
    3914   $as_echo "$as_me: failed program was:" >&5
     3796  echo "$as_me: failed program was:" >&5
    39153797sed 's/^/| /' conftest.$ac_ext >&5
    39163798
     
    39223804
    39233805fi
    3924 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3925 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3926 if test $ac_compiler_gnu = yes; then
    3927   GXX=yes
    3928 else
    3929   GXX=
    3930 fi
     3806{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3807echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3808GXX=`test $ac_compiler_gnu = yes && echo yes`
    39313809ac_test_CXXFLAGS=${CXXFLAGS+set}
    39323810ac_save_CXXFLAGS=$CXXFLAGS
    3933 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3934 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3811{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3812echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    39353813if test "${ac_cv_prog_cxx_g+set}" = set; then
    3936   $as_echo_n "(cached) " >&6
     3814  echo $ECHO_N "(cached) $ECHO_C" >&6
    39373815else
    39383816  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    39613839  *) ac_try_echo=$ac_try;;
    39623840esac
    3963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3964 $as_echo "$ac_try_echo") >&5
     3841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39653842  (eval "$ac_compile") 2>conftest.er1
    39663843  ac_status=$?
     
    39683845  rm -f conftest.er1
    39693846  cat conftest.err >&5
    3970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39713848  (exit $ac_status); } && {
    39723849         test -z "$ac_cxx_werror_flag" ||
     
    39753852  ac_cv_prog_cxx_g=yes
    39763853else
    3977   $as_echo "$as_me: failed program was:" >&5
     3854  echo "$as_me: failed program was:" >&5
    39783855sed 's/^/| /' conftest.$ac_ext >&5
    39793856
     
    40003877  *) ac_try_echo=$ac_try;;
    40013878esac
    4002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4003 $as_echo "$ac_try_echo") >&5
     3879eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40043880  (eval "$ac_compile") 2>conftest.er1
    40053881  ac_status=$?
     
    40073883  rm -f conftest.er1
    40083884  cat conftest.err >&5
    4009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3885  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40103886  (exit $ac_status); } && {
    40113887         test -z "$ac_cxx_werror_flag" ||
     
    40143890  :
    40153891else
    4016   $as_echo "$as_me: failed program was:" >&5
     3892  echo "$as_me: failed program was:" >&5
    40173893sed 's/^/| /' conftest.$ac_ext >&5
    40183894
     
    40403916  *) ac_try_echo=$ac_try;;
    40413917esac
    4042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4043 $as_echo "$ac_try_echo") >&5
     3918eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40443919  (eval "$ac_compile") 2>conftest.er1
    40453920  ac_status=$?
     
    40473922  rm -f conftest.er1
    40483923  cat conftest.err >&5
    4049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3924  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40503925  (exit $ac_status); } && {
    40513926         test -z "$ac_cxx_werror_flag" ||
     
    40543929  ac_cv_prog_cxx_g=yes
    40553930else
    4056   $as_echo "$as_me: failed program was:" >&5
     3931  echo "$as_me: failed program was:" >&5
    40573932sed 's/^/| /' conftest.$ac_ext >&5
    40583933
     
    40693944   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    40703945fi
    4071 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4072 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     3946{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3947echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    40733948if test "$ac_test_CXXFLAGS" = set; then
    40743949  CXXFLAGS=$ac_save_CXXFLAGS
     
    40943969depcc="$CXX"  am_compiler_list=
    40953970
    4096 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    4097 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3971{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3972echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    40983973if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    4099   $as_echo_n "(cached) " >&6
     3974  echo $ECHO_N "(cached) $ECHO_C" >&6
    41003975else
    41013976  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    41854060
    41864061fi
    4187 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    4188 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
     4062{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4063echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
    41894064CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    41904065
     
    42094084    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    42104085set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4212 $as_echo_n "checking for $ac_word... " >&6; }
     4086{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42134088if test "${ac_cv_prog_F77+set}" = set; then
    4214   $as_echo_n "(cached) " >&6
     4089  echo $ECHO_N "(cached) $ECHO_C" >&6
    42154090else
    42164091  if test -n "$F77"; then
     
    42254100  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42264101    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4227     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4102    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42284103    break 2
    42294104  fi
     
    42364111F77=$ac_cv_prog_F77
    42374112if test -n "$F77"; then
    4238   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    4239 $as_echo "$F77" >&6; }
    4240 else
    4241   { $as_echo "$as_me:$LINENO: result: no" >&5
    4242 $as_echo "no" >&6; }
     4113  { echo "$as_me:$LINENO: result: $F77" >&5
     4114echo "${ECHO_T}$F77" >&6; }
     4115else
     4116  { echo "$as_me:$LINENO: result: no" >&5
     4117echo "${ECHO_T}no" >&6; }
    42434118fi
    42444119
     
    42534128  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42544129set dummy $ac_prog; ac_word=$2
    4255 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4256 $as_echo_n "checking for $ac_word... " >&6; }
     4130{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42574132if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4258   $as_echo_n "(cached) " >&6
     4133  echo $ECHO_N "(cached) $ECHO_C" >&6
    42594134else
    42604135  if test -n "$ac_ct_F77"; then
     
    42694144  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42704145    ac_cv_prog_ac_ct_F77="$ac_prog"
    4271     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4146    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42724147    break 2
    42734148  fi
     
    42804155ac_ct_F77=$ac_cv_prog_ac_ct_F77
    42814156if test -n "$ac_ct_F77"; then
    4282   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4283 $as_echo "$ac_ct_F77" >&6; }
    4284 else
    4285   { $as_echo "$as_me:$LINENO: result: no" >&5
    4286 $as_echo "no" >&6; }
     4157  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4158echo "${ECHO_T}$ac_ct_F77" >&6; }
     4159else
     4160  { echo "$as_me:$LINENO: result: no" >&5
     4161echo "${ECHO_T}no" >&6; }
    42874162fi
    42884163
     
    42964171    case $cross_compiling:$ac_tool_warned in
    42974172yes:)
    4298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    4299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4173{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4174whose name does not start with the host triplet.  If you think this
     4175configuration is useful to you, please write to autoconf@gnu.org." >&5
     4176echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4177whose name does not start with the host triplet.  If you think this
     4178configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    43004179ac_tool_warned=yes ;;
    43014180esac
     
    43064185
    43074186# Provide some information about the compiler.
    4308 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4309 set X $ac_compile
    4310 ac_compiler=$2
     4187echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4188ac_compiler=`set X $ac_compile; echo $2`
    43114189{ (ac_try="$ac_compiler --version >&5"
    43124190case "(($ac_try" in
     
    43144192  *) ac_try_echo=$ac_try;;
    43154193esac
    4316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4317 $as_echo "$ac_try_echo") >&5
     4194eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43184195  (eval "$ac_compiler --version >&5") 2>&5
    43194196  ac_status=$?
    4320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43214198  (exit $ac_status); }
    43224199{ (ac_try="$ac_compiler -v >&5"
     
    43254202  *) ac_try_echo=$ac_try;;
    43264203esac
    4327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4328 $as_echo "$ac_try_echo") >&5
     4204eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43294205  (eval "$ac_compiler -v >&5") 2>&5
    43304206  ac_status=$?
    4331   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43324208  (exit $ac_status); }
    43334209{ (ac_try="$ac_compiler -V >&5"
     
    43364212  *) ac_try_echo=$ac_try;;
    43374213esac
    4338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4339 $as_echo "$ac_try_echo") >&5
     4214eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43404215  (eval "$ac_compiler -V >&5") 2>&5
    43414216  ac_status=$?
    4342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4217  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43434218  (exit $ac_status); }
    43444219rm -f a.out
     
    43484223ac_save_ext=$ac_ext
    43494224ac_ext=F
    4350 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4351 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     4225{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4226echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    43524227if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4353   $as_echo_n "(cached) " >&6
     4228  echo $ECHO_N "(cached) $ECHO_C" >&6
    43544229else
    43554230  cat >conftest.$ac_ext <<_ACEOF
     
    43674242  *) ac_try_echo=$ac_try;;
    43684243esac
    4369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4370 $as_echo "$ac_try_echo") >&5
     4244eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43714245  (eval "$ac_compile") 2>conftest.er1
    43724246  ac_status=$?
     
    43744248  rm -f conftest.er1
    43754249  cat conftest.err >&5
    4376   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4250  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43774251  (exit $ac_status); } && {
    43784252         test -z "$ac_f77_werror_flag" ||
     
    43814255  ac_compiler_gnu=yes
    43824256else
    4383   $as_echo "$as_me: failed program was:" >&5
     4257  echo "$as_me: failed program was:" >&5
    43844258sed 's/^/| /' conftest.$ac_ext >&5
    43854259
     
    43914265
    43924266fi
    4393 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4394 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     4267{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4268echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    43954269ac_ext=$ac_save_ext
    43964270ac_test_FFLAGS=${FFLAGS+set}
    43974271ac_save_FFLAGS=$FFLAGS
    43984272FFLAGS=
    4399 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4400 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     4273{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4274echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    44014275if test "${ac_cv_prog_f77_g+set}" = set; then
    4402   $as_echo_n "(cached) " >&6
     4276  echo $ECHO_N "(cached) $ECHO_C" >&6
    44034277else
    44044278  FFLAGS=-g
     
    44144288  *) ac_try_echo=$ac_try;;
    44154289esac
    4416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4417 $as_echo "$ac_try_echo") >&5
     4290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44184291  (eval "$ac_compile") 2>conftest.er1
    44194292  ac_status=$?
     
    44214294  rm -f conftest.er1
    44224295  cat conftest.err >&5
    4423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44244297  (exit $ac_status); } && {
    44254298         test -z "$ac_f77_werror_flag" ||
     
    44284301  ac_cv_prog_f77_g=yes
    44294302else
    4430   $as_echo "$as_me: failed program was:" >&5
     4303  echo "$as_me: failed program was:" >&5
    44314304sed 's/^/| /' conftest.$ac_ext >&5
    44324305
     
    44374310
    44384311fi
    4439 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4440 $as_echo "$ac_cv_prog_f77_g" >&6; }
     4312{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4313echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    44414314if test "$ac_test_FFLAGS" = set; then
    44424315  FFLAGS=$ac_save_FFLAGS
     
    44554328fi
    44564329
    4457 if test $ac_compiler_gnu = yes; then
    4458   G77=yes
    4459 else
    4460   G77=
    4461 fi
     4330G77=`test $ac_compiler_gnu = yes && echo yes`
    44624331ac_ext=c
    44634332ac_cpp='$CPP $CPPFLAGS'
     
    44714340ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    44724341ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4473 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4474 $as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
     4342{ echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4343echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
    44754344if test "${ac_cv_prog_f77_v+set}" = set; then
    4476   $as_echo_n "(cached) " >&6
     4345  echo $ECHO_N "(cached) $ECHO_C" >&6
    44774346else
    44784347  cat >conftest.$ac_ext <<_ACEOF
     
    44874356  *) ac_try_echo=$ac_try;;
    44884357esac
    4489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4490 $as_echo "$ac_try_echo") >&5
     4358eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44914359  (eval "$ac_compile") 2>conftest.er1
    44924360  ac_status=$?
     
    44944362  rm -f conftest.er1
    44954363  cat conftest.err >&5
    4496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44974365  (exit $ac_status); } && {
    44984366         test -z "$ac_f77_werror_flag" ||
     
    45164384eval "set x $ac_link"
    45174385shift
    4518 $as_echo "$as_me:$LINENO: $*" >&5
    4519 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4520 # LIBRARY_PATH; skip all such settings.
    4521 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4522   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4523 $as_echo "$ac_f77_v_output" >&5
     4386echo "$as_me:$LINENO: $*" >&5
     4387ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4388echo "$ac_f77_v_output" >&5
    45244389FFLAGS=$ac_save_FFLAGS
    45254390
    4526 rm -rf conftest*
     4391rm -f conftest*
    45274392
    45284393# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    45314396ac_f77_v_output="`echo $ac_f77_v_output |
    45324397        grep 'LPATH is:' |
    4533         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4398        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    45344399
    45354400# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45714436done
    45724437if test -z "$ac_cv_prog_f77_v"; then
    4573    { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4574 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4575 fi
    4576 else
    4577   $as_echo "$as_me: failed program was:" >&5
     4438   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4439echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4440fi
     4441else
     4442  echo "$as_me: failed program was:" >&5
    45784443sed 's/^/| /' conftest.$ac_ext >&5
    45794444
    4580         { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4581 $as_echo "$as_me: WARNING: compilation failed" >&2;}
     4445        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4446echo "$as_me: WARNING: compilation failed" >&2;}
    45824447fi
    45834448
     
    45854450
    45864451fi
    4587 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4588 $as_echo "$ac_cv_prog_f77_v" >&6; }
    4589 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4590 $as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
     4452{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4453echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
     4454{ echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4455echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
    45914456if test "${ac_cv_f77_libs+set}" = set; then
    4592   $as_echo_n "(cached) " >&6
     4457  echo $ECHO_N "(cached) $ECHO_C" >&6
    45934458else
    45944459  if test "x$FLIBS" != "x"; then
     
    46104475eval "set x $ac_link"
    46114476shift
    4612 $as_echo "$as_me:$LINENO: $*" >&5
    4613 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4614 # LIBRARY_PATH; skip all such settings.
    4615 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4616   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4617 $as_echo "$ac_f77_v_output" >&5
     4477echo "$as_me:$LINENO: $*" >&5
     4478ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4479echo "$ac_f77_v_output" >&5
    46184480FFLAGS=$ac_save_FFLAGS
    46194481
    4620 rm -rf conftest*
     4482rm -f conftest*
    46214483
    46224484# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    46254487ac_f77_v_output="`echo $ac_f77_v_output |
    46264488        grep 'LPATH is:' |
    4627         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4489        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    46284490
    46294491# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    47244586          ;;
    47254587        -YP,*)
    4726           for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4588          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    47274589              ac_exists=false
    47284590  for ac_i in $ac_cv_f77_libs; do
     
    47724634case `(uname -sr) 2>/dev/null` in
    47734635   "SunOS 5"*)
    4774       ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
     4636      ac_ld_run_path=`echo $ac_f77_v_output |
    47754637                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    47764638      test "x$ac_ld_run_path" != x &&
     
    47874649
    47884650fi
    4789 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4790 $as_echo "$ac_cv_f77_libs" >&6; }
     4651{ echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4652echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
    47914653FLIBS="$ac_cv_f77_libs"
    47924654
     
    47994661
    48004662if test "x$CC" != xcc; then
    4801   { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4802 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
    4803 else
    4804   { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4805 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
    4806 fi
    4807 set dummy $CC; ac_cc=`$as_echo "$2" |
     4663  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4664echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
     4665else
     4666  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4667echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
     4668fi
     4669set dummy $CC; ac_cc=`echo $2 |
    48084670                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    48094671if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4810   $as_echo_n "(cached) " >&6
     4672  echo $ECHO_N "(cached) $ECHO_C" >&6
    48114673else
    48124674  cat >conftest.$ac_ext <<_ACEOF
     
    48344696  *) ac_try_echo=$ac_try;;
    48354697esac
    4836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4837 $as_echo "$ac_try_echo") >&5
     4698eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48384699  (eval "$ac_try") 2>&5
    48394700  ac_status=$?
    4840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4701  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48414702  (exit $ac_status); } &&
    48424703   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48444705  *) ac_try_echo=$ac_try;;
    48454706esac
    4846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4847 $as_echo "$ac_try_echo") >&5
     4707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48484708  (eval "$ac_try") 2>&5
    48494709  ac_status=$?
    4850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4710  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48514711  (exit $ac_status); };
    48524712then
     
    48594719  *) ac_try_echo=$ac_try;;
    48604720esac
    4861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4862 $as_echo "$ac_try_echo") >&5
     4721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48634722  (eval "$ac_try") 2>&5
    48644723  ac_status=$?
    4865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4724  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48664725  (exit $ac_status); }; }; then
    48674726      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    48714730  *) ac_try_echo=$ac_try;;
    48724731esac
    4873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4874 $as_echo "$ac_try_echo") >&5
     4732eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48754733  (eval "$ac_try") 2>&5
    48764734  ac_status=$?
    4877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48784736  (exit $ac_status); } &&
    48794737         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48814739  *) ac_try_echo=$ac_try;;
    48824740esac
    4883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4884 $as_echo "$ac_try_echo") >&5
     4741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48854742  (eval "$ac_try") 2>&5
    48864743  ac_status=$?
    4887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4744  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48884745  (exit $ac_status); };
    48894746      then
     
    49034760fi
    49044761if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4905   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4906 $as_echo "yes" >&6; }
    4907 else
    4908   { $as_echo "$as_me:$LINENO: result: no" >&5
    4909 $as_echo "no" >&6; }
     4762  { echo "$as_me:$LINENO: result: yes" >&5
     4763echo "${ECHO_T}yes" >&6; }
     4764else
     4765  { echo "$as_me:$LINENO: result: no" >&5
     4766echo "${ECHO_T}no" >&6; }
    49104767 
    49114768cat >>confdefs.h <<\_ACEOF
     
    49184775# there is no other way.
    49194776set dummy $CC
    4920 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4921 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    4922 if test "$am_t" != yes; then
     4777ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4778if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    49234779   # Losing compiler, so override with the script.
    49244780   # FIXME: It is wrong to rewrite CC.
     
    49364792ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    49374793ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4938 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4939 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     4794{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4795echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    49404796# On Suns, sometimes $CPP names a directory.
    49414797if test -n "$CPP" && test -d "$CPP"; then
     
    49444800if test -z "$CPP"; then
    49454801  if test "${ac_cv_prog_CPP+set}" = set; then
    4946   $as_echo_n "(cached) " >&6
     4802  echo $ECHO_N "(cached) $ECHO_C" >&6
    49474803else
    49484804      # Double quotes because CPP needs to be expanded
     
    49764832  *) ac_try_echo=$ac_try;;
    49774833esac
    4978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4979 $as_echo "$ac_try_echo") >&5
     4834eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49804835  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49814836  ac_status=$?
     
    49834838  rm -f conftest.er1
    49844839  cat conftest.err >&5
    4985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4840  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49864841  (exit $ac_status); } >/dev/null && {
    49874842         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    49904845  :
    49914846else
    4992   $as_echo "$as_me: failed program was:" >&5
     4847  echo "$as_me: failed program was:" >&5
    49934848sed 's/^/| /' conftest.$ac_ext >&5
    49944849
     
    50144869  *) ac_try_echo=$ac_try;;
    50154870esac
    5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5017 $as_echo "$ac_try_echo") >&5
     4871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50184872  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50194873  ac_status=$?
     
    50214875  rm -f conftest.er1
    50224876  cat conftest.err >&5
    5023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4877  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50244878  (exit $ac_status); } >/dev/null && {
    50254879         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50294883continue
    50304884else
    5031   $as_echo "$as_me: failed program was:" >&5
     4885  echo "$as_me: failed program was:" >&5
    50324886sed 's/^/| /' conftest.$ac_ext >&5
    50334887
     
    50544908  ac_cv_prog_CPP=$CPP
    50554909fi
    5056 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    5057 $as_echo "$CPP" >&6; }
     4910{ echo "$as_me:$LINENO: result: $CPP" >&5
     4911echo "${ECHO_T}$CPP" >&6; }
    50584912ac_preproc_ok=false
    50594913for ac_c_preproc_warn_flag in '' yes
     
    50834937  *) ac_try_echo=$ac_try;;
    50844938esac
    5085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5086 $as_echo "$ac_try_echo") >&5
     4939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50874940  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50884941  ac_status=$?
     
    50904943  rm -f conftest.er1
    50914944  cat conftest.err >&5
    5092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50934946  (exit $ac_status); } >/dev/null && {
    50944947         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50974950  :
    50984951else
    5099   $as_echo "$as_me: failed program was:" >&5
     4952  echo "$as_me: failed program was:" >&5
    51004953sed 's/^/| /' conftest.$ac_ext >&5
    51014954
     
    51214974  *) ac_try_echo=$ac_try;;
    51224975esac
    5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5124 $as_echo "$ac_try_echo") >&5
     4976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51254977  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51264978  ac_status=$?
     
    51284980  rm -f conftest.er1
    51294981  cat conftest.err >&5
    5130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51314983  (exit $ac_status); } >/dev/null && {
    51324984         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51364988continue
    51374989else
    5138   $as_echo "$as_me: failed program was:" >&5
     4990  echo "$as_me: failed program was:" >&5
    51394991sed 's/^/| /' conftest.$ac_ext >&5
    51404992
     
    51525004  :
    51535005else
    5154   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    5155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    5156 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     5006  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    51575007See \`config.log' for more details." >&5
    5158 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     5008echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    51595009See \`config.log' for more details." >&2;}
    5160    { (exit 1); exit 1; }; }; }
     5010   { (exit 1); exit 1; }; }
    51615011fi
    51625012
     
    51685018
    51695019
    5170 { $as_echo "$as_me:$LINENO: checking for X" >&5
    5171 $as_echo_n "checking for X... " >&6; }
    5172 
    5173 
    5174 @%:@ Check whether --with-x was given.
     5020{ echo "$as_me:$LINENO: checking for X" >&5
     5021echo $ECHO_N "checking for X... $ECHO_C" >&6; }
     5022
     5023
     5024# Check whether --with-x was given.
    51755025if test "${with_x+set}" = set; then
    51765026  withval=$with_x;
     
    51835033else
    51845034  case $x_includes,$x_libraries in #(
    5185     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
    5186 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
     5035    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
     5036echo "$as_me: error: Cannot use X directory names containing '" >&2;}
    51875037   { (exit 1); exit 1; }; };; #(
    51885038    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    5189   $as_echo_n "(cached) " >&6
     5039  echo $ECHO_N "(cached) $ECHO_C" >&6
    51905040else
    51915041  # One or both of the vars are not set, and there is no cached value.
     
    52085058    done
    52095059    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    5210     for ac_extension in a so sl dylib la dll; do
     5060    for ac_extension in a so sl; do
    52115061      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    52125062         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    52225072    esac
    52235073    case $ac_im_usrlibdir in
    5224         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
     5074        /usr/lib | /lib) ;;
    52255075        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    52265076    esac
     
    52835133  *) ac_try_echo=$ac_try;;
    52845134esac
    5285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5286 $as_echo "$ac_try_echo") >&5
     5135eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52875136  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52885137  ac_status=$?
     
    52905139  rm -f conftest.er1
    52915140  cat conftest.err >&5
    5292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5141  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52935142  (exit $ac_status); } >/dev/null && {
    52945143         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    52985147ac_x_includes=
    52995148else
    5300   $as_echo "$as_me: failed program was:" >&5
     5149  echo "$as_me: failed program was:" >&5
    53015150sed 's/^/| /' conftest.$ac_ext >&5
    53025151
     
    53395188  *) ac_try_echo=$ac_try;;
    53405189esac
    5341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5342 $as_echo "$ac_try_echo") >&5
     5190eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53435191  (eval "$ac_link") 2>conftest.er1
    53445192  ac_status=$?
     
    53465194  rm -f conftest.er1
    53475195  cat conftest.err >&5
    5348   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5196  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53495197  (exit $ac_status); } && {
    53505198         test -z "$ac_c_werror_flag" ||
    53515199         test ! -s conftest.err
    5352        } && test -s conftest$ac_exeext && {
    5353          test "$cross_compiling" = yes ||
    5354          $as_test_x conftest$ac_exeext
    5355        }; then
     5200       } && test -s conftest$ac_exeext &&
     5201       $as_test_x conftest$ac_exeext; then
    53565202  LIBS=$ac_save_LIBS
    53575203# We can link X programs with no special library path.
    53585204ac_x_libraries=
    53595205else
    5360   $as_echo "$as_me: failed program was:" >&5
     5206  echo "$as_me: failed program was:" >&5
    53615207sed 's/^/| /' conftest.$ac_ext >&5
    53625208
    53635209        LIBS=$ac_save_LIBS
    5364 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5210for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    53655211do
    53665212  # Don't even attempt the hair of trying to link an X program!
    5367   for ac_extension in a so sl dylib la dll; do
     5213  for ac_extension in a so sl; do
    53685214    if test -r "$ac_dir/libX11.$ac_extension"; then
    53695215      ac_x_libraries=$ac_dir
     
    53745220fi
    53755221
    5376 rm -rf conftest.dSYM
    53775222rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53785223      conftest$ac_exeext conftest.$ac_ext
     
    53975242
    53985243if test "$have_x" != yes; then
    5399   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
    5400 $as_echo "$have_x" >&6; }
     5244  { echo "$as_me:$LINENO: result: $have_x" >&5
     5245echo "${ECHO_T}$have_x" >&6; }
    54015246  no_x=yes
    54025247else
     
    54085253        ac_x_includes='$x_includes'\
    54095254        ac_x_libraries='$x_libraries'"
    5410   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5411 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
     5255  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5256echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
    54125257fi
    54135258
     
    54305275    # For Solaris; some versions of Sun CC require a space after -R and
    54315276    # others require no space.  Words are not sufficient . . . .
    5432     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5433 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
     5277    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5278echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
    54345279    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    54355280    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    54565301  *) ac_try_echo=$ac_try;;
    54575302esac
    5458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5459 $as_echo "$ac_try_echo") >&5
     5303eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54605304  (eval "$ac_link") 2>conftest.er1
    54615305  ac_status=$?
     
    54635307  rm -f conftest.er1
    54645308  cat conftest.err >&5
    5465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5309  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54665310  (exit $ac_status); } && {
    54675311         test -z "$ac_c_werror_flag" ||
    54685312         test ! -s conftest.err
    5469        } && test -s conftest$ac_exeext && {
    5470          test "$cross_compiling" = yes ||
    5471          $as_test_x conftest$ac_exeext
    5472        }; then
    5473   { $as_echo "$as_me:$LINENO: result: no" >&5
    5474 $as_echo "no" >&6; }
     5313       } && test -s conftest$ac_exeext &&
     5314       $as_test_x conftest$ac_exeext; then
     5315  { echo "$as_me:$LINENO: result: no" >&5
     5316echo "${ECHO_T}no" >&6; }
    54755317       X_LIBS="$X_LIBS -R$x_libraries"
    54765318else
    5477   $as_echo "$as_me: failed program was:" >&5
     5319  echo "$as_me: failed program was:" >&5
    54785320sed 's/^/| /' conftest.$ac_ext >&5
    54795321
     
    55005342  *) ac_try_echo=$ac_try;;
    55015343esac
    5502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5503 $as_echo "$ac_try_echo") >&5
     5344eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55045345  (eval "$ac_link") 2>conftest.er1
    55055346  ac_status=$?
     
    55075348  rm -f conftest.er1
    55085349  cat conftest.err >&5
    5509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55105351  (exit $ac_status); } && {
    55115352         test -z "$ac_c_werror_flag" ||
    55125353         test ! -s conftest.err
    5513        } && test -s conftest$ac_exeext && {
    5514          test "$cross_compiling" = yes ||
    5515          $as_test_x conftest$ac_exeext
    5516        }; then
    5517   { $as_echo "$as_me:$LINENO: result: yes" >&5
    5518 $as_echo "yes" >&6; }
     5354       } && test -s conftest$ac_exeext &&
     5355       $as_test_x conftest$ac_exeext; then
     5356  { echo "$as_me:$LINENO: result: yes" >&5
     5357echo "${ECHO_T}yes" >&6; }
    55195358          X_LIBS="$X_LIBS -R $x_libraries"
    55205359else
    5521   $as_echo "$as_me: failed program was:" >&5
     5360  echo "$as_me: failed program was:" >&5
    55225361sed 's/^/| /' conftest.$ac_ext >&5
    55235362
    5524         { $as_echo "$as_me:$LINENO: result: neither works" >&5
    5525 $as_echo "neither works" >&6; }
    5526 fi
    5527 
    5528 rm -rf conftest.dSYM
     5363        { echo "$as_me:$LINENO: result: neither works" >&5
     5364echo "${ECHO_T}neither works" >&6; }
     5365fi
     5366
    55295367rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55305368      conftest$ac_exeext conftest.$ac_ext
    55315369fi
    55325370
    5533 rm -rf conftest.dSYM
    55345371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55355372      conftest$ac_exeext conftest.$ac_ext
     
    55775414  *) ac_try_echo=$ac_try;;
    55785415esac
    5579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5580 $as_echo "$ac_try_echo") >&5
     5416eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55815417  (eval "$ac_link") 2>conftest.er1
    55825418  ac_status=$?
     
    55845420  rm -f conftest.er1
    55855421  cat conftest.err >&5
    5586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5422  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55875423  (exit $ac_status); } && {
    55885424         test -z "$ac_c_werror_flag" ||
    55895425         test ! -s conftest.err
    5590        } && test -s conftest$ac_exeext && {
    5591          test "$cross_compiling" = yes ||
    5592          $as_test_x conftest$ac_exeext
    5593        }; then
     5426       } && test -s conftest$ac_exeext &&
     5427       $as_test_x conftest$ac_exeext; then
    55945428  :
    55955429else
    5596   $as_echo "$as_me: failed program was:" >&5
     5430  echo "$as_me: failed program was:" >&5
    55975431sed 's/^/| /' conftest.$ac_ext >&5
    55985432
    5599         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5600 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
     5433        { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5434echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
    56015435if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5602   $as_echo_n "(cached) " >&6
     5436  echo $ECHO_N "(cached) $ECHO_C" >&6
    56035437else
    56045438  ac_check_lib_save_LIBS=$LIBS
     
    56325466  *) ac_try_echo=$ac_try;;
    56335467esac
    5634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5635 $as_echo "$ac_try_echo") >&5
     5468eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56365469  (eval "$ac_link") 2>conftest.er1
    56375470  ac_status=$?
     
    56395472  rm -f conftest.er1
    56405473  cat conftest.err >&5
    5641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5474  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56425475  (exit $ac_status); } && {
    56435476         test -z "$ac_c_werror_flag" ||
    56445477         test ! -s conftest.err
    5645        } && test -s conftest$ac_exeext && {
    5646          test "$cross_compiling" = yes ||
    5647          $as_test_x conftest$ac_exeext
    5648        }; then
     5478       } && test -s conftest$ac_exeext &&
     5479       $as_test_x conftest$ac_exeext; then
    56495480  ac_cv_lib_dnet_dnet_ntoa=yes
    56505481else
    5651   $as_echo "$as_me: failed program was:" >&5
     5482  echo "$as_me: failed program was:" >&5
    56525483sed 's/^/| /' conftest.$ac_ext >&5
    56535484
     
    56555486fi
    56565487
    5657 rm -rf conftest.dSYM
    56585488rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56595489      conftest$ac_exeext conftest.$ac_ext
    56605490LIBS=$ac_check_lib_save_LIBS
    56615491fi
    5662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5663 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5664 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
     5492{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5493echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5494if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    56655495  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    56665496fi
    56675497
    56685498    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5669       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5670 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
     5499      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5500echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
    56715501if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5672   $as_echo_n "(cached) " >&6
     5502  echo $ECHO_N "(cached) $ECHO_C" >&6
    56735503else
    56745504  ac_check_lib_save_LIBS=$LIBS
     
    57025532  *) ac_try_echo=$ac_try;;
    57035533esac
    5704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5705 $as_echo "$ac_try_echo") >&5
     5534eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57065535  (eval "$ac_link") 2>conftest.er1
    57075536  ac_status=$?
     
    57095538  rm -f conftest.er1
    57105539  cat conftest.err >&5
    5711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57125541  (exit $ac_status); } && {
    57135542         test -z "$ac_c_werror_flag" ||
    57145543         test ! -s conftest.err
    5715        } && test -s conftest$ac_exeext && {
    5716          test "$cross_compiling" = yes ||
    5717          $as_test_x conftest$ac_exeext
    5718        }; then
     5544       } && test -s conftest$ac_exeext &&
     5545       $as_test_x conftest$ac_exeext; then
    57195546  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    57205547else
    5721   $as_echo "$as_me: failed program was:" >&5
     5548  echo "$as_me: failed program was:" >&5
    57225549sed 's/^/| /' conftest.$ac_ext >&5
    57235550
     
    57255552fi
    57265553
    5727 rm -rf conftest.dSYM
    57285554rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57295555      conftest$ac_exeext conftest.$ac_ext
    57305556LIBS=$ac_check_lib_save_LIBS
    57315557fi
    5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5733 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5734 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
     5558{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5559echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5560if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
    57355561  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    57365562fi
     
    57395565fi
    57405566
    5741 rm -rf conftest.dSYM
    57425567rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57435568      conftest$ac_exeext conftest.$ac_ext
     
    57525577    # The functions gethostbyname, getservbyname, and inet_addr are
    57535578    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5754     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5755 $as_echo_n "checking for gethostbyname... " >&6; }
     5579    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5580echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
    57565581if test "${ac_cv_func_gethostbyname+set}" = set; then
    5757   $as_echo_n "(cached) " >&6
     5582  echo $ECHO_N "(cached) $ECHO_C" >&6
    57585583else
    57595584  cat >conftest.$ac_ext <<_ACEOF
     
    58085633  *) ac_try_echo=$ac_try;;
    58095634esac
    5810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5811 $as_echo "$ac_try_echo") >&5
     5635eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58125636  (eval "$ac_link") 2>conftest.er1
    58135637  ac_status=$?
     
    58155639  rm -f conftest.er1
    58165640  cat conftest.err >&5
    5817   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5641  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58185642  (exit $ac_status); } && {
    58195643         test -z "$ac_c_werror_flag" ||
    58205644         test ! -s conftest.err
    5821        } && test -s conftest$ac_exeext && {
    5822          test "$cross_compiling" = yes ||
    5823          $as_test_x conftest$ac_exeext
    5824        }; then
     5645       } && test -s conftest$ac_exeext &&
     5646       $as_test_x conftest$ac_exeext; then
    58255647  ac_cv_func_gethostbyname=yes
    58265648else
    5827   $as_echo "$as_me: failed program was:" >&5
     5649  echo "$as_me: failed program was:" >&5
    58285650sed 's/^/| /' conftest.$ac_ext >&5
    58295651
     
    58315653fi
    58325654
    5833 rm -rf conftest.dSYM
    58345655rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58355656      conftest$ac_exeext conftest.$ac_ext
    58365657fi
    5837 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5838 $as_echo "$ac_cv_func_gethostbyname" >&6; }
     5658{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5659echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
    58395660
    58405661    if test $ac_cv_func_gethostbyname = no; then
    5841       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5842 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
     5662      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5663echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
    58435664if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5844   $as_echo_n "(cached) " >&6
     5665  echo $ECHO_N "(cached) $ECHO_C" >&6
    58455666else
    58465667  ac_check_lib_save_LIBS=$LIBS
     
    58745695  *) ac_try_echo=$ac_try;;
    58755696esac
    5876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5877 $as_echo "$ac_try_echo") >&5
     5697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58785698  (eval "$ac_link") 2>conftest.er1
    58795699  ac_status=$?
     
    58815701  rm -f conftest.er1
    58825702  cat conftest.err >&5
    5883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5703  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58845704  (exit $ac_status); } && {
    58855705         test -z "$ac_c_werror_flag" ||
    58865706         test ! -s conftest.err
    5887        } && test -s conftest$ac_exeext && {
    5888          test "$cross_compiling" = yes ||
    5889          $as_test_x conftest$ac_exeext
    5890        }; then
     5707       } && test -s conftest$ac_exeext &&
     5708       $as_test_x conftest$ac_exeext; then
    58915709  ac_cv_lib_nsl_gethostbyname=yes
    58925710else
    5893   $as_echo "$as_me: failed program was:" >&5
     5711  echo "$as_me: failed program was:" >&5
    58945712sed 's/^/| /' conftest.$ac_ext >&5
    58955713
     
    58975715fi
    58985716
    5899 rm -rf conftest.dSYM
    59005717rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59015718      conftest$ac_exeext conftest.$ac_ext
    59025719LIBS=$ac_check_lib_save_LIBS
    59035720fi
    5904 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5905 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    5906 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
     5721{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5722echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
     5723if test $ac_cv_lib_nsl_gethostbyname = yes; then
    59075724  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    59085725fi
    59095726
    59105727      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5911         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5912 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
     5728        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5729echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
    59135730if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5914   $as_echo_n "(cached) " >&6
     5731  echo $ECHO_N "(cached) $ECHO_C" >&6
    59155732else
    59165733  ac_check_lib_save_LIBS=$LIBS
     
    59445761  *) ac_try_echo=$ac_try;;
    59455762esac
    5946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5947 $as_echo "$ac_try_echo") >&5
     5763eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59485764  (eval "$ac_link") 2>conftest.er1
    59495765  ac_status=$?
     
    59515767  rm -f conftest.er1
    59525768  cat conftest.err >&5
    5953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5769  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59545770  (exit $ac_status); } && {
    59555771         test -z "$ac_c_werror_flag" ||
    59565772         test ! -s conftest.err
    5957        } && test -s conftest$ac_exeext && {
    5958          test "$cross_compiling" = yes ||
    5959          $as_test_x conftest$ac_exeext
    5960        }; then
     5773       } && test -s conftest$ac_exeext &&
     5774       $as_test_x conftest$ac_exeext; then
    59615775  ac_cv_lib_bsd_gethostbyname=yes
    59625776else
    5963   $as_echo "$as_me: failed program was:" >&5
     5777  echo "$as_me: failed program was:" >&5
    59645778sed 's/^/| /' conftest.$ac_ext >&5
    59655779
     
    59675781fi
    59685782
    5969 rm -rf conftest.dSYM
    59705783rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59715784      conftest$ac_exeext conftest.$ac_ext
    59725785LIBS=$ac_check_lib_save_LIBS
    59735786fi
    5974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5975 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    5976 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
     5787{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5788echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
     5789if test $ac_cv_lib_bsd_gethostbyname = yes; then
    59775790  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    59785791fi
     
    59885801    # must be given before -lnsl if both are needed.  We assume that
    59895802    # if connect needs -lnsl, so does gethostbyname.
    5990     { $as_echo "$as_me:$LINENO: checking for connect" >&5
    5991 $as_echo_n "checking for connect... " >&6; }
     5803    { echo "$as_me:$LINENO: checking for connect" >&5
     5804echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
    59925805if test "${ac_cv_func_connect+set}" = set; then
    5993   $as_echo_n "(cached) " >&6
     5806  echo $ECHO_N "(cached) $ECHO_C" >&6
    59945807else
    59955808  cat >conftest.$ac_ext <<_ACEOF
     
    60445857  *) ac_try_echo=$ac_try;;
    60455858esac
    6046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6047 $as_echo "$ac_try_echo") >&5
     5859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    60485860  (eval "$ac_link") 2>conftest.er1
    60495861  ac_status=$?
     
    60515863  rm -f conftest.er1
    60525864  cat conftest.err >&5
    6053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5865  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60545866  (exit $ac_status); } && {
    60555867         test -z "$ac_c_werror_flag" ||
    60565868         test ! -s conftest.err
    6057        } && test -s conftest$ac_exeext && {
    6058          test "$cross_compiling" = yes ||
    6059          $as_test_x conftest$ac_exeext
    6060        }; then
     5869       } && test -s conftest$ac_exeext &&
     5870       $as_test_x conftest$ac_exeext; then
    60615871  ac_cv_func_connect=yes
    60625872else
    6063   $as_echo "$as_me: failed program was:" >&5
     5873  echo "$as_me: failed program was:" >&5
    60645874sed 's/^/| /' conftest.$ac_ext >&5
    60655875
     
    60675877fi
    60685878
    6069 rm -rf conftest.dSYM
    60705879rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60715880      conftest$ac_exeext conftest.$ac_ext
    60725881fi
    6073 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    6074 $as_echo "$ac_cv_func_connect" >&6; }
     5882{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5883echo "${ECHO_T}$ac_cv_func_connect" >&6; }
    60755884
    60765885    if test $ac_cv_func_connect = no; then
    6077       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    6078 $as_echo_n "checking for connect in -lsocket... " >&6; }
     5886      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5887echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
    60795888if test "${ac_cv_lib_socket_connect+set}" = set; then
    6080   $as_echo_n "(cached) " >&6
     5889  echo $ECHO_N "(cached) $ECHO_C" >&6
    60815890else
    60825891  ac_check_lib_save_LIBS=$LIBS
     
    61105919  *) ac_try_echo=$ac_try;;
    61115920esac
    6112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6113 $as_echo "$ac_try_echo") >&5
     5921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61145922  (eval "$ac_link") 2>conftest.er1
    61155923  ac_status=$?
     
    61175925  rm -f conftest.er1
    61185926  cat conftest.err >&5
    6119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61205928  (exit $ac_status); } && {
    61215929         test -z "$ac_c_werror_flag" ||
    61225930         test ! -s conftest.err
    6123        } && test -s conftest$ac_exeext && {
    6124          test "$cross_compiling" = yes ||
    6125          $as_test_x conftest$ac_exeext
    6126        }; then
     5931       } && test -s conftest$ac_exeext &&
     5932       $as_test_x conftest$ac_exeext; then
    61275933  ac_cv_lib_socket_connect=yes
    61285934else
    6129   $as_echo "$as_me: failed program was:" >&5
     5935  echo "$as_me: failed program was:" >&5
    61305936sed 's/^/| /' conftest.$ac_ext >&5
    61315937
     
    61335939fi
    61345940
    6135 rm -rf conftest.dSYM
    61365941rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61375942      conftest$ac_exeext conftest.$ac_ext
    61385943LIBS=$ac_check_lib_save_LIBS
    61395944fi
    6140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    6141 $as_echo "$ac_cv_lib_socket_connect" >&6; }
    6142 if test "x$ac_cv_lib_socket_connect" = x""yes; then
     5945{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     5946echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
     5947if test $ac_cv_lib_socket_connect = yes; then
    61435948  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    61445949fi
     
    61475952
    61485953    # Guillermo Gomez says -lposix is necessary on A/UX.
    6149     { $as_echo "$as_me:$LINENO: checking for remove" >&5
    6150 $as_echo_n "checking for remove... " >&6; }
     5954    { echo "$as_me:$LINENO: checking for remove" >&5
     5955echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
    61515956if test "${ac_cv_func_remove+set}" = set; then
    6152   $as_echo_n "(cached) " >&6
     5957  echo $ECHO_N "(cached) $ECHO_C" >&6
    61535958else
    61545959  cat >conftest.$ac_ext <<_ACEOF
     
    62036008  *) ac_try_echo=$ac_try;;
    62046009esac
    6205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6206 $as_echo "$ac_try_echo") >&5
     6010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62076011  (eval "$ac_link") 2>conftest.er1
    62086012  ac_status=$?
     
    62106014  rm -f conftest.er1
    62116015  cat conftest.err >&5
    6212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62136017  (exit $ac_status); } && {
    62146018         test -z "$ac_c_werror_flag" ||
    62156019         test ! -s conftest.err
    6216        } && test -s conftest$ac_exeext && {
    6217          test "$cross_compiling" = yes ||
    6218          $as_test_x conftest$ac_exeext
    6219        }; then
     6020       } && test -s conftest$ac_exeext &&
     6021       $as_test_x conftest$ac_exeext; then
    62206022  ac_cv_func_remove=yes
    62216023else
    6222   $as_echo "$as_me: failed program was:" >&5
     6024  echo "$as_me: failed program was:" >&5
    62236025sed 's/^/| /' conftest.$ac_ext >&5
    62246026
     
    62266028fi
    62276029
    6228 rm -rf conftest.dSYM
    62296030rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62306031      conftest$ac_exeext conftest.$ac_ext
    62316032fi
    6232 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    6233 $as_echo "$ac_cv_func_remove" >&6; }
     6033{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6034echo "${ECHO_T}$ac_cv_func_remove" >&6; }
    62346035
    62356036    if test $ac_cv_func_remove = no; then
    6236       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    6237 $as_echo_n "checking for remove in -lposix... " >&6; }
     6037      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6038echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
    62386039if test "${ac_cv_lib_posix_remove+set}" = set; then
    6239   $as_echo_n "(cached) " >&6
     6040  echo $ECHO_N "(cached) $ECHO_C" >&6
    62406041else
    62416042  ac_check_lib_save_LIBS=$LIBS
     
    62696070  *) ac_try_echo=$ac_try;;
    62706071esac
    6271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6272 $as_echo "$ac_try_echo") >&5
     6072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62736073  (eval "$ac_link") 2>conftest.er1
    62746074  ac_status=$?
     
    62766076  rm -f conftest.er1
    62776077  cat conftest.err >&5
    6278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62796079  (exit $ac_status); } && {
    62806080         test -z "$ac_c_werror_flag" ||
    62816081         test ! -s conftest.err
    6282        } && test -s conftest$ac_exeext && {
    6283          test "$cross_compiling" = yes ||
    6284          $as_test_x conftest$ac_exeext
    6285        }; then
     6082       } && test -s conftest$ac_exeext &&
     6083       $as_test_x conftest$ac_exeext; then
    62866084  ac_cv_lib_posix_remove=yes
    62876085else
    6288   $as_echo "$as_me: failed program was:" >&5
     6086  echo "$as_me: failed program was:" >&5
    62896087sed 's/^/| /' conftest.$ac_ext >&5
    62906088
     
    62926090fi
    62936091
    6294 rm -rf conftest.dSYM
    62956092rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62966093      conftest$ac_exeext conftest.$ac_ext
    62976094LIBS=$ac_check_lib_save_LIBS
    62986095fi
    6299 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6300 $as_echo "$ac_cv_lib_posix_remove" >&6; }
    6301 if test "x$ac_cv_lib_posix_remove" = x""yes; then
     6096{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6097echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
     6098if test $ac_cv_lib_posix_remove = yes; then
    63026099  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    63036100fi
     
    63066103
    63076104    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6308     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
    6309 $as_echo_n "checking for shmat... " >&6; }
     6105    { echo "$as_me:$LINENO: checking for shmat" >&5
     6106echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
    63106107if test "${ac_cv_func_shmat+set}" = set; then
    6311   $as_echo_n "(cached) " >&6
     6108  echo $ECHO_N "(cached) $ECHO_C" >&6
    63126109else
    63136110  cat >conftest.$ac_ext <<_ACEOF
     
    63626159  *) ac_try_echo=$ac_try;;
    63636160esac
    6364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6365 $as_echo "$ac_try_echo") >&5
     6161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63666162  (eval "$ac_link") 2>conftest.er1
    63676163  ac_status=$?
     
    63696165  rm -f conftest.er1
    63706166  cat conftest.err >&5
    6371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63726168  (exit $ac_status); } && {
    63736169         test -z "$ac_c_werror_flag" ||
    63746170         test ! -s conftest.err
    6375        } && test -s conftest$ac_exeext && {
    6376          test "$cross_compiling" = yes ||
    6377          $as_test_x conftest$ac_exeext
    6378        }; then
     6171       } && test -s conftest$ac_exeext &&
     6172       $as_test_x conftest$ac_exeext; then
    63796173  ac_cv_func_shmat=yes
    63806174else
    6381   $as_echo "$as_me: failed program was:" >&5
     6175  echo "$as_me: failed program was:" >&5
    63826176sed 's/^/| /' conftest.$ac_ext >&5
    63836177
     
    63856179fi
    63866180
    6387 rm -rf conftest.dSYM
    63886181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63896182      conftest$ac_exeext conftest.$ac_ext
    63906183fi
    6391 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6392 $as_echo "$ac_cv_func_shmat" >&6; }
     6184{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6185echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
    63936186
    63946187    if test $ac_cv_func_shmat = no; then
    6395       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6396 $as_echo_n "checking for shmat in -lipc... " >&6; }
     6188      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6189echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
    63976190if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6398   $as_echo_n "(cached) " >&6
     6191  echo $ECHO_N "(cached) $ECHO_C" >&6
    63996192else
    64006193  ac_check_lib_save_LIBS=$LIBS
     
    64286221  *) ac_try_echo=$ac_try;;
    64296222esac
    6430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6431 $as_echo "$ac_try_echo") >&5
     6223eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64326224  (eval "$ac_link") 2>conftest.er1
    64336225  ac_status=$?
     
    64356227  rm -f conftest.er1
    64366228  cat conftest.err >&5
    6437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6229  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64386230  (exit $ac_status); } && {
    64396231         test -z "$ac_c_werror_flag" ||
    64406232         test ! -s conftest.err
    6441        } && test -s conftest$ac_exeext && {
    6442          test "$cross_compiling" = yes ||
    6443          $as_test_x conftest$ac_exeext
    6444        }; then
     6233       } && test -s conftest$ac_exeext &&
     6234       $as_test_x conftest$ac_exeext; then
    64456235  ac_cv_lib_ipc_shmat=yes
    64466236else
    6447   $as_echo "$as_me: failed program was:" >&5
     6237  echo "$as_me: failed program was:" >&5
    64486238sed 's/^/| /' conftest.$ac_ext >&5
    64496239
     
    64516241fi
    64526242
    6453 rm -rf conftest.dSYM
    64546243rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64556244      conftest$ac_exeext conftest.$ac_ext
    64566245LIBS=$ac_check_lib_save_LIBS
    64576246fi
    6458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6459 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    6460 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
     6247{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6248echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
     6249if test $ac_cv_lib_ipc_shmat = yes; then
    64616250  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    64626251fi
     
    64746263  # libraries we check for below, so use a different variable.
    64756264  # John Interrante, Karl Berry
    6476   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6477 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
     6265  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6266echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
    64786267if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6479   $as_echo_n "(cached) " >&6
     6268  echo $ECHO_N "(cached) $ECHO_C" >&6
    64806269else
    64816270  ac_check_lib_save_LIBS=$LIBS
     
    65096298  *) ac_try_echo=$ac_try;;
    65106299esac
    6511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6512 $as_echo "$ac_try_echo") >&5
     6300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65136301  (eval "$ac_link") 2>conftest.er1
    65146302  ac_status=$?
     
    65166304  rm -f conftest.er1
    65176305  cat conftest.err >&5
    6518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65196307  (exit $ac_status); } && {
    65206308         test -z "$ac_c_werror_flag" ||
    65216309         test ! -s conftest.err
    6522        } && test -s conftest$ac_exeext && {
    6523          test "$cross_compiling" = yes ||
    6524          $as_test_x conftest$ac_exeext
    6525        }; then
     6310       } && test -s conftest$ac_exeext &&
     6311       $as_test_x conftest$ac_exeext; then
    65266312  ac_cv_lib_ICE_IceConnectionNumber=yes
    65276313else
    6528   $as_echo "$as_me: failed program was:" >&5
     6314  echo "$as_me: failed program was:" >&5
    65296315sed 's/^/| /' conftest.$ac_ext >&5
    65306316
     
    65326318fi
    65336319
    6534 rm -rf conftest.dSYM
    65356320rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65366321      conftest$ac_exeext conftest.$ac_ext
    65376322LIBS=$ac_check_lib_save_LIBS
    65386323fi
    6539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6540 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6541 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
     6324{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6325echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6326if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
    65426327  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    65436328fi
     
    65506335ax_enable_matlab=
    65516336
    6552 @%:@ Check whether --with-matlab-dir was given.
     6337# Check whether --with-matlab-dir was given.
    65536338if test "${with_matlab_dir+set}" = set; then
    65546339  withval=$with_matlab_dir; case $withval in
     
    65646349    MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd`
    65656350    if test -z "$MATLAB" ; then
    6566         { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
    6567 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
     6351        { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
     6352echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
    65686353   { (exit 1); exit 1; }; }
    65696354    fi
     
    65736358
    65746359if test x$ax_enable_matlab != xno ; then
    6575 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&5
    6576 $as_echo_n "checking for Matlab prefix... " >&6; }
     6360{ echo "$as_me:$LINENO: checking for Matlab prefix" >&5
     6361echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; }
    65776362if test "${ax_cv_matlab+set}" = set; then
    6578   $as_echo_n "(cached) " >&6
     6363  echo $ECHO_N "(cached) $ECHO_C" >&6
    65796364else
    65806365  if test "${MATLAB+set}" = set ; then
     
    66026387fi
    66036388fi
    6604 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
    6605 $as_echo "$ax_cv_matlab" >&6; }
     6389{ echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
     6390echo "${ECHO_T}$ax_cv_matlab" >&6; }
    66066391if test "$ax_cv_matlab" = "not found" ; then
    66076392    unset MATLAB
     
    66106395    MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'`
    66116396fi
    6612 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
    6613 $as_echo_n "checking whether to enable Matlab support... " >&6; }
     6397{ echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
     6398echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; }
    66146399if test x$ax_enable_matlab != xno ; then
    66156400    if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then
     
    66196404    else
    66206405        # Fail if Matlab was explicitly enabled.
    6621         { $as_echo "$as_me:$LINENO: result: failure" >&5
    6622 $as_echo "failure" >&6; }
    6623         { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&5
    6624 $as_echo "$as_me: error: check your Matlab setup" >&2;}
     6406        { echo "$as_me:$LINENO: result: failure" >&5
     6407echo "${ECHO_T}failure" >&6; }
     6408        { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5
     6409echo "$as_me: error: check your Matlab setup" >&2;}
    66256410   { (exit 1); exit 1; }; }
    66266411    fi
    66276412fi
    6628 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
    6629 $as_echo "$ax_enable_matlab" >&6; }
     6413{ echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
     6414echo "${ECHO_T}$ax_enable_matlab" >&6; }
    66306415if test x$ax_enable_matlab = xyes ; then
    66316416   
     
    66396424
    66406425
    6641                 @%:@ Check whether --enable-debugging was given.
     6426                # Check whether --enable-debugging was given.
    66426427if test "${enable_debugging+set}" = set; then
    66436428  enableval=$enable_debugging; enable_debugging=$enableval
     
    66556440
    66566441               
    6657 @%:@ Check whether --with-serial was given.
     6442# Check whether --with-serial was given.
    66586443if test "${with_serial+set}" = set; then
    66596444  withval=$with_serial; SERIAL_VALUE=$withval
     
    66626447fi
    66636448
    6664         { $as_echo "$as_me:$LINENO: checking for serial compilation" >&5
    6665 $as_echo_n "checking for serial compilation... " >&6; }
     6449        { echo "$as_me:$LINENO: checking for serial compilation" >&5
     6450echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; }
    66666451         if test $SERIAL_VALUE = no; then
    66676452  NOSERIAL_TRUE=
     
    66726457fi
    66736458
    6674         { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
    6675 $as_echo "$SERIAL_VALUE" >&6; }
     6459        { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
     6460echo "${ECHO_T}$SERIAL_VALUE" >&6; }
    66766461       
    66776462
    66786463               
    6679 @%:@ Check whether --with-parallel was given.
     6464# Check whether --with-parallel was given.
    66806465if test "${with_parallel+set}" = set; then
    66816466  withval=$with_parallel; PARALLEL_VALUE=$withval
     
    66846469fi
    66856470
    6686         { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&5
    6687 $as_echo_n "checking for parallel compilation... " >&6; }
     6471        { echo "$as_me:$LINENO: checking for parallel compilation" >&5
     6472echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; }
    66886473         if test $PARALLEL_VALUE = no; then
    66896474  NOPARALLEL_TRUE=
     
    66946479fi
    66956480
    6696         { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
    6697 $as_echo "$PARALLEL_VALUE" >&6; }
     6481        { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
     6482echo "${ECHO_T}$PARALLEL_VALUE" >&6; }
    66986483
    66996484                if test "$SERIAL_VALUE" != "yes" ; then
    67006485                if test "$PARALLEL_VALUE" != "yes"; then
    6701                 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
    6702 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
     6486                { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
     6487echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
    67036488   { (exit 1); exit 1; }; }
    67046489                fi
     
    67076492
    67086493               
    6709 @%:@ Check whether --with-matlab-dir was given.
     6494# Check whether --with-matlab-dir was given.
    67106495if test "${with_matlab_dir+set}" = set; then
    67116496  withval=$with_matlab_dir; MATLAB_ROOT=$withval
     
    67176502        if test -d "$MATLAB_ROOT"; then
    67186503
    6719                 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
    6720 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT... " >&6; }
     6504                { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
     6505echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; }
    67216506
    67226507                                HAVE_MATLAB=yes
     
    67376522                        fi
    67386523                        ;;
     6524                        *darwin9.6.0*)
     6525                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
     6526                        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"
     6527                        ;;
     6528
    67396529                esac
    67406530
     
    67506540               
    67516541       
    6752                 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
    6753 $as_echo "$HAVE_MATLAB" >&6; }
     6542                { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
     6543echo "${ECHO_T}$HAVE_MATLAB" >&6; }
    67546544        else
    67556545                HAVE_MATLAB=no
     
    67596549        if test $HAVE_MATLAB = no; then
    67606550                if test "$SERIAL_VALUE" = "yes" ; then
    6761                         { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
    6762 $as_echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
     6551                        { { echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
     6552echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
    67636553   { (exit 1); exit 1; }; }
    67646554                fi
     
    67706560
    67716561
    6772 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&5
    6773 $as_echo_n "checking for Matlab version... " >&6; }
     6562{ echo "$as_me:$LINENO: checking for Matlab version" >&5
     6563echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; }
    67746564if test "${ax_cv_matlab_version+set}" = set; then
    6775   $as_echo_n "(cached) " >&6
     6565  echo $ECHO_N "(cached) $ECHO_C" >&6
    67766566else
    67776567  if test "${MATLAB_VERSION+set}" = set ; then
     
    68116601fi
    68126602fi
    6813 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
    6814 $as_echo "$ax_cv_matlab_version" >&6; }
     6603{ echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
     6604echo "${ECHO_T}$ax_cv_matlab_version" >&6; }
    68156605case $ax_cv_matlab_version in
    68166606  @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@)
     
    68216611  *)
    68226612    if test x$ax_enable_matlab = xyes ; then
    6823         { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
    6824 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}
     6613        { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
     6614echo "$as_me: error: can not determine Matlab version number" >&2;}
    68256615   { (exit 1); exit 1; }; }
    68266616    fi
     
    68666656       
    68676657               
    6868 @%:@ Check whether --with-triangle-dir was given.
     6658# Check whether --with-triangle-dir was given.
    68696659if test "${with_triangle_dir+set}" = set; then
    68706660  withval=$with_triangle_dir; TRIANGLE_ROOT=$withval
     
    68736663fi
    68746664 
    6875         { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
    6876 $as_echo_n "checking for Triangle headers and libraries ... " >&6; }
     6665        { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
     6666echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; }
    68776667        if test -d "$TRIANGLE_ROOT"; then
    68786668
     
    68936683                HAVE_TRIANGLE=no
    68946684        fi
    6895         { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
    6896 $as_echo "$HAVE_TRIANGLE" >&6; }
    6897 
    6898         { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
    6899 $as_echo_n "checking for triangle and parallel status... " >&6; }
     6685        { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
     6686echo "${ECHO_T}$HAVE_TRIANGLE" >&6; }
     6687
     6688        { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
     6689echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; }
    69006690        if test $HAVE_TRIANGLE = no; then
    69016691                if test "$SERIAL_VALUE" = "yes" ; then
    6902                         { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
    6903 $as_echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
     6692                        { { echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
     6693echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
    69046694   { (exit 1); exit 1; }; }
    69056695                fi
    69066696        fi
    6907         { $as_echo "$as_me:$LINENO: result: ok" >&5
    6908 $as_echo "ok" >&6; }
     6697        { echo "$as_me:$LINENO: result: ok" >&5
     6698echo "${ECHO_T}ok" >&6; }
     6699
     6700               
     6701# Check whether --with-dakota-dir was given.
     6702if test "${with_dakota_dir+set}" = set; then
     6703  withval=$with_dakota_dir; DAKOTA_ROOT=$withval
     6704else
     6705  DAKOTA_ROOT=""
     6706fi
     6707 
     6708        { echo "$as_me:$LINENO: checking for Dakota " >&5
     6709echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; }
    69096710       
     6711        if test -d "$DAKOTA_ROOT"; then
     6712
     6713                                HAVE_DAKOTA=yes
     6714                DAKOTAINCL=-I$DAKOTA_ROOT/include
     6715                DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs  -levidence -lsurfpack -lconmin -lddace -lfsudace    -ljega -lcport -lopt -lpsuade -lnewmat    -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl     -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver "
     6716
     6717               
     6718cat >>confdefs.h <<\_ACEOF
     6719@%:@define _HAVE_DAKOTA_ 1
     6720_ACEOF
     6721
    69106722               
    69116723               
    6912 @%:@ Check whether --with-metis-dir was given.
     6724
     6725        else
     6726                HAVE_DAKOTA=no
     6727        fi
     6728        { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
     6729echo "${ECHO_T}$HAVE_DAKOTA" >&6; }
     6730
     6731               
     6732               
     6733# Check whether --with-metis-dir was given.
    69136734if test "${with_metis_dir+set}" = set; then
    69146735  withval=$with_metis_dir; METIS_ROOT=$withval
     
    69206741        if test -d "$METIS_ROOT"; then
    69216742
    6922                 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
    6923 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT... " >&6; }
     6743                { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
     6744echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; }
    69246745
    69256746                                HAVE_METIS=yes
     
    69396760
    69406761        if test $HAVE_METIS = no; then
    6941         { { $as_echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
    6942 $as_echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
     6762        { { echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
     6763echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
    69436764   { (exit 1); exit 1; }; };
    69446765        else
    6945         { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
    6946 $as_echo "$HAVE_METIS" >&6; }
     6766        { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
     6767echo "${ECHO_T}$HAVE_METIS" >&6; }
    69476768        fi
    69486769
    6949                 { $as_echo "$as_me:$LINENO: checking for mpi..." >&5
    6950 $as_echo_n "checking for mpi...... " >&6; }
     6770                { echo "$as_me:$LINENO: checking for mpi..." >&5
     6771echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; }
    69516772       
    6952 @%:@ Check whether --with-mpi-lib was given.
     6773# Check whether --with-mpi-lib was given.
    69536774if test "${with_mpi_lib+set}" = set; then
    69546775  withval=$with_mpi_lib; MPILIB=$withval
     
    69596780       
    69606781       
    6961 @%:@ Check whether --with-mpi-include was given.
     6782# Check whether --with-mpi-include was given.
    69626783if test "${with_mpi_include+set}" = set; then
    69636784  withval=$with_mpi_include; MPI_INCLUDE=$withval
     
    69696790                if test -z "$MPILIB" ; then
    69706791                if test "$PARALLEL_VALUE" = "yes" ; then
    6971                         { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
    6972 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
     6792                        { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
     6793echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
    69736794   { (exit 1); exit 1; }; }
    69746795                fi
     
    69766797                if test -z "$MPI_INCLUDE" ; then
    69776798                        if test "$PARALLEL_VALUE" = "yes" ; then
    6978                                 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
    6979 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
     6799                                { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
     6800echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
    69806801   { (exit 1); exit 1; }; }
    69816802                        fi
     
    69906811
    69916812                       
     6813cat >>confdefs.h <<\_ACEOF
     6814@%:@define HAVE_MPI 1
     6815_ACEOF
     6816
     6817                       
    69926818                       
    69936819                fi
    69946820        fi
    6995         { $as_echo "$as_me:$LINENO: result: done" >&5
    6996 $as_echo "done" >&6; }
     6821        { echo "$as_me:$LINENO: result: done" >&5
     6822echo "${ECHO_T}done" >&6; }
    69976823
    69986824               
    6999 @%:@ Check whether --with-petsc-dir was given.
     6825# Check whether --with-petsc-dir was given.
    70006826if test "${with_petsc_dir+set}" = set; then
    70016827  withval=$with_petsc_dir; PETSC_ROOT=$withval
     
    70076833        if test "$PARALLEL_VALUE" = "yes" ; then
    70086834                if test "$PETSC_ROOT" = "" ; then
    7009                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
    7010 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
     6835                        { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
     6836echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
    70116837   { (exit 1); exit 1; }; }
    70126838                fi
     
    70146840       
    70156841       
    7016 @%:@ Check whether --with-petsc-arch was given.
     6842# Check whether --with-petsc-arch was given.
    70176843if test "${with_petsc_arch+set}" = set; then
    70186844  withval=$with_petsc_arch; PETSC_ARCH=$withval
     
    70246850        if test "$PARALLEL_VALUE" = "yes" ; then
    70256851                if test "$PETSC_ARCH" = "" ; then
    7026                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
    7027 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
     6852                        { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
     6853echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
    70286854   { (exit 1); exit 1; }; }
    70296855                fi
    70306856        fi
    70316857       
    7032         { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
    7033 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... " >&6; }
     6858        { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
     6859echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; }
    70346860       
    70356861        if test -d "$PETSC_ROOT"; then
     
    70606886        if test $HAVE_PETSC = no; then
    70616887                if test "$PARALLEL_VALUE" = "yes" ; then
    7062                         { { $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 in paralle!" >&5
    7063 $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 in paralle!" >&2;}
     6888                        { { 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
     6889echo "$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;}
    70646890   { (exit 1); exit 1; }; }
    70656891                fi
    70666892        else
    7067                 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
    7068 $as_echo "$HAVE_PETSC" >&6; }
     6893                { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
     6894echo "${ECHO_T}$HAVE_PETSC" >&6; }
    70696895        fi
    70706896
    70716897
    70726898               
    7073 @%:@ Check whether --with-slepc-dir was given.
     6899# Check whether --with-slepc-dir was given.
    70746900if test "${with_slepc_dir+set}" = set; then
    70756901  withval=$with_slepc_dir; SLEPC_ROOT=$withval
     
    70796905
    70806906                         
    7081         { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
    7082 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT... " >&6; }
     6907        { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
     6908echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; }
    70836909        if test -d "$SLEPC_ROOT"; then
    70846910
     
    70986924                HAVE_SLEPC=no
    70996925        fi
    7100         { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
    7101 $as_echo "$HAVE_SLEPC" >&6; }
     6926        { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
     6927echo "${ECHO_T}$HAVE_SLEPC" >&6; }
    71026928       
    71036929               
    7104 @%:@ Check whether --with-scalapack-dir was given.
     6930# Check whether --with-scalapack-dir was given.
    71056931if test "${with_scalapack_dir+set}" = set; then
    71066932  withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval
     
    71106936
    71116937                         
    7112         { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
    7113 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... " >&6; }
     6938        { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
     6939echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; }
    71146940        if test -d "$SCALAPACK_ROOT"; then
    71156941
     
    71276953                HAVE_SCALAPACK=no
    71286954        fi
    7129         { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
    7130 $as_echo "$HAVE_SCALAPACK" >&6; }
     6955        { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
     6956echo "${ECHO_T}$HAVE_SCALAPACK" >&6; }
    71316957
    71326958               
    7133 @%:@ Check whether --with-blas-lapack-dir was given.
     6959# Check whether --with-blas-lapack-dir was given.
    71346960if test "${with_blas_lapack_dir+set}" = set; then
    71356961  withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval
     
    71396965
    71406966                         
    7141         { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
    7142 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... " >&6; }
     6967        { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
     6968echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; }
    71436969        if test -d "$BLASLAPACK_ROOT"; then
    71446970
     
    71466972                                HAVE_BLASLAPACK=yes
    71476973                BLASLAPACKINCL=""
    7148                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"
     6974                                BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
    71496975
    71506976               
     
    71586984                HAVE_BLASLAPACK=no
    71596985        fi
    7160         { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
    7161 $as_echo "$HAVE_BLASLAPACK" >&6; }
    7162 
     6986        { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
     6987echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; }
    71636988
    71646989               
    7165 @%:@ Check whether --with-plapack-dir was given.
     6990# Check whether --with-mkl-dir was given.
     6991if test "${with_mkl_dir+set}" = set; then
     6992  withval=$with_mkl_dir; MKL_ROOT=$withval
     6993else
     6994  MKL_ROOT=""
     6995fi
     6996
     6997                         
     6998        { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
     6999echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; }
     7000        if test -d "$MKL_ROOT"; then
     7001
     7002                                HAVE_MKL=yes
     7003                MKLINCL=""
     7004                MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide"
     7005
     7006               
     7007cat >>confdefs.h <<\_ACEOF
     7008@%:@define _HAVE_MKL_ 1
     7009_ACEOF
     7010
     7011               
     7012               
     7013        else
     7014                HAVE_MKL=no
     7015        fi
     7016        { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
     7017echo "${ECHO_T}$HAVE_MKL" >&6; }
     7018
     7019               
     7020# Check whether --with-plapack-dir was given.
    71667021if test "${with_plapack_dir+set}" = set; then
    71677022  withval=$with_plapack_dir; PLAPACK_ROOT=$withval
     
    71717026
    71727027                         
    7173         { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
    7174 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT... " >&6; }
     7028        { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
     7029echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; }
    71757030        if test -d "$PLAPACK_ROOT"; then
    71767031
     
    71907045                HAVE_PLAPACK=no
    71917046        fi
    7192         { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
    7193 $as_echo "$HAVE_PLAPACK" >&6; }
     7047        { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
     7048echo "${ECHO_T}$HAVE_PLAPACK" >&6; }
    71947049
    71957050               
    7196 @%:@ Check whether --with-mumps-dir was given.
     7051# Check whether --with-mumps-dir was given.
    71977052if test "${with_mumps_dir+set}" = set; then
    71987053  withval=$with_mumps_dir; MUMPS_ROOT=$withval
     
    72027057
    72037058                         
    7204         { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
    7205 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT... " >&6; }
     7059        { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
     7060echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; }
    72067061        if test -d "$MUMPS_ROOT"; then
    72077062
     
    72207075                HAVE_MUMPS=no
    72217076        fi
    7222         { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
    7223 $as_echo "$HAVE_MUMPS" >&6; }
     7077        { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
     7078echo "${ECHO_T}$HAVE_MUMPS" >&6; }
    72247079
    72257080               
    7226 @%:@ Check whether --with-blacs-dir was given.
     7081# Check whether --with-blacs-dir was given.
    72277082if test "${with_blacs_dir+set}" = set; then
    72287083  withval=$with_blacs_dir; BLACS_ROOT=$withval
     
    72327087
    72337088                         
    7234         { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
    7235 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT... " >&6; }
     7089        { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
     7090echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; }
    72367091        if test -d "$BLACS_ROOT"; then
    72377092
     
    72507105                HAVE_BLACS=no
    72517106        fi
    7252         { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
    7253 $as_echo "$HAVE_BLACS" >&6; }
    7254 
    7255 
    7256 
     7107        { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
     7108echo "${ECHO_T}$HAVE_BLACS" >&6; }
     7109
     7110                { echo "$as_me:$LINENO: checking for math library..." >&5
     7111echo $ECHO_N "checking for math library...... $ECHO_C" >&6; }
     7112       
     7113# Check whether --with-math-lib was given.
     7114if test "${with_math_lib+set}" = set; then
     7115  withval=$with_math_lib; MATH_LIB=$withval
     7116else
     7117  MATH_LIB=""
     7118fi
     7119
     7120
     7121                if test -n "$MATH_LIB" ; then
     7122                HAVE_MATH=yes
     7123                MATHLIB="$MATH_LIB"
     7124
     7125               
     7126cat >>confdefs.h <<\_ACEOF
     7127@%:@define _HAVE_MATH_ 1
     7128_ACEOF
     7129
     7130               
     7131        fi
     7132        { echo "$as_me:$LINENO: result: done" >&5
     7133echo "${ECHO_T}done" >&6; }
     7134
     7135                { echo "$as_me:$LINENO: checking for fortran library..." >&5
     7136echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; }
     7137       
     7138# Check whether --with-fortran-lib was given.
     7139if test "${with_fortran_lib+set}" = set; then
     7140  withval=$with_fortran_lib; FORTRAN_LIB=$withval
     7141else
     7142  FORTRAN_LIB=""
     7143fi
     7144
     7145
     7146                if test -n "$FORTRAN_LIB" ; then
     7147                HAVE_FORTRAN=yes
     7148                FORTRANLIB="$FORTRAN_LIB"
     7149
     7150               
     7151cat >>confdefs.h <<\_ACEOF
     7152@%:@define _HAVE_FORTRAN_ 1
     7153_ACEOF
     7154
     7155               
     7156        fi
     7157        { echo "$as_me:$LINENO: result: done" >&5
     7158echo "${ECHO_T}done" >&6; }
    72577159
    72587160
     
    72867188    *${as_nl}*)
    72877189      case $ac_var in #(
    7288       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    7289 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     7190      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     7191echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    72907192      esac
    72917193      case $ac_var in #(
    72927194      _ | IFS | as_nl) ;; #(
    7293       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    72947195      *) $as_unset $ac_var ;;
    72957196      esac ;;
     
    73247225  if test -w "$cache_file"; then
    73257226    test "x$cache_file" != "x/dev/null" &&
    7326       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    7327 $as_echo "$as_me: updating cache $cache_file" >&6;}
     7227      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     7228echo "$as_me: updating cache $cache_file" >&6;}
    73287229    cat confcache >$cache_file
    73297230  else
    7330     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    7331 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7231    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     7232echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    73327233  fi
    73337234fi
     
    73457246  # 1. Remove the extension, and $U if already installed.
    73467247  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    7347   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     7248  ac_i=`echo "$ac_i" | sed "$ac_script"`
    73487249  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    73497250  #    will be set to the directory where LIBOBJS objects are built.
     
    73577258
    73587259if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    7359   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     7260  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    73607261Usually this means the macro was only invoked conditionally." >&5
    7361 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
     7262echo "$as_me: error: conditional \"AMDEP\" was never defined.
    73627263Usually this means the macro was only invoked conditionally." >&2;}
    73637264   { (exit 1); exit 1; }; }
    73647265fi
    73657266if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    7366   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     7267  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    73677268Usually this means the macro was only invoked conditionally." >&5
    7368 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     7269echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    73697270Usually this means the macro was only invoked conditionally." >&2;}
    73707271   { (exit 1); exit 1; }; }
    73717272fi
    73727273if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    7373   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     7274  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    73747275Usually this means the macro was only invoked conditionally." >&5
    7375 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     7276echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    73767277Usually this means the macro was only invoked conditionally." >&2;}
    73777278   { (exit 1); exit 1; }; }
    73787279fi
    73797280if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then
    7380   { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
     7281  { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
    73817282Usually this means the macro was only invoked conditionally." >&5
    7382 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
     7283echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
    73837284Usually this means the macro was only invoked conditionally." >&2;}
    73847285   { (exit 1); exit 1; }; }
    73857286fi
    73867287if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then
    7387   { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
     7288  { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
    73887289Usually this means the macro was only invoked conditionally." >&5
    7389 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
     7290echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
    73907291Usually this means the macro was only invoked conditionally." >&2;}
    73917292   { (exit 1); exit 1; }; }
    73927293fi
    73937294if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then
    7394   { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
     7295  { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
    73957296Usually this means the macro was only invoked conditionally." >&5
    7396 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
     7297echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
    73977298Usually this means the macro was only invoked conditionally." >&2;}
    73987299   { (exit 1); exit 1; }; }
     
    74007301
    74017302: ${CONFIG_STATUS=./config.status}
    7402 ac_write_fail=0
    74037303ac_clean_files_save=$ac_clean_files
    74047304ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7405 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7406 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7407 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7305{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7306echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7307cat >$CONFIG_STATUS <<_ACEOF
    74087308#! $SHELL
    74097309# Generated by $as_me.
     
    74187318_ACEOF
    74197319
    7420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7320cat >>$CONFIG_STATUS <<\_ACEOF
    74217321## --------------------- ##
    74227322## M4sh Initialization.  ##
     
    74287328  emulate sh
    74297329  NULLCMD=:
    7430   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     7330  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    74317331  # is contrary to our usage.  Disable this feature.
    74327332  alias -g '${1+"$@"}'='"$@"'
     
    74507350as_cr_alnum=$as_cr_Letters$as_cr_digits
    74517351
    7452 as_nl='
    7453 '
    7454 export as_nl
    7455 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    7456 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    7457 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    7458 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    7459 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    7460   as_echo='printf %s\n'
    7461   as_echo_n='printf %s'
    7462 else
    7463   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    7464     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    7465     as_echo_n='/usr/ucb/echo -n'
    7466   else
    7467     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    7468     as_echo_n_body='eval
    7469       arg=$1;
    7470       case $arg in
    7471       *"$as_nl"*)
    7472         expr "X$arg" : "X\\(.*\\)$as_nl";
    7473         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    7474       esac;
    7475       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    7476     '
    7477     export as_echo_n_body
    7478     as_echo_n='sh -c $as_echo_n_body as_echo'
    7479   fi
    7480   export as_echo_body
    7481   as_echo='sh -c $as_echo_body as_echo'
    7482 fi
    7483 
    74847352# The user is always right.
    74857353if test "${PATH_SEPARATOR+set}" != set; then
    7486   PATH_SEPARATOR=:
    7487   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    7488     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    7489       PATH_SEPARATOR=';'
    7490   }
     7354  echo "#! /bin/sh" >conf$$.sh
     7355  echo  "exit 0"   >>conf$$.sh
     7356  chmod +x conf$$.sh
     7357  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     7358    PATH_SEPARATOR=';'
     7359  else
     7360    PATH_SEPARATOR=:
     7361  fi
     7362  rm -f conf$$.sh
    74917363fi
    74927364
     
    75047376# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    75057377# splitting by setting IFS to empty value.)
     7378as_nl='
     7379'
    75067380IFS=" ""        $as_nl"
    75077381
     
    75267400fi
    75277401if test ! -f "$as_myself"; then
    7528   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7402  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    75297403  { (exit 1); exit 1; }
    75307404fi
     
    75397413
    75407414# NLS nuisances.
    7541 LC_ALL=C
    7542 export LC_ALL
    7543 LANGUAGE=C
    7544 export LANGUAGE
     7415for as_var in \
     7416  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     7417  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     7418  LC_TELEPHONE LC_TIME
     7419do
     7420  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     7421    eval $as_var=C; export $as_var
     7422  else
     7423    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     7424  fi
     7425done
    75457426
    75467427# Required to use basename.
     
    75647445         X"$0" : 'X\(//\)$' \| \
    75657446         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    7566 $as_echo X/"$0" |
     7447echo X/"$0" |
    75677448    sed '/^.*\/\([^/][^/]*\)\/*$/{
    75687449            s//\1/
     
    76157496    ' >$as_me.lineno &&
    76167497  chmod +x "$as_me.lineno" ||
    7617     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     7498    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    76187499   { (exit 1); exit 1; }; }
    76197500
     
    76437524  ECHO_N='-n';;
    76447525esac
     7526
    76457527if expr a : '\(a\)' >/dev/null 2>&1 &&
    76467528   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    76557537else
    76567538  rm -f conf$$.dir
    7657   mkdir conf$$.dir 2>/dev/null
    7658 fi
    7659 if (echo >conf$$.file) 2>/dev/null; then
    7660   if ln -s conf$$.file conf$$ 2>/dev/null; then
    7661     as_ln_s='ln -s'
    7662     # ... but there are two gotchas:
    7663     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7664     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7665     # In both cases, we have to default to `cp -p'.
    7666     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    7667       as_ln_s='cp -p'
    7668   elif ln conf$$.file conf$$ 2>/dev/null; then
    7669     as_ln_s=ln
    7670   else
     7539  mkdir conf$$.dir
     7540fi
     7541echo >conf$$.file
     7542if ln -s conf$$.file conf$$ 2>/dev/null; then
     7543  as_ln_s='ln -s'
     7544  # ... but there are two gotchas:
     7545  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7546  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7547  # In both cases, we have to default to `cp -p'.
     7548  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    76717549    as_ln_s='cp -p'
    7672   fi
     7550elif ln conf$$.file conf$$ 2>/dev/null; then
     7551  as_ln_s=ln
    76737552else
    76747553  as_ln_s='cp -p'
     
    76957574    eval sh -c '\''
    76967575      if test -d "$1"; then
    7697         test -d "$1/.";
     7576        test -d "$1/.";
    76987577      else
    76997578        case $1 in
    7700         -*)set "./$1";;
     7579        -*)set "./$1";;
    77017580        esac;
    77027581        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    77217600ac_log="
    77227601This file was extended by ISSM $as_me 1.0, which was
    7723 generated by GNU Autoconf 2.63.  Invocation command line was
     7602generated by GNU Autoconf 2.61.  Invocation command line was
    77247603
    77257604  CONFIG_FILES    = $CONFIG_FILES
     
    77347613_ACEOF
    77357614
    7736 case $ac_config_files in *"
    7737 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    7738 esac
    7739 
    7740 case $ac_config_headers in *"
    7741 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    7742 esac
    7743 
    7744 
    7745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7615cat >>$CONFIG_STATUS <<_ACEOF
    77467616# Files that config.status was made for.
    77477617config_files="$ac_config_files"
     
    77517621_ACEOF
    77527622
    7753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7623cat >>$CONFIG_STATUS <<\_ACEOF
    77547624ac_cs_usage="\
    77557625\`$as_me' instantiates files from templates according to the
    77567626current configuration.
    77577627
    7758 Usage: $0 [OPTION]... [FILE]...
     7628Usage: $0 [OPTIONS] [FILE]...
    77597629
    77607630  -h, --help       print this help, then exit
    77617631  -V, --version    print version number and configuration settings, then exit
    7762   -q, --quiet, --silent
    7763                    do not print progress messages
     7632  -q, --quiet      do not print progress messages
    77647633  -d, --debug      don't remove temporary files
    77657634      --recheck    update $as_me by reconfiguring in the same conditions
    7766       --file=FILE[:TEMPLATE]
    7767                    instantiate the configuration file FILE
    7768       --header=FILE[:TEMPLATE]
    7769                    instantiate the configuration header FILE
     7635  --file=FILE[:TEMPLATE]
     7636                   instantiate the configuration file FILE
     7637  --header=FILE[:TEMPLATE]
     7638                   instantiate the configuration header FILE
    77707639
    77717640Configuration files:
     
    77817650
    77827651_ACEOF
    7783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7652cat >>$CONFIG_STATUS <<_ACEOF
    77847653ac_cs_version="\\
    77857654ISSM config.status 1.0
    7786 configured by $0, generated by GNU Autoconf 2.63,
    7787   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    7788 
    7789 Copyright (C) 2008 Free Software Foundation, Inc.
     7655configured by $0, generated by GNU Autoconf 2.61,
     7656  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     7657
     7658Copyright (C) 2006 Free Software Foundation, Inc.
    77907659This config.status script is free software; the Free Software Foundation
    77917660gives unlimited permission to copy, distribute and modify it."
     
    77957664INSTALL='$INSTALL'
    77967665MKDIR_P='$MKDIR_P'
    7797 AWK='$AWK'
    7798 test -n "\$AWK" || AWK=awk
    7799 _ACEOF
    7800 
    7801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7802 # The default lists apply if the user does not specify any file.
     7666_ACEOF
     7667
     7668cat >>$CONFIG_STATUS <<\_ACEOF
     7669# If no file are specified by the user, then we need to provide default
     7670# value.  By we need to know if files were specified by the user.
    78037671ac_need_defaults=:
    78047672while test $# != 0
     
    78227690    ac_cs_recheck=: ;;
    78237691  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7824     $as_echo "$ac_cs_version"; exit ;;
     7692    echo "$ac_cs_version"; exit ;;
    78257693  --debug | --debu | --deb | --de | --d | -d )
    78267694    debug=: ;;
    78277695  --file | --fil | --fi | --f )
    78287696    $ac_shift
    7829     case $ac_optarg in
    7830     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7831     esac
    7832     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     7697    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    78337698    ac_need_defaults=false;;
    78347699  --header | --heade | --head | --hea )
    78357700    $ac_shift
    7836     case $ac_optarg in
    7837     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7838     esac
    7839     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     7701    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    78407702    ac_need_defaults=false;;
    78417703  --he | --h)
    78427704    # Conflict between --help and --header
    7843     { $as_echo "$as_me: error: ambiguous option: $1
     7705    { echo "$as_me: error: ambiguous option: $1
    78447706Try \`$0 --help' for more information." >&2
    78457707   { (exit 1); exit 1; }; };;
    78467708  --help | --hel | -h )
    7847     $as_echo "$ac_cs_usage"; exit ;;
     7709    echo "$ac_cs_usage"; exit ;;
    78487710  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    78497711  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    78517713
    78527714  # This is an error.
    7853   -*) { $as_echo "$as_me: error: unrecognized option: $1
     7715  -*) { echo "$as_me: error: unrecognized option: $1
    78547716Try \`$0 --help' for more information." >&2
    78557717   { (exit 1); exit 1; }; } ;;
     
    78707732
    78717733_ACEOF
    7872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7734cat >>$CONFIG_STATUS <<_ACEOF
    78737735if \$ac_cs_recheck; then
    7874   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7875   shift
    7876   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    7877   CONFIG_SHELL='$SHELL'
     7736  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     7737  CONFIG_SHELL=$SHELL
    78787738  export CONFIG_SHELL
    7879   exec "\$@"
    7880 fi
    7881 
    7882 _ACEOF
    7883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7739  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     7740fi
     7741
     7742_ACEOF
     7743cat >>$CONFIG_STATUS <<\_ACEOF
    78847744exec 5>>config.log
    78857745{
     
    78887748@%:@@%:@ Running $as_me. @%:@@%:@
    78897749_ASBOX
    7890   $as_echo "$ac_log"
     7750  echo "$ac_log"
    78917751} >&5
    78927752
    78937753_ACEOF
    7894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7754cat >>$CONFIG_STATUS <<_ACEOF
    78957755#
    78967756# INIT-COMMANDS
     
    79007760_ACEOF
    79017761
    7902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7762cat >>$CONFIG_STATUS <<\_ACEOF
    79037763
    79047764# Handling of arguments.
     
    79147774    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    79157775
    7916   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7917 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     7776  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     7777echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    79187778   { (exit 1); exit 1; }; };;
    79197779  esac
     
    79567816} ||
    79577817{
    7958    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     7818   echo "$me: cannot create a temporary directory in ." >&2
    79597819   { (exit 1); exit 1; }
    79607820}
    79617821
    7962 # Set up the scripts for CONFIG_FILES section.
    7963 # No need to generate them if there are no CONFIG_FILES.
    7964 # This happens for instance with `./config.status config.h'.
     7822#
     7823# Set up the sed scripts for CONFIG_FILES section.
     7824#
     7825
     7826# No need to generate the scripts if there are no CONFIG_FILES.
     7827# This happens for instance when ./config.status config.h
    79657828if test -n "$CONFIG_FILES"; then
    79667829
    7967 
    7968 ac_cr='
    7969 '
    7970 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    7971 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    7972   ac_cs_awk_cr='\\r'
    7973 else
    7974   ac_cs_awk_cr=$ac_cr
    7975 fi
    7976 
    7977 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    7978 _ACEOF
    7979 
    7980 
    7981 {
    7982   echo "cat >conf$$subs.awk <<_ACEOF" &&
    7983   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    7984   echo "_ACEOF"
    7985 } >conf$$subs.sh ||
    7986   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7987 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    7988    { (exit 1); exit 1; }; }
    7989 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     7830_ACEOF
     7831
     7832
     7833
    79907834ac_delim='%!_!# '
    79917835for ac_last_try in false false false false false :; do
    7992   . ./conf$$subs.sh ||
    7993     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7994 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    7995    { (exit 1); exit 1; }; }
    7996 
    7997   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    7998   if test $ac_delim_n = $ac_delim_num; then
     7836  cat >conf$$subs.sed <<_ACEOF
     7837SHELL!$SHELL$ac_delim
     7838PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     7839PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     7840PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     7841PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     7842PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     7843PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     7844exec_prefix!$exec_prefix$ac_delim
     7845prefix!$prefix$ac_delim
     7846program_transform_name!$program_transform_name$ac_delim
     7847bindir!$bindir$ac_delim
     7848sbindir!$sbindir$ac_delim
     7849libexecdir!$libexecdir$ac_delim
     7850datarootdir!$datarootdir$ac_delim
     7851datadir!$datadir$ac_delim
     7852sysconfdir!$sysconfdir$ac_delim
     7853sharedstatedir!$sharedstatedir$ac_delim
     7854localstatedir!$localstatedir$ac_delim
     7855includedir!$includedir$ac_delim
     7856oldincludedir!$oldincludedir$ac_delim
     7857docdir!$docdir$ac_delim
     7858infodir!$infodir$ac_delim
     7859htmldir!$htmldir$ac_delim
     7860dvidir!$dvidir$ac_delim
     7861pdfdir!$pdfdir$ac_delim
     7862psdir!$psdir$ac_delim
     7863libdir!$libdir$ac_delim
     7864localedir!$localedir$ac_delim
     7865mandir!$mandir$ac_delim
     7866DEFS!$DEFS$ac_delim
     7867ECHO_C!$ECHO_C$ac_delim
     7868ECHO_N!$ECHO_N$ac_delim
     7869ECHO_T!$ECHO_T$ac_delim
     7870LIBS!$LIBS$ac_delim
     7871build_alias!$build_alias$ac_delim
     7872host_alias!$host_alias$ac_delim
     7873target_alias!$target_alias$ac_delim
     7874build!$build$ac_delim
     7875build_cpu!$build_cpu$ac_delim
     7876build_vendor!$build_vendor$ac_delim
     7877build_os!$build_os$ac_delim
     7878host!$host$ac_delim
     7879host_cpu!$host_cpu$ac_delim
     7880host_vendor!$host_vendor$ac_delim
     7881host_os!$host_os$ac_delim
     7882target!$target$ac_delim
     7883target_cpu!$target_cpu$ac_delim
     7884target_vendor!$target_vendor$ac_delim
     7885target_os!$target_os$ac_delim
     7886INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     7887INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     7888INSTALL_DATA!$INSTALL_DATA$ac_delim
     7889am__isrc!$am__isrc$ac_delim
     7890CYGPATH_W!$CYGPATH_W$ac_delim
     7891PACKAGE!$PACKAGE$ac_delim
     7892VERSION!$VERSION$ac_delim
     7893ACLOCAL!$ACLOCAL$ac_delim
     7894AUTOCONF!$AUTOCONF$ac_delim
     7895AUTOMAKE!$AUTOMAKE$ac_delim
     7896AUTOHEADER!$AUTOHEADER$ac_delim
     7897MAKEINFO!$MAKEINFO$ac_delim
     7898install_sh!$install_sh$ac_delim
     7899STRIP!$STRIP$ac_delim
     7900INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
     7901mkdir_p!$mkdir_p$ac_delim
     7902AWK!$AWK$ac_delim
     7903SET_MAKE!$SET_MAKE$ac_delim
     7904am__leading_dot!$am__leading_dot$ac_delim
     7905AMTAR!$AMTAR$ac_delim
     7906am__tar!$am__tar$ac_delim
     7907am__untar!$am__untar$ac_delim
     7908RANLIB!$RANLIB$ac_delim
     7909CC!$CC$ac_delim
     7910CFLAGS!$CFLAGS$ac_delim
     7911LDFLAGS!$LDFLAGS$ac_delim
     7912CPPFLAGS!$CPPFLAGS$ac_delim
     7913ac_ct_CC!$ac_ct_CC$ac_delim
     7914EXEEXT!$EXEEXT$ac_delim
     7915OBJEXT!$OBJEXT$ac_delim
     7916DEPDIR!$DEPDIR$ac_delim
     7917am__include!$am__include$ac_delim
     7918am__quote!$am__quote$ac_delim
     7919AMDEP_TRUE!$AMDEP_TRUE$ac_delim
     7920AMDEP_FALSE!$AMDEP_FALSE$ac_delim
     7921AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
     7922CCDEPMODE!$CCDEPMODE$ac_delim
     7923am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
     7924am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
     7925CXX!$CXX$ac_delim
     7926CXXFLAGS!$CXXFLAGS$ac_delim
     7927ac_ct_CXX!$ac_ct_CXX$ac_delim
     7928CXXDEPMODE!$CXXDEPMODE$ac_delim
     7929am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
     7930am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
     7931F77!$F77$ac_delim
     7932FFLAGS!$FFLAGS$ac_delim
     7933ac_ct_F77!$ac_ct_F77$ac_delim
     7934_ACEOF
     7935
     7936  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    79997937    break
    80007938  elif $ac_last_try; then
    8001     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8002 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7939    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7940echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    80037941   { (exit 1); exit 1; }; }
    80047942  else
     
    80067944  fi
    80077945done
    8008 rm -f conf$$subs.sh
    8009 
    8010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8011 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    8012 _ACEOF
    8013 sed -n '
    8014 h
    8015 s/^/S["/; s/!.*/"]=/
    8016 p
    8017 g
    8018 s/^[^!]*!//
    8019 :repl
    8020 t repl
    8021 s/'"$ac_delim"'$//
    8022 t delim
    8023 :nl
    8024 h
    8025 s/\(.\{148\}\).*/\1/
    8026 t more1
    8027 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    8028 p
    8029 n
    8030 b repl
    8031 :more1
    8032 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8033 p
    8034 g
    8035 s/.\{148\}//
    8036 t nl
    8037 :delim
    8038 h
    8039 s/\(.\{148\}\).*/\1/
    8040 t more2
    8041 s/["\\]/\\&/g; s/^/"/; s/$/"/
    8042 p
    8043 b
    8044 :more2
    8045 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8046 p
    8047 g
    8048 s/.\{148\}//
    8049 t delim
    8050 ' <conf$$subs.awk | sed '
    8051 /^[^""]/{
    8052   N
    8053   s/\n//
    8054 }
    8055 ' >>$CONFIG_STATUS || ac_write_fail=1
    8056 rm -f conf$$subs.awk
    8057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8058 _ACAWK
    8059 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    8060   for (key in S) S_is_set[key] = 1
    8061   FS = ""
    8062 
    8063 }
    8064 {
    8065   line = $ 0
    8066   nfields = split(line, field, "@")
    8067   substed = 0
    8068   len = length(field[1])
    8069   for (i = 2; i < nfields; i++) {
    8070     key = field[i]
    8071     keylen = length(key)
    8072     if (S_is_set[key]) {
    8073       value = S[key]
    8074       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    8075       len += length(value) + length(field[++i])
    8076       substed = 1
    8077     } else
    8078       len += 1 + keylen
    8079   }
    8080 
    8081   print line
    8082 }
    8083 
    8084 _ACAWK
    8085 _ACEOF
    8086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8087 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    8088   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    8089 else
    8090   cat
    8091 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    8092   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    8093 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     7946
     7947ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     7948if test -n "$ac_eof"; then
     7949  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     7950  ac_eof=`expr $ac_eof + 1`
     7951fi
     7952
     7953cat >>$CONFIG_STATUS <<_ACEOF
     7954cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     7955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     7956_ACEOF
     7957sed '
     7958s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     7959s/^/s,@/; s/!/@,|#_!!_#|/
     7960:n
     7961t n
     7962s/'"$ac_delim"'$/,g/; t
     7963s/$/\\/; p
     7964N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     7965' >>$CONFIG_STATUS <conf$$subs.sed
     7966rm -f conf$$subs.sed
     7967cat >>$CONFIG_STATUS <<_ACEOF
     7968CEOF$ac_eof
     7969_ACEOF
     7970
     7971
     7972ac_delim='%!_!# '
     7973for ac_last_try in false false false false false :; do
     7974  cat >conf$$subs.sed <<_ACEOF
     7975FLIBS!$FLIBS$ac_delim
     7976XMKMF!$XMKMF$ac_delim
     7977CPP!$CPP$ac_delim
     7978X_CFLAGS!$X_CFLAGS$ac_delim
     7979X_PRE_LIBS!$X_PRE_LIBS$ac_delim
     7980X_LIBS!$X_LIBS$ac_delim
     7981X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
     7982NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim
     7983NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim
     7984NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim
     7985NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim
     7986MATLABINCL!$MATLABINCL$ac_delim
     7987MEX!$MEX$ac_delim
     7988MEXEXT!$MEXEXT$ac_delim
     7989MEXLIB!$MEXLIB$ac_delim
     7990MEXLINK!$MEXLINK$ac_delim
     7991MATLAB!$MATLAB$ac_delim
     7992MATLAB_VERSION!$MATLAB_VERSION$ac_delim
     7993MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim
     7994MATLAB_MINOR!$MATLAB_MINOR$ac_delim
     7995LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim
     7996LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim
     7997TRIANGLEINCL!$TRIANGLEINCL$ac_delim
     7998TRIANGLELIB!$TRIANGLELIB$ac_delim
     7999DAKOTAINCL!$DAKOTAINCL$ac_delim
     8000DAKOTALIB!$DAKOTALIB$ac_delim
     8001METISINCL!$METISINCL$ac_delim
     8002METISLIB!$METISLIB$ac_delim
     8003MPIINCL!$MPIINCL$ac_delim
     8004MPILIB!$MPILIB$ac_delim
     8005PETSCINCL!$PETSCINCL$ac_delim
     8006PETSCLIB!$PETSCLIB$ac_delim
     8007SLEPCINCL!$SLEPCINCL$ac_delim
     8008SLEPCLIB!$SLEPCLIB$ac_delim
     8009SCALAPACKLIB!$SCALAPACKLIB$ac_delim
     8010BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim
     8011BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim
     8012MKLLIB!$MKLLIB$ac_delim
     8013MKLINCL!$MKLINCL$ac_delim
     8014PLAPACKINCL!$PLAPACKINCL$ac_delim
     8015PLAPACKLIB!$PLAPACKLIB$ac_delim
     8016MUMPSINCL!$MUMPSINCL$ac_delim
     8017MUMPSLIB!$MUMPSLIB$ac_delim
     8018BLACSINCL!$BLACSINCL$ac_delim
     8019BLACSLIB!$BLACSLIB$ac_delim
     8020MATHLIB!$MATHLIB$ac_delim
     8021FORTRANLIB!$FORTRANLIB$ac_delim
     8022LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
     8023LTLIBOBJS!$LTLIBOBJS$ac_delim
     8024_ACEOF
     8025
     8026  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
     8027    break
     8028  elif $ac_last_try; then
     8029    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8030echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    80948031   { (exit 1); exit 1; }; }
    8095 _ACEOF
     8032  else
     8033    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8034  fi
     8035done
     8036
     8037ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     8038if test -n "$ac_eof"; then
     8039  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     8040  ac_eof=`expr $ac_eof + 1`
     8041fi
     8042
     8043cat >>$CONFIG_STATUS <<_ACEOF
     8044cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     8045/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     8046_ACEOF
     8047sed '
     8048s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     8049s/^/s,@/; s/!/@,|#_!!_#|/
     8050:n
     8051t n
     8052s/'"$ac_delim"'$/,g/; t
     8053s/$/\\/; p
     8054N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     8055' >>$CONFIG_STATUS <conf$$subs.sed
     8056rm -f conf$$subs.sed
     8057cat >>$CONFIG_STATUS <<_ACEOF
     8058:end
     8059s/|#_!!_#|//g
     8060CEOF$ac_eof
     8061_ACEOF
     8062
    80968063
    80978064# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    81108077fi
    81118078
    8112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8079cat >>$CONFIG_STATUS <<\_ACEOF
    81138080fi # test -n "$CONFIG_FILES"
    81148081
    8115 # Set up the scripts for CONFIG_HEADERS section.
    8116 # No need to generate them if there are no CONFIG_HEADERS.
    8117 # This happens for instance with `./config.status Makefile'.
    8118 if test -n "$CONFIG_HEADERS"; then
    8119 cat >"$tmp/defines.awk" <<\_ACAWK ||
    8120 BEGIN {
    8121 _ACEOF
    8122 
    8123 # Transform confdefs.h into an awk script `defines.awk', embedded as
    8124 # here-document in config.status, that substitutes the proper values into
    8125 # config.h.in to produce config.h.
    8126 
    8127 # Create a delimiter string that does not exist in confdefs.h, to ease
    8128 # handling of long lines.
    8129 ac_delim='%!_!# '
    8130 for ac_last_try in false false :; do
    8131   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    8132   if test -z "$ac_t"; then
    8133     break
    8134   elif $ac_last_try; then
    8135     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    8136 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    8137    { (exit 1); exit 1; }; }
    8138   else
    8139     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    8140   fi
    8141 done
    8142 
    8143 # For the awk script, D is an array of macro values keyed by name,
    8144 # likewise P contains macro parameters if any.  Preserve backslash
    8145 # newline sequences.
    8146 
    8147 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    8148 sed -n '
    8149 s/.\{148\}/&'"$ac_delim"'/g
    8150 t rset
    8151 :rset
    8152 s/^[     ]*#[    ]*define[       ][      ]*/ /
    8153 t def
    8154 d
    8155 :def
    8156 s/\\$//
    8157 t bsnl
    8158 s/["\\]/\\&/g
    8159 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8160 D["\1"]=" \3"/p
    8161 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    8162 d
    8163 :bsnl
    8164 s/["\\]/\\&/g
    8165 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8166 D["\1"]=" \3\\\\\\n"\\/p
    8167 t cont
    8168 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    8169 t cont
    8170 d
    8171 :cont
    8172 n
    8173 s/.\{148\}/&'"$ac_delim"'/g
    8174 t clear
    8175 :clear
    8176 s/\\$//
    8177 t bsnlc
    8178 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    8179 d
    8180 :bsnlc
    8181 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    8182 b cont
    8183 ' <confdefs.h | sed '
    8184 s/'"$ac_delim"'/"\\\
    8185 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    8186 
    8187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8188   for (key in D) D_is_set[key] = 1
    8189   FS = ""
    8190 }
    8191 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    8192   line = \$ 0
    8193   split(line, arg, " ")
    8194   if (arg[1] == "#") {
    8195     defundef = arg[2]
    8196     mac1 = arg[3]
    8197   } else {
    8198     defundef = substr(arg[1], 2)
    8199     mac1 = arg[2]
    8200   }
    8201   split(mac1, mac2, "(") #)
    8202   macro = mac2[1]
    8203   prefix = substr(line, 1, index(line, defundef) - 1)
    8204   if (D_is_set[macro]) {
    8205     # Preserve the white space surrounding the "#".
    8206     print prefix "define", macro P[macro] D[macro]
    8207     next
    8208   } else {
    8209     # Replace #undef with comments.  This is necessary, for example,
    8210     # in the case of _POSIX_SOURCE, which is predefined and required
    8211     # on some systems where configure will not decide to define it.
    8212     if (defundef == "undef") {
    8213       print "/*", prefix defundef, macro, "*/"
    8214       next
    8215     }
    8216   }
    8217 }
    8218 { print }
    8219 _ACAWK
    8220 _ACEOF
    8221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8222   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    8223 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    8224    { (exit 1); exit 1; }; }
    8225 fi # test -n "$CONFIG_HEADERS"
    8226 
    8227 
    8228 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    8229 shift
    8230 for ac_tag
     8082
     8083for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
    82318084do
    82328085  case $ac_tag in
     
    82358088  case $ac_mode$ac_tag in
    82368089  :[FHL]*:*);;
    8237   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    8238 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     8090  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     8091echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    82398092   { (exit 1); exit 1; }; };;
    82408093  :[FH]-) ac_tag=-:-;;
     
    82658118           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    82668119           esac ||
    8267            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    8268 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     8120           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     8121echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    82698122   { (exit 1); exit 1; }; };;
    82708123      esac
    8271       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    8272       ac_file_inputs="$ac_file_inputs '$ac_f'"
     8124      ac_file_inputs="$ac_file_inputs $ac_f"
    82738125    done
    82748126
     
    82768128    # use $as_me), people would be surprised to read:
    82778129    #    /* config.h.  Generated by config.status.  */
    8278     configure_input='Generated from '`
    8279           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    8280         `' by configure.'
     8130    configure_input="Generated from "`IFS=:
     8131          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    82818132    if test x"$ac_file" != x-; then
    82828133      configure_input="$ac_file.  $configure_input"
    8283       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    8284 $as_echo "$as_me: creating $ac_file" >&6;}
     8134      { echo "$as_me:$LINENO: creating $ac_file" >&5
     8135echo "$as_me: creating $ac_file" >&6;}
    82858136    fi
    8286     # Neutralize special characters interpreted by sed in replacement strings.
    8287     case $configure_input in #(
    8288     *\&* | *\|* | *\\* )
    8289        ac_sed_conf_input=`$as_echo "$configure_input" |
    8290        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    8291     *) ac_sed_conf_input=$configure_input;;
    8292     esac
    82938137
    82948138    case $ac_tag in
    8295     *:-:* | *:-) cat >"$tmp/stdin" \
    8296       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8297 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8298    { (exit 1); exit 1; }; } ;;
     8139    *:-:* | *:-) cat >"$tmp/stdin";;
    82998140    esac
    83008141    ;;
     
    83068147         X"$ac_file" : 'X\(//\)$' \| \
    83078148         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    8308 $as_echo X"$ac_file" |
     8149echo X"$ac_file" |
    83098150    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    83108151            s//\1/
     
    83328173    while :; do
    83338174      case $as_dir in #(
    8334       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8175      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    83358176      *) as_qdir=$as_dir;;
    83368177      esac
     
    83418182         X"$as_dir" : 'X\(//\)$' \| \
    83428183         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8343 $as_echo X"$as_dir" |
     8184echo X"$as_dir" |
    83448185    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    83458186            s//\1/
     
    83628203    done
    83638204    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8364   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8365 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8205  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8206echo "$as_me: error: cannot create directory $as_dir" >&2;}
    83668207   { (exit 1); exit 1; }; }; }
    83678208  ac_builddir=.
     
    83708211.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    83718212*)
    8372   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     8213  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    83738214  # A ".." for each directory in $ac_dir_suffix.
    8374   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     8215  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    83758216  case $ac_top_builddir_sub in
    83768217  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    84178258_ACEOF
    84188259
    8419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8260cat >>$CONFIG_STATUS <<\_ACEOF
    84208261# If the template does not know about datarootdir, expand it.
    84218262# FIXME: This hack should be removed a few years after 2.60.
    84228263ac_datarootdir_hack=; ac_datarootdir_seen=
    84238264
    8424 ac_sed_dataroot='
    8425 /datarootdir/ {
     8265case `sed -n '/datarootdir/ {
    84268266  p
    84278267  q
     
    84328272/@localedir@/p
    84338273/@mandir@/p
    8434 '
    8435 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     8274' $ac_file_inputs` in
    84368275*datarootdir*) ac_datarootdir_seen=yes;;
    84378276*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    8438   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    8439 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    8440 _ACEOF
    8441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8277  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8278echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8279_ACEOF
     8280cat >>$CONFIG_STATUS <<_ACEOF
    84428281  ac_datarootdir_hack='
    84438282  s&@datadir@&$datadir&g
     
    84538292# Shell code in configure.ac might set extrasub.
    84548293# FIXME: do we really want to maintain this feature?
    8455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8456 ac_sed_extra="$ac_vpsub
     8294cat >>$CONFIG_STATUS <<_ACEOF
     8295  sed "$ac_vpsub
    84578296$extrasub
    84588297_ACEOF
    8459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8298cat >>$CONFIG_STATUS <<\_ACEOF
    84608299:t
    84618300/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8462 s|@configure_input@|$ac_sed_conf_input|;t t
     8301s&@configure_input@&$configure_input&;t t
    84638302s&@top_builddir@&$ac_top_builddir_sub&;t t
    8464 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    84658303s&@srcdir@&$ac_srcdir&;t t
    84668304s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    84738311s&@MKDIR_P@&$ac_MKDIR_P&;t t
    84748312$ac_datarootdir_hack
    8475 "
    8476 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    8477   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8478 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8479    { (exit 1); exit 1; }; }
     8313" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    84808314
    84818315test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    84828316  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    84838317  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    8484   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8318  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    84858319which seems to be undefined.  Please make sure it is defined." >&5
    8486 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8320echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    84878321which seems to be undefined.  Please make sure it is defined." >&2;}
    84888322
    84898323  rm -f "$tmp/stdin"
    84908324  case $ac_file in
    8491   -) cat "$tmp/out" && rm -f "$tmp/out";;
    8492   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    8493   esac \
    8494   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8495 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8496    { (exit 1); exit 1; }; }
     8325  -) cat "$tmp/out"; rm -f "$tmp/out";;
     8326  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     8327  esac
    84978328 ;;
    84988329  :H)
     
    85008331  # CONFIG_HEADER
    85018332  #
     8333_ACEOF
     8334
     8335# Transform confdefs.h into a sed script `conftest.defines', that
     8336# substitutes the proper values into config.h.in to produce config.h.
     8337rm -f conftest.defines conftest.tail
     8338# First, append a space to every undef/define line, to ease matching.
     8339echo 's/$/ /' >conftest.defines
     8340# Then, protect against being on the right side of a sed subst, or in
     8341# an unquoted here document, in config.status.  If some macros were
     8342# called several times there might be several #defines for the same
     8343# symbol, which is useless.  But do not sort them, since the last
     8344# AC_DEFINE must be honored.
     8345ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     8346# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
     8347# NAME is the cpp macro being defined, VALUE is the value it is being given.
     8348# PARAMS is the parameter list in the macro definition--in most cases, it's
     8349# just an empty string.
     8350ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
     8351ac_dB='\\)[      (].*,\\1define\\2'
     8352ac_dC=' '
     8353ac_dD=' ,'
     8354
     8355uniq confdefs.h |
     8356  sed -n '
     8357        t rset
     8358        :rset
     8359        s/^[     ]*#[    ]*define[       ][      ]*//
     8360        t ok
     8361        d
     8362        :ok
     8363        s/[\\&,]/\\&/g
     8364        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
     8365        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
     8366  ' >>conftest.defines
     8367
     8368# Remove the space that was appended to ease matching.
     8369# Then replace #undef with comments.  This is necessary, for
     8370# example, in the case of _POSIX_SOURCE, which is predefined and required
     8371# on some systems where configure will not decide to define it.
     8372# (The regexp can be short, since the line contains either #define or #undef.)
     8373echo 's/ $//
     8374s,^[     #]*u.*,/* & */,' >>conftest.defines
     8375
     8376# Break up conftest.defines:
     8377ac_max_sed_lines=50
     8378
     8379# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
     8380# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
     8381# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
     8382# et cetera.
     8383ac_in='$ac_file_inputs'
     8384ac_out='"$tmp/out1"'
     8385ac_nxt='"$tmp/out2"'
     8386
     8387while :
     8388do
     8389  # Write a here document:
     8390    cat >>$CONFIG_STATUS <<_ACEOF
     8391    # First, check the format of the line:
     8392    cat >"\$tmp/defines.sed" <<\\CEOF
     8393/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
     8394/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
     8395b
     8396:def
     8397_ACEOF
     8398  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
     8399  echo 'CEOF
     8400    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
     8401  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
     8402  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
     8403  grep . conftest.tail >/dev/null || break
     8404  rm -f conftest.defines
     8405  mv conftest.tail conftest.defines
     8406done
     8407rm -f conftest.defines conftest.tail
     8408
     8409echo "ac_result=$ac_in" >>$CONFIG_STATUS
     8410cat >>$CONFIG_STATUS <<\_ACEOF
    85028411  if test x"$ac_file" != x-; then
    8503     {
    8504       $as_echo "/* $configure_input  */" \
    8505       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    8506     } >"$tmp/config.h" \
    8507       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8508 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8509    { (exit 1); exit 1; }; }
    8510     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    8511       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8512 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     8412    echo "/* $configure_input  */" >"$tmp/config.h"
     8413    cat "$ac_result" >>"$tmp/config.h"
     8414    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
     8415      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8416echo "$as_me: $ac_file is unchanged" >&6;}
    85138417    else
    8514       rm -f "$ac_file"
    8515       mv "$tmp/config.h" "$ac_file" \
    8516         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8517 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8518    { (exit 1); exit 1; }; }
     8418      rm -f $ac_file
     8419      mv "$tmp/config.h" $ac_file
    85198420    fi
    85208421  else
    8521     $as_echo "/* $configure_input  */" \
    8522       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    8523       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    8524 $as_echo "$as_me: error: could not create -" >&2;}
    8525    { (exit 1); exit 1; }; }
     8422    echo "/* $configure_input  */"
     8423    cat "$ac_result"
    85268424  fi
    8527 # Compute "$ac_file"'s index in $config_headers.
    8528 _am_arg="$ac_file"
     8425  rm -f "$tmp/out12"
     8426# Compute $ac_file's index in $config_headers.
    85298427_am_stamp_count=1
    85308428for _am_header in $config_headers :; do
    85318429  case $_am_header in
    8532     $_am_arg | $_am_arg:* )
     8430    $ac_file | $ac_file:* )
    85338431      break ;;
    85348432    * )
     
    85368434  esac
    85378435done
    8538 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
    8539 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8540          X"$_am_arg" : 'X\(//\)[^/]' \| \
    8541          X"$_am_arg" : 'X\(//\)$' \| \
    8542          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
    8543 $as_echo X"$_am_arg" |
     8436echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
     8437$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8438         X$ac_file : 'X\(//\)[^/]' \| \
     8439         X$ac_file : 'X\(//\)$' \| \
     8440         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
     8441echo X$ac_file |
    85448442    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85458443            s//\1/
     
    85618459 ;;
    85628460 
    8563   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
    8564 $as_echo "$as_me: executing $ac_file commands" >&6;}
     8461  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
     8462echo "$as_me: executing $ac_file commands" >&6;}
    85658463 ;;
    85668464  esac
     
    85688466
    85698467  case $ac_file$ac_mode in
    8570     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
    8571 # are listed without --file.  Let's play safe and only enable the eval
    8572 # if we detect the quoting.
    8573 case $CONFIG_FILES in
    8574 *\'*) eval set x "$CONFIG_FILES" ;;
    8575 *)   set x $CONFIG_FILES ;;
    8576 esac
    8577 shift
    8578 for mf
    8579 do
     8468    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    85808469  # Strip MF so we end up with the name of the file.
    85818470  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    85878476  # Grep'ing the whole file is not good either: AIX grep has a line
    85888477  # limit of 2048, but all sed's we know have understand at least 4000.
    8589   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     8478  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    85908479    dirpart=`$as_dirname -- "$mf" ||
    85918480$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     
    85938482         X"$mf" : 'X\(//\)$' \| \
    85948483         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    8595 $as_echo X"$mf" |
     8484echo X"$mf" |
    85968485    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85978486            s//\1/
     
    86378526         X"$file" : 'X\(//\)$' \| \
    86388527         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    8639 $as_echo X"$file" |
     8528echo X"$file" |
    86408529    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86418530            s//\1/
     
    86638552    while :; do
    86648553      case $as_dir in #(
    8665       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8554      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    86668555      *) as_qdir=$as_dir;;
    86678556      esac
     
    86728561         X"$as_dir" : 'X\(//\)$' \| \
    86738562         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8674 $as_echo X"$as_dir" |
     8563echo X"$as_dir" |
    86758564    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86768565            s//\1/
     
    86938582    done
    86948583    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8695   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8696 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8584  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8585echo "$as_me: error: cannot create directory $as_dir" >&2;}
    86978586   { (exit 1); exit 1; }; }; }
    86988587    # echo "creating $dirpart/$file"
     
    87108599chmod +x $CONFIG_STATUS
    87118600ac_clean_files=$ac_clean_files_save
    8712 
    8713 test $ac_write_fail = 0 ||
    8714   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    8715 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    8716    { (exit 1); exit 1; }; }
    87178601
    87188602
     
    87378621  $ac_cs_success || { (exit 1); exit 1; }
    87388622fi
    8739 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    8740   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    8741 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    8742 fi
    8743 
    8744 
     8623
     8624
  • issm/trunk/autom4te.cache/output.1

    r1 r1378  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.61 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, 2007, 2008 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs 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
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (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'
    52 else
    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'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     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
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for 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
     109do
     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
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    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.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (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
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if 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 ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    601579PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    602580
    603 ac_subst_vars='LTLIBOBJS
     581ac_subst_vars='SHELL
     582PATH_SEPARATOR
     583PACKAGE_NAME
     584PACKAGE_TARNAME
     585PACKAGE_VERSION
     586PACKAGE_STRING
     587PACKAGE_BUGREPORT
     588exec_prefix
     589prefix
     590program_transform_name
     591bindir
     592sbindir
     593libexecdir
     594datarootdir
     595datadir
     596sysconfdir
     597sharedstatedir
     598localstatedir
     599includedir
     600oldincludedir
     601docdir
     602infodir
     603htmldir
     604dvidir
     605pdfdir
     606psdir
     607libdir
     608localedir
     609mandir
     610DEFS
     611ECHO_C
     612ECHO_N
     613ECHO_T
     614LIBS
     615build_alias
     616host_alias
     617target_alias
     618build
     619build_cpu
     620build_vendor
     621build_os
     622host
     623host_cpu
     624host_vendor
     625host_os
     626target
     627target_cpu
     628target_vendor
     629target_os
     630INSTALL_PROGRAM
     631INSTALL_SCRIPT
     632INSTALL_DATA
     633am__isrc
     634CYGPATH_W
     635PACKAGE
     636VERSION
     637ACLOCAL
     638AUTOCONF
     639AUTOMAKE
     640AUTOHEADER
     641MAKEINFO
     642install_sh
     643STRIP
     644INSTALL_STRIP_PROGRAM
     645mkdir_p
     646AWK
     647SET_MAKE
     648am__leading_dot
     649AMTAR
     650am__tar
     651am__untar
     652RANLIB
     653CC
     654CFLAGS
     655LDFLAGS
     656CPPFLAGS
     657ac_ct_CC
     658EXEEXT
     659OBJEXT
     660DEPDIR
     661am__include
     662am__quote
     663AMDEP_TRUE
     664AMDEP_FALSE
     665AMDEPBACKSLASH
     666CCDEPMODE
     667am__fastdepCC_TRUE
     668am__fastdepCC_FALSE
     669CXX
     670CXXFLAGS
     671ac_ct_CXX
     672CXXDEPMODE
     673am__fastdepCXX_TRUE
     674am__fastdepCXX_FALSE
     675F77
     676FFLAGS
     677ac_ct_F77
     678FLIBS
     679XMKMF
     680CPP
     681X_CFLAGS
     682X_PRE_LIBS
     683X_LIBS
     684X_EXTRA_LIBS
     685NOSERIAL_TRUE
     686NOSERIAL_FALSE
     687NOPARALLEL_TRUE
     688NOPARALLEL_FALSE
     689MATLABINCL
     690MEX
     691MEXEXT
     692MEXLIB
     693MEXLINK
     694MATLAB
     695MATLAB_VERSION
     696MATLAB_MAJOR
     697MATLAB_MINOR
     698LARGEARRAYS_TRUE
     699LARGEARRAYS_FALSE
     700TRIANGLEINCL
     701TRIANGLELIB
     702DAKOTAINCL
     703DAKOTALIB
     704METISINCL
     705METISLIB
     706MPIINCL
     707MPILIB
     708PETSCINCL
     709PETSCLIB
     710SLEPCINCL
     711SLEPCLIB
     712SCALAPACKLIB
     713BLASLAPACKLIB
     714BLASLAPACKINCL
     715MKLLIB
     716MKLINCL
     717PLAPACKINCL
     718PLAPACKLIB
     719MUMPSINCL
     720MUMPSLIB
     721BLACSINCL
     722BLACSLIB
     723MATHLIB
     724FORTRANLIB
    604725LIB@&t@OBJS
    605 BLACSLIB
    606 BLACSINCL
    607 MUMPSLIB
    608 MUMPSINCL
    609 PLAPACKLIB
    610 PLAPACKINCL
    611 BLASLAPACKINCL
    612 BLASLAPACKLIB
    613 SCALAPACKLIB
    614 SLEPCLIB
    615 SLEPCINCL
    616 PETSCLIB
    617 PETSCINCL
    618 MPILIB
    619 MPIINCL
    620 METISLIB
    621 METISINCL
    622 TRIANGLELIB
    623 TRIANGLEINCL
    624 LARGEARRAYS_FALSE
    625 LARGEARRAYS_TRUE
    626 MATLAB_MINOR
    627 MATLAB_MAJOR
    628 MATLAB_VERSION
    629 MATLAB
    630 MEXLINK
    631 MEXLIB
    632 MEXEXT
    633 MEX
    634 MATLABINCL
    635 NOPARALLEL_FALSE
    636 NOPARALLEL_TRUE
    637 NOSERIAL_FALSE
    638 NOSERIAL_TRUE
    639 X_EXTRA_LIBS
    640 X_LIBS
    641 X_PRE_LIBS
    642 X_CFLAGS
    643 CPP
    644 XMKMF
    645 FLIBS
    646 ac_ct_F77
    647 FFLAGS
    648 F77
    649 am__fastdepCXX_FALSE
    650 am__fastdepCXX_TRUE
    651 CXXDEPMODE
    652 ac_ct_CXX
    653 CXXFLAGS
    654 CXX
    655 am__fastdepCC_FALSE
    656 am__fastdepCC_TRUE
    657 CCDEPMODE
    658 AMDEPBACKSLASH
    659 AMDEP_FALSE
    660 AMDEP_TRUE
    661 am__quote
    662 am__include
    663 DEPDIR
    664 OBJEXT
    665 EXEEXT
    666 ac_ct_CC
    667 CPPFLAGS
    668 LDFLAGS
    669 CFLAGS
    670 CC
    671 RANLIB
    672 am__untar
    673 am__tar
    674 AMTAR
    675 am__leading_dot
    676 SET_MAKE
    677 AWK
    678 mkdir_p
    679 MKDIR_P
    680 INSTALL_STRIP_PROGRAM
    681 STRIP
    682 install_sh
    683 MAKEINFO
    684 AUTOHEADER
    685 AUTOMAKE
    686 AUTOCONF
    687 ACLOCAL
    688 VERSION
    689 PACKAGE
    690 CYGPATH_W
    691 am__isrc
    692 INSTALL_DATA
    693 INSTALL_SCRIPT
    694 INSTALL_PROGRAM
    695 target_os
    696 target_vendor
    697 target_cpu
    698 target
    699 host_os
    700 host_vendor
    701 host_cpu
    702 host
    703 build_os
    704 build_vendor
    705 build_cpu
    706 build
    707 target_alias
    708 host_alias
    709 build_alias
    710 LIBS
    711 ECHO_T
    712 ECHO_N
    713 ECHO_C
    714 DEFS
    715 mandir
    716 localedir
    717 libdir
    718 psdir
    719 pdfdir
    720 dvidir
    721 htmldir
    722 infodir
    723 docdir
    724 oldincludedir
    725 includedir
    726 localstatedir
    727 sharedstatedir
    728 sysconfdir
    729 datadir
    730 datarootdir
    731 libexecdir
    732 sbindir
    733 bindir
    734 program_transform_name
    735 prefix
    736 exec_prefix
    737 PACKAGE_BUGREPORT
    738 PACKAGE_STRING
    739 PACKAGE_VERSION
    740 PACKAGE_TARNAME
    741 PACKAGE_NAME
    742 PATH_SEPARATOR
    743 SHELL'
     726LTLIBOBJS'
    744727ac_subst_files=''
    745 ac_user_opts='
    746 enable_option_checking
    747 enable_dependency_tracking
    748 with_x
    749 enable_debugging
    750 with_serial
    751 with_parallel
    752 with_matlab_dir
    753 with_triangle_dir
    754 with_metis_dir
    755 with_mpi_lib
    756 with_mpi_include
    757 with_petsc_dir
    758 with_petsc_arch
    759 with_slepc_dir
    760 with_scalapack_dir
    761 with_blas_lapack_dir
    762 with_plapack_dir
    763 with_mumps_dir
    764 with_blacs_dir
    765 '
    766728      ac_precious_vars='build_alias
    767729host_alias
     
    784746ac_init_help=
    785747ac_init_version=false
    786 ac_unrecognized_opts=
    787 ac_unrecognized_sep=
    788748# The variables have the same names as the options, with
    789749# dashes changed to underlines.
     
    884844
    885845  -disable-* | --disable-*)
    886     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     846    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    887847    # Reject names that are not valid shell variable names.
    888     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    889       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     848    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     849      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    890850   { (exit 1); exit 1; }; }
    891     ac_useropt_orig=$ac_useropt
    892     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    893     case $ac_user_opts in
    894       *"
    895 "enable_$ac_useropt"
    896 "*) ;;
    897       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    898          ac_unrecognized_sep=', ';;
    899     esac
    900     eval enable_$ac_useropt=no ;;
     851    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     852    eval enable_$ac_feature=no ;;
    901853
    902854  -docdir | --docdir | --docdi | --doc | --do)
     
    911863
    912864  -enable-* | --enable-*)
    913     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     865    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    914866    # Reject names that are not valid shell variable names.
    915     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    916       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     867    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     868      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    917869   { (exit 1); exit 1; }; }
    918     ac_useropt_orig=$ac_useropt
    919     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    920     case $ac_user_opts in
    921       *"
    922 "enable_$ac_useropt"
    923 "*) ;;
    924       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    925          ac_unrecognized_sep=', ';;
    926     esac
    927     eval enable_$ac_useropt=\$ac_optarg ;;
     870    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     871    eval enable_$ac_feature=\$ac_optarg ;;
    928872
    929873  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11161060
    11171061  -with-* | --with-*)
    1118     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1062    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11191063    # Reject names that are not valid shell variable names.
    1120     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1121       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1064    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1065      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11221066   { (exit 1); exit 1; }; }
    1123     ac_useropt_orig=$ac_useropt
    1124     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1125     case $ac_user_opts in
    1126       *"
    1127 "with_$ac_useropt"
    1128 "*) ;;
    1129       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1130          ac_unrecognized_sep=', ';;
    1131     esac
    1132     eval with_$ac_useropt=\$ac_optarg ;;
     1067    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1068    eval with_$ac_package=\$ac_optarg ;;
    11331069
    11341070  -without-* | --without-*)
    1135     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1071    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11361072    # Reject names that are not valid shell variable names.
    1137     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1138       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1073    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1074      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11391075   { (exit 1); exit 1; }; }
    1140     ac_useropt_orig=$ac_useropt
    1141     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1142     case $ac_user_opts in
    1143       *"
    1144 "with_$ac_useropt"
    1145 "*) ;;
    1146       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1147          ac_unrecognized_sep=', ';;
    1148     esac
    1149     eval with_$ac_useropt=no ;;
     1076    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1077    eval with_$ac_package=no ;;
    11501078
    11511079  --x)
     
    11671095    x_libraries=$ac_optarg ;;
    11681096
    1169   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1097  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11701098Try \`$0 --help' for more information." >&2
    11711099   { (exit 1); exit 1; }; }
     
    11761104    # Reject names that are not valid shell variable names.
    11771105    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1178       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1106      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11791107   { (exit 1); exit 1; }; }
    11801108    eval $ac_envvar=\$ac_optarg
     
    11831111  *)
    11841112    # FIXME: should be removed in autoconf 3.0.
    1185     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1113    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11861114    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1187       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1115      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11881116    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11891117    ;;
     
    11941122if test -n "$ac_prev"; then
    11951123  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1196   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1124  { echo "$as_me: error: missing argument to $ac_option" >&2
    11971125   { (exit 1); exit 1; }; }
    11981126fi
    11991127
    1200 if test -n "$ac_unrecognized_opts"; then
    1201   case $enable_option_checking in
    1202     no) ;;
    1203     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1204    { (exit 1); exit 1; }; } ;;
    1205     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1206   esac
    1207 fi
    1208 
    1209 # Check all directory arguments for consistency.
     1128# Be sure to have absolute directory names.
    12101129for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12111130                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12141133do
    12151134  eval ac_val=\$$ac_var
    1216   # Remove trailing slashes.
    1217   case $ac_val in
    1218     */ )
    1219       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1220       eval $ac_var=\$ac_val;;
    1221   esac
    1222   # Be sure to have absolute directory names.
    12231135  case $ac_val in
    12241136    [\\/$]* | ?:[\\/]* )  continue;;
    12251137    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12261138  esac
    1227   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1139  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12281140   { (exit 1); exit 1; }; }
    12291141done
     
    12401152  if test "x$build_alias" = x; then
    12411153    cross_compiling=maybe
    1242     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1154    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12431155    If a cross compiler is detected then cross compile mode will be used." >&2
    12441156  elif test "x$build_alias" != "x$host_alias"; then
     
    12561168ac_ls_di=`ls -di .` &&
    12571169ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1258   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1170  { echo "$as_me: error: Working directory cannot be determined" >&2
    12591171   { (exit 1); exit 1; }; }
    12601172test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1261   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1173  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12621174   { (exit 1); exit 1; }; }
    12631175
     
    12671179  ac_srcdir_defaulted=yes
    12681180  # Try the directory containing this script, then the parent directory.
    1269   ac_confdir=`$as_dirname -- "$as_myself" ||
    1270 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1271          X"$as_myself" : 'X\(//\)[^/]' \| \
    1272          X"$as_myself" : 'X\(//\)$' \| \
    1273          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1274 $as_echo X"$as_myself" |
     1181  ac_confdir=`$as_dirname -- "$0" ||
     1182$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1183         X"$0" : 'X\(//\)[^/]' \| \
     1184         X"$0" : 'X\(//\)$' \| \
     1185         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1186echo X"$0" |
    12751187    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12761188            s//\1/
     
    12991211if test ! -r "$srcdir/$ac_unique_file"; then
    13001212  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1301   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1213  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13021214   { (exit 1); exit 1; }; }
    13031215fi
    13041216ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13051217ac_abs_confdir=`(
    1306         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1218        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13071219   { (exit 1); exit 1; }; }
    13081220        pwd)`
     
    13531265Installation directories:
    13541266  --prefix=PREFIX         install architecture-independent files in PREFIX
    1355                           [$ac_default_prefix]
     1267                          [$ac_default_prefix]
    13561268  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1357                           [PREFIX]
     1269                          [PREFIX]
    13581270
    13591271By default, \`make install' will install all the files in
     
    13651277
    13661278Fine tuning of the installation directories:
    1367   --bindir=DIR            user executables [EPREFIX/bin]
    1368   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1369   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1370   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1371   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1372   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1373   --libdir=DIR            object code libraries [EPREFIX/lib]
    1374   --includedir=DIR        C header files [PREFIX/include]
    1375   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1376   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1377   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1378   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1379   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1380   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1381   --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1382   --htmldir=DIR           html documentation [DOCDIR]
    1383   --dvidir=DIR            dvi documentation [DOCDIR]
    1384   --pdfdir=DIR            pdf documentation [DOCDIR]
    1385   --psdir=DIR             ps documentation [DOCDIR]
     1279  --bindir=DIR           user executables [EPREFIX/bin]
     1280  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1281  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1282  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1283  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1284  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1285  --libdir=DIR           object code libraries [EPREFIX/lib]
     1286  --includedir=DIR       C header files [PREFIX/include]
     1287  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1288  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1289  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1290  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1291  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1292  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1293  --docdir=DIR           documentation root @<:@DATAROOTDIR/doc/issm@:>@
     1294  --htmldir=DIR          html documentation [DOCDIR]
     1295  --dvidir=DIR           dvi documentation [DOCDIR]
     1296  --pdfdir=DIR           pdf documentation [DOCDIR]
     1297  --psdir=DIR            ps documentation [DOCDIR]
    13861298_ACEOF
    13871299
     
    14111323
    14121324Optional Features:
    1413   --disable-option-checking  ignore unrecognized --enable/--with options
    14141325  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14151326  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14281339  --with-triangle-dir = DIR
    14291340                          triangle root directory. necessary for serial build
     1341  --with-dakota-dir = DIR dakota root directory. necessary for serial build
    14301342  --with-metis-dir = DIR  metis root directory. necessary for serial build
    14311343  --with-mpi-lib = otions mpi options, for ex: "-L$MPIROOT -lmpich
     
    14391351  --with-blas-lapack-dir = DIR
    14401352                          blas-lapack root directory
     1353  --with-mkl-dir = DIR    mkl root directory
    14411354  --with-plapack-dir = DIR
    14421355                          plapack root directory
    14431356  --with-mumps-dir = DIR  mumps root directory
    14441357  --with-blacs-dir = DIR  blacs root directory
     1358  --with-math-lib = otions
     1359                          math options, for ex: "/usr/lib/libm.a
     1360  --with-fortran-lib = options
     1361                          fortran options, for ex: "/usr/lib/gfortran.a
    14451362
    14461363Some influential environment variables:
     
    14701387  # If there are subdirs, report their specific --help.
    14711388  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1472     test -d "$ac_dir" ||
    1473       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1474       continue
     1389    test -d "$ac_dir" || continue
    14751390    ac_builddir=.
    14761391
     
    14781393.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14791394*)
    1480   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1395  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14811396  # A ".." for each directory in $ac_dir_suffix.
    1482   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1397  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14831398  case $ac_top_builddir_sub in
    14841399  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15161431      $SHELL "$ac_srcdir/configure" --help=recursive
    15171432    else
    1518       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1433      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15191434    fi || ac_status=$?
    15201435    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15261441  cat <<\_ACEOF
    15271442ISSM configure 1.0
    1528 generated by GNU Autoconf 2.63
     1443generated by GNU Autoconf 2.61
    15291444
    15301445Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1531 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14462002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15321447This configure script is free software; the Free Software Foundation
    15331448gives unlimited permission to copy, distribute and modify it.
     
    15401455
    15411456It was created by ISSM $as_me 1.0, which was
    1542 generated by GNU Autoconf 2.63.  Invocation command line was
     1457generated by GNU Autoconf 2.61.  Invocation command line was
    15431458
    15441459  $ $0 $@
     
    15761491  IFS=$as_save_IFS
    15771492  test -z "$as_dir" && as_dir=.
    1578   $as_echo "PATH: $as_dir"
     1493  echo "PATH: $as_dir"
    15791494done
    15801495IFS=$as_save_IFS
     
    16111526      continue ;;
    16121527    *\'*)
    1613       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1528      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16141529    esac
    16151530    case $ac_pass in
     
    16631578    *${as_nl}*)
    16641579      case $ac_var in #(
    1665       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1666 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1580      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1581echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16671582      esac
    16681583      case $ac_var in #(
    16691584      _ | IFS | as_nl) ;; #(
    1670       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16711585      *) $as_unset $ac_var ;;
    16721586      esac ;;
     
    16981612      eval ac_val=\$$ac_var
    16991613      case $ac_val in
    1700       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1614      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17011615      esac
    1702       $as_echo "$ac_var='\''$ac_val'\''"
     1616      echo "$ac_var='\''$ac_val'\''"
    17031617    done | sort
    17041618    echo
     
    17151629        eval ac_val=\$$ac_var
    17161630        case $ac_val in
    1717         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1631        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17181632        esac
    1719         $as_echo "$ac_var='\''$ac_val'\''"
     1633        echo "$ac_var='\''$ac_val'\''"
    17201634      done | sort
    17211635      echo
     
    17331647    fi
    17341648    test "$ac_signal" != 0 &&
    1735       $as_echo "$as_me: caught signal $ac_signal"
    1736     $as_echo "$as_me: exit $exit_status"
     1649      echo "$as_me: caught signal $ac_signal"
     1650    echo "$as_me: exit $exit_status"
    17371651  } >&5
    17381652  rm -f core *.core core.conftest.* &&
     
    17761690
    17771691# Let the site file select an alternate cache file if it wants to.
    1778 # Prefer an explicitly selected file to automatically selected ones.
    1779 ac_site_file1=NONE
    1780 ac_site_file2=NONE
     1692# Prefer explicitly selected file to automatically selected ones.
    17811693if test -n "$CONFIG_SITE"; then
    1782   ac_site_file1=$CONFIG_SITE
     1694  set x "$CONFIG_SITE"
    17831695elif test "x$prefix" != xNONE; then
    1784   ac_site_file1=$prefix/share/config.site
    1785   ac_site_file2=$prefix/etc/config.site
    1786 else
    1787   ac_site_file1=$ac_default_prefix/share/config.site
    1788   ac_site_file2=$ac_default_prefix/etc/config.site
    1789 fi
    1790 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1696  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1697else
     1698  set x "$ac_default_prefix/share/config.site" \
     1699        "$ac_default_prefix/etc/config.site"
     1700fi
     1701shift
     1702for ac_site_file
    17911703do
    1792   test "x$ac_site_file" = xNONE && continue
    17931704  if test -r "$ac_site_file"; then
    1794     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1795 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1705    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1706echo "$as_me: loading site script $ac_site_file" >&6;}
    17961707    sed 's/^/| /' "$ac_site_file" >&5
    17971708    . "$ac_site_file"
     
    18031714  # files actually), so we avoid doing that.
    18041715  if test -f "$cache_file"; then
    1805     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1806 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1716    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1717echo "$as_me: loading cache $cache_file" >&6;}
    18071718    case $cache_file in
    18081719      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18111722  fi
    18121723else
    1813   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1814 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1724  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1725echo "$as_me: creating cache $cache_file" >&6;}
    18151726  >$cache_file
    18161727fi
     
    18261737  case $ac_old_set,$ac_new_set in
    18271738    set,)
    1828       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1829 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1739      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1740echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18301741      ac_cache_corrupted=: ;;
    18311742    ,set)
    1832       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1833 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1743      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1744echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18341745      ac_cache_corrupted=: ;;
    18351746    ,);;
    18361747    *)
    18371748      if test "x$ac_old_val" != "x$ac_new_val"; then
    1838         # differences in whitespace do not lead to failure.
    1839         ac_old_val_w=`echo x $ac_old_val`
    1840         ac_new_val_w=`echo x $ac_new_val`
    1841         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1842           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1843 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1844           ac_cache_corrupted=:
    1845         else
    1846           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1847 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1848           eval $ac_var=\$ac_old_val
    1849         fi
    1850         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1851 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1852         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1853 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1749        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1750echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1751        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1752echo "$as_me:   former value:  $ac_old_val" >&2;}
     1753        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1754echo "$as_me:   current value: $ac_new_val" >&2;}
     1755        ac_cache_corrupted=:
    18541756      fi;;
    18551757  esac
     
    18571759  if test "$ac_new_set" = set; then
    18581760    case $ac_new_val in
    1859     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1761    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18601762    *) ac_arg=$ac_var=$ac_new_val ;;
    18611763    esac
     
    18671769done
    18681770if $ac_cache_corrupted; then
    1869   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1870 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1871   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1872 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1873   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1874 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1771  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1772echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1773  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1774echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18751775   { (exit 1); exit 1; }; }
    18761776fi
     
    19261826done
    19271827if test -z "$ac_aux_dir"; then
    1928   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1929 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1828  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1829echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    19301830   { (exit 1); exit 1; }; }
    19311831fi
     
    19421842# Make sure we can run config.sub.
    19431843$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1944   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1945 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1844  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1845echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    19461846   { (exit 1); exit 1; }; }
    19471847
    1948 { $as_echo "$as_me:$LINENO: checking build system type" >&5
    1949 $as_echo_n "checking build system type... " >&6; }
     1848{ echo "$as_me:$LINENO: checking build system type" >&5
     1849echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    19501850if test "${ac_cv_build+set}" = set; then
    1951   $as_echo_n "(cached) " >&6
     1851  echo $ECHO_N "(cached) $ECHO_C" >&6
    19521852else
    19531853  ac_build_alias=$build_alias
     
    19551855  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    19561856test "x$ac_build_alias" = x &&
    1957   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1958 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1857  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1858echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    19591859   { (exit 1); exit 1; }; }
    19601860ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1961   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1962 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1861  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1862echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    19631863   { (exit 1); exit 1; }; }
    19641864
    19651865fi
    1966 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1967 $as_echo "$ac_cv_build" >&6; }
     1866{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1867echo "${ECHO_T}$ac_cv_build" >&6; }
    19681868case $ac_cv_build in
    19691869*-*-*) ;;
    1970 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1971 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
     1870*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1871echo "$as_me: error: invalid value of canonical build" >&2;}
    19721872   { (exit 1); exit 1; }; };;
    19731873esac
     
    19861886
    19871887
    1988 { $as_echo "$as_me:$LINENO: checking host system type" >&5
    1989 $as_echo_n "checking host system type... " >&6; }
     1888{ echo "$as_me:$LINENO: checking host system type" >&5
     1889echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    19901890if test "${ac_cv_host+set}" = set; then
    1991   $as_echo_n "(cached) " >&6
     1891  echo $ECHO_N "(cached) $ECHO_C" >&6
    19921892else
    19931893  if test "x$host_alias" = x; then
     
    19951895else
    19961896  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1997     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1998 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     1897    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     1898echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    19991899   { (exit 1); exit 1; }; }
    20001900fi
    20011901
    20021902fi
    2003 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    2004 $as_echo "$ac_cv_host" >&6; }
     1903{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1904echo "${ECHO_T}$ac_cv_host" >&6; }
    20051905case $ac_cv_host in
    20061906*-*-*) ;;
    2007 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    2008 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
     1907*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     1908echo "$as_me: error: invalid value of canonical host" >&2;}
    20091909   { (exit 1); exit 1; }; };;
    20101910esac
     
    20231923
    20241924
    2025 { $as_echo "$as_me:$LINENO: checking target system type" >&5
    2026 $as_echo_n "checking target system type... " >&6; }
     1925{ echo "$as_me:$LINENO: checking target system type" >&5
     1926echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
    20271927if test "${ac_cv_target+set}" = set; then
    2028   $as_echo_n "(cached) " >&6
     1928  echo $ECHO_N "(cached) $ECHO_C" >&6
    20291929else
    20301930  if test "x$target_alias" = x; then
     
    20321932else
    20331933  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    2034     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    2035 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     1934    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     1935echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    20361936   { (exit 1); exit 1; }; }
    20371937fi
    20381938
    20391939fi
    2040 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    2041 $as_echo "$ac_cv_target" >&6; }
     1940{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1941echo "${ECHO_T}$ac_cv_target" >&6; }
    20421942case $ac_cv_target in
    20431943*-*-*) ;;
    2044 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    2045 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
     1944*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     1945echo "$as_me: error: invalid value of canonical target" >&2;}
    20461946   { (exit 1); exit 1; }; };;
    20471947esac
     
    20811981# OS/2's system install, which has a completely different semantic
    20821982# ./install, which can be erroneously created by make from ./install.sh.
    2083 # Reject install programs that cannot install multiple files.
    2084 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2085 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1983{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1984echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    20861985if test -z "$INSTALL"; then
    20871986if test "${ac_cv_path_install+set}" = set; then
    2088   $as_echo_n "(cached) " >&6
     1987  echo $ECHO_N "(cached) $ECHO_C" >&6
    20891988else
    20901989  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21152014            :
    21162015          else
    2117             rm -rf conftest.one conftest.two conftest.dir
    2118             echo one > conftest.one
    2119             echo two > conftest.two
    2120             mkdir conftest.dir
    2121             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2122               test -s conftest.one && test -s conftest.two &&
    2123               test -s conftest.dir/conftest.one &&
    2124               test -s conftest.dir/conftest.two
    2125             then
    2126               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2127               break 3
    2128             fi
     2016            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2017            break 3
    21292018          fi
    21302019        fi
     
    21332022    ;;
    21342023esac
    2135 
    21362024done
    21372025IFS=$as_save_IFS
    21382026
    2139 rm -rf conftest.one conftest.two conftest.dir
    21402027
    21412028fi
     
    21502037  fi
    21512038fi
    2152 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2153 $as_echo "$INSTALL" >&6; }
     2039{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     2040echo "${ECHO_T}$INSTALL" >&6; }
    21542041
    21552042# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    21612048test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    21622049
    2163 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2164 $as_echo_n "checking whether build environment is sane... " >&6; }
     2050{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2051echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
    21652052# Just in case
    21662053sleep 1
     
    21852072      # broken ls alias from the environment.  This has actually
    21862073      # happened.  Such a system could not be considered "sane".
    2187       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2074      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    21882075alias in your environment" >&5
    2189 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2076echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    21902077alias in your environment" >&2;}
    21912078   { (exit 1); exit 1; }; }
     
    21982085   :
    21992086else
    2200    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2087   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    22012088Check your system clock" >&5
    2202 $as_echo "$as_me: error: newly created file is older than distributed files!
     2089echo "$as_me: error: newly created file is older than distributed files!
    22032090Check your system clock" >&2;}
    22042091   { (exit 1); exit 1; }; }
    22052092fi
    2206 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2207 $as_echo "yes" >&6; }
     2093{ echo "$as_me:$LINENO: result: yes" >&5
     2094echo "${ECHO_T}yes" >&6; }
    22082095test "$program_prefix" != NONE &&
    22092096  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    22112098test "$program_suffix" != NONE &&
    22122099  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2213 # Double any \ or $.
     2100# Double any \ or $.  echo might interpret backslashes.
    22142101# By default was `s,x,x', remove it if useless.
    2215 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    2216 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
     2102cat <<\_ACEOF >conftest.sed
     2103s/[\\$]/&&/g;s/;s,x,x,$//
     2104_ACEOF
     2105program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
     2106rm -f conftest.sed
    22172107
    22182108# expand $ac_aux_dir to an absolute path
     
    22252115else
    22262116  am_missing_run=
    2227   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2228 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2229 fi
    2230 
    2231 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2232 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     2117  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2118echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2119fi
     2120
     2121{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2122echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    22332123if test -z "$MKDIR_P"; then
    22342124  if test "${ac_cv_path_mkdir+set}" = set; then
    2235   $as_echo_n "(cached) " >&6
     2125  echo $ECHO_N "(cached) $ECHO_C" >&6
    22362126else
    22372127  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    22682158  fi
    22692159fi
    2270 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2271 $as_echo "$MKDIR_P" >&6; }
     2160{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2161echo "${ECHO_T}$MKDIR_P" >&6; }
    22722162
    22732163mkdir_p="$MKDIR_P"
     
    22812171  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22822172set dummy $ac_prog; ac_word=$2
    2283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2284 $as_echo_n "checking for $ac_word... " >&6; }
     2173{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2174echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22852175if test "${ac_cv_prog_AWK+set}" = set; then
    2286   $as_echo_n "(cached) " >&6
     2176  echo $ECHO_N "(cached) $ECHO_C" >&6
    22872177else
    22882178  if test -n "$AWK"; then
     
    22972187  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22982188    ac_cv_prog_AWK="$ac_prog"
    2299     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2189    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23002190    break 2
    23012191  fi
     
    23082198AWK=$ac_cv_prog_AWK
    23092199if test -n "$AWK"; then
    2310   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    2311 $as_echo "$AWK" >&6; }
    2312 else
    2313   { $as_echo "$as_me:$LINENO: result: no" >&5
    2314 $as_echo "no" >&6; }
     2200  { echo "$as_me:$LINENO: result: $AWK" >&5
     2201echo "${ECHO_T}$AWK" >&6; }
     2202else
     2203  { echo "$as_me:$LINENO: result: no" >&5
     2204echo "${ECHO_T}no" >&6; }
    23152205fi
    23162206
     
    23192209done
    23202210
    2321 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2322 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2323 set x ${MAKE-make}
    2324 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2211{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2212echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     2213set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    23252214if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2326   $as_echo_n "(cached) " >&6
     2215  echo $ECHO_N "(cached) $ECHO_C" >&6
    23272216else
    23282217  cat >conftest.make <<\_ACEOF
     
    23412230fi
    23422231if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2343   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2344 $as_echo "yes" >&6; }
     2232  { echo "$as_me:$LINENO: result: yes" >&5
     2233echo "${ECHO_T}yes" >&6; }
    23452234  SET_MAKE=
    23462235else
    2347   { $as_echo "$as_me:$LINENO: result: no" >&5
    2348 $as_echo "no" >&6; }
     2236  { echo "$as_me:$LINENO: result: no" >&5
     2237echo "${ECHO_T}no" >&6; }
    23492238  SET_MAKE="MAKE=${MAKE-make}"
    23502239fi
     
    23652254  # test to see if srcdir already configured
    23662255  if test -f $srcdir/config.status; then
    2367     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2368 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2256    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2257echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    23692258   { (exit 1); exit 1; }; }
    23702259  fi
     
    24212310  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    24222311set dummy ${ac_tool_prefix}strip; ac_word=$2
    2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2424 $as_echo_n "checking for $ac_word... " >&6; }
     2312{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24252314if test "${ac_cv_prog_STRIP+set}" = set; then
    2426   $as_echo_n "(cached) " >&6
     2315  echo $ECHO_N "(cached) $ECHO_C" >&6
    24272316else
    24282317  if test -n "$STRIP"; then
     
    24372326  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24382327    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2328    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24402329    break 2
    24412330  fi
     
    24482337STRIP=$ac_cv_prog_STRIP
    24492338if test -n "$STRIP"; then
    2450   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
    2451 $as_echo "$STRIP" >&6; }
    2452 else
    2453   { $as_echo "$as_me:$LINENO: result: no" >&5
    2454 $as_echo "no" >&6; }
     2339  { echo "$as_me:$LINENO: result: $STRIP" >&5
     2340echo "${ECHO_T}$STRIP" >&6; }
     2341else
     2342  { echo "$as_me:$LINENO: result: no" >&5
     2343echo "${ECHO_T}no" >&6; }
    24552344fi
    24562345
     
    24612350  # Extract the first word of "strip", so it can be a program name with args.
    24622351set dummy strip; ac_word=$2
    2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2464 $as_echo_n "checking for $ac_word... " >&6; }
     2352{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24652354if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2466   $as_echo_n "(cached) " >&6
     2355  echo $ECHO_N "(cached) $ECHO_C" >&6
    24672356else
    24682357  if test -n "$ac_ct_STRIP"; then
     
    24772366  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24782367    ac_cv_prog_ac_ct_STRIP="strip"
    2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2368    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24802369    break 2
    24812370  fi
     
    24882377ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    24892378if test -n "$ac_ct_STRIP"; then
    2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2491 $as_echo "$ac_ct_STRIP" >&6; }
    2492 else
    2493   { $as_echo "$as_me:$LINENO: result: no" >&5
    2494 $as_echo "no" >&6; }
     2379  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2380echo "${ECHO_T}$ac_ct_STRIP" >&6; }
     2381else
     2382  { echo "$as_me:$LINENO: result: no" >&5
     2383echo "${ECHO_T}no" >&6; }
    24952384fi
    24962385
     
    25002389    case $cross_compiling:$ac_tool_warned in
    25012390yes:)
    2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2391{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2392whose name does not start with the host triplet.  If you think this
     2393configuration is useful to you, please write to autoconf@gnu.org." >&5
     2394echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2395whose name does not start with the host triplet.  If you think this
     2396configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    25042397ac_tool_warned=yes ;;
    25052398esac
     
    25282421  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    25292422set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2531 $as_echo_n "checking for $ac_word... " >&6; }
     2423{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25322425if test "${ac_cv_prog_RANLIB+set}" = set; then
    2533   $as_echo_n "(cached) " >&6
     2426  echo $ECHO_N "(cached) $ECHO_C" >&6
    25342427else
    25352428  if test -n "$RANLIB"; then
     
    25442437  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25452438    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2546     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2439    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25472440    break 2
    25482441  fi
     
    25552448RANLIB=$ac_cv_prog_RANLIB
    25562449if test -n "$RANLIB"; then
    2557   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    2558 $as_echo "$RANLIB" >&6; }
    2559 else
    2560   { $as_echo "$as_me:$LINENO: result: no" >&5
    2561 $as_echo "no" >&6; }
     2450  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     2451echo "${ECHO_T}$RANLIB" >&6; }
     2452else
     2453  { echo "$as_me:$LINENO: result: no" >&5
     2454echo "${ECHO_T}no" >&6; }
    25622455fi
    25632456
     
    25682461  # Extract the first word of "ranlib", so it can be a program name with args.
    25692462set dummy ranlib; ac_word=$2
    2570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2571 $as_echo_n "checking for $ac_word... " >&6; }
     2463{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2464echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25722465if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2573   $as_echo_n "(cached) " >&6
     2466  echo $ECHO_N "(cached) $ECHO_C" >&6
    25742467else
    25752468  if test -n "$ac_ct_RANLIB"; then
     
    25842477  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25852478    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2586     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2479    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25872480    break 2
    25882481  fi
     
    25952488ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    25962489if test -n "$ac_ct_RANLIB"; then
    2597   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2598 $as_echo "$ac_ct_RANLIB" >&6; }
    2599 else
    2600   { $as_echo "$as_me:$LINENO: result: no" >&5
    2601 $as_echo "no" >&6; }
     2490  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2491echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     2492else
     2493  { echo "$as_me:$LINENO: result: no" >&5
     2494echo "${ECHO_T}no" >&6; }
    26022495fi
    26032496
     
    26072500    case $cross_compiling:$ac_tool_warned in
    26082501yes:)
    2609 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2610 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2502{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2503whose name does not start with the host triplet.  If you think this
     2504configuration is useful to you, please write to autoconf@gnu.org." >&5
     2505echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2506whose name does not start with the host triplet.  If you think this
     2507configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    26112508ac_tool_warned=yes ;;
    26122509esac
     
    26252522  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    26262523set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2627 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2628 $as_echo_n "checking for $ac_word... " >&6; }
     2524{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2525echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26292526if test "${ac_cv_prog_CC+set}" = set; then
    2630   $as_echo_n "(cached) " >&6
     2527  echo $ECHO_N "(cached) $ECHO_C" >&6
    26312528else
    26322529  if test -n "$CC"; then
     
    26412538  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26422539    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2643     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2540    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26442541    break 2
    26452542  fi
     
    26522549CC=$ac_cv_prog_CC
    26532550if test -n "$CC"; then
    2654   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2655 $as_echo "$CC" >&6; }
    2656 else
    2657   { $as_echo "$as_me:$LINENO: result: no" >&5
    2658 $as_echo "no" >&6; }
     2551  { echo "$as_me:$LINENO: result: $CC" >&5
     2552echo "${ECHO_T}$CC" >&6; }
     2553else
     2554  { echo "$as_me:$LINENO: result: no" >&5
     2555echo "${ECHO_T}no" >&6; }
    26592556fi
    26602557
     
    26652562  # Extract the first word of "gcc", so it can be a program name with args.
    26662563set dummy gcc; ac_word=$2
    2667 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2668 $as_echo_n "checking for $ac_word... " >&6; }
     2564{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26692566if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2670   $as_echo_n "(cached) " >&6
     2567  echo $ECHO_N "(cached) $ECHO_C" >&6
    26712568else
    26722569  if test -n "$ac_ct_CC"; then
     
    26812578  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26822579    ac_cv_prog_ac_ct_CC="gcc"
    2683     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2580    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26842581    break 2
    26852582  fi
     
    26922589ac_ct_CC=$ac_cv_prog_ac_ct_CC
    26932590if test -n "$ac_ct_CC"; then
    2694   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2695 $as_echo "$ac_ct_CC" >&6; }
    2696 else
    2697   { $as_echo "$as_me:$LINENO: result: no" >&5
    2698 $as_echo "no" >&6; }
     2591  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2592echo "${ECHO_T}$ac_ct_CC" >&6; }
     2593else
     2594  { echo "$as_me:$LINENO: result: no" >&5
     2595echo "${ECHO_T}no" >&6; }
    26992596fi
    27002597
     
    27042601    case $cross_compiling:$ac_tool_warned in
    27052602yes:)
    2706 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2603{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2604whose name does not start with the host triplet.  If you think this
     2605configuration is useful to you, please write to autoconf@gnu.org." >&5
     2606echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2607whose name does not start with the host triplet.  If you think this
     2608configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    27082609ac_tool_warned=yes ;;
    27092610esac
     
    27182619    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    27192620set dummy ${ac_tool_prefix}cc; ac_word=$2
    2720 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2721 $as_echo_n "checking for $ac_word... " >&6; }
     2621{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27222623if test "${ac_cv_prog_CC+set}" = set; then
    2723   $as_echo_n "(cached) " >&6
     2624  echo $ECHO_N "(cached) $ECHO_C" >&6
    27242625else
    27252626  if test -n "$CC"; then
     
    27342635  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27352636    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2736     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2637    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27372638    break 2
    27382639  fi
     
    27452646CC=$ac_cv_prog_CC
    27462647if test -n "$CC"; then
    2747   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2748 $as_echo "$CC" >&6; }
    2749 else
    2750   { $as_echo "$as_me:$LINENO: result: no" >&5
    2751 $as_echo "no" >&6; }
     2648  { echo "$as_me:$LINENO: result: $CC" >&5
     2649echo "${ECHO_T}$CC" >&6; }
     2650else
     2651  { echo "$as_me:$LINENO: result: no" >&5
     2652echo "${ECHO_T}no" >&6; }
    27522653fi
    27532654
     
    27582659  # Extract the first word of "cc", so it can be a program name with args.
    27592660set dummy cc; ac_word=$2
    2760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2761 $as_echo_n "checking for $ac_word... " >&6; }
     2661{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27622663if test "${ac_cv_prog_CC+set}" = set; then
    2763   $as_echo_n "(cached) " >&6
     2664  echo $ECHO_N "(cached) $ECHO_C" >&6
    27642665else
    27652666  if test -n "$CC"; then
     
    27792680     fi
    27802681    ac_cv_prog_CC="cc"
    2781     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2682    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27822683    break 2
    27832684  fi
     
    28022703CC=$ac_cv_prog_CC
    28032704if test -n "$CC"; then
    2804   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2805 $as_echo "$CC" >&6; }
    2806 else
    2807   { $as_echo "$as_me:$LINENO: result: no" >&5
    2808 $as_echo "no" >&6; }
     2705  { echo "$as_me:$LINENO: result: $CC" >&5
     2706echo "${ECHO_T}$CC" >&6; }
     2707else
     2708  { echo "$as_me:$LINENO: result: no" >&5
     2709echo "${ECHO_T}no" >&6; }
    28092710fi
    28102711
     
    28172718    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28182719set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2820 $as_echo_n "checking for $ac_word... " >&6; }
     2720{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28212722if test "${ac_cv_prog_CC+set}" = set; then
    2822   $as_echo_n "(cached) " >&6
     2723  echo $ECHO_N "(cached) $ECHO_C" >&6
    28232724else
    28242725  if test -n "$CC"; then
     
    28332734  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28342735    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2835     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2736    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28362737    break 2
    28372738  fi
     
    28442745CC=$ac_cv_prog_CC
    28452746if test -n "$CC"; then
    2846   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2847 $as_echo "$CC" >&6; }
    2848 else
    2849   { $as_echo "$as_me:$LINENO: result: no" >&5
    2850 $as_echo "no" >&6; }
     2747  { echo "$as_me:$LINENO: result: $CC" >&5
     2748echo "${ECHO_T}$CC" >&6; }
     2749else
     2750  { echo "$as_me:$LINENO: result: no" >&5
     2751echo "${ECHO_T}no" >&6; }
    28512752fi
    28522753
     
    28612762  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28622763set dummy $ac_prog; ac_word=$2
    2863 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2864 $as_echo_n "checking for $ac_word... " >&6; }
     2764{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2765echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28652766if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2866   $as_echo_n "(cached) " >&6
     2767  echo $ECHO_N "(cached) $ECHO_C" >&6
    28672768else
    28682769  if test -n "$ac_ct_CC"; then
     
    28772778  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28782779    ac_cv_prog_ac_ct_CC="$ac_prog"
    2879     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2780    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28802781    break 2
    28812782  fi
     
    28882789ac_ct_CC=$ac_cv_prog_ac_ct_CC
    28892790if test -n "$ac_ct_CC"; then
    2890   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2891 $as_echo "$ac_ct_CC" >&6; }
    2892 else
    2893   { $as_echo "$as_me:$LINENO: result: no" >&5
    2894 $as_echo "no" >&6; }
     2791  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2792echo "${ECHO_T}$ac_ct_CC" >&6; }
     2793else
     2794  { echo "$as_me:$LINENO: result: no" >&5
     2795echo "${ECHO_T}no" >&6; }
    28952796fi
    28962797
     
    29042805    case $cross_compiling:$ac_tool_warned in
    29052806yes:)
    2906 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2807{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2808whose name does not start with the host triplet.  If you think this
     2809configuration is useful to you, please write to autoconf@gnu.org." >&5
     2810echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2811whose name does not start with the host triplet.  If you think this
     2812configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    29082813ac_tool_warned=yes ;;
    29092814esac
     
    29152820
    29162821
    2917 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2918 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2919 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2822test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    29202823See \`config.log' for more details." >&5
    2921 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2824echo "$as_me: error: no acceptable C compiler found in \$PATH
    29222825See \`config.log' for more details." >&2;}
    2923    { (exit 1); exit 1; }; }; }
     2826   { (exit 1); exit 1; }; }
    29242827
    29252828# Provide some information about the compiler.
    2926 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2927 set X $ac_compile
    2928 ac_compiler=$2
     2829echo "$as_me:$LINENO: checking for C compiler version" >&5
     2830ac_compiler=`set X $ac_compile; echo $2`
    29292831{ (ac_try="$ac_compiler --version >&5"
    29302832case "(($ac_try" in
     
    29322834  *) ac_try_echo=$ac_try;;
    29332835esac
    2934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2935 $as_echo "$ac_try_echo") >&5
     2836eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29362837  (eval "$ac_compiler --version >&5") 2>&5
    29372838  ac_status=$?
    2938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29392840  (exit $ac_status); }
    29402841{ (ac_try="$ac_compiler -v >&5"
     
    29432844  *) ac_try_echo=$ac_try;;
    29442845esac
    2945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2946 $as_echo "$ac_try_echo") >&5
     2846eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29472847  (eval "$ac_compiler -v >&5") 2>&5
    29482848  ac_status=$?
    2949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29502850  (exit $ac_status); }
    29512851{ (ac_try="$ac_compiler -V >&5"
     
    29542854  *) ac_try_echo=$ac_try;;
    29552855esac
    2956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2957 $as_echo "$ac_try_echo") >&5
     2856eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29582857  (eval "$ac_compiler -V >&5") 2>&5
    29592858  ac_status=$?
    2960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2859  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29612860  (exit $ac_status); }
    29622861
     
    29772876_ACEOF
    29782877ac_clean_files_save=$ac_clean_files
    2979 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2878ac_clean_files="$ac_clean_files a.out a.exe b.out"
    29802879# Try to create an executable without -o first, disregard a.out.
    29812880# It will help us diagnose broken compilers, and finding out an intuition
    29822881# of exeext.
    2983 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2984 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2985 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2986 
    2987 # The possible output files:
    2988 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2989 
     2882{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2883echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2884ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2885#
     2886# List of possible output files, starting from the most likely.
     2887# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2888# only as a last resort.  b.out is created by i960 compilers.
     2889ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2890#
     2891# The IRIX 6 linker writes into existing files which may not be
     2892# executable, retaining their permissions.  Remove them first so a
     2893# subsequent execution test works.
    29902894ac_rmfiles=
    29912895for ac_file in $ac_files
    29922896do
    29932897  case $ac_file in
    2994     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2898    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    29952899    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    29962900  esac
     
    30032907  *) ac_try_echo=$ac_try;;
    30042908esac
    3005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3006 $as_echo "$ac_try_echo") >&5
     2909eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30072910  (eval "$ac_link_default") 2>&5
    30082911  ac_status=$?
    3009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2912  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30102913  (exit $ac_status); }; then
    30112914  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    30182921  test -f "$ac_file" || continue
    30192922  case $ac_file in
    3020     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2923    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    30212924        ;;
    30222925    [ab].out )
     
    30452948fi
    30462949
    3047 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    3048 $as_echo "$ac_file" >&6; }
     2950{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2951echo "${ECHO_T}$ac_file" >&6; }
    30492952if test -z "$ac_file"; then
    3050   $as_echo "$as_me: failed program was:" >&5
     2953  echo "$as_me: failed program was:" >&5
    30512954sed 's/^/| /' conftest.$ac_ext >&5
    30522955
    3053 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3055 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2956{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    30562957See \`config.log' for more details." >&5
    3057 $as_echo "$as_me: error: C compiler cannot create executables
     2958echo "$as_me: error: C compiler cannot create executables
    30582959See \`config.log' for more details." >&2;}
    3059    { (exit 77); exit 77; }; }; }
     2960   { (exit 77); exit 77; }; }
    30602961fi
    30612962
     
    30642965# Check that the compiler produces executables we can run.  If not, either
    30652966# the compiler is broken, or we cross compile.
    3066 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    3067 $as_echo_n "checking whether the C compiler works... " >&6; }
     2967{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2968echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    30682969# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    30692970# If not cross compiling, check that we can run a simple program.
     
    30742975  *) ac_try_echo=$ac_try;;
    30752976esac
    3076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3077 $as_echo "$ac_try_echo") >&5
     2977eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30782978  (eval "$ac_try") 2>&5
    30792979  ac_status=$?
    3080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2980  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30812981  (exit $ac_status); }; }; then
    30822982    cross_compiling=no
     
    30852985        cross_compiling=yes
    30862986    else
    3087         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3089 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2987        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    30902988If you meant to cross compile, use \`--host'.
    30912989See \`config.log' for more details." >&5
    3092 $as_echo "$as_me: error: cannot run C compiled programs.
     2990echo "$as_me: error: cannot run C compiled programs.
    30932991If you meant to cross compile, use \`--host'.
    30942992See \`config.log' for more details." >&2;}
    3095    { (exit 1); exit 1; }; }; }
     2993   { (exit 1); exit 1; }; }
    30962994    fi
    30972995  fi
    30982996fi
    3099 { $as_echo "$as_me:$LINENO: result: yes" >&5
    3100 $as_echo "yes" >&6; }
    3101 
    3102 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2997{ echo "$as_me:$LINENO: result: yes" >&5
     2998echo "${ECHO_T}yes" >&6; }
     2999
     3000rm -f a.out a.exe conftest$ac_cv_exeext b.out
    31033001ac_clean_files=$ac_clean_files_save
    31043002# Check that the compiler produces executables we can run.  If not, either
    31053003# the compiler is broken, or we cross compile.
    3106 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3107 $as_echo_n "checking whether we are cross compiling... " >&6; }
    3108 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3109 $as_echo "$cross_compiling" >&6; }
    3110 
    3111 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3112 $as_echo_n "checking for suffix of executables... " >&6; }
     3004{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     3005echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     3006{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     3007echo "${ECHO_T}$cross_compiling" >&6; }
     3008
     3009{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     3010echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    31133011if { (ac_try="$ac_link"
    31143012case "(($ac_try" in
     
    31163014  *) ac_try_echo=$ac_try;;
    31173015esac
    3118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3119 $as_echo "$ac_try_echo") >&5
     3016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31203017  (eval "$ac_link") 2>&5
    31213018  ac_status=$?
    3122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31233020  (exit $ac_status); }; then
    31243021  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    31293026  test -f "$ac_file" || continue
    31303027  case $ac_file in
    3131     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     3028    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    31323029    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    31333030          break;;
     
    31363033done
    31373034else
    3138   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3139 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3140 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     3035  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    31413036See \`config.log' for more details." >&5
    3142 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     3037echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    31433038See \`config.log' for more details." >&2;}
    3144    { (exit 1); exit 1; }; }; }
     3039   { (exit 1); exit 1; }; }
    31453040fi
    31463041
    31473042rm -f conftest$ac_cv_exeext
    3148 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3149 $as_echo "$ac_cv_exeext" >&6; }
     3043{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     3044echo "${ECHO_T}$ac_cv_exeext" >&6; }
    31503045
    31513046rm -f conftest.$ac_ext
    31523047EXEEXT=$ac_cv_exeext
    31533048ac_exeext=$EXEEXT
    3154 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3155 $as_echo_n "checking for suffix of object files... " >&6; }
     3049{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     3050echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    31563051if test "${ac_cv_objext+set}" = set; then
    3157   $as_echo_n "(cached) " >&6
     3052  echo $ECHO_N "(cached) $ECHO_C" >&6
    31583053else
    31593054  cat >conftest.$ac_ext <<_ACEOF
     
    31783073  *) ac_try_echo=$ac_try;;
    31793074esac
    3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3181 $as_echo "$ac_try_echo") >&5
     3075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31823076  (eval "$ac_compile") 2>&5
    31833077  ac_status=$?
    3184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31853079  (exit $ac_status); }; then
    31863080  for ac_file in conftest.o conftest.obj conftest.*; do
    31873081  test -f "$ac_file" || continue;
    31883082  case $ac_file in
    3189     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     3083    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    31903084    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    31913085       break;;
     
    31933087done
    31943088else
    3195   $as_echo "$as_me: failed program was:" >&5
     3089  echo "$as_me: failed program was:" >&5
    31963090sed 's/^/| /' conftest.$ac_ext >&5
    31973091
    3198 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3199 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3200 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3092{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    32013093See \`config.log' for more details." >&5
    3202 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3094echo "$as_me: error: cannot compute suffix of object files: cannot compile
    32033095See \`config.log' for more details." >&2;}
    3204    { (exit 1); exit 1; }; }; }
     3096   { (exit 1); exit 1; }; }
    32053097fi
    32063098
    32073099rm -f conftest.$ac_cv_objext conftest.$ac_ext
    32083100fi
    3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3210 $as_echo "$ac_cv_objext" >&6; }
     3101{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3102echo "${ECHO_T}$ac_cv_objext" >&6; }
    32113103OBJEXT=$ac_cv_objext
    32123104ac_objext=$OBJEXT
    3213 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3214 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     3105{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3106echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    32153107if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3216   $as_echo_n "(cached) " >&6
     3108  echo $ECHO_N "(cached) $ECHO_C" >&6
    32173109else
    32183110  cat >conftest.$ac_ext <<_ACEOF
     
    32403132  *) ac_try_echo=$ac_try;;
    32413133esac
    3242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3243 $as_echo "$ac_try_echo") >&5
     3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32443135  (eval "$ac_compile") 2>conftest.er1
    32453136  ac_status=$?
     
    32473138  rm -f conftest.er1
    32483139  cat conftest.err >&5
    3249   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32503141  (exit $ac_status); } && {
    32513142         test -z "$ac_c_werror_flag" ||
     
    32543145  ac_compiler_gnu=yes
    32553146else
    3256   $as_echo "$as_me: failed program was:" >&5
     3147  echo "$as_me: failed program was:" >&5
    32573148sed 's/^/| /' conftest.$ac_ext >&5
    32583149
     
    32643155
    32653156fi
    3266 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3267 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    3268 if test $ac_compiler_gnu = yes; then
    3269   GCC=yes
    3270 else
    3271   GCC=
    3272 fi
     3157{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3158echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     3159GCC=`test $ac_compiler_gnu = yes && echo yes`
    32733160ac_test_CFLAGS=${CFLAGS+set}
    32743161ac_save_CFLAGS=$CFLAGS
    3275 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3276 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     3162{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3163echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    32773164if test "${ac_cv_prog_cc_g+set}" = set; then
    3278   $as_echo_n "(cached) " >&6
     3165  echo $ECHO_N "(cached) $ECHO_C" >&6
    32793166else
    32803167  ac_save_c_werror_flag=$ac_c_werror_flag
     
    33033190  *) ac_try_echo=$ac_try;;
    33043191esac
    3305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3306 $as_echo "$ac_try_echo") >&5
     3192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33073193  (eval "$ac_compile") 2>conftest.er1
    33083194  ac_status=$?
     
    33103196  rm -f conftest.er1
    33113197  cat conftest.err >&5
    3312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3198  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33133199  (exit $ac_status); } && {
    33143200         test -z "$ac_c_werror_flag" ||
     
    33173203  ac_cv_prog_cc_g=yes
    33183204else
    3319   $as_echo "$as_me: failed program was:" >&5
     3205  echo "$as_me: failed program was:" >&5
    33203206sed 's/^/| /' conftest.$ac_ext >&5
    33213207
     
    33423228  *) ac_try_echo=$ac_try;;
    33433229esac
    3344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3345 $as_echo "$ac_try_echo") >&5
     3230eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33463231  (eval "$ac_compile") 2>conftest.er1
    33473232  ac_status=$?
     
    33493234  rm -f conftest.er1
    33503235  cat conftest.err >&5
    3351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3236  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33523237  (exit $ac_status); } && {
    33533238         test -z "$ac_c_werror_flag" ||
     
    33563241  :
    33573242else
    3358   $as_echo "$as_me: failed program was:" >&5
     3243  echo "$as_me: failed program was:" >&5
    33593244sed 's/^/| /' conftest.$ac_ext >&5
    33603245
     
    33823267  *) ac_try_echo=$ac_try;;
    33833268esac
    3384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3385 $as_echo "$ac_try_echo") >&5
     3269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33863270  (eval "$ac_compile") 2>conftest.er1
    33873271  ac_status=$?
     
    33893273  rm -f conftest.er1
    33903274  cat conftest.err >&5
    3391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3275  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33923276  (exit $ac_status); } && {
    33933277         test -z "$ac_c_werror_flag" ||
     
    33963280  ac_cv_prog_cc_g=yes
    33973281else
    3398   $as_echo "$as_me: failed program was:" >&5
     3282  echo "$as_me: failed program was:" >&5
    33993283sed 's/^/| /' conftest.$ac_ext >&5
    34003284
     
    34113295   ac_c_werror_flag=$ac_save_c_werror_flag
    34123296fi
    3413 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3414 $as_echo "$ac_cv_prog_cc_g" >&6; }
     3297{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3298echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    34153299if test "$ac_test_CFLAGS" = set; then
    34163300  CFLAGS=$ac_save_CFLAGS
     
    34283312  fi
    34293313fi
    3430 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3431 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3314{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3315echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    34323316if test "${ac_cv_prog_cc_c89+set}" = set; then
    3433   $as_echo_n "(cached) " >&6
     3317  echo $ECHO_N "(cached) $ECHO_C" >&6
    34343318else
    34353319  ac_cv_prog_cc_c89=no
     
    35023386  *) ac_try_echo=$ac_try;;
    35033387esac
    3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3505 $as_echo "$ac_try_echo") >&5
     3388eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35063389  (eval "$ac_compile") 2>conftest.er1
    35073390  ac_status=$?
     
    35093392  rm -f conftest.er1
    35103393  cat conftest.err >&5
    3511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35123395  (exit $ac_status); } && {
    35133396         test -z "$ac_c_werror_flag" ||
     
    35163399  ac_cv_prog_cc_c89=$ac_arg
    35173400else
    3518   $as_echo "$as_me: failed program was:" >&5
     3401  echo "$as_me: failed program was:" >&5
    35193402sed 's/^/| /' conftest.$ac_ext >&5
    35203403
     
    35323415case "x$ac_cv_prog_cc_c89" in
    35333416  x)
    3534     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3535 $as_echo "none needed" >&6; } ;;
     3417    { echo "$as_me:$LINENO: result: none needed" >&5
     3418echo "${ECHO_T}none needed" >&6; } ;;
    35363419  xno)
    3537     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3538 $as_echo "unsupported" >&6; } ;;
     3420    { echo "$as_me:$LINENO: result: unsupported" >&5
     3421echo "${ECHO_T}unsupported" >&6; } ;;
    35393422  *)
    35403423    CC="$CC $ac_cv_prog_cc_c89"
    3541     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3542 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3424    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3425echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    35433426esac
    35443427
     
    35613444END
    35623445# If we don't find an include directive, just comment out the code.
    3563 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3564 $as_echo_n "checking for style of include used by $am_make... " >&6; }
     3446{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3447echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
    35653448am__include="#"
    35663449am__quote=
     
    35893472
    35903473
    3591 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
    3592 $as_echo "$_am_result" >&6; }
     3474{ echo "$as_me:$LINENO: result: $_am_result" >&5
     3475echo "${ECHO_T}$_am_result" >&6; }
    35933476rm -f confinc confmf
    35943477
    3595 @%:@ Check whether --enable-dependency-tracking was given.
     3478# Check whether --enable-dependency-tracking was given.
    35963479if test "${enable_dependency_tracking+set}" = set; then
    35973480  enableval=$enable_dependency_tracking;
     
    36143497depcc="$CC"   am_compiler_list=
    36153498
    3616 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3617 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3499{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3500echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    36183501if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3619   $as_echo_n "(cached) " >&6
     3502  echo $ECHO_N "(cached) $ECHO_C" >&6
    36203503else
    36213504  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    37053588
    37063589fi
    3707 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3708 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
     3590{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3591echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
    37093592CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    37103593
     
    37343617    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    37353618set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3737 $as_echo_n "checking for $ac_word... " >&6; }
     3619{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3620echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37383621if test "${ac_cv_prog_CXX+set}" = set; then
    3739   $as_echo_n "(cached) " >&6
     3622  echo $ECHO_N "(cached) $ECHO_C" >&6
    37403623else
    37413624  if test -n "$CXX"; then
     
    37503633  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37513634    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3752     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3635    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37533636    break 2
    37543637  fi
     
    37613644CXX=$ac_cv_prog_CXX
    37623645if test -n "$CXX"; then
    3763   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    3764 $as_echo "$CXX" >&6; }
    3765 else
    3766   { $as_echo "$as_me:$LINENO: result: no" >&5
    3767 $as_echo "no" >&6; }
     3646  { echo "$as_me:$LINENO: result: $CXX" >&5
     3647echo "${ECHO_T}$CXX" >&6; }
     3648else
     3649  { echo "$as_me:$LINENO: result: no" >&5
     3650echo "${ECHO_T}no" >&6; }
    37683651fi
    37693652
     
    37783661  # Extract the first word of "$ac_prog", so it can be a program name with args.
    37793662set dummy $ac_prog; ac_word=$2
    3780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3781 $as_echo_n "checking for $ac_word... " >&6; }
     3663{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37823665if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3783   $as_echo_n "(cached) " >&6
     3666  echo $ECHO_N "(cached) $ECHO_C" >&6
    37843667else
    37853668  if test -n "$ac_ct_CXX"; then
     
    37943677  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37953678    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3796     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3679    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37973680    break 2
    37983681  fi
     
    38053688ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    38063689if test -n "$ac_ct_CXX"; then
    3807   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3808 $as_echo "$ac_ct_CXX" >&6; }
    3809 else
    3810   { $as_echo "$as_me:$LINENO: result: no" >&5
    3811 $as_echo "no" >&6; }
     3690  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3691echo "${ECHO_T}$ac_ct_CXX" >&6; }
     3692else
     3693  { echo "$as_me:$LINENO: result: no" >&5
     3694echo "${ECHO_T}no" >&6; }
    38123695fi
    38133696
     
    38213704    case $cross_compiling:$ac_tool_warned in
    38223705yes:)
    3823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3706{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3707whose name does not start with the host triplet.  If you think this
     3708configuration is useful to you, please write to autoconf@gnu.org." >&5
     3709echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3710whose name does not start with the host triplet.  If you think this
     3711configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    38253712ac_tool_warned=yes ;;
    38263713esac
     
    38323719fi
    38333720# Provide some information about the compiler.
    3834 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3835 set X $ac_compile
    3836 ac_compiler=$2
     3721echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3722ac_compiler=`set X $ac_compile; echo $2`
    38373723{ (ac_try="$ac_compiler --version >&5"
    38383724case "(($ac_try" in
     
    38403726  *) ac_try_echo=$ac_try;;
    38413727esac
    3842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3843 $as_echo "$ac_try_echo") >&5
     3728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38443729  (eval "$ac_compiler --version >&5") 2>&5
    38453730  ac_status=$?
    3846   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3731  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38473732  (exit $ac_status); }
    38483733{ (ac_try="$ac_compiler -v >&5"
     
    38513736  *) ac_try_echo=$ac_try;;
    38523737esac
    3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3854 $as_echo "$ac_try_echo") >&5
     3738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38553739  (eval "$ac_compiler -v >&5") 2>&5
    38563740  ac_status=$?
    3857   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3741  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38583742  (exit $ac_status); }
    38593743{ (ac_try="$ac_compiler -V >&5"
     
    38623746  *) ac_try_echo=$ac_try;;
    38633747esac
    3864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3865 $as_echo "$ac_try_echo") >&5
     3748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38663749  (eval "$ac_compiler -V >&5") 2>&5
    38673750  ac_status=$?
    3868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3751  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38693752  (exit $ac_status); }
    38703753
    3871 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3872 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3754{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3755echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    38733756if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3874   $as_echo_n "(cached) " >&6
     3757  echo $ECHO_N "(cached) $ECHO_C" >&6
    38753758else
    38763759  cat >conftest.$ac_ext <<_ACEOF
     
    38983781  *) ac_try_echo=$ac_try;;
    38993782esac
    3900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3901 $as_echo "$ac_try_echo") >&5
     3783eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39023784  (eval "$ac_compile") 2>conftest.er1
    39033785  ac_status=$?
     
    39053787  rm -f conftest.er1
    39063788  cat conftest.err >&5
    3907   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3789  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39083790  (exit $ac_status); } && {
    39093791         test -z "$ac_cxx_werror_flag" ||
     
    39123794  ac_compiler_gnu=yes
    39133795else
    3914   $as_echo "$as_me: failed program was:" >&5
     3796  echo "$as_me: failed program was:" >&5
    39153797sed 's/^/| /' conftest.$ac_ext >&5
    39163798
     
    39223804
    39233805fi
    3924 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3925 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3926 if test $ac_compiler_gnu = yes; then
    3927   GXX=yes
    3928 else
    3929   GXX=
    3930 fi
     3806{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3807echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3808GXX=`test $ac_compiler_gnu = yes && echo yes`
    39313809ac_test_CXXFLAGS=${CXXFLAGS+set}
    39323810ac_save_CXXFLAGS=$CXXFLAGS
    3933 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3934 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3811{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3812echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    39353813if test "${ac_cv_prog_cxx_g+set}" = set; then
    3936   $as_echo_n "(cached) " >&6
     3814  echo $ECHO_N "(cached) $ECHO_C" >&6
    39373815else
    39383816  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    39613839  *) ac_try_echo=$ac_try;;
    39623840esac
    3963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3964 $as_echo "$ac_try_echo") >&5
     3841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39653842  (eval "$ac_compile") 2>conftest.er1
    39663843  ac_status=$?
     
    39683845  rm -f conftest.er1
    39693846  cat conftest.err >&5
    3970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39713848  (exit $ac_status); } && {
    39723849         test -z "$ac_cxx_werror_flag" ||
     
    39753852  ac_cv_prog_cxx_g=yes
    39763853else
    3977   $as_echo "$as_me: failed program was:" >&5
     3854  echo "$as_me: failed program was:" >&5
    39783855sed 's/^/| /' conftest.$ac_ext >&5
    39793856
     
    40003877  *) ac_try_echo=$ac_try;;
    40013878esac
    4002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4003 $as_echo "$ac_try_echo") >&5
     3879eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40043880  (eval "$ac_compile") 2>conftest.er1
    40053881  ac_status=$?
     
    40073883  rm -f conftest.er1
    40083884  cat conftest.err >&5
    4009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3885  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40103886  (exit $ac_status); } && {
    40113887         test -z "$ac_cxx_werror_flag" ||
     
    40143890  :
    40153891else
    4016   $as_echo "$as_me: failed program was:" >&5
     3892  echo "$as_me: failed program was:" >&5
    40173893sed 's/^/| /' conftest.$ac_ext >&5
    40183894
     
    40403916  *) ac_try_echo=$ac_try;;
    40413917esac
    4042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4043 $as_echo "$ac_try_echo") >&5
     3918eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40443919  (eval "$ac_compile") 2>conftest.er1
    40453920  ac_status=$?
     
    40473922  rm -f conftest.er1
    40483923  cat conftest.err >&5
    4049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3924  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40503925  (exit $ac_status); } && {
    40513926         test -z "$ac_cxx_werror_flag" ||
     
    40543929  ac_cv_prog_cxx_g=yes
    40553930else
    4056   $as_echo "$as_me: failed program was:" >&5
     3931  echo "$as_me: failed program was:" >&5
    40573932sed 's/^/| /' conftest.$ac_ext >&5
    40583933
     
    40693944   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    40703945fi
    4071 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4072 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     3946{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3947echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    40733948if test "$ac_test_CXXFLAGS" = set; then
    40743949  CXXFLAGS=$ac_save_CXXFLAGS
     
    40943969depcc="$CXX"  am_compiler_list=
    40953970
    4096 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    4097 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3971{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3972echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    40983973if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    4099   $as_echo_n "(cached) " >&6
     3974  echo $ECHO_N "(cached) $ECHO_C" >&6
    41003975else
    41013976  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    41854060
    41864061fi
    4187 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    4188 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
     4062{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4063echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
    41894064CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    41904065
     
    42094084    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    42104085set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4211 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4212 $as_echo_n "checking for $ac_word... " >&6; }
     4086{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42134088if test "${ac_cv_prog_F77+set}" = set; then
    4214   $as_echo_n "(cached) " >&6
     4089  echo $ECHO_N "(cached) $ECHO_C" >&6
    42154090else
    42164091  if test -n "$F77"; then
     
    42254100  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42264101    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4227     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4102    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42284103    break 2
    42294104  fi
     
    42364111F77=$ac_cv_prog_F77
    42374112if test -n "$F77"; then
    4238   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    4239 $as_echo "$F77" >&6; }
    4240 else
    4241   { $as_echo "$as_me:$LINENO: result: no" >&5
    4242 $as_echo "no" >&6; }
     4113  { echo "$as_me:$LINENO: result: $F77" >&5
     4114echo "${ECHO_T}$F77" >&6; }
     4115else
     4116  { echo "$as_me:$LINENO: result: no" >&5
     4117echo "${ECHO_T}no" >&6; }
    42434118fi
    42444119
     
    42534128  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42544129set dummy $ac_prog; ac_word=$2
    4255 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4256 $as_echo_n "checking for $ac_word... " >&6; }
     4130{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42574132if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4258   $as_echo_n "(cached) " >&6
     4133  echo $ECHO_N "(cached) $ECHO_C" >&6
    42594134else
    42604135  if test -n "$ac_ct_F77"; then
     
    42694144  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42704145    ac_cv_prog_ac_ct_F77="$ac_prog"
    4271     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4146    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42724147    break 2
    42734148  fi
     
    42804155ac_ct_F77=$ac_cv_prog_ac_ct_F77
    42814156if test -n "$ac_ct_F77"; then
    4282   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4283 $as_echo "$ac_ct_F77" >&6; }
    4284 else
    4285   { $as_echo "$as_me:$LINENO: result: no" >&5
    4286 $as_echo "no" >&6; }
     4157  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4158echo "${ECHO_T}$ac_ct_F77" >&6; }
     4159else
     4160  { echo "$as_me:$LINENO: result: no" >&5
     4161echo "${ECHO_T}no" >&6; }
    42874162fi
    42884163
     
    42964171    case $cross_compiling:$ac_tool_warned in
    42974172yes:)
    4298 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    4299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4173{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4174whose name does not start with the host triplet.  If you think this
     4175configuration is useful to you, please write to autoconf@gnu.org." >&5
     4176echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4177whose name does not start with the host triplet.  If you think this
     4178configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    43004179ac_tool_warned=yes ;;
    43014180esac
     
    43064185
    43074186# Provide some information about the compiler.
    4308 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4309 set X $ac_compile
    4310 ac_compiler=$2
     4187echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4188ac_compiler=`set X $ac_compile; echo $2`
    43114189{ (ac_try="$ac_compiler --version >&5"
    43124190case "(($ac_try" in
     
    43144192  *) ac_try_echo=$ac_try;;
    43154193esac
    4316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4317 $as_echo "$ac_try_echo") >&5
     4194eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43184195  (eval "$ac_compiler --version >&5") 2>&5
    43194196  ac_status=$?
    4320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43214198  (exit $ac_status); }
    43224199{ (ac_try="$ac_compiler -v >&5"
     
    43254202  *) ac_try_echo=$ac_try;;
    43264203esac
    4327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4328 $as_echo "$ac_try_echo") >&5
     4204eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43294205  (eval "$ac_compiler -v >&5") 2>&5
    43304206  ac_status=$?
    4331   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43324208  (exit $ac_status); }
    43334209{ (ac_try="$ac_compiler -V >&5"
     
    43364212  *) ac_try_echo=$ac_try;;
    43374213esac
    4338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4339 $as_echo "$ac_try_echo") >&5
     4214eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43404215  (eval "$ac_compiler -V >&5") 2>&5
    43414216  ac_status=$?
    4342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4217  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43434218  (exit $ac_status); }
    43444219rm -f a.out
     
    43484223ac_save_ext=$ac_ext
    43494224ac_ext=F
    4350 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4351 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     4225{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4226echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    43524227if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4353   $as_echo_n "(cached) " >&6
     4228  echo $ECHO_N "(cached) $ECHO_C" >&6
    43544229else
    43554230  cat >conftest.$ac_ext <<_ACEOF
     
    43674242  *) ac_try_echo=$ac_try;;
    43684243esac
    4369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4370 $as_echo "$ac_try_echo") >&5
     4244eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43714245  (eval "$ac_compile") 2>conftest.er1
    43724246  ac_status=$?
     
    43744248  rm -f conftest.er1
    43754249  cat conftest.err >&5
    4376   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4250  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43774251  (exit $ac_status); } && {
    43784252         test -z "$ac_f77_werror_flag" ||
     
    43814255  ac_compiler_gnu=yes
    43824256else
    4383   $as_echo "$as_me: failed program was:" >&5
     4257  echo "$as_me: failed program was:" >&5
    43844258sed 's/^/| /' conftest.$ac_ext >&5
    43854259
     
    43914265
    43924266fi
    4393 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4394 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     4267{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4268echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    43954269ac_ext=$ac_save_ext
    43964270ac_test_FFLAGS=${FFLAGS+set}
    43974271ac_save_FFLAGS=$FFLAGS
    43984272FFLAGS=
    4399 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4400 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     4273{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4274echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    44014275if test "${ac_cv_prog_f77_g+set}" = set; then
    4402   $as_echo_n "(cached) " >&6
     4276  echo $ECHO_N "(cached) $ECHO_C" >&6
    44034277else
    44044278  FFLAGS=-g
     
    44144288  *) ac_try_echo=$ac_try;;
    44154289esac
    4416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4417 $as_echo "$ac_try_echo") >&5
     4290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44184291  (eval "$ac_compile") 2>conftest.er1
    44194292  ac_status=$?
     
    44214294  rm -f conftest.er1
    44224295  cat conftest.err >&5
    4423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44244297  (exit $ac_status); } && {
    44254298         test -z "$ac_f77_werror_flag" ||
     
    44284301  ac_cv_prog_f77_g=yes
    44294302else
    4430   $as_echo "$as_me: failed program was:" >&5
     4303  echo "$as_me: failed program was:" >&5
    44314304sed 's/^/| /' conftest.$ac_ext >&5
    44324305
     
    44374310
    44384311fi
    4439 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4440 $as_echo "$ac_cv_prog_f77_g" >&6; }
     4312{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4313echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    44414314if test "$ac_test_FFLAGS" = set; then
    44424315  FFLAGS=$ac_save_FFLAGS
     
    44554328fi
    44564329
    4457 if test $ac_compiler_gnu = yes; then
    4458   G77=yes
    4459 else
    4460   G77=
    4461 fi
     4330G77=`test $ac_compiler_gnu = yes && echo yes`
    44624331ac_ext=c
    44634332ac_cpp='$CPP $CPPFLAGS'
     
    44714340ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    44724341ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4473 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4474 $as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
     4342{ echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4343echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
    44754344if test "${ac_cv_prog_f77_v+set}" = set; then
    4476   $as_echo_n "(cached) " >&6
     4345  echo $ECHO_N "(cached) $ECHO_C" >&6
    44774346else
    44784347  cat >conftest.$ac_ext <<_ACEOF
     
    44874356  *) ac_try_echo=$ac_try;;
    44884357esac
    4489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4490 $as_echo "$ac_try_echo") >&5
     4358eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44914359  (eval "$ac_compile") 2>conftest.er1
    44924360  ac_status=$?
     
    44944362  rm -f conftest.er1
    44954363  cat conftest.err >&5
    4496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44974365  (exit $ac_status); } && {
    44984366         test -z "$ac_f77_werror_flag" ||
     
    45164384eval "set x $ac_link"
    45174385shift
    4518 $as_echo "$as_me:$LINENO: $*" >&5
    4519 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4520 # LIBRARY_PATH; skip all such settings.
    4521 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4522   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4523 $as_echo "$ac_f77_v_output" >&5
     4386echo "$as_me:$LINENO: $*" >&5
     4387ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4388echo "$ac_f77_v_output" >&5
    45244389FFLAGS=$ac_save_FFLAGS
    45254390
    4526 rm -rf conftest*
     4391rm -f conftest*
    45274392
    45284393# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    45314396ac_f77_v_output="`echo $ac_f77_v_output |
    45324397        grep 'LPATH is:' |
    4533         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4398        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    45344399
    45354400# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45714436done
    45724437if test -z "$ac_cv_prog_f77_v"; then
    4573    { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4574 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4575 fi
    4576 else
    4577   $as_echo "$as_me: failed program was:" >&5
     4438   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4439echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4440fi
     4441else
     4442  echo "$as_me: failed program was:" >&5
    45784443sed 's/^/| /' conftest.$ac_ext >&5
    45794444
    4580         { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4581 $as_echo "$as_me: WARNING: compilation failed" >&2;}
     4445        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4446echo "$as_me: WARNING: compilation failed" >&2;}
    45824447fi
    45834448
     
    45854450
    45864451fi
    4587 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4588 $as_echo "$ac_cv_prog_f77_v" >&6; }
    4589 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4590 $as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
     4452{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4453echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
     4454{ echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4455echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
    45914456if test "${ac_cv_f77_libs+set}" = set; then
    4592   $as_echo_n "(cached) " >&6
     4457  echo $ECHO_N "(cached) $ECHO_C" >&6
    45934458else
    45944459  if test "x$FLIBS" != "x"; then
     
    46104475eval "set x $ac_link"
    46114476shift
    4612 $as_echo "$as_me:$LINENO: $*" >&5
    4613 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4614 # LIBRARY_PATH; skip all such settings.
    4615 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4616   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4617 $as_echo "$ac_f77_v_output" >&5
     4477echo "$as_me:$LINENO: $*" >&5
     4478ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4479echo "$ac_f77_v_output" >&5
    46184480FFLAGS=$ac_save_FFLAGS
    46194481
    4620 rm -rf conftest*
     4482rm -f conftest*
    46214483
    46224484# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    46254487ac_f77_v_output="`echo $ac_f77_v_output |
    46264488        grep 'LPATH is:' |
    4627         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4489        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    46284490
    46294491# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    47244586          ;;
    47254587        -YP,*)
    4726           for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4588          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    47274589              ac_exists=false
    47284590  for ac_i in $ac_cv_f77_libs; do
     
    47724634case `(uname -sr) 2>/dev/null` in
    47734635   "SunOS 5"*)
    4774       ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
     4636      ac_ld_run_path=`echo $ac_f77_v_output |
    47754637                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    47764638      test "x$ac_ld_run_path" != x &&
     
    47874649
    47884650fi
    4789 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4790 $as_echo "$ac_cv_f77_libs" >&6; }
     4651{ echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4652echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
    47914653FLIBS="$ac_cv_f77_libs"
    47924654
     
    47994661
    48004662if test "x$CC" != xcc; then
    4801   { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4802 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
    4803 else
    4804   { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4805 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
    4806 fi
    4807 set dummy $CC; ac_cc=`$as_echo "$2" |
     4663  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4664echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
     4665else
     4666  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4667echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
     4668fi
     4669set dummy $CC; ac_cc=`echo $2 |
    48084670                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    48094671if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4810   $as_echo_n "(cached) " >&6
     4672  echo $ECHO_N "(cached) $ECHO_C" >&6
    48114673else
    48124674  cat >conftest.$ac_ext <<_ACEOF
     
    48344696  *) ac_try_echo=$ac_try;;
    48354697esac
    4836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4837 $as_echo "$ac_try_echo") >&5
     4698eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48384699  (eval "$ac_try") 2>&5
    48394700  ac_status=$?
    4840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4701  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48414702  (exit $ac_status); } &&
    48424703   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48444705  *) ac_try_echo=$ac_try;;
    48454706esac
    4846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4847 $as_echo "$ac_try_echo") >&5
     4707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48484708  (eval "$ac_try") 2>&5
    48494709  ac_status=$?
    4850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4710  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48514711  (exit $ac_status); };
    48524712then
     
    48594719  *) ac_try_echo=$ac_try;;
    48604720esac
    4861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4862 $as_echo "$ac_try_echo") >&5
     4721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48634722  (eval "$ac_try") 2>&5
    48644723  ac_status=$?
    4865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4724  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48664725  (exit $ac_status); }; }; then
    48674726      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    48714730  *) ac_try_echo=$ac_try;;
    48724731esac
    4873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4874 $as_echo "$ac_try_echo") >&5
     4732eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48754733  (eval "$ac_try") 2>&5
    48764734  ac_status=$?
    4877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48784736  (exit $ac_status); } &&
    48794737         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48814739  *) ac_try_echo=$ac_try;;
    48824740esac
    4883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4884 $as_echo "$ac_try_echo") >&5
     4741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48854742  (eval "$ac_try") 2>&5
    48864743  ac_status=$?
    4887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4744  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48884745  (exit $ac_status); };
    48894746      then
     
    49034760fi
    49044761if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4905   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4906 $as_echo "yes" >&6; }
    4907 else
    4908   { $as_echo "$as_me:$LINENO: result: no" >&5
    4909 $as_echo "no" >&6; }
     4762  { echo "$as_me:$LINENO: result: yes" >&5
     4763echo "${ECHO_T}yes" >&6; }
     4764else
     4765  { echo "$as_me:$LINENO: result: no" >&5
     4766echo "${ECHO_T}no" >&6; }
    49104767 
    49114768cat >>confdefs.h <<\_ACEOF
     
    49184775# there is no other way.
    49194776set dummy $CC
    4920 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4921 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    4922 if test "$am_t" != yes; then
     4777ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4778if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    49234779   # Losing compiler, so override with the script.
    49244780   # FIXME: It is wrong to rewrite CC.
     
    49364792ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    49374793ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4938 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4939 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     4794{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4795echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    49404796# On Suns, sometimes $CPP names a directory.
    49414797if test -n "$CPP" && test -d "$CPP"; then
     
    49444800if test -z "$CPP"; then
    49454801  if test "${ac_cv_prog_CPP+set}" = set; then
    4946   $as_echo_n "(cached) " >&6
     4802  echo $ECHO_N "(cached) $ECHO_C" >&6
    49474803else
    49484804      # Double quotes because CPP needs to be expanded
     
    49764832  *) ac_try_echo=$ac_try;;
    49774833esac
    4978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4979 $as_echo "$ac_try_echo") >&5
     4834eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49804835  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49814836  ac_status=$?
     
    49834838  rm -f conftest.er1
    49844839  cat conftest.err >&5
    4985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4840  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49864841  (exit $ac_status); } >/dev/null && {
    49874842         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    49904845  :
    49914846else
    4992   $as_echo "$as_me: failed program was:" >&5
     4847  echo "$as_me: failed program was:" >&5
    49934848sed 's/^/| /' conftest.$ac_ext >&5
    49944849
     
    50144869  *) ac_try_echo=$ac_try;;
    50154870esac
    5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5017 $as_echo "$ac_try_echo") >&5
     4871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50184872  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50194873  ac_status=$?
     
    50214875  rm -f conftest.er1
    50224876  cat conftest.err >&5
    5023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4877  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50244878  (exit $ac_status); } >/dev/null && {
    50254879         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50294883continue
    50304884else
    5031   $as_echo "$as_me: failed program was:" >&5
     4885  echo "$as_me: failed program was:" >&5
    50324886sed 's/^/| /' conftest.$ac_ext >&5
    50334887
     
    50544908  ac_cv_prog_CPP=$CPP
    50554909fi
    5056 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    5057 $as_echo "$CPP" >&6; }
     4910{ echo "$as_me:$LINENO: result: $CPP" >&5
     4911echo "${ECHO_T}$CPP" >&6; }
    50584912ac_preproc_ok=false
    50594913for ac_c_preproc_warn_flag in '' yes
     
    50834937  *) ac_try_echo=$ac_try;;
    50844938esac
    5085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5086 $as_echo "$ac_try_echo") >&5
     4939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50874940  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50884941  ac_status=$?
     
    50904943  rm -f conftest.er1
    50914944  cat conftest.err >&5
    5092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50934946  (exit $ac_status); } >/dev/null && {
    50944947         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50974950  :
    50984951else
    5099   $as_echo "$as_me: failed program was:" >&5
     4952  echo "$as_me: failed program was:" >&5
    51004953sed 's/^/| /' conftest.$ac_ext >&5
    51014954
     
    51214974  *) ac_try_echo=$ac_try;;
    51224975esac
    5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5124 $as_echo "$ac_try_echo") >&5
     4976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51254977  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51264978  ac_status=$?
     
    51284980  rm -f conftest.er1
    51294981  cat conftest.err >&5
    5130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51314983  (exit $ac_status); } >/dev/null && {
    51324984         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51364988continue
    51374989else
    5138   $as_echo "$as_me: failed program was:" >&5
     4990  echo "$as_me: failed program was:" >&5
    51394991sed 's/^/| /' conftest.$ac_ext >&5
    51404992
     
    51525004  :
    51535005else
    5154   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    5155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    5156 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     5006  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    51575007See \`config.log' for more details." >&5
    5158 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     5008echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    51595009See \`config.log' for more details." >&2;}
    5160    { (exit 1); exit 1; }; }; }
     5010   { (exit 1); exit 1; }; }
    51615011fi
    51625012
     
    51685018
    51695019
    5170 { $as_echo "$as_me:$LINENO: checking for X" >&5
    5171 $as_echo_n "checking for X... " >&6; }
    5172 
    5173 
    5174 @%:@ Check whether --with-x was given.
     5020{ echo "$as_me:$LINENO: checking for X" >&5
     5021echo $ECHO_N "checking for X... $ECHO_C" >&6; }
     5022
     5023
     5024# Check whether --with-x was given.
    51755025if test "${with_x+set}" = set; then
    51765026  withval=$with_x;
     
    51835033else
    51845034  case $x_includes,$x_libraries in #(
    5185     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
    5186 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
     5035    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
     5036echo "$as_me: error: Cannot use X directory names containing '" >&2;}
    51875037   { (exit 1); exit 1; }; };; #(
    51885038    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    5189   $as_echo_n "(cached) " >&6
     5039  echo $ECHO_N "(cached) $ECHO_C" >&6
    51905040else
    51915041  # One or both of the vars are not set, and there is no cached value.
     
    52085058    done
    52095059    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    5210     for ac_extension in a so sl dylib la dll; do
     5060    for ac_extension in a so sl; do
    52115061      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    52125062         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    52225072    esac
    52235073    case $ac_im_usrlibdir in
    5224         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
     5074        /usr/lib | /lib) ;;
    52255075        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    52265076    esac
     
    52835133  *) ac_try_echo=$ac_try;;
    52845134esac
    5285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5286 $as_echo "$ac_try_echo") >&5
     5135eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52875136  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52885137  ac_status=$?
     
    52905139  rm -f conftest.er1
    52915140  cat conftest.err >&5
    5292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5141  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52935142  (exit $ac_status); } >/dev/null && {
    52945143         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    52985147ac_x_includes=
    52995148else
    5300   $as_echo "$as_me: failed program was:" >&5
     5149  echo "$as_me: failed program was:" >&5
    53015150sed 's/^/| /' conftest.$ac_ext >&5
    53025151
     
    53395188  *) ac_try_echo=$ac_try;;
    53405189esac
    5341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5342 $as_echo "$ac_try_echo") >&5
     5190eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53435191  (eval "$ac_link") 2>conftest.er1
    53445192  ac_status=$?
     
    53465194  rm -f conftest.er1
    53475195  cat conftest.err >&5
    5348   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5196  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53495197  (exit $ac_status); } && {
    53505198         test -z "$ac_c_werror_flag" ||
    53515199         test ! -s conftest.err
    5352        } && test -s conftest$ac_exeext && {
    5353          test "$cross_compiling" = yes ||
    5354          $as_test_x conftest$ac_exeext
    5355        }; then
     5200       } && test -s conftest$ac_exeext &&
     5201       $as_test_x conftest$ac_exeext; then
    53565202  LIBS=$ac_save_LIBS
    53575203# We can link X programs with no special library path.
    53585204ac_x_libraries=
    53595205else
    5360   $as_echo "$as_me: failed program was:" >&5
     5206  echo "$as_me: failed program was:" >&5
    53615207sed 's/^/| /' conftest.$ac_ext >&5
    53625208
    53635209        LIBS=$ac_save_LIBS
    5364 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5210for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    53655211do
    53665212  # Don't even attempt the hair of trying to link an X program!
    5367   for ac_extension in a so sl dylib la dll; do
     5213  for ac_extension in a so sl; do
    53685214    if test -r "$ac_dir/libX11.$ac_extension"; then
    53695215      ac_x_libraries=$ac_dir
     
    53745220fi
    53755221
    5376 rm -rf conftest.dSYM
    53775222rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53785223      conftest$ac_exeext conftest.$ac_ext
     
    53975242
    53985243if test "$have_x" != yes; then
    5399   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
    5400 $as_echo "$have_x" >&6; }
     5244  { echo "$as_me:$LINENO: result: $have_x" >&5
     5245echo "${ECHO_T}$have_x" >&6; }
    54015246  no_x=yes
    54025247else
     
    54085253        ac_x_includes='$x_includes'\
    54095254        ac_x_libraries='$x_libraries'"
    5410   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5411 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
     5255  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5256echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
    54125257fi
    54135258
     
    54305275    # For Solaris; some versions of Sun CC require a space after -R and
    54315276    # others require no space.  Words are not sufficient . . . .
    5432     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5433 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
     5277    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5278echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
    54345279    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    54355280    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    54565301  *) ac_try_echo=$ac_try;;
    54575302esac
    5458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5459 $as_echo "$ac_try_echo") >&5
     5303eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54605304  (eval "$ac_link") 2>conftest.er1
    54615305  ac_status=$?
     
    54635307  rm -f conftest.er1
    54645308  cat conftest.err >&5
    5465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5309  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54665310  (exit $ac_status); } && {
    54675311         test -z "$ac_c_werror_flag" ||
    54685312         test ! -s conftest.err
    5469        } && test -s conftest$ac_exeext && {
    5470          test "$cross_compiling" = yes ||
    5471          $as_test_x conftest$ac_exeext
    5472        }; then
    5473   { $as_echo "$as_me:$LINENO: result: no" >&5
    5474 $as_echo "no" >&6; }
     5313       } && test -s conftest$ac_exeext &&
     5314       $as_test_x conftest$ac_exeext; then
     5315  { echo "$as_me:$LINENO: result: no" >&5
     5316echo "${ECHO_T}no" >&6; }
    54755317       X_LIBS="$X_LIBS -R$x_libraries"
    54765318else
    5477   $as_echo "$as_me: failed program was:" >&5
     5319  echo "$as_me: failed program was:" >&5
    54785320sed 's/^/| /' conftest.$ac_ext >&5
    54795321
     
    55005342  *) ac_try_echo=$ac_try;;
    55015343esac
    5502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5503 $as_echo "$ac_try_echo") >&5
     5344eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55045345  (eval "$ac_link") 2>conftest.er1
    55055346  ac_status=$?
     
    55075348  rm -f conftest.er1
    55085349  cat conftest.err >&5
    5509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55105351  (exit $ac_status); } && {
    55115352         test -z "$ac_c_werror_flag" ||
    55125353         test ! -s conftest.err
    5513        } && test -s conftest$ac_exeext && {
    5514          test "$cross_compiling" = yes ||
    5515          $as_test_x conftest$ac_exeext
    5516        }; then
    5517   { $as_echo "$as_me:$LINENO: result: yes" >&5
    5518 $as_echo "yes" >&6; }
     5354       } && test -s conftest$ac_exeext &&
     5355       $as_test_x conftest$ac_exeext; then
     5356  { echo "$as_me:$LINENO: result: yes" >&5
     5357echo "${ECHO_T}yes" >&6; }
    55195358          X_LIBS="$X_LIBS -R $x_libraries"
    55205359else
    5521   $as_echo "$as_me: failed program was:" >&5
     5360  echo "$as_me: failed program was:" >&5
    55225361sed 's/^/| /' conftest.$ac_ext >&5
    55235362
    5524         { $as_echo "$as_me:$LINENO: result: neither works" >&5
    5525 $as_echo "neither works" >&6; }
    5526 fi
    5527 
    5528 rm -rf conftest.dSYM
     5363        { echo "$as_me:$LINENO: result: neither works" >&5
     5364echo "${ECHO_T}neither works" >&6; }
     5365fi
     5366
    55295367rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55305368      conftest$ac_exeext conftest.$ac_ext
    55315369fi
    55325370
    5533 rm -rf conftest.dSYM
    55345371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55355372      conftest$ac_exeext conftest.$ac_ext
     
    55775414  *) ac_try_echo=$ac_try;;
    55785415esac
    5579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5580 $as_echo "$ac_try_echo") >&5
     5416eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55815417  (eval "$ac_link") 2>conftest.er1
    55825418  ac_status=$?
     
    55845420  rm -f conftest.er1
    55855421  cat conftest.err >&5
    5586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5422  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55875423  (exit $ac_status); } && {
    55885424         test -z "$ac_c_werror_flag" ||
    55895425         test ! -s conftest.err
    5590        } && test -s conftest$ac_exeext && {
    5591          test "$cross_compiling" = yes ||
    5592          $as_test_x conftest$ac_exeext
    5593        }; then
     5426       } && test -s conftest$ac_exeext &&
     5427       $as_test_x conftest$ac_exeext; then
    55945428  :
    55955429else
    5596   $as_echo "$as_me: failed program was:" >&5
     5430  echo "$as_me: failed program was:" >&5
    55975431sed 's/^/| /' conftest.$ac_ext >&5
    55985432
    5599         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5600 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
     5433        { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5434echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
    56015435if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5602   $as_echo_n "(cached) " >&6
     5436  echo $ECHO_N "(cached) $ECHO_C" >&6
    56035437else
    56045438  ac_check_lib_save_LIBS=$LIBS
     
    56325466  *) ac_try_echo=$ac_try;;
    56335467esac
    5634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5635 $as_echo "$ac_try_echo") >&5
     5468eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56365469  (eval "$ac_link") 2>conftest.er1
    56375470  ac_status=$?
     
    56395472  rm -f conftest.er1
    56405473  cat conftest.err >&5
    5641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5474  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56425475  (exit $ac_status); } && {
    56435476         test -z "$ac_c_werror_flag" ||
    56445477         test ! -s conftest.err
    5645        } && test -s conftest$ac_exeext && {
    5646          test "$cross_compiling" = yes ||
    5647          $as_test_x conftest$ac_exeext
    5648        }; then
     5478       } && test -s conftest$ac_exeext &&
     5479       $as_test_x conftest$ac_exeext; then
    56495480  ac_cv_lib_dnet_dnet_ntoa=yes
    56505481else
    5651   $as_echo "$as_me: failed program was:" >&5
     5482  echo "$as_me: failed program was:" >&5
    56525483sed 's/^/| /' conftest.$ac_ext >&5
    56535484
     
    56555486fi
    56565487
    5657 rm -rf conftest.dSYM
    56585488rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56595489      conftest$ac_exeext conftest.$ac_ext
    56605490LIBS=$ac_check_lib_save_LIBS
    56615491fi
    5662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5663 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5664 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
     5492{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5493echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5494if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    56655495  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    56665496fi
    56675497
    56685498    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5669       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5670 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
     5499      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5500echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
    56715501if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5672   $as_echo_n "(cached) " >&6
     5502  echo $ECHO_N "(cached) $ECHO_C" >&6
    56735503else
    56745504  ac_check_lib_save_LIBS=$LIBS
     
    57025532  *) ac_try_echo=$ac_try;;
    57035533esac
    5704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5705 $as_echo "$ac_try_echo") >&5
     5534eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57065535  (eval "$ac_link") 2>conftest.er1
    57075536  ac_status=$?
     
    57095538  rm -f conftest.er1
    57105539  cat conftest.err >&5
    5711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57125541  (exit $ac_status); } && {
    57135542         test -z "$ac_c_werror_flag" ||
    57145543         test ! -s conftest.err
    5715        } && test -s conftest$ac_exeext && {
    5716          test "$cross_compiling" = yes ||
    5717          $as_test_x conftest$ac_exeext
    5718        }; then
     5544       } && test -s conftest$ac_exeext &&
     5545       $as_test_x conftest$ac_exeext; then
    57195546  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    57205547else
    5721   $as_echo "$as_me: failed program was:" >&5
     5548  echo "$as_me: failed program was:" >&5
    57225549sed 's/^/| /' conftest.$ac_ext >&5
    57235550
     
    57255552fi
    57265553
    5727 rm -rf conftest.dSYM
    57285554rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57295555      conftest$ac_exeext conftest.$ac_ext
    57305556LIBS=$ac_check_lib_save_LIBS
    57315557fi
    5732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5733 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5734 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
     5558{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5559echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5560if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
    57355561  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    57365562fi
     
    57395565fi
    57405566
    5741 rm -rf conftest.dSYM
    57425567rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57435568      conftest$ac_exeext conftest.$ac_ext
     
    57525577    # The functions gethostbyname, getservbyname, and inet_addr are
    57535578    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5754     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5755 $as_echo_n "checking for gethostbyname... " >&6; }
     5579    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5580echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
    57565581if test "${ac_cv_func_gethostbyname+set}" = set; then
    5757   $as_echo_n "(cached) " >&6
     5582  echo $ECHO_N "(cached) $ECHO_C" >&6
    57585583else
    57595584  cat >conftest.$ac_ext <<_ACEOF
     
    58085633  *) ac_try_echo=$ac_try;;
    58095634esac
    5810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5811 $as_echo "$ac_try_echo") >&5
     5635eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58125636  (eval "$ac_link") 2>conftest.er1
    58135637  ac_status=$?
     
    58155639  rm -f conftest.er1
    58165640  cat conftest.err >&5
    5817   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5641  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58185642  (exit $ac_status); } && {
    58195643         test -z "$ac_c_werror_flag" ||
    58205644         test ! -s conftest.err
    5821        } && test -s conftest$ac_exeext && {
    5822          test "$cross_compiling" = yes ||
    5823          $as_test_x conftest$ac_exeext
    5824        }; then
     5645       } && test -s conftest$ac_exeext &&
     5646       $as_test_x conftest$ac_exeext; then
    58255647  ac_cv_func_gethostbyname=yes
    58265648else
    5827   $as_echo "$as_me: failed program was:" >&5
     5649  echo "$as_me: failed program was:" >&5
    58285650sed 's/^/| /' conftest.$ac_ext >&5
    58295651
     
    58315653fi
    58325654
    5833 rm -rf conftest.dSYM
    58345655rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58355656      conftest$ac_exeext conftest.$ac_ext
    58365657fi
    5837 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5838 $as_echo "$ac_cv_func_gethostbyname" >&6; }
     5658{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5659echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
    58395660
    58405661    if test $ac_cv_func_gethostbyname = no; then
    5841       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5842 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
     5662      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5663echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
    58435664if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5844   $as_echo_n "(cached) " >&6
     5665  echo $ECHO_N "(cached) $ECHO_C" >&6
    58455666else
    58465667  ac_check_lib_save_LIBS=$LIBS
     
    58745695  *) ac_try_echo=$ac_try;;
    58755696esac
    5876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5877 $as_echo "$ac_try_echo") >&5
     5697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58785698  (eval "$ac_link") 2>conftest.er1
    58795699  ac_status=$?
     
    58815701  rm -f conftest.er1
    58825702  cat conftest.err >&5
    5883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5703  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58845704  (exit $ac_status); } && {
    58855705         test -z "$ac_c_werror_flag" ||
    58865706         test ! -s conftest.err
    5887        } && test -s conftest$ac_exeext && {
    5888          test "$cross_compiling" = yes ||
    5889          $as_test_x conftest$ac_exeext
    5890        }; then
     5707       } && test -s conftest$ac_exeext &&
     5708       $as_test_x conftest$ac_exeext; then
    58915709  ac_cv_lib_nsl_gethostbyname=yes
    58925710else
    5893   $as_echo "$as_me: failed program was:" >&5
     5711  echo "$as_me: failed program was:" >&5
    58945712sed 's/^/| /' conftest.$ac_ext >&5
    58955713
     
    58975715fi
    58985716
    5899 rm -rf conftest.dSYM
    59005717rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59015718      conftest$ac_exeext conftest.$ac_ext
    59025719LIBS=$ac_check_lib_save_LIBS
    59035720fi
    5904 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5905 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    5906 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
     5721{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5722echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
     5723if test $ac_cv_lib_nsl_gethostbyname = yes; then
    59075724  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    59085725fi
    59095726
    59105727      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5911         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5912 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
     5728        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5729echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
    59135730if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5914   $as_echo_n "(cached) " >&6
     5731  echo $ECHO_N "(cached) $ECHO_C" >&6
    59155732else
    59165733  ac_check_lib_save_LIBS=$LIBS
     
    59445761  *) ac_try_echo=$ac_try;;
    59455762esac
    5946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5947 $as_echo "$ac_try_echo") >&5
     5763eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59485764  (eval "$ac_link") 2>conftest.er1
    59495765  ac_status=$?
     
    59515767  rm -f conftest.er1
    59525768  cat conftest.err >&5
    5953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5769  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59545770  (exit $ac_status); } && {
    59555771         test -z "$ac_c_werror_flag" ||
    59565772         test ! -s conftest.err
    5957        } && test -s conftest$ac_exeext && {
    5958          test "$cross_compiling" = yes ||
    5959          $as_test_x conftest$ac_exeext
    5960        }; then
     5773       } && test -s conftest$ac_exeext &&
     5774       $as_test_x conftest$ac_exeext; then
    59615775  ac_cv_lib_bsd_gethostbyname=yes
    59625776else
    5963   $as_echo "$as_me: failed program was:" >&5
     5777  echo "$as_me: failed program was:" >&5
    59645778sed 's/^/| /' conftest.$ac_ext >&5
    59655779
     
    59675781fi
    59685782
    5969 rm -rf conftest.dSYM
    59705783rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59715784      conftest$ac_exeext conftest.$ac_ext
    59725785LIBS=$ac_check_lib_save_LIBS
    59735786fi
    5974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5975 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    5976 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
     5787{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5788echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
     5789if test $ac_cv_lib_bsd_gethostbyname = yes; then
    59775790  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    59785791fi
     
    59885801    # must be given before -lnsl if both are needed.  We assume that
    59895802    # if connect needs -lnsl, so does gethostbyname.
    5990     { $as_echo "$as_me:$LINENO: checking for connect" >&5
    5991 $as_echo_n "checking for connect... " >&6; }
     5803    { echo "$as_me:$LINENO: checking for connect" >&5
     5804echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
    59925805if test "${ac_cv_func_connect+set}" = set; then
    5993   $as_echo_n "(cached) " >&6
     5806  echo $ECHO_N "(cached) $ECHO_C" >&6
    59945807else
    59955808  cat >conftest.$ac_ext <<_ACEOF
     
    60445857  *) ac_try_echo=$ac_try;;
    60455858esac
    6046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6047 $as_echo "$ac_try_echo") >&5
     5859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    60485860  (eval "$ac_link") 2>conftest.er1
    60495861  ac_status=$?
     
    60515863  rm -f conftest.er1
    60525864  cat conftest.err >&5
    6053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5865  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60545866  (exit $ac_status); } && {
    60555867         test -z "$ac_c_werror_flag" ||
    60565868         test ! -s conftest.err
    6057        } && test -s conftest$ac_exeext && {
    6058          test "$cross_compiling" = yes ||
    6059          $as_test_x conftest$ac_exeext
    6060        }; then
     5869       } && test -s conftest$ac_exeext &&
     5870       $as_test_x conftest$ac_exeext; then
    60615871  ac_cv_func_connect=yes
    60625872else
    6063   $as_echo "$as_me: failed program was:" >&5
     5873  echo "$as_me: failed program was:" >&5
    60645874sed 's/^/| /' conftest.$ac_ext >&5
    60655875
     
    60675877fi
    60685878
    6069 rm -rf conftest.dSYM
    60705879rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60715880      conftest$ac_exeext conftest.$ac_ext
    60725881fi
    6073 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    6074 $as_echo "$ac_cv_func_connect" >&6; }
     5882{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5883echo "${ECHO_T}$ac_cv_func_connect" >&6; }
    60755884
    60765885    if test $ac_cv_func_connect = no; then
    6077       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    6078 $as_echo_n "checking for connect in -lsocket... " >&6; }
     5886      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5887echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
    60795888if test "${ac_cv_lib_socket_connect+set}" = set; then
    6080   $as_echo_n "(cached) " >&6
     5889  echo $ECHO_N "(cached) $ECHO_C" >&6
    60815890else
    60825891  ac_check_lib_save_LIBS=$LIBS
     
    61105919  *) ac_try_echo=$ac_try;;
    61115920esac
    6112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6113 $as_echo "$ac_try_echo") >&5
     5921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61145922  (eval "$ac_link") 2>conftest.er1
    61155923  ac_status=$?
     
    61175925  rm -f conftest.er1
    61185926  cat conftest.err >&5
    6119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61205928  (exit $ac_status); } && {
    61215929         test -z "$ac_c_werror_flag" ||
    61225930         test ! -s conftest.err
    6123        } && test -s conftest$ac_exeext && {
    6124          test "$cross_compiling" = yes ||
    6125          $as_test_x conftest$ac_exeext
    6126        }; then
     5931       } && test -s conftest$ac_exeext &&
     5932       $as_test_x conftest$ac_exeext; then
    61275933  ac_cv_lib_socket_connect=yes
    61285934else
    6129   $as_echo "$as_me: failed program was:" >&5
     5935  echo "$as_me: failed program was:" >&5
    61305936sed 's/^/| /' conftest.$ac_ext >&5
    61315937
     
    61335939fi
    61345940
    6135 rm -rf conftest.dSYM
    61365941rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61375942      conftest$ac_exeext conftest.$ac_ext
    61385943LIBS=$ac_check_lib_save_LIBS
    61395944fi
    6140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    6141 $as_echo "$ac_cv_lib_socket_connect" >&6; }
    6142 if test "x$ac_cv_lib_socket_connect" = x""yes; then
     5945{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     5946echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
     5947if test $ac_cv_lib_socket_connect = yes; then
    61435948  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    61445949fi
     
    61475952
    61485953    # Guillermo Gomez says -lposix is necessary on A/UX.
    6149     { $as_echo "$as_me:$LINENO: checking for remove" >&5
    6150 $as_echo_n "checking for remove... " >&6; }
     5954    { echo "$as_me:$LINENO: checking for remove" >&5
     5955echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
    61515956if test "${ac_cv_func_remove+set}" = set; then
    6152   $as_echo_n "(cached) " >&6
     5957  echo $ECHO_N "(cached) $ECHO_C" >&6
    61535958else
    61545959  cat >conftest.$ac_ext <<_ACEOF
     
    62036008  *) ac_try_echo=$ac_try;;
    62046009esac
    6205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6206 $as_echo "$ac_try_echo") >&5
     6010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62076011  (eval "$ac_link") 2>conftest.er1
    62086012  ac_status=$?
     
    62106014  rm -f conftest.er1
    62116015  cat conftest.err >&5
    6212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62136017  (exit $ac_status); } && {
    62146018         test -z "$ac_c_werror_flag" ||
    62156019         test ! -s conftest.err
    6216        } && test -s conftest$ac_exeext && {
    6217          test "$cross_compiling" = yes ||
    6218          $as_test_x conftest$ac_exeext
    6219        }; then
     6020       } && test -s conftest$ac_exeext &&
     6021       $as_test_x conftest$ac_exeext; then
    62206022  ac_cv_func_remove=yes
    62216023else
    6222   $as_echo "$as_me: failed program was:" >&5
     6024  echo "$as_me: failed program was:" >&5
    62236025sed 's/^/| /' conftest.$ac_ext >&5
    62246026
     
    62266028fi
    62276029
    6228 rm -rf conftest.dSYM
    62296030rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62306031      conftest$ac_exeext conftest.$ac_ext
    62316032fi
    6232 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    6233 $as_echo "$ac_cv_func_remove" >&6; }
     6033{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6034echo "${ECHO_T}$ac_cv_func_remove" >&6; }
    62346035
    62356036    if test $ac_cv_func_remove = no; then
    6236       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    6237 $as_echo_n "checking for remove in -lposix... " >&6; }
     6037      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6038echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
    62386039if test "${ac_cv_lib_posix_remove+set}" = set; then
    6239   $as_echo_n "(cached) " >&6
     6040  echo $ECHO_N "(cached) $ECHO_C" >&6
    62406041else
    62416042  ac_check_lib_save_LIBS=$LIBS
     
    62696070  *) ac_try_echo=$ac_try;;
    62706071esac
    6271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6272 $as_echo "$ac_try_echo") >&5
     6072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62736073  (eval "$ac_link") 2>conftest.er1
    62746074  ac_status=$?
     
    62766076  rm -f conftest.er1
    62776077  cat conftest.err >&5
    6278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62796079  (exit $ac_status); } && {
    62806080         test -z "$ac_c_werror_flag" ||
    62816081         test ! -s conftest.err
    6282        } && test -s conftest$ac_exeext && {
    6283          test "$cross_compiling" = yes ||
    6284          $as_test_x conftest$ac_exeext
    6285        }; then
     6082       } && test -s conftest$ac_exeext &&
     6083       $as_test_x conftest$ac_exeext; then
    62866084  ac_cv_lib_posix_remove=yes
    62876085else
    6288   $as_echo "$as_me: failed program was:" >&5
     6086  echo "$as_me: failed program was:" >&5
    62896087sed 's/^/| /' conftest.$ac_ext >&5
    62906088
     
    62926090fi
    62936091
    6294 rm -rf conftest.dSYM
    62956092rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62966093      conftest$ac_exeext conftest.$ac_ext
    62976094LIBS=$ac_check_lib_save_LIBS
    62986095fi
    6299 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6300 $as_echo "$ac_cv_lib_posix_remove" >&6; }
    6301 if test "x$ac_cv_lib_posix_remove" = x""yes; then
     6096{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6097echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
     6098if test $ac_cv_lib_posix_remove = yes; then
    63026099  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    63036100fi
     
    63066103
    63076104    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6308     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
    6309 $as_echo_n "checking for shmat... " >&6; }
     6105    { echo "$as_me:$LINENO: checking for shmat" >&5
     6106echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
    63106107if test "${ac_cv_func_shmat+set}" = set; then
    6311   $as_echo_n "(cached) " >&6
     6108  echo $ECHO_N "(cached) $ECHO_C" >&6
    63126109else
    63136110  cat >conftest.$ac_ext <<_ACEOF
     
    63626159  *) ac_try_echo=$ac_try;;
    63636160esac
    6364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6365 $as_echo "$ac_try_echo") >&5
     6161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63666162  (eval "$ac_link") 2>conftest.er1
    63676163  ac_status=$?
     
    63696165  rm -f conftest.er1
    63706166  cat conftest.err >&5
    6371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63726168  (exit $ac_status); } && {
    63736169         test -z "$ac_c_werror_flag" ||
    63746170         test ! -s conftest.err
    6375        } && test -s conftest$ac_exeext && {
    6376          test "$cross_compiling" = yes ||
    6377          $as_test_x conftest$ac_exeext
    6378        }; then
     6171       } && test -s conftest$ac_exeext &&
     6172       $as_test_x conftest$ac_exeext; then
    63796173  ac_cv_func_shmat=yes
    63806174else
    6381   $as_echo "$as_me: failed program was:" >&5
     6175  echo "$as_me: failed program was:" >&5
    63826176sed 's/^/| /' conftest.$ac_ext >&5
    63836177
     
    63856179fi
    63866180
    6387 rm -rf conftest.dSYM
    63886181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63896182      conftest$ac_exeext conftest.$ac_ext
    63906183fi
    6391 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6392 $as_echo "$ac_cv_func_shmat" >&6; }
     6184{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6185echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
    63936186
    63946187    if test $ac_cv_func_shmat = no; then
    6395       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6396 $as_echo_n "checking for shmat in -lipc... " >&6; }
     6188      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6189echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
    63976190if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6398   $as_echo_n "(cached) " >&6
     6191  echo $ECHO_N "(cached) $ECHO_C" >&6
    63996192else
    64006193  ac_check_lib_save_LIBS=$LIBS
     
    64286221  *) ac_try_echo=$ac_try;;
    64296222esac
    6430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6431 $as_echo "$ac_try_echo") >&5
     6223eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64326224  (eval "$ac_link") 2>conftest.er1
    64336225  ac_status=$?
     
    64356227  rm -f conftest.er1
    64366228  cat conftest.err >&5
    6437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6229  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64386230  (exit $ac_status); } && {
    64396231         test -z "$ac_c_werror_flag" ||
    64406232         test ! -s conftest.err
    6441        } && test -s conftest$ac_exeext && {
    6442          test "$cross_compiling" = yes ||
    6443          $as_test_x conftest$ac_exeext
    6444        }; then
     6233       } && test -s conftest$ac_exeext &&
     6234       $as_test_x conftest$ac_exeext; then
    64456235  ac_cv_lib_ipc_shmat=yes
    64466236else
    6447   $as_echo "$as_me: failed program was:" >&5
     6237  echo "$as_me: failed program was:" >&5
    64486238sed 's/^/| /' conftest.$ac_ext >&5
    64496239
     
    64516241fi
    64526242
    6453 rm -rf conftest.dSYM
    64546243rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64556244      conftest$ac_exeext conftest.$ac_ext
    64566245LIBS=$ac_check_lib_save_LIBS
    64576246fi
    6458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6459 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    6460 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
     6247{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6248echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
     6249if test $ac_cv_lib_ipc_shmat = yes; then
    64616250  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    64626251fi
     
    64746263  # libraries we check for below, so use a different variable.
    64756264  # John Interrante, Karl Berry
    6476   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6477 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
     6265  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6266echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
    64786267if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6479   $as_echo_n "(cached) " >&6
     6268  echo $ECHO_N "(cached) $ECHO_C" >&6
    64806269else
    64816270  ac_check_lib_save_LIBS=$LIBS
     
    65096298  *) ac_try_echo=$ac_try;;
    65106299esac
    6511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6512 $as_echo "$ac_try_echo") >&5
     6300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65136301  (eval "$ac_link") 2>conftest.er1
    65146302  ac_status=$?
     
    65166304  rm -f conftest.er1
    65176305  cat conftest.err >&5
    6518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65196307  (exit $ac_status); } && {
    65206308         test -z "$ac_c_werror_flag" ||
    65216309         test ! -s conftest.err
    6522        } && test -s conftest$ac_exeext && {
    6523          test "$cross_compiling" = yes ||
    6524          $as_test_x conftest$ac_exeext
    6525        }; then
     6310       } && test -s conftest$ac_exeext &&
     6311       $as_test_x conftest$ac_exeext; then
    65266312  ac_cv_lib_ICE_IceConnectionNumber=yes
    65276313else
    6528   $as_echo "$as_me: failed program was:" >&5
     6314  echo "$as_me: failed program was:" >&5
    65296315sed 's/^/| /' conftest.$ac_ext >&5
    65306316
     
    65326318fi
    65336319
    6534 rm -rf conftest.dSYM
    65356320rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65366321      conftest$ac_exeext conftest.$ac_ext
    65376322LIBS=$ac_check_lib_save_LIBS
    65386323fi
    6539 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6540 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6541 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
     6324{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6325echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6326if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
    65426327  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    65436328fi
     
    65506335ax_enable_matlab=
    65516336
    6552 @%:@ Check whether --with-matlab-dir was given.
     6337# Check whether --with-matlab-dir was given.
    65536338if test "${with_matlab_dir+set}" = set; then
    65546339  withval=$with_matlab_dir; case $withval in
     
    65646349    MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd`
    65656350    if test -z "$MATLAB" ; then
    6566         { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
    6567 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
     6351        { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
     6352echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
    65686353   { (exit 1); exit 1; }; }
    65696354    fi
     
    65736358
    65746359if test x$ax_enable_matlab != xno ; then
    6575 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&5
    6576 $as_echo_n "checking for Matlab prefix... " >&6; }
     6360{ echo "$as_me:$LINENO: checking for Matlab prefix" >&5
     6361echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; }
    65776362if test "${ax_cv_matlab+set}" = set; then
    6578   $as_echo_n "(cached) " >&6
     6363  echo $ECHO_N "(cached) $ECHO_C" >&6
    65796364else
    65806365  if test "${MATLAB+set}" = set ; then
     
    66026387fi
    66036388fi
    6604 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
    6605 $as_echo "$ax_cv_matlab" >&6; }
     6389{ echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
     6390echo "${ECHO_T}$ax_cv_matlab" >&6; }
    66066391if test "$ax_cv_matlab" = "not found" ; then
    66076392    unset MATLAB
     
    66106395    MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'`
    66116396fi
    6612 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
    6613 $as_echo_n "checking whether to enable Matlab support... " >&6; }
     6397{ echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
     6398echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; }
    66146399if test x$ax_enable_matlab != xno ; then
    66156400    if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then
     
    66196404    else
    66206405        # Fail if Matlab was explicitly enabled.
    6621         { $as_echo "$as_me:$LINENO: result: failure" >&5
    6622 $as_echo "failure" >&6; }
    6623         { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&5
    6624 $as_echo "$as_me: error: check your Matlab setup" >&2;}
     6406        { echo "$as_me:$LINENO: result: failure" >&5
     6407echo "${ECHO_T}failure" >&6; }
     6408        { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5
     6409echo "$as_me: error: check your Matlab setup" >&2;}
    66256410   { (exit 1); exit 1; }; }
    66266411    fi
    66276412fi
    6628 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
    6629 $as_echo "$ax_enable_matlab" >&6; }
     6413{ echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
     6414echo "${ECHO_T}$ax_enable_matlab" >&6; }
    66306415if test x$ax_enable_matlab = xyes ; then
    66316416   
     
    66396424
    66406425
    6641                 @%:@ Check whether --enable-debugging was given.
     6426                # Check whether --enable-debugging was given.
    66426427if test "${enable_debugging+set}" = set; then
    66436428  enableval=$enable_debugging; enable_debugging=$enableval
     
    66556440
    66566441               
    6657 @%:@ Check whether --with-serial was given.
     6442# Check whether --with-serial was given.
    66586443if test "${with_serial+set}" = set; then
    66596444  withval=$with_serial; SERIAL_VALUE=$withval
     
    66626447fi
    66636448
    6664         { $as_echo "$as_me:$LINENO: checking for serial compilation" >&5
    6665 $as_echo_n "checking for serial compilation... " >&6; }
     6449        { echo "$as_me:$LINENO: checking for serial compilation" >&5
     6450echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; }
    66666451         if test $SERIAL_VALUE = no; then
    66676452  NOSERIAL_TRUE=
     
    66726457fi
    66736458
    6674         { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
    6675 $as_echo "$SERIAL_VALUE" >&6; }
     6459        { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
     6460echo "${ECHO_T}$SERIAL_VALUE" >&6; }
    66766461       
    66776462
    66786463               
    6679 @%:@ Check whether --with-parallel was given.
     6464# Check whether --with-parallel was given.
    66806465if test "${with_parallel+set}" = set; then
    66816466  withval=$with_parallel; PARALLEL_VALUE=$withval
     
    66846469fi
    66856470
    6686         { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&5
    6687 $as_echo_n "checking for parallel compilation... " >&6; }
     6471        { echo "$as_me:$LINENO: checking for parallel compilation" >&5
     6472echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; }
    66886473         if test $PARALLEL_VALUE = no; then
    66896474  NOPARALLEL_TRUE=
     
    66946479fi
    66956480
    6696         { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
    6697 $as_echo "$PARALLEL_VALUE" >&6; }
     6481        { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
     6482echo "${ECHO_T}$PARALLEL_VALUE" >&6; }
    66986483
    66996484                if test "$SERIAL_VALUE" != "yes" ; then
    67006485                if test "$PARALLEL_VALUE" != "yes"; then
    6701                 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
    6702 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
     6486                { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
     6487echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
    67036488   { (exit 1); exit 1; }; }
    67046489                fi
     
    67076492
    67086493               
    6709 @%:@ Check whether --with-matlab-dir was given.
     6494# Check whether --with-matlab-dir was given.
    67106495if test "${with_matlab_dir+set}" = set; then
    67116496  withval=$with_matlab_dir; MATLAB_ROOT=$withval
     
    67176502        if test -d "$MATLAB_ROOT"; then
    67186503
    6719                 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
    6720 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT... " >&6; }
     6504                { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
     6505echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; }
    67216506
    67226507                                HAVE_MATLAB=yes
     
    67376522                        fi
    67386523                        ;;
     6524                        *darwin9.6.0*)
     6525                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
     6526                        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"
     6527                        ;;
     6528
    67396529                esac
    67406530
     
    67506540               
    67516541       
    6752                 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
    6753 $as_echo "$HAVE_MATLAB" >&6; }
     6542                { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
     6543echo "${ECHO_T}$HAVE_MATLAB" >&6; }
    67546544        else
    67556545                HAVE_MATLAB=no
     
    67596549        if test $HAVE_MATLAB = no; then
    67606550                if test "$SERIAL_VALUE" = "yes" ; then
    6761                         { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
    6762 $as_echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
     6551                        { { echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
     6552echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
    67636553   { (exit 1); exit 1; }; }
    67646554                fi
     
    67706560
    67716561
    6772 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&5
    6773 $as_echo_n "checking for Matlab version... " >&6; }
     6562{ echo "$as_me:$LINENO: checking for Matlab version" >&5
     6563echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; }
    67746564if test "${ax_cv_matlab_version+set}" = set; then
    6775   $as_echo_n "(cached) " >&6
     6565  echo $ECHO_N "(cached) $ECHO_C" >&6
    67766566else
    67776567  if test "${MATLAB_VERSION+set}" = set ; then
     
    68116601fi
    68126602fi
    6813 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
    6814 $as_echo "$ax_cv_matlab_version" >&6; }
     6603{ echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
     6604echo "${ECHO_T}$ax_cv_matlab_version" >&6; }
    68156605case $ax_cv_matlab_version in
    68166606  @<:@1-9@:>@.@<:@0-9@:>@ | @<:@1-9@:>@@<:@0-9@:>@.@<:@0-9@:>@)
     
    68216611  *)
    68226612    if test x$ax_enable_matlab = xyes ; then
    6823         { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
    6824 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}
     6613        { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
     6614echo "$as_me: error: can not determine Matlab version number" >&2;}
    68256615   { (exit 1); exit 1; }; }
    68266616    fi
     
    68666656       
    68676657               
    6868 @%:@ Check whether --with-triangle-dir was given.
     6658# Check whether --with-triangle-dir was given.
    68696659if test "${with_triangle_dir+set}" = set; then
    68706660  withval=$with_triangle_dir; TRIANGLE_ROOT=$withval
     
    68736663fi
    68746664 
    6875         { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
    6876 $as_echo_n "checking for Triangle headers and libraries ... " >&6; }
     6665        { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
     6666echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; }
    68776667        if test -d "$TRIANGLE_ROOT"; then
    68786668
     
    68936683                HAVE_TRIANGLE=no
    68946684        fi
    6895         { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
    6896 $as_echo "$HAVE_TRIANGLE" >&6; }
    6897 
    6898         { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
    6899 $as_echo_n "checking for triangle and parallel status... " >&6; }
     6685        { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
     6686echo "${ECHO_T}$HAVE_TRIANGLE" >&6; }
     6687
     6688        { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
     6689echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; }
    69006690        if test $HAVE_TRIANGLE = no; then
    69016691                if test "$SERIAL_VALUE" = "yes" ; then
    6902                         { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
    6903 $as_echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
     6692                        { { echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
     6693echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
    69046694   { (exit 1); exit 1; }; }
    69056695                fi
    69066696        fi
    6907         { $as_echo "$as_me:$LINENO: result: ok" >&5
    6908 $as_echo "ok" >&6; }
     6697        { echo "$as_me:$LINENO: result: ok" >&5
     6698echo "${ECHO_T}ok" >&6; }
     6699
     6700               
     6701# Check whether --with-dakota-dir was given.
     6702if test "${with_dakota_dir+set}" = set; then
     6703  withval=$with_dakota_dir; DAKOTA_ROOT=$withval
     6704else
     6705  DAKOTA_ROOT=""
     6706fi
     6707 
     6708        { echo "$as_me:$LINENO: checking for Dakota " >&5
     6709echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; }
    69096710       
     6711        if test -d "$DAKOTA_ROOT"; then
     6712
     6713                                HAVE_DAKOTA=yes
     6714                DAKOTAINCL=-I$DAKOTA_ROOT/include
     6715                DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs  -levidence -lsurfpack -lconmin -lddace -lfsudace    -ljega -lcport -lopt -lpsuade -lnewmat    -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl     -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver "
     6716
     6717               
     6718cat >>confdefs.h <<\_ACEOF
     6719@%:@define _HAVE_DAKOTA_ 1
     6720_ACEOF
     6721
    69106722               
    69116723               
    6912 @%:@ Check whether --with-metis-dir was given.
     6724
     6725        else
     6726                HAVE_DAKOTA=no
     6727        fi
     6728        { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
     6729echo "${ECHO_T}$HAVE_DAKOTA" >&6; }
     6730
     6731               
     6732               
     6733# Check whether --with-metis-dir was given.
    69136734if test "${with_metis_dir+set}" = set; then
    69146735  withval=$with_metis_dir; METIS_ROOT=$withval
     
    69206741        if test -d "$METIS_ROOT"; then
    69216742
    6922                 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
    6923 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT... " >&6; }
     6743                { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
     6744echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; }
    69246745
    69256746                                HAVE_METIS=yes
     
    69396760
    69406761        if test $HAVE_METIS = no; then
    6941         { { $as_echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
    6942 $as_echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
     6762        { { echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
     6763echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
    69436764   { (exit 1); exit 1; }; };
    69446765        else
    6945         { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
    6946 $as_echo "$HAVE_METIS" >&6; }
     6766        { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
     6767echo "${ECHO_T}$HAVE_METIS" >&6; }
    69476768        fi
    69486769
    6949                 { $as_echo "$as_me:$LINENO: checking for mpi..." >&5
    6950 $as_echo_n "checking for mpi...... " >&6; }
     6770                { echo "$as_me:$LINENO: checking for mpi..." >&5
     6771echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; }
    69516772       
    6952 @%:@ Check whether --with-mpi-lib was given.
     6773# Check whether --with-mpi-lib was given.
    69536774if test "${with_mpi_lib+set}" = set; then
    69546775  withval=$with_mpi_lib; MPILIB=$withval
     
    69596780       
    69606781       
    6961 @%:@ Check whether --with-mpi-include was given.
     6782# Check whether --with-mpi-include was given.
    69626783if test "${with_mpi_include+set}" = set; then
    69636784  withval=$with_mpi_include; MPI_INCLUDE=$withval
     
    69696790                if test -z "$MPILIB" ; then
    69706791                if test "$PARALLEL_VALUE" = "yes" ; then
    6971                         { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
    6972 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
     6792                        { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
     6793echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
    69736794   { (exit 1); exit 1; }; }
    69746795                fi
     
    69766797                if test -z "$MPI_INCLUDE" ; then
    69776798                        if test "$PARALLEL_VALUE" = "yes" ; then
    6978                                 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
    6979 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
     6799                                { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
     6800echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
    69806801   { (exit 1); exit 1; }; }
    69816802                        fi
     
    69906811
    69916812                       
     6813cat >>confdefs.h <<\_ACEOF
     6814@%:@define HAVE_MPI 1
     6815_ACEOF
     6816
     6817                       
    69926818                       
    69936819                fi
    69946820        fi
    6995         { $as_echo "$as_me:$LINENO: result: done" >&5
    6996 $as_echo "done" >&6; }
     6821        { echo "$as_me:$LINENO: result: done" >&5
     6822echo "${ECHO_T}done" >&6; }
    69976823
    69986824               
    6999 @%:@ Check whether --with-petsc-dir was given.
     6825# Check whether --with-petsc-dir was given.
    70006826if test "${with_petsc_dir+set}" = set; then
    70016827  withval=$with_petsc_dir; PETSC_ROOT=$withval
     
    70076833        if test "$PARALLEL_VALUE" = "yes" ; then
    70086834                if test "$PETSC_ROOT" = "" ; then
    7009                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
    7010 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
     6835                        { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
     6836echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
    70116837   { (exit 1); exit 1; }; }
    70126838                fi
     
    70146840       
    70156841       
    7016 @%:@ Check whether --with-petsc-arch was given.
     6842# Check whether --with-petsc-arch was given.
    70176843if test "${with_petsc_arch+set}" = set; then
    70186844  withval=$with_petsc_arch; PETSC_ARCH=$withval
     
    70246850        if test "$PARALLEL_VALUE" = "yes" ; then
    70256851                if test "$PETSC_ARCH" = "" ; then
    7026                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
    7027 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
     6852                        { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
     6853echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
    70286854   { (exit 1); exit 1; }; }
    70296855                fi
    70306856        fi
    70316857       
    7032         { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
    7033 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... " >&6; }
     6858        { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
     6859echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; }
    70346860       
    70356861        if test -d "$PETSC_ROOT"; then
     
    70606886        if test $HAVE_PETSC = no; then
    70616887                if test "$PARALLEL_VALUE" = "yes" ; then
    7062                         { { $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 in paralle!" >&5
    7063 $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 in paralle!" >&2;}
     6888                        { { 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
     6889echo "$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;}
    70646890   { (exit 1); exit 1; }; }
    70656891                fi
    70666892        else
    7067                 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
    7068 $as_echo "$HAVE_PETSC" >&6; }
     6893                { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
     6894echo "${ECHO_T}$HAVE_PETSC" >&6; }
    70696895        fi
    70706896
    70716897
    70726898               
    7073 @%:@ Check whether --with-slepc-dir was given.
     6899# Check whether --with-slepc-dir was given.
    70746900if test "${with_slepc_dir+set}" = set; then
    70756901  withval=$with_slepc_dir; SLEPC_ROOT=$withval
     
    70796905
    70806906                         
    7081         { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
    7082 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT... " >&6; }
     6907        { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
     6908echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; }
    70836909        if test -d "$SLEPC_ROOT"; then
    70846910
     
    70986924                HAVE_SLEPC=no
    70996925        fi
    7100         { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
    7101 $as_echo "$HAVE_SLEPC" >&6; }
     6926        { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
     6927echo "${ECHO_T}$HAVE_SLEPC" >&6; }
    71026928       
    71036929               
    7104 @%:@ Check whether --with-scalapack-dir was given.
     6930# Check whether --with-scalapack-dir was given.
    71056931if test "${with_scalapack_dir+set}" = set; then
    71066932  withval=$with_scalapack_dir; SCALAPACK_ROOT=$withval
     
    71106936
    71116937                         
    7112         { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
    7113 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... " >&6; }
     6938        { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
     6939echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; }
    71146940        if test -d "$SCALAPACK_ROOT"; then
    71156941
     
    71276953                HAVE_SCALAPACK=no
    71286954        fi
    7129         { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
    7130 $as_echo "$HAVE_SCALAPACK" >&6; }
     6955        { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
     6956echo "${ECHO_T}$HAVE_SCALAPACK" >&6; }
    71316957
    71326958               
    7133 @%:@ Check whether --with-blas-lapack-dir was given.
     6959# Check whether --with-blas-lapack-dir was given.
    71346960if test "${with_blas_lapack_dir+set}" = set; then
    71356961  withval=$with_blas_lapack_dir; BLASLAPACK_ROOT=$withval
     
    71396965
    71406966                         
    7141         { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
    7142 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... " >&6; }
     6967        { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
     6968echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; }
    71436969        if test -d "$BLASLAPACK_ROOT"; then
    71446970
     
    71466972                                HAVE_BLASLAPACK=yes
    71476973                BLASLAPACKINCL=""
    7148                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"
     6974                                BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
    71496975
    71506976               
     
    71586984                HAVE_BLASLAPACK=no
    71596985        fi
    7160         { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
    7161 $as_echo "$HAVE_BLASLAPACK" >&6; }
    7162 
     6986        { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
     6987echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; }
    71636988
    71646989               
    7165 @%:@ Check whether --with-plapack-dir was given.
     6990# Check whether --with-mkl-dir was given.
     6991if test "${with_mkl_dir+set}" = set; then
     6992  withval=$with_mkl_dir; MKL_ROOT=$withval
     6993else
     6994  MKL_ROOT=""
     6995fi
     6996
     6997                         
     6998        { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
     6999echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; }
     7000        if test -d "$MKL_ROOT"; then
     7001
     7002                                HAVE_MKL=yes
     7003                MKLINCL=""
     7004                MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide"
     7005
     7006               
     7007cat >>confdefs.h <<\_ACEOF
     7008@%:@define _HAVE_MKL_ 1
     7009_ACEOF
     7010
     7011               
     7012               
     7013        else
     7014                HAVE_MKL=no
     7015        fi
     7016        { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
     7017echo "${ECHO_T}$HAVE_MKL" >&6; }
     7018
     7019               
     7020# Check whether --with-plapack-dir was given.
    71667021if test "${with_plapack_dir+set}" = set; then
    71677022  withval=$with_plapack_dir; PLAPACK_ROOT=$withval
     
    71717026
    71727027                         
    7173         { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
    7174 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT... " >&6; }
     7028        { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
     7029echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; }
    71757030        if test -d "$PLAPACK_ROOT"; then
    71767031
     
    71907045                HAVE_PLAPACK=no
    71917046        fi
    7192         { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
    7193 $as_echo "$HAVE_PLAPACK" >&6; }
     7047        { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
     7048echo "${ECHO_T}$HAVE_PLAPACK" >&6; }
    71947049
    71957050               
    7196 @%:@ Check whether --with-mumps-dir was given.
     7051# Check whether --with-mumps-dir was given.
    71977052if test "${with_mumps_dir+set}" = set; then
    71987053  withval=$with_mumps_dir; MUMPS_ROOT=$withval
     
    72027057
    72037058                         
    7204         { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
    7205 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT... " >&6; }
     7059        { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
     7060echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; }
    72067061        if test -d "$MUMPS_ROOT"; then
    72077062
     
    72207075                HAVE_MUMPS=no
    72217076        fi
    7222         { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
    7223 $as_echo "$HAVE_MUMPS" >&6; }
     7077        { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
     7078echo "${ECHO_T}$HAVE_MUMPS" >&6; }
    72247079
    72257080               
    7226 @%:@ Check whether --with-blacs-dir was given.
     7081# Check whether --with-blacs-dir was given.
    72277082if test "${with_blacs_dir+set}" = set; then
    72287083  withval=$with_blacs_dir; BLACS_ROOT=$withval
     
    72327087
    72337088                         
    7234         { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
    7235 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT... " >&6; }
     7089        { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
     7090echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; }
    72367091        if test -d "$BLACS_ROOT"; then
    72377092
     
    72507105                HAVE_BLACS=no
    72517106        fi
    7252         { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
    7253 $as_echo "$HAVE_BLACS" >&6; }
    7254 
    7255 
    7256 
     7107        { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
     7108echo "${ECHO_T}$HAVE_BLACS" >&6; }
     7109
     7110                { echo "$as_me:$LINENO: checking for math library..." >&5
     7111echo $ECHO_N "checking for math library...... $ECHO_C" >&6; }
     7112       
     7113# Check whether --with-math-lib was given.
     7114if test "${with_math_lib+set}" = set; then
     7115  withval=$with_math_lib; MATH_LIB=$withval
     7116else
     7117  MATH_LIB=""
     7118fi
     7119
     7120
     7121                if test -n "$MATH_LIB" ; then
     7122                HAVE_MATH=yes
     7123                MATHLIB="$MATH_LIB"
     7124
     7125               
     7126cat >>confdefs.h <<\_ACEOF
     7127@%:@define _HAVE_MATH_ 1
     7128_ACEOF
     7129
     7130               
     7131        fi
     7132        { echo "$as_me:$LINENO: result: done" >&5
     7133echo "${ECHO_T}done" >&6; }
     7134
     7135                { echo "$as_me:$LINENO: checking for fortran library..." >&5
     7136echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; }
     7137       
     7138# Check whether --with-fortran-lib was given.
     7139if test "${with_fortran_lib+set}" = set; then
     7140  withval=$with_fortran_lib; FORTRAN_LIB=$withval
     7141else
     7142  FORTRAN_LIB=""
     7143fi
     7144
     7145
     7146                if test -n "$FORTRAN_LIB" ; then
     7147                HAVE_FORTRAN=yes
     7148                FORTRANLIB="$FORTRAN_LIB"
     7149
     7150               
     7151cat >>confdefs.h <<\_ACEOF
     7152@%:@define _HAVE_FORTRAN_ 1
     7153_ACEOF
     7154
     7155               
     7156        fi
     7157        { echo "$as_me:$LINENO: result: done" >&5
     7158echo "${ECHO_T}done" >&6; }
    72577159
    72587160
     
    72867188    *${as_nl}*)
    72877189      case $ac_var in #(
    7288       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    7289 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     7190      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     7191echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    72907192      esac
    72917193      case $ac_var in #(
    72927194      _ | IFS | as_nl) ;; #(
    7293       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    72947195      *) $as_unset $ac_var ;;
    72957196      esac ;;
     
    73247225  if test -w "$cache_file"; then
    73257226    test "x$cache_file" != "x/dev/null" &&
    7326       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    7327 $as_echo "$as_me: updating cache $cache_file" >&6;}
     7227      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     7228echo "$as_me: updating cache $cache_file" >&6;}
    73287229    cat confcache >$cache_file
    73297230  else
    7330     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    7331 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7231    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     7232echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    73327233  fi
    73337234fi
     
    73457246  # 1. Remove the extension, and $U if already installed.
    73467247  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    7347   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     7248  ac_i=`echo "$ac_i" | sed "$ac_script"`
    73487249  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    73497250  #    will be set to the directory where LIBOBJS objects are built.
     
    73577258
    73587259if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    7359   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     7260  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    73607261Usually this means the macro was only invoked conditionally." >&5
    7361 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
     7262echo "$as_me: error: conditional \"AMDEP\" was never defined.
    73627263Usually this means the macro was only invoked conditionally." >&2;}
    73637264   { (exit 1); exit 1; }; }
    73647265fi
    73657266if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    7366   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     7267  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    73677268Usually this means the macro was only invoked conditionally." >&5
    7368 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     7269echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    73697270Usually this means the macro was only invoked conditionally." >&2;}
    73707271   { (exit 1); exit 1; }; }
    73717272fi
    73727273if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    7373   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     7274  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    73747275Usually this means the macro was only invoked conditionally." >&5
    7375 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     7276echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    73767277Usually this means the macro was only invoked conditionally." >&2;}
    73777278   { (exit 1); exit 1; }; }
    73787279fi
    73797280if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then
    7380   { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
     7281  { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
    73817282Usually this means the macro was only invoked conditionally." >&5
    7382 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
     7283echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
    73837284Usually this means the macro was only invoked conditionally." >&2;}
    73847285   { (exit 1); exit 1; }; }
    73857286fi
    73867287if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then
    7387   { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
     7288  { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
    73887289Usually this means the macro was only invoked conditionally." >&5
    7389 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
     7290echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
    73907291Usually this means the macro was only invoked conditionally." >&2;}
    73917292   { (exit 1); exit 1; }; }
    73927293fi
    73937294if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then
    7394   { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
     7295  { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
    73957296Usually this means the macro was only invoked conditionally." >&5
    7396 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
     7297echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
    73977298Usually this means the macro was only invoked conditionally." >&2;}
    73987299   { (exit 1); exit 1; }; }
     
    74007301
    74017302: ${CONFIG_STATUS=./config.status}
    7402 ac_write_fail=0
    74037303ac_clean_files_save=$ac_clean_files
    74047304ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7405 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7406 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7407 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7305{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7306echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7307cat >$CONFIG_STATUS <<_ACEOF
    74087308#! $SHELL
    74097309# Generated by $as_me.
     
    74187318_ACEOF
    74197319
    7420 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7320cat >>$CONFIG_STATUS <<\_ACEOF
    74217321## --------------------- ##
    74227322## M4sh Initialization.  ##
     
    74287328  emulate sh
    74297329  NULLCMD=:
    7430   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     7330  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    74317331  # is contrary to our usage.  Disable this feature.
    74327332  alias -g '${1+"$@"}'='"$@"'
     
    74507350as_cr_alnum=$as_cr_Letters$as_cr_digits
    74517351
    7452 as_nl='
    7453 '
    7454 export as_nl
    7455 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    7456 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    7457 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    7458 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    7459 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    7460   as_echo='printf %s\n'
    7461   as_echo_n='printf %s'
    7462 else
    7463   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    7464     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    7465     as_echo_n='/usr/ucb/echo -n'
    7466   else
    7467     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    7468     as_echo_n_body='eval
    7469       arg=$1;
    7470       case $arg in
    7471       *"$as_nl"*)
    7472         expr "X$arg" : "X\\(.*\\)$as_nl";
    7473         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    7474       esac;
    7475       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    7476     '
    7477     export as_echo_n_body
    7478     as_echo_n='sh -c $as_echo_n_body as_echo'
    7479   fi
    7480   export as_echo_body
    7481   as_echo='sh -c $as_echo_body as_echo'
    7482 fi
    7483 
    74847352# The user is always right.
    74857353if test "${PATH_SEPARATOR+set}" != set; then
    7486   PATH_SEPARATOR=:
    7487   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    7488     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    7489       PATH_SEPARATOR=';'
    7490   }
     7354  echo "#! /bin/sh" >conf$$.sh
     7355  echo  "exit 0"   >>conf$$.sh
     7356  chmod +x conf$$.sh
     7357  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     7358    PATH_SEPARATOR=';'
     7359  else
     7360    PATH_SEPARATOR=:
     7361  fi
     7362  rm -f conf$$.sh
    74917363fi
    74927364
     
    75047376# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    75057377# splitting by setting IFS to empty value.)
     7378as_nl='
     7379'
    75067380IFS=" ""        $as_nl"
    75077381
     
    75267400fi
    75277401if test ! -f "$as_myself"; then
    7528   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7402  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    75297403  { (exit 1); exit 1; }
    75307404fi
     
    75397413
    75407414# NLS nuisances.
    7541 LC_ALL=C
    7542 export LC_ALL
    7543 LANGUAGE=C
    7544 export LANGUAGE
     7415for as_var in \
     7416  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     7417  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     7418  LC_TELEPHONE LC_TIME
     7419do
     7420  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     7421    eval $as_var=C; export $as_var
     7422  else
     7423    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     7424  fi
     7425done
    75457426
    75467427# Required to use basename.
     
    75647445         X"$0" : 'X\(//\)$' \| \
    75657446         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    7566 $as_echo X/"$0" |
     7447echo X/"$0" |
    75677448    sed '/^.*\/\([^/][^/]*\)\/*$/{
    75687449            s//\1/
     
    76157496    ' >$as_me.lineno &&
    76167497  chmod +x "$as_me.lineno" ||
    7617     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     7498    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    76187499   { (exit 1); exit 1; }; }
    76197500
     
    76437524  ECHO_N='-n';;
    76447525esac
     7526
    76457527if expr a : '\(a\)' >/dev/null 2>&1 &&
    76467528   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    76557537else
    76567538  rm -f conf$$.dir
    7657   mkdir conf$$.dir 2>/dev/null
    7658 fi
    7659 if (echo >conf$$.file) 2>/dev/null; then
    7660   if ln -s conf$$.file conf$$ 2>/dev/null; then
    7661     as_ln_s='ln -s'
    7662     # ... but there are two gotchas:
    7663     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7664     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7665     # In both cases, we have to default to `cp -p'.
    7666     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    7667       as_ln_s='cp -p'
    7668   elif ln conf$$.file conf$$ 2>/dev/null; then
    7669     as_ln_s=ln
    7670   else
     7539  mkdir conf$$.dir
     7540fi
     7541echo >conf$$.file
     7542if ln -s conf$$.file conf$$ 2>/dev/null; then
     7543  as_ln_s='ln -s'
     7544  # ... but there are two gotchas:
     7545  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7546  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7547  # In both cases, we have to default to `cp -p'.
     7548  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    76717549    as_ln_s='cp -p'
    7672   fi
     7550elif ln conf$$.file conf$$ 2>/dev/null; then
     7551  as_ln_s=ln
    76737552else
    76747553  as_ln_s='cp -p'
     
    76957574    eval sh -c '\''
    76967575      if test -d "$1"; then
    7697         test -d "$1/.";
     7576        test -d "$1/.";
    76987577      else
    76997578        case $1 in
    7700         -*)set "./$1";;
     7579        -*)set "./$1";;
    77017580        esac;
    77027581        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    77217600ac_log="
    77227601This file was extended by ISSM $as_me 1.0, which was
    7723 generated by GNU Autoconf 2.63.  Invocation command line was
     7602generated by GNU Autoconf 2.61.  Invocation command line was
    77247603
    77257604  CONFIG_FILES    = $CONFIG_FILES
     
    77347613_ACEOF
    77357614
    7736 case $ac_config_files in *"
    7737 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    7738 esac
    7739 
    7740 case $ac_config_headers in *"
    7741 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    7742 esac
    7743 
    7744 
    7745 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7615cat >>$CONFIG_STATUS <<_ACEOF
    77467616# Files that config.status was made for.
    77477617config_files="$ac_config_files"
     
    77517621_ACEOF
    77527622
    7753 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7623cat >>$CONFIG_STATUS <<\_ACEOF
    77547624ac_cs_usage="\
    77557625\`$as_me' instantiates files from templates according to the
    77567626current configuration.
    77577627
    7758 Usage: $0 [OPTION]... [FILE]...
     7628Usage: $0 [OPTIONS] [FILE]...
    77597629
    77607630  -h, --help       print this help, then exit
    77617631  -V, --version    print version number and configuration settings, then exit
    7762   -q, --quiet, --silent
    7763                    do not print progress messages
     7632  -q, --quiet      do not print progress messages
    77647633  -d, --debug      don't remove temporary files
    77657634      --recheck    update $as_me by reconfiguring in the same conditions
    7766       --file=FILE[:TEMPLATE]
    7767                    instantiate the configuration file FILE
    7768       --header=FILE[:TEMPLATE]
    7769                    instantiate the configuration header FILE
     7635  --file=FILE[:TEMPLATE]
     7636                   instantiate the configuration file FILE
     7637  --header=FILE[:TEMPLATE]
     7638                   instantiate the configuration header FILE
    77707639
    77717640Configuration files:
     
    77817650
    77827651_ACEOF
    7783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7652cat >>$CONFIG_STATUS <<_ACEOF
    77847653ac_cs_version="\\
    77857654ISSM config.status 1.0
    7786 configured by $0, generated by GNU Autoconf 2.63,
    7787   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    7788 
    7789 Copyright (C) 2008 Free Software Foundation, Inc.
     7655configured by $0, generated by GNU Autoconf 2.61,
     7656  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     7657
     7658Copyright (C) 2006 Free Software Foundation, Inc.
    77907659This config.status script is free software; the Free Software Foundation
    77917660gives unlimited permission to copy, distribute and modify it."
     
    77957664INSTALL='$INSTALL'
    77967665MKDIR_P='$MKDIR_P'
    7797 AWK='$AWK'
    7798 test -n "\$AWK" || AWK=awk
    7799 _ACEOF
    7800 
    7801 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7802 # The default lists apply if the user does not specify any file.
     7666_ACEOF
     7667
     7668cat >>$CONFIG_STATUS <<\_ACEOF
     7669# If no file are specified by the user, then we need to provide default
     7670# value.  By we need to know if files were specified by the user.
    78037671ac_need_defaults=:
    78047672while test $# != 0
     
    78227690    ac_cs_recheck=: ;;
    78237691  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7824     $as_echo "$ac_cs_version"; exit ;;
     7692    echo "$ac_cs_version"; exit ;;
    78257693  --debug | --debu | --deb | --de | --d | -d )
    78267694    debug=: ;;
    78277695  --file | --fil | --fi | --f )
    78287696    $ac_shift
    7829     case $ac_optarg in
    7830     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7831     esac
    7832     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     7697    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    78337698    ac_need_defaults=false;;
    78347699  --header | --heade | --head | --hea )
    78357700    $ac_shift
    7836     case $ac_optarg in
    7837     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7838     esac
    7839     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     7701    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    78407702    ac_need_defaults=false;;
    78417703  --he | --h)
    78427704    # Conflict between --help and --header
    7843     { $as_echo "$as_me: error: ambiguous option: $1
     7705    { echo "$as_me: error: ambiguous option: $1
    78447706Try \`$0 --help' for more information." >&2
    78457707   { (exit 1); exit 1; }; };;
    78467708  --help | --hel | -h )
    7847     $as_echo "$ac_cs_usage"; exit ;;
     7709    echo "$ac_cs_usage"; exit ;;
    78487710  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    78497711  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    78517713
    78527714  # This is an error.
    7853   -*) { $as_echo "$as_me: error: unrecognized option: $1
     7715  -*) { echo "$as_me: error: unrecognized option: $1
    78547716Try \`$0 --help' for more information." >&2
    78557717   { (exit 1); exit 1; }; } ;;
     
    78707732
    78717733_ACEOF
    7872 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7734cat >>$CONFIG_STATUS <<_ACEOF
    78737735if \$ac_cs_recheck; then
    7874   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7875   shift
    7876   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    7877   CONFIG_SHELL='$SHELL'
     7736  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     7737  CONFIG_SHELL=$SHELL
    78787738  export CONFIG_SHELL
    7879   exec "\$@"
    7880 fi
    7881 
    7882 _ACEOF
    7883 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7739  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     7740fi
     7741
     7742_ACEOF
     7743cat >>$CONFIG_STATUS <<\_ACEOF
    78847744exec 5>>config.log
    78857745{
     
    78887748@%:@@%:@ Running $as_me. @%:@@%:@
    78897749_ASBOX
    7890   $as_echo "$ac_log"
     7750  echo "$ac_log"
    78917751} >&5
    78927752
    78937753_ACEOF
    7894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7754cat >>$CONFIG_STATUS <<_ACEOF
    78957755#
    78967756# INIT-COMMANDS
     
    79007760_ACEOF
    79017761
    7902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7762cat >>$CONFIG_STATUS <<\_ACEOF
    79037763
    79047764# Handling of arguments.
     
    79147774    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    79157775
    7916   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7917 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     7776  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     7777echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    79187778   { (exit 1); exit 1; }; };;
    79197779  esac
     
    79567816} ||
    79577817{
    7958    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     7818   echo "$me: cannot create a temporary directory in ." >&2
    79597819   { (exit 1); exit 1; }
    79607820}
    79617821
    7962 # Set up the scripts for CONFIG_FILES section.
    7963 # No need to generate them if there are no CONFIG_FILES.
    7964 # This happens for instance with `./config.status config.h'.
     7822#
     7823# Set up the sed scripts for CONFIG_FILES section.
     7824#
     7825
     7826# No need to generate the scripts if there are no CONFIG_FILES.
     7827# This happens for instance when ./config.status config.h
    79657828if test -n "$CONFIG_FILES"; then
    79667829
    7967 
    7968 ac_cr='
    7969 '
    7970 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    7971 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    7972   ac_cs_awk_cr='\\r'
    7973 else
    7974   ac_cs_awk_cr=$ac_cr
    7975 fi
    7976 
    7977 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    7978 _ACEOF
    7979 
    7980 
    7981 {
    7982   echo "cat >conf$$subs.awk <<_ACEOF" &&
    7983   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    7984   echo "_ACEOF"
    7985 } >conf$$subs.sh ||
    7986   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7987 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    7988    { (exit 1); exit 1; }; }
    7989 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     7830_ACEOF
     7831
     7832
     7833
    79907834ac_delim='%!_!# '
    79917835for ac_last_try in false false false false false :; do
    7992   . ./conf$$subs.sh ||
    7993     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    7994 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    7995    { (exit 1); exit 1; }; }
    7996 
    7997   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    7998   if test $ac_delim_n = $ac_delim_num; then
     7836  cat >conf$$subs.sed <<_ACEOF
     7837SHELL!$SHELL$ac_delim
     7838PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     7839PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     7840PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     7841PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     7842PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     7843PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     7844exec_prefix!$exec_prefix$ac_delim
     7845prefix!$prefix$ac_delim
     7846program_transform_name!$program_transform_name$ac_delim
     7847bindir!$bindir$ac_delim
     7848sbindir!$sbindir$ac_delim
     7849libexecdir!$libexecdir$ac_delim
     7850datarootdir!$datarootdir$ac_delim
     7851datadir!$datadir$ac_delim
     7852sysconfdir!$sysconfdir$ac_delim
     7853sharedstatedir!$sharedstatedir$ac_delim
     7854localstatedir!$localstatedir$ac_delim
     7855includedir!$includedir$ac_delim
     7856oldincludedir!$oldincludedir$ac_delim
     7857docdir!$docdir$ac_delim
     7858infodir!$infodir$ac_delim
     7859htmldir!$htmldir$ac_delim
     7860dvidir!$dvidir$ac_delim
     7861pdfdir!$pdfdir$ac_delim
     7862psdir!$psdir$ac_delim
     7863libdir!$libdir$ac_delim
     7864localedir!$localedir$ac_delim
     7865mandir!$mandir$ac_delim
     7866DEFS!$DEFS$ac_delim
     7867ECHO_C!$ECHO_C$ac_delim
     7868ECHO_N!$ECHO_N$ac_delim
     7869ECHO_T!$ECHO_T$ac_delim
     7870LIBS!$LIBS$ac_delim
     7871build_alias!$build_alias$ac_delim
     7872host_alias!$host_alias$ac_delim
     7873target_alias!$target_alias$ac_delim
     7874build!$build$ac_delim
     7875build_cpu!$build_cpu$ac_delim
     7876build_vendor!$build_vendor$ac_delim
     7877build_os!$build_os$ac_delim
     7878host!$host$ac_delim
     7879host_cpu!$host_cpu$ac_delim
     7880host_vendor!$host_vendor$ac_delim
     7881host_os!$host_os$ac_delim
     7882target!$target$ac_delim
     7883target_cpu!$target_cpu$ac_delim
     7884target_vendor!$target_vendor$ac_delim
     7885target_os!$target_os$ac_delim
     7886INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     7887INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     7888INSTALL_DATA!$INSTALL_DATA$ac_delim
     7889am__isrc!$am__isrc$ac_delim
     7890CYGPATH_W!$CYGPATH_W$ac_delim
     7891PACKAGE!$PACKAGE$ac_delim
     7892VERSION!$VERSION$ac_delim
     7893ACLOCAL!$ACLOCAL$ac_delim
     7894AUTOCONF!$AUTOCONF$ac_delim
     7895AUTOMAKE!$AUTOMAKE$ac_delim
     7896AUTOHEADER!$AUTOHEADER$ac_delim
     7897MAKEINFO!$MAKEINFO$ac_delim
     7898install_sh!$install_sh$ac_delim
     7899STRIP!$STRIP$ac_delim
     7900INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
     7901mkdir_p!$mkdir_p$ac_delim
     7902AWK!$AWK$ac_delim
     7903SET_MAKE!$SET_MAKE$ac_delim
     7904am__leading_dot!$am__leading_dot$ac_delim
     7905AMTAR!$AMTAR$ac_delim
     7906am__tar!$am__tar$ac_delim
     7907am__untar!$am__untar$ac_delim
     7908RANLIB!$RANLIB$ac_delim
     7909CC!$CC$ac_delim
     7910CFLAGS!$CFLAGS$ac_delim
     7911LDFLAGS!$LDFLAGS$ac_delim
     7912CPPFLAGS!$CPPFLAGS$ac_delim
     7913ac_ct_CC!$ac_ct_CC$ac_delim
     7914EXEEXT!$EXEEXT$ac_delim
     7915OBJEXT!$OBJEXT$ac_delim
     7916DEPDIR!$DEPDIR$ac_delim
     7917am__include!$am__include$ac_delim
     7918am__quote!$am__quote$ac_delim
     7919AMDEP_TRUE!$AMDEP_TRUE$ac_delim
     7920AMDEP_FALSE!$AMDEP_FALSE$ac_delim
     7921AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
     7922CCDEPMODE!$CCDEPMODE$ac_delim
     7923am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
     7924am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
     7925CXX!$CXX$ac_delim
     7926CXXFLAGS!$CXXFLAGS$ac_delim
     7927ac_ct_CXX!$ac_ct_CXX$ac_delim
     7928CXXDEPMODE!$CXXDEPMODE$ac_delim
     7929am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
     7930am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
     7931F77!$F77$ac_delim
     7932FFLAGS!$FFLAGS$ac_delim
     7933ac_ct_F77!$ac_ct_F77$ac_delim
     7934_ACEOF
     7935
     7936  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    79997937    break
    80007938  elif $ac_last_try; then
    8001     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8002 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7939    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7940echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    80037941   { (exit 1); exit 1; }; }
    80047942  else
     
    80067944  fi
    80077945done
    8008 rm -f conf$$subs.sh
    8009 
    8010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8011 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    8012 _ACEOF
    8013 sed -n '
    8014 h
    8015 s/^/S["/; s/!.*/"]=/
    8016 p
    8017 g
    8018 s/^[^!]*!//
    8019 :repl
    8020 t repl
    8021 s/'"$ac_delim"'$//
    8022 t delim
    8023 :nl
    8024 h
    8025 s/\(.\{148\}\).*/\1/
    8026 t more1
    8027 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    8028 p
    8029 n
    8030 b repl
    8031 :more1
    8032 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8033 p
    8034 g
    8035 s/.\{148\}//
    8036 t nl
    8037 :delim
    8038 h
    8039 s/\(.\{148\}\).*/\1/
    8040 t more2
    8041 s/["\\]/\\&/g; s/^/"/; s/$/"/
    8042 p
    8043 b
    8044 :more2
    8045 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8046 p
    8047 g
    8048 s/.\{148\}//
    8049 t delim
    8050 ' <conf$$subs.awk | sed '
    8051 /^[^""]/{
    8052   N
    8053   s/\n//
    8054 }
    8055 ' >>$CONFIG_STATUS || ac_write_fail=1
    8056 rm -f conf$$subs.awk
    8057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8058 _ACAWK
    8059 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    8060   for (key in S) S_is_set[key] = 1
    8061   FS = ""
    8062 
    8063 }
    8064 {
    8065   line = $ 0
    8066   nfields = split(line, field, "@")
    8067   substed = 0
    8068   len = length(field[1])
    8069   for (i = 2; i < nfields; i++) {
    8070     key = field[i]
    8071     keylen = length(key)
    8072     if (S_is_set[key]) {
    8073       value = S[key]
    8074       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    8075       len += length(value) + length(field[++i])
    8076       substed = 1
    8077     } else
    8078       len += 1 + keylen
    8079   }
    8080 
    8081   print line
    8082 }
    8083 
    8084 _ACAWK
    8085 _ACEOF
    8086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8087 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    8088   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    8089 else
    8090   cat
    8091 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    8092   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    8093 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     7946
     7947ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     7948if test -n "$ac_eof"; then
     7949  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     7950  ac_eof=`expr $ac_eof + 1`
     7951fi
     7952
     7953cat >>$CONFIG_STATUS <<_ACEOF
     7954cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     7955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     7956_ACEOF
     7957sed '
     7958s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     7959s/^/s,@/; s/!/@,|#_!!_#|/
     7960:n
     7961t n
     7962s/'"$ac_delim"'$/,g/; t
     7963s/$/\\/; p
     7964N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     7965' >>$CONFIG_STATUS <conf$$subs.sed
     7966rm -f conf$$subs.sed
     7967cat >>$CONFIG_STATUS <<_ACEOF
     7968CEOF$ac_eof
     7969_ACEOF
     7970
     7971
     7972ac_delim='%!_!# '
     7973for ac_last_try in false false false false false :; do
     7974  cat >conf$$subs.sed <<_ACEOF
     7975FLIBS!$FLIBS$ac_delim
     7976XMKMF!$XMKMF$ac_delim
     7977CPP!$CPP$ac_delim
     7978X_CFLAGS!$X_CFLAGS$ac_delim
     7979X_PRE_LIBS!$X_PRE_LIBS$ac_delim
     7980X_LIBS!$X_LIBS$ac_delim
     7981X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
     7982NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim
     7983NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim
     7984NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim
     7985NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim
     7986MATLABINCL!$MATLABINCL$ac_delim
     7987MEX!$MEX$ac_delim
     7988MEXEXT!$MEXEXT$ac_delim
     7989MEXLIB!$MEXLIB$ac_delim
     7990MEXLINK!$MEXLINK$ac_delim
     7991MATLAB!$MATLAB$ac_delim
     7992MATLAB_VERSION!$MATLAB_VERSION$ac_delim
     7993MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim
     7994MATLAB_MINOR!$MATLAB_MINOR$ac_delim
     7995LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim
     7996LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim
     7997TRIANGLEINCL!$TRIANGLEINCL$ac_delim
     7998TRIANGLELIB!$TRIANGLELIB$ac_delim
     7999DAKOTAINCL!$DAKOTAINCL$ac_delim
     8000DAKOTALIB!$DAKOTALIB$ac_delim
     8001METISINCL!$METISINCL$ac_delim
     8002METISLIB!$METISLIB$ac_delim
     8003MPIINCL!$MPIINCL$ac_delim
     8004MPILIB!$MPILIB$ac_delim
     8005PETSCINCL!$PETSCINCL$ac_delim
     8006PETSCLIB!$PETSCLIB$ac_delim
     8007SLEPCINCL!$SLEPCINCL$ac_delim
     8008SLEPCLIB!$SLEPCLIB$ac_delim
     8009SCALAPACKLIB!$SCALAPACKLIB$ac_delim
     8010BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim
     8011BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim
     8012MKLLIB!$MKLLIB$ac_delim
     8013MKLINCL!$MKLINCL$ac_delim
     8014PLAPACKINCL!$PLAPACKINCL$ac_delim
     8015PLAPACKLIB!$PLAPACKLIB$ac_delim
     8016MUMPSINCL!$MUMPSINCL$ac_delim
     8017MUMPSLIB!$MUMPSLIB$ac_delim
     8018BLACSINCL!$BLACSINCL$ac_delim
     8019BLACSLIB!$BLACSLIB$ac_delim
     8020MATHLIB!$MATHLIB$ac_delim
     8021FORTRANLIB!$FORTRANLIB$ac_delim
     8022LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
     8023LTLIBOBJS!$LTLIBOBJS$ac_delim
     8024_ACEOF
     8025
     8026  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
     8027    break
     8028  elif $ac_last_try; then
     8029    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8030echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    80948031   { (exit 1); exit 1; }; }
    8095 _ACEOF
     8032  else
     8033    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8034  fi
     8035done
     8036
     8037ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     8038if test -n "$ac_eof"; then
     8039  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     8040  ac_eof=`expr $ac_eof + 1`
     8041fi
     8042
     8043cat >>$CONFIG_STATUS <<_ACEOF
     8044cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     8045/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     8046_ACEOF
     8047sed '
     8048s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     8049s/^/s,@/; s/!/@,|#_!!_#|/
     8050:n
     8051t n
     8052s/'"$ac_delim"'$/,g/; t
     8053s/$/\\/; p
     8054N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     8055' >>$CONFIG_STATUS <conf$$subs.sed
     8056rm -f conf$$subs.sed
     8057cat >>$CONFIG_STATUS <<_ACEOF
     8058:end
     8059s/|#_!!_#|//g
     8060CEOF$ac_eof
     8061_ACEOF
     8062
    80968063
    80978064# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    81108077fi
    81118078
    8112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8079cat >>$CONFIG_STATUS <<\_ACEOF
    81138080fi # test -n "$CONFIG_FILES"
    81148081
    8115 # Set up the scripts for CONFIG_HEADERS section.
    8116 # No need to generate them if there are no CONFIG_HEADERS.
    8117 # This happens for instance with `./config.status Makefile'.
    8118 if test -n "$CONFIG_HEADERS"; then
    8119 cat >"$tmp/defines.awk" <<\_ACAWK ||
    8120 BEGIN {
    8121 _ACEOF
    8122 
    8123 # Transform confdefs.h into an awk script `defines.awk', embedded as
    8124 # here-document in config.status, that substitutes the proper values into
    8125 # config.h.in to produce config.h.
    8126 
    8127 # Create a delimiter string that does not exist in confdefs.h, to ease
    8128 # handling of long lines.
    8129 ac_delim='%!_!# '
    8130 for ac_last_try in false false :; do
    8131   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    8132   if test -z "$ac_t"; then
    8133     break
    8134   elif $ac_last_try; then
    8135     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    8136 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    8137    { (exit 1); exit 1; }; }
    8138   else
    8139     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    8140   fi
    8141 done
    8142 
    8143 # For the awk script, D is an array of macro values keyed by name,
    8144 # likewise P contains macro parameters if any.  Preserve backslash
    8145 # newline sequences.
    8146 
    8147 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    8148 sed -n '
    8149 s/.\{148\}/&'"$ac_delim"'/g
    8150 t rset
    8151 :rset
    8152 s/^[     ]*#[    ]*define[       ][      ]*/ /
    8153 t def
    8154 d
    8155 :def
    8156 s/\\$//
    8157 t bsnl
    8158 s/["\\]/\\&/g
    8159 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8160 D["\1"]=" \3"/p
    8161 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    8162 d
    8163 :bsnl
    8164 s/["\\]/\\&/g
    8165 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8166 D["\1"]=" \3\\\\\\n"\\/p
    8167 t cont
    8168 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    8169 t cont
    8170 d
    8171 :cont
    8172 n
    8173 s/.\{148\}/&'"$ac_delim"'/g
    8174 t clear
    8175 :clear
    8176 s/\\$//
    8177 t bsnlc
    8178 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    8179 d
    8180 :bsnlc
    8181 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    8182 b cont
    8183 ' <confdefs.h | sed '
    8184 s/'"$ac_delim"'/"\\\
    8185 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    8186 
    8187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8188   for (key in D) D_is_set[key] = 1
    8189   FS = ""
    8190 }
    8191 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    8192   line = \$ 0
    8193   split(line, arg, " ")
    8194   if (arg[1] == "#") {
    8195     defundef = arg[2]
    8196     mac1 = arg[3]
    8197   } else {
    8198     defundef = substr(arg[1], 2)
    8199     mac1 = arg[2]
    8200   }
    8201   split(mac1, mac2, "(") #)
    8202   macro = mac2[1]
    8203   prefix = substr(line, 1, index(line, defundef) - 1)
    8204   if (D_is_set[macro]) {
    8205     # Preserve the white space surrounding the "#".
    8206     print prefix "define", macro P[macro] D[macro]
    8207     next
    8208   } else {
    8209     # Replace #undef with comments.  This is necessary, for example,
    8210     # in the case of _POSIX_SOURCE, which is predefined and required
    8211     # on some systems where configure will not decide to define it.
    8212     if (defundef == "undef") {
    8213       print "/*", prefix defundef, macro, "*/"
    8214       next
    8215     }
    8216   }
    8217 }
    8218 { print }
    8219 _ACAWK
    8220 _ACEOF
    8221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8222   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    8223 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    8224    { (exit 1); exit 1; }; }
    8225 fi # test -n "$CONFIG_HEADERS"
    8226 
    8227 
    8228 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    8229 shift
    8230 for ac_tag
     8082
     8083for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
    82318084do
    82328085  case $ac_tag in
     
    82358088  case $ac_mode$ac_tag in
    82368089  :[FHL]*:*);;
    8237   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    8238 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     8090  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     8091echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    82398092   { (exit 1); exit 1; }; };;
    82408093  :[FH]-) ac_tag=-:-;;
     
    82658118           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    82668119           esac ||
    8267            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    8268 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     8120           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     8121echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    82698122   { (exit 1); exit 1; }; };;
    82708123      esac
    8271       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    8272       ac_file_inputs="$ac_file_inputs '$ac_f'"
     8124      ac_file_inputs="$ac_file_inputs $ac_f"
    82738125    done
    82748126
     
    82768128    # use $as_me), people would be surprised to read:
    82778129    #    /* config.h.  Generated by config.status.  */
    8278     configure_input='Generated from '`
    8279           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    8280         `' by configure.'
     8130    configure_input="Generated from "`IFS=:
     8131          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    82818132    if test x"$ac_file" != x-; then
    82828133      configure_input="$ac_file.  $configure_input"
    8283       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    8284 $as_echo "$as_me: creating $ac_file" >&6;}
     8134      { echo "$as_me:$LINENO: creating $ac_file" >&5
     8135echo "$as_me: creating $ac_file" >&6;}
    82858136    fi
    8286     # Neutralize special characters interpreted by sed in replacement strings.
    8287     case $configure_input in #(
    8288     *\&* | *\|* | *\\* )
    8289        ac_sed_conf_input=`$as_echo "$configure_input" |
    8290        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    8291     *) ac_sed_conf_input=$configure_input;;
    8292     esac
    82938137
    82948138    case $ac_tag in
    8295     *:-:* | *:-) cat >"$tmp/stdin" \
    8296       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8297 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8298    { (exit 1); exit 1; }; } ;;
     8139    *:-:* | *:-) cat >"$tmp/stdin";;
    82998140    esac
    83008141    ;;
     
    83068147         X"$ac_file" : 'X\(//\)$' \| \
    83078148         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    8308 $as_echo X"$ac_file" |
     8149echo X"$ac_file" |
    83098150    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    83108151            s//\1/
     
    83328173    while :; do
    83338174      case $as_dir in #(
    8334       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8175      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    83358176      *) as_qdir=$as_dir;;
    83368177      esac
     
    83418182         X"$as_dir" : 'X\(//\)$' \| \
    83428183         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8343 $as_echo X"$as_dir" |
     8184echo X"$as_dir" |
    83448185    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    83458186            s//\1/
     
    83628203    done
    83638204    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8364   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8365 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8205  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8206echo "$as_me: error: cannot create directory $as_dir" >&2;}
    83668207   { (exit 1); exit 1; }; }; }
    83678208  ac_builddir=.
     
    83708211.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    83718212*)
    8372   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     8213  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    83738214  # A ".." for each directory in $ac_dir_suffix.
    8374   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     8215  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    83758216  case $ac_top_builddir_sub in
    83768217  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    84178258_ACEOF
    84188259
    8419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8260cat >>$CONFIG_STATUS <<\_ACEOF
    84208261# If the template does not know about datarootdir, expand it.
    84218262# FIXME: This hack should be removed a few years after 2.60.
    84228263ac_datarootdir_hack=; ac_datarootdir_seen=
    84238264
    8424 ac_sed_dataroot='
    8425 /datarootdir/ {
     8265case `sed -n '/datarootdir/ {
    84268266  p
    84278267  q
     
    84328272/@localedir@/p
    84338273/@mandir@/p
    8434 '
    8435 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     8274' $ac_file_inputs` in
    84368275*datarootdir*) ac_datarootdir_seen=yes;;
    84378276*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    8438   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    8439 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    8440 _ACEOF
    8441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8277  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8278echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8279_ACEOF
     8280cat >>$CONFIG_STATUS <<_ACEOF
    84428281  ac_datarootdir_hack='
    84438282  s&@datadir@&$datadir&g
     
    84538292# Shell code in configure.ac might set extrasub.
    84548293# FIXME: do we really want to maintain this feature?
    8455 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8456 ac_sed_extra="$ac_vpsub
     8294cat >>$CONFIG_STATUS <<_ACEOF
     8295  sed "$ac_vpsub
    84578296$extrasub
    84588297_ACEOF
    8459 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8298cat >>$CONFIG_STATUS <<\_ACEOF
    84608299:t
    84618300/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8462 s|@configure_input@|$ac_sed_conf_input|;t t
     8301s&@configure_input@&$configure_input&;t t
    84638302s&@top_builddir@&$ac_top_builddir_sub&;t t
    8464 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    84658303s&@srcdir@&$ac_srcdir&;t t
    84668304s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    84738311s&@MKDIR_P@&$ac_MKDIR_P&;t t
    84748312$ac_datarootdir_hack
    8475 "
    8476 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    8477   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8478 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8479    { (exit 1); exit 1; }; }
     8313" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    84808314
    84818315test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    84828316  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    84838317  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    8484   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8318  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    84858319which seems to be undefined.  Please make sure it is defined." >&5
    8486 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8320echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    84878321which seems to be undefined.  Please make sure it is defined." >&2;}
    84888322
    84898323  rm -f "$tmp/stdin"
    84908324  case $ac_file in
    8491   -) cat "$tmp/out" && rm -f "$tmp/out";;
    8492   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    8493   esac \
    8494   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8495 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8496    { (exit 1); exit 1; }; }
     8325  -) cat "$tmp/out"; rm -f "$tmp/out";;
     8326  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     8327  esac
    84978328 ;;
    84988329  :H)
     
    85008331  # CONFIG_HEADER
    85018332  #
     8333_ACEOF
     8334
     8335# Transform confdefs.h into a sed script `conftest.defines', that
     8336# substitutes the proper values into config.h.in to produce config.h.
     8337rm -f conftest.defines conftest.tail
     8338# First, append a space to every undef/define line, to ease matching.
     8339echo 's/$/ /' >conftest.defines
     8340# Then, protect against being on the right side of a sed subst, or in
     8341# an unquoted here document, in config.status.  If some macros were
     8342# called several times there might be several #defines for the same
     8343# symbol, which is useless.  But do not sort them, since the last
     8344# AC_DEFINE must be honored.
     8345ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     8346# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
     8347# NAME is the cpp macro being defined, VALUE is the value it is being given.
     8348# PARAMS is the parameter list in the macro definition--in most cases, it's
     8349# just an empty string.
     8350ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
     8351ac_dB='\\)[      (].*,\\1define\\2'
     8352ac_dC=' '
     8353ac_dD=' ,'
     8354
     8355uniq confdefs.h |
     8356  sed -n '
     8357        t rset
     8358        :rset
     8359        s/^[     ]*#[    ]*define[       ][      ]*//
     8360        t ok
     8361        d
     8362        :ok
     8363        s/[\\&,]/\\&/g
     8364        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
     8365        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
     8366  ' >>conftest.defines
     8367
     8368# Remove the space that was appended to ease matching.
     8369# Then replace #undef with comments.  This is necessary, for
     8370# example, in the case of _POSIX_SOURCE, which is predefined and required
     8371# on some systems where configure will not decide to define it.
     8372# (The regexp can be short, since the line contains either #define or #undef.)
     8373echo 's/ $//
     8374s,^[     #]*u.*,/* & */,' >>conftest.defines
     8375
     8376# Break up conftest.defines:
     8377ac_max_sed_lines=50
     8378
     8379# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
     8380# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
     8381# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
     8382# et cetera.
     8383ac_in='$ac_file_inputs'
     8384ac_out='"$tmp/out1"'
     8385ac_nxt='"$tmp/out2"'
     8386
     8387while :
     8388do
     8389  # Write a here document:
     8390    cat >>$CONFIG_STATUS <<_ACEOF
     8391    # First, check the format of the line:
     8392    cat >"\$tmp/defines.sed" <<\\CEOF
     8393/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
     8394/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
     8395b
     8396:def
     8397_ACEOF
     8398  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
     8399  echo 'CEOF
     8400    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
     8401  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
     8402  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
     8403  grep . conftest.tail >/dev/null || break
     8404  rm -f conftest.defines
     8405  mv conftest.tail conftest.defines
     8406done
     8407rm -f conftest.defines conftest.tail
     8408
     8409echo "ac_result=$ac_in" >>$CONFIG_STATUS
     8410cat >>$CONFIG_STATUS <<\_ACEOF
    85028411  if test x"$ac_file" != x-; then
    8503     {
    8504       $as_echo "/* $configure_input  */" \
    8505       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    8506     } >"$tmp/config.h" \
    8507       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8508 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8509    { (exit 1); exit 1; }; }
    8510     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    8511       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8512 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     8412    echo "/* $configure_input  */" >"$tmp/config.h"
     8413    cat "$ac_result" >>"$tmp/config.h"
     8414    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
     8415      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8416echo "$as_me: $ac_file is unchanged" >&6;}
    85138417    else
    8514       rm -f "$ac_file"
    8515       mv "$tmp/config.h" "$ac_file" \
    8516         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8517 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8518    { (exit 1); exit 1; }; }
     8418      rm -f $ac_file
     8419      mv "$tmp/config.h" $ac_file
    85198420    fi
    85208421  else
    8521     $as_echo "/* $configure_input  */" \
    8522       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    8523       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    8524 $as_echo "$as_me: error: could not create -" >&2;}
    8525    { (exit 1); exit 1; }; }
     8422    echo "/* $configure_input  */"
     8423    cat "$ac_result"
    85268424  fi
    8527 # Compute "$ac_file"'s index in $config_headers.
    8528 _am_arg="$ac_file"
     8425  rm -f "$tmp/out12"
     8426# Compute $ac_file's index in $config_headers.
    85298427_am_stamp_count=1
    85308428for _am_header in $config_headers :; do
    85318429  case $_am_header in
    8532     $_am_arg | $_am_arg:* )
     8430    $ac_file | $ac_file:* )
    85338431      break ;;
    85348432    * )
     
    85368434  esac
    85378435done
    8538 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
    8539 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8540          X"$_am_arg" : 'X\(//\)[^/]' \| \
    8541          X"$_am_arg" : 'X\(//\)$' \| \
    8542          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
    8543 $as_echo X"$_am_arg" |
     8436echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
     8437$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8438         X$ac_file : 'X\(//\)[^/]' \| \
     8439         X$ac_file : 'X\(//\)$' \| \
     8440         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
     8441echo X$ac_file |
    85448442    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85458443            s//\1/
     
    85618459 ;;
    85628460 
    8563   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
    8564 $as_echo "$as_me: executing $ac_file commands" >&6;}
     8461  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
     8462echo "$as_me: executing $ac_file commands" >&6;}
    85658463 ;;
    85668464  esac
     
    85688466
    85698467  case $ac_file$ac_mode in
    8570     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
    8571 # are listed without --file.  Let's play safe and only enable the eval
    8572 # if we detect the quoting.
    8573 case $CONFIG_FILES in
    8574 *\'*) eval set x "$CONFIG_FILES" ;;
    8575 *)   set x $CONFIG_FILES ;;
    8576 esac
    8577 shift
    8578 for mf
    8579 do
     8468    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    85808469  # Strip MF so we end up with the name of the file.
    85818470  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    85878476  # Grep'ing the whole file is not good either: AIX grep has a line
    85888477  # limit of 2048, but all sed's we know have understand at least 4000.
    8589   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     8478  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    85908479    dirpart=`$as_dirname -- "$mf" ||
    85918480$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     
    85938482         X"$mf" : 'X\(//\)$' \| \
    85948483         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    8595 $as_echo X"$mf" |
     8484echo X"$mf" |
    85968485    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    85978486            s//\1/
     
    86378526         X"$file" : 'X\(//\)$' \| \
    86388527         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    8639 $as_echo X"$file" |
     8528echo X"$file" |
    86408529    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86418530            s//\1/
     
    86638552    while :; do
    86648553      case $as_dir in #(
    8665       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8554      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    86668555      *) as_qdir=$as_dir;;
    86678556      esac
     
    86728561         X"$as_dir" : 'X\(//\)$' \| \
    86738562         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8674 $as_echo X"$as_dir" |
     8563echo X"$as_dir" |
    86758564    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86768565            s//\1/
     
    86938582    done
    86948583    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8695   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8696 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8584  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8585echo "$as_me: error: cannot create directory $as_dir" >&2;}
    86978586   { (exit 1); exit 1; }; }; }
    86988587    # echo "creating $dirpart/$file"
     
    87108599chmod +x $CONFIG_STATUS
    87118600ac_clean_files=$ac_clean_files_save
    8712 
    8713 test $ac_write_fail = 0 ||
    8714   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    8715 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    8716    { (exit 1); exit 1; }; }
    87178601
    87188602
     
    87378621  $ac_cs_success || { (exit 1); exit 1; }
    87388622fi
    8739 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    8740   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    8741 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    8742 fi
    8743 
    8744 
     8623
     8624
  • issm/trunk/autom4te.cache/output.2

    r1 r1378  
    11@%:@! /bin/sh
    22@%:@ Guess values for system-dependent variables and create Makefiles.
    3 @%:@ Generated by GNU Autoconf 2.63 for ISSM 1.0.
     3@%:@ Generated by GNU Autoconf 2.61 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, 2007, 2008 Free Software Foundation, Inc.
     8@%:@ 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs 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
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (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'
    52 else
    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'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     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
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for 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
     109do
     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
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    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.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (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
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if 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 ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    601579PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    602580
    603 ac_subst_vars='LTLIBOBJS
     581ac_subst_vars='SHELL
     582PATH_SEPARATOR
     583PACKAGE_NAME
     584PACKAGE_TARNAME
     585PACKAGE_VERSION
     586PACKAGE_STRING
     587PACKAGE_BUGREPORT
     588exec_prefix
     589prefix
     590program_transform_name
     591bindir
     592sbindir
     593libexecdir
     594datarootdir
     595datadir
     596sysconfdir
     597sharedstatedir
     598localstatedir
     599includedir
     600oldincludedir
     601docdir
     602infodir
     603htmldir
     604dvidir
     605pdfdir
     606psdir
     607libdir
     608localedir
     609mandir
     610DEFS
     611ECHO_C
     612ECHO_N
     613ECHO_T
     614LIBS
     615build_alias
     616host_alias
     617target_alias
     618build
     619build_cpu
     620build_vendor
     621build_os
     622host
     623host_cpu
     624host_vendor
     625host_os
     626target
     627target_cpu
     628target_vendor
     629target_os
     630INSTALL_PROGRAM
     631INSTALL_SCRIPT
     632INSTALL_DATA
     633am__isrc
     634CYGPATH_W
     635PACKAGE
     636VERSION
     637ACLOCAL
     638AUTOCONF
     639AUTOMAKE
     640AUTOHEADER
     641MAKEINFO
     642install_sh
     643STRIP
     644INSTALL_STRIP_PROGRAM
     645mkdir_p
     646AWK
     647SET_MAKE
     648am__leading_dot
     649AMTAR
     650am__tar
     651am__untar
     652RANLIB
     653CC
     654CFLAGS
     655LDFLAGS
     656CPPFLAGS
     657ac_ct_CC
     658EXEEXT
     659OBJEXT
     660DEPDIR
     661am__include
     662am__quote
     663AMDEP_TRUE
     664AMDEP_FALSE
     665AMDEPBACKSLASH
     666CCDEPMODE
     667am__fastdepCC_TRUE
     668am__fastdepCC_FALSE
     669CXX
     670CXXFLAGS
     671ac_ct_CXX
     672CXXDEPMODE
     673am__fastdepCXX_TRUE
     674am__fastdepCXX_FALSE
     675F77
     676FFLAGS
     677ac_ct_F77
     678FLIBS
     679XMKMF
     680CPP
     681X_CFLAGS
     682X_PRE_LIBS
     683X_LIBS
     684X_EXTRA_LIBS
    604685LIB@&t@OBJS
    605 X_EXTRA_LIBS
    606 X_LIBS
    607 X_PRE_LIBS
    608 X_CFLAGS
    609 CPP
    610 XMKMF
    611 FLIBS
    612 ac_ct_F77
    613 FFLAGS
    614 F77
    615 am__fastdepCC_FALSE
    616 am__fastdepCC_TRUE
    617 CCDEPMODE
    618 AMDEPBACKSLASH
    619 AMDEP_FALSE
    620 AMDEP_TRUE
    621 am__quote
    622 am__include
    623 DEPDIR
    624 OBJEXT
    625 EXEEXT
    626 ac_ct_CC
    627 CPPFLAGS
    628 LDFLAGS
    629 CFLAGS
    630 CC
    631 RANLIB
    632 am__untar
    633 am__tar
    634 AMTAR
    635 am__leading_dot
    636 SET_MAKE
    637 AWK
    638 mkdir_p
    639 MKDIR_P
    640 INSTALL_STRIP_PROGRAM
    641 STRIP
    642 install_sh
    643 MAKEINFO
    644 AUTOHEADER
    645 AUTOMAKE
    646 AUTOCONF
    647 ACLOCAL
    648 VERSION
    649 PACKAGE
    650 CYGPATH_W
    651 am__isrc
    652 INSTALL_DATA
    653 INSTALL_SCRIPT
    654 INSTALL_PROGRAM
    655 target_os
    656 target_vendor
    657 target_cpu
    658 target
    659 host_os
    660 host_vendor
    661 host_cpu
    662 host
    663 build_os
    664 build_vendor
    665 build_cpu
    666 build
    667 target_alias
    668 host_alias
    669 build_alias
    670 LIBS
    671 ECHO_T
    672 ECHO_N
    673 ECHO_C
    674 DEFS
    675 mandir
    676 localedir
    677 libdir
    678 psdir
    679 pdfdir
    680 dvidir
    681 htmldir
    682 infodir
    683 docdir
    684 oldincludedir
    685 includedir
    686 localstatedir
    687 sharedstatedir
    688 sysconfdir
    689 datadir
    690 datarootdir
    691 libexecdir
    692 sbindir
    693 bindir
    694 program_transform_name
    695 prefix
    696 exec_prefix
    697 PACKAGE_BUGREPORT
    698 PACKAGE_STRING
    699 PACKAGE_VERSION
    700 PACKAGE_TARNAME
    701 PACKAGE_NAME
    702 PATH_SEPARATOR
    703 SHELL'
     686LTLIBOBJS'
    704687ac_subst_files=''
    705 ac_user_opts='
    706 enable_option_checking
    707 enable_dependency_tracking
    708 with_x
    709 '
    710688      ac_precious_vars='build_alias
    711689host_alias
     
    716694LIBS
    717695CPPFLAGS
     696CXX
     697CXXFLAGS
     698CCC
    718699F77
    719700FFLAGS
     
    725706ac_init_help=
    726707ac_init_version=false
    727 ac_unrecognized_opts=
    728 ac_unrecognized_sep=
    729708# The variables have the same names as the options, with
    730709# dashes changed to underlines.
     
    825804
    826805  -disable-* | --disable-*)
    827     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     806    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    828807    # Reject names that are not valid shell variable names.
    829     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    830       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     808    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     809      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    831810   { (exit 1); exit 1; }; }
    832     ac_useropt_orig=$ac_useropt
    833     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    834     case $ac_user_opts in
    835       *"
    836 "enable_$ac_useropt"
    837 "*) ;;
    838       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    839          ac_unrecognized_sep=', ';;
    840     esac
    841     eval enable_$ac_useropt=no ;;
     811    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     812    eval enable_$ac_feature=no ;;
    842813
    843814  -docdir | --docdir | --docdi | --doc | --do)
     
    852823
    853824  -enable-* | --enable-*)
    854     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     825    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    855826    # Reject names that are not valid shell variable names.
    856     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    857       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     827    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     828      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    858829   { (exit 1); exit 1; }; }
    859     ac_useropt_orig=$ac_useropt
    860     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    861     case $ac_user_opts in
    862       *"
    863 "enable_$ac_useropt"
    864 "*) ;;
    865       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    866          ac_unrecognized_sep=', ';;
    867     esac
    868     eval enable_$ac_useropt=\$ac_optarg ;;
     830    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     831    eval enable_$ac_feature=\$ac_optarg ;;
    869832
    870833  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    10571020
    10581021  -with-* | --with-*)
    1059     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1022    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    10601023    # Reject names that are not valid shell variable names.
    1061     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1062       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1024    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1025      { echo "$as_me: error: invalid package name: $ac_package" >&2
    10631026   { (exit 1); exit 1; }; }
    1064     ac_useropt_orig=$ac_useropt
    1065     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1066     case $ac_user_opts in
    1067       *"
    1068 "with_$ac_useropt"
    1069 "*) ;;
    1070       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1071          ac_unrecognized_sep=', ';;
    1072     esac
    1073     eval with_$ac_useropt=\$ac_optarg ;;
     1027    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1028    eval with_$ac_package=\$ac_optarg ;;
    10741029
    10751030  -without-* | --without-*)
    1076     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1031    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    10771032    # Reject names that are not valid shell variable names.
    1078     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1079       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1033    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1034      { echo "$as_me: error: invalid package name: $ac_package" >&2
    10801035   { (exit 1); exit 1; }; }
    1081     ac_useropt_orig=$ac_useropt
    1082     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1083     case $ac_user_opts in
    1084       *"
    1085 "with_$ac_useropt"
    1086 "*) ;;
    1087       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1088          ac_unrecognized_sep=', ';;
    1089     esac
    1090     eval with_$ac_useropt=no ;;
     1036    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1037    eval with_$ac_package=no ;;
    10911038
    10921039  --x)
     
    11081055    x_libraries=$ac_optarg ;;
    11091056
    1110   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1057  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11111058Try \`$0 --help' for more information." >&2
    11121059   { (exit 1); exit 1; }; }
     
    11171064    # Reject names that are not valid shell variable names.
    11181065    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1119       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1066      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11201067   { (exit 1); exit 1; }; }
    11211068    eval $ac_envvar=\$ac_optarg
     
    11241071  *)
    11251072    # FIXME: should be removed in autoconf 3.0.
    1126     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1073    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11271074    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1128       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1075      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11291076    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11301077    ;;
     
    11351082if test -n "$ac_prev"; then
    11361083  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1137   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1084  { echo "$as_me: error: missing argument to $ac_option" >&2
    11381085   { (exit 1); exit 1; }; }
    11391086fi
    11401087
    1141 if test -n "$ac_unrecognized_opts"; then
    1142   case $enable_option_checking in
    1143     no) ;;
    1144     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1145    { (exit 1); exit 1; }; } ;;
    1146     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1147   esac
    1148 fi
    1149 
    1150 # Check all directory arguments for consistency.
     1088# Be sure to have absolute directory names.
    11511089for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    11521090                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    11551093do
    11561094  eval ac_val=\$$ac_var
    1157   # Remove trailing slashes.
    1158   case $ac_val in
    1159     */ )
    1160       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1161       eval $ac_var=\$ac_val;;
    1162   esac
    1163   # Be sure to have absolute directory names.
    11641095  case $ac_val in
    11651096    [\\/$]* | ?:[\\/]* )  continue;;
    11661097    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    11671098  esac
    1168   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1099  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    11691100   { (exit 1); exit 1; }; }
    11701101done
     
    11811112  if test "x$build_alias" = x; then
    11821113    cross_compiling=maybe
    1183     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1114    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    11841115    If a cross compiler is detected then cross compile mode will be used." >&2
    11851116  elif test "x$build_alias" != "x$host_alias"; then
     
    11971128ac_ls_di=`ls -di .` &&
    11981129ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1199   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1130  { echo "$as_me: error: Working directory cannot be determined" >&2
    12001131   { (exit 1); exit 1; }; }
    12011132test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1202   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1133  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12031134   { (exit 1); exit 1; }; }
    12041135
     
    12081139  ac_srcdir_defaulted=yes
    12091140  # Try the directory containing this script, then the parent directory.
    1210   ac_confdir=`$as_dirname -- "$as_myself" ||
    1211 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1212          X"$as_myself" : 'X\(//\)[^/]' \| \
    1213          X"$as_myself" : 'X\(//\)$' \| \
    1214          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1215 $as_echo X"$as_myself" |
     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 ||
     1146echo X"$0" |
    12161147    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12171148            s//\1/
     
    12401171if test ! -r "$srcdir/$ac_unique_file"; then
    12411172  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1242   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1173  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    12431174   { (exit 1); exit 1; }; }
    12441175fi
    12451176ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    12461177ac_abs_confdir=`(
    1247         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1178        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    12481179   { (exit 1); exit 1; }; }
    12491180        pwd)`
     
    12941225Installation directories:
    12951226  --prefix=PREFIX         install architecture-independent files in PREFIX
    1296                           [$ac_default_prefix]
     1227                          [$ac_default_prefix]
    12971228  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1298                           [PREFIX]
     1229                          [PREFIX]
    12991230
    13001231By default, \`make install' will install all the files in
     
    13061237
    13071238Fine tuning of the installation directories:
    1308   --bindir=DIR            user executables [EPREFIX/bin]
    1309   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1310   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1311   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1312   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1313   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1314   --libdir=DIR            object code libraries [EPREFIX/lib]
    1315   --includedir=DIR        C header files [PREFIX/include]
    1316   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1317   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1318   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1319   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1320   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1321   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1322   --docdir=DIR            documentation root @<:@DATAROOTDIR/doc/issm@:>@
    1323   --htmldir=DIR           html documentation [DOCDIR]
    1324   --dvidir=DIR            dvi documentation [DOCDIR]
    1325   --pdfdir=DIR            pdf documentation [DOCDIR]
    1326   --psdir=DIR             ps documentation [DOCDIR]
     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]
    13271258_ACEOF
    13281259
     
    13521283
    13531284Optional Features:
    1354   --disable-option-checking  ignore unrecognized --enable/--with options
    13551285  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    13561286  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    13711301  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
    13721302              you have headers in a nonstandard directory <include dir>
     1303  CXX         C++ compiler command
     1304  CXXFLAGS    C++ compiler flags
    13731305  F77         Fortran 77 compiler command
    13741306  FFLAGS      Fortran 77 compiler flags
     
    13871319  # If there are subdirs, report their specific --help.
    13881320  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1389     test -d "$ac_dir" ||
    1390       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1391       continue
     1321    test -d "$ac_dir" || continue
    13921322    ac_builddir=.
    13931323
     
    13951325.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    13961326*)
    1397   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1327  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    13981328  # A ".." for each directory in $ac_dir_suffix.
    1399   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1329  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14001330  case $ac_top_builddir_sub in
    14011331  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    14331363      $SHELL "$ac_srcdir/configure" --help=recursive
    14341364    else
    1435       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1365      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    14361366    fi || ac_status=$?
    14371367    cd "$ac_pwd" || { ac_status=$?; break; }
     
    14431373  cat <<\_ACEOF
    14441374ISSM configure 1.0
    1445 generated by GNU Autoconf 2.63
     1375generated by GNU Autoconf 2.61
    14461376
    14471377Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1448 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     13782002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    14491379This configure script is free software; the Free Software Foundation
    14501380gives unlimited permission to copy, distribute and modify it.
     
    14571387
    14581388It was created by ISSM $as_me 1.0, which was
    1459 generated by GNU Autoconf 2.63.  Invocation command line was
     1389generated by GNU Autoconf 2.61.  Invocation command line was
    14601390
    14611391  $ $0 $@
     
    14931423  IFS=$as_save_IFS
    14941424  test -z "$as_dir" && as_dir=.
    1495   $as_echo "PATH: $as_dir"
     1425  echo "PATH: $as_dir"
    14961426done
    14971427IFS=$as_save_IFS
     
    15281458      continue ;;
    15291459    *\'*)
    1530       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1460      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    15311461    esac
    15321462    case $ac_pass in
     
    15801510    *${as_nl}*)
    15811511      case $ac_var in #(
    1582       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1583 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1512      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1513echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    15841514      esac
    15851515      case $ac_var in #(
    15861516      _ | IFS | as_nl) ;; #(
    1587       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    15881517      *) $as_unset $ac_var ;;
    15891518      esac ;;
     
    16151544      eval ac_val=\$$ac_var
    16161545      case $ac_val in
    1617       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1546      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16181547      esac
    1619       $as_echo "$ac_var='\''$ac_val'\''"
     1548      echo "$ac_var='\''$ac_val'\''"
    16201549    done | sort
    16211550    echo
     
    16321561        eval ac_val=\$$ac_var
    16331562        case $ac_val in
    1634         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1563        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    16351564        esac
    1636         $as_echo "$ac_var='\''$ac_val'\''"
     1565        echo "$ac_var='\''$ac_val'\''"
    16371566      done | sort
    16381567      echo
     
    16501579    fi
    16511580    test "$ac_signal" != 0 &&
    1652       $as_echo "$as_me: caught signal $ac_signal"
    1653     $as_echo "$as_me: exit $exit_status"
     1581      echo "$as_me: caught signal $ac_signal"
     1582    echo "$as_me: exit $exit_status"
    16541583  } >&5
    16551584  rm -f core *.core core.conftest.* &&
     
    16931622
    16941623# Let the site file select an alternate cache file if it wants to.
    1695 # Prefer an explicitly selected file to automatically selected ones.
    1696 ac_site_file1=NONE
    1697 ac_site_file2=NONE
     1624# Prefer explicitly selected file to automatically selected ones.
    16981625if test -n "$CONFIG_SITE"; then
    1699   ac_site_file1=$CONFIG_SITE
     1626  set x "$CONFIG_SITE"
    17001627elif test "x$prefix" != xNONE; then
    1701   ac_site_file1=$prefix/share/config.site
    1702   ac_site_file2=$prefix/etc/config.site
    1703 else
    1704   ac_site_file1=$ac_default_prefix/share/config.site
    1705   ac_site_file2=$ac_default_prefix/etc/config.site
    1706 fi
    1707 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1628  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1629else
     1630  set x "$ac_default_prefix/share/config.site" \
     1631        "$ac_default_prefix/etc/config.site"
     1632fi
     1633shift
     1634for ac_site_file
    17081635do
    1709   test "x$ac_site_file" = xNONE && continue
    17101636  if test -r "$ac_site_file"; then
    1711     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1712 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1637    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1638echo "$as_me: loading site script $ac_site_file" >&6;}
    17131639    sed 's/^/| /' "$ac_site_file" >&5
    17141640    . "$ac_site_file"
     
    17201646  # files actually), so we avoid doing that.
    17211647  if test -f "$cache_file"; then
    1722     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1723 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1648    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1649echo "$as_me: loading cache $cache_file" >&6;}
    17241650    case $cache_file in
    17251651      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    17281654  fi
    17291655else
    1730   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1731 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1656  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1657echo "$as_me: creating cache $cache_file" >&6;}
    17321658  >$cache_file
    17331659fi
     
    17431669  case $ac_old_set,$ac_new_set in
    17441670    set,)
    1745       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1746 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1671      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1672echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    17471673      ac_cache_corrupted=: ;;
    17481674    ,set)
    1749       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1750 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1675      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1676echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    17511677      ac_cache_corrupted=: ;;
    17521678    ,);;
    17531679    *)
    17541680      if test "x$ac_old_val" != "x$ac_new_val"; then
    1755         # differences in whitespace do not lead to failure.
    1756         ac_old_val_w=`echo x $ac_old_val`
    1757         ac_new_val_w=`echo x $ac_new_val`
    1758         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1759           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1760 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1761           ac_cache_corrupted=:
    1762         else
    1763           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1764 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1765           eval $ac_var=\$ac_old_val
    1766         fi
    1767         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1768 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1769         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1770 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1681        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1682echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1683        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1684echo "$as_me:   former value:  $ac_old_val" >&2;}
     1685        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1686echo "$as_me:   current value: $ac_new_val" >&2;}
     1687        ac_cache_corrupted=:
    17711688      fi;;
    17721689  esac
     
    17741691  if test "$ac_new_set" = set; then
    17751692    case $ac_new_val in
    1776     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1693    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    17771694    *) ac_arg=$ac_var=$ac_new_val ;;
    17781695    esac
     
    17841701done
    17851702if $ac_cache_corrupted; then
    1786   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1787 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1788   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1789 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1790   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1791 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1703  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1704echo "$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
     1706echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    17921707   { (exit 1); exit 1; }; }
    17931708fi
     
    18431758done
    18441759if test -z "$ac_aux_dir"; then
    1845   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1846 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1760  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1761echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    18471762   { (exit 1); exit 1; }; }
    18481763fi
     
    18591774# Make sure we can run config.sub.
    18601775$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1861   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1862 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1776  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1777echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    18631778   { (exit 1); exit 1; }; }
    18641779
    1865 { $as_echo "$as_me:$LINENO: checking build system type" >&5
    1866 $as_echo_n "checking build system type... " >&6; }
     1780{ echo "$as_me:$LINENO: checking build system type" >&5
     1781echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    18671782if test "${ac_cv_build+set}" = set; then
    1868   $as_echo_n "(cached) " >&6
     1783  echo $ECHO_N "(cached) $ECHO_C" >&6
    18691784else
    18701785  ac_build_alias=$build_alias
     
    18721787  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    18731788test "x$ac_build_alias" = x &&
    1874   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1875 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1789  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1790echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    18761791   { (exit 1); exit 1; }; }
    18771792ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1878   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1879 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1793  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1794echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    18801795   { (exit 1); exit 1; }; }
    18811796
    18821797fi
    1883 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1884 $as_echo "$ac_cv_build" >&6; }
     1798{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1799echo "${ECHO_T}$ac_cv_build" >&6; }
    18851800case $ac_cv_build in
    18861801*-*-*) ;;
    1887 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1888 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
     1802*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1803echo "$as_me: error: invalid value of canonical build" >&2;}
    18891804   { (exit 1); exit 1; }; };;
    18901805esac
     
    19031818
    19041819
    1905 { $as_echo "$as_me:$LINENO: checking host system type" >&5
    1906 $as_echo_n "checking host system type... " >&6; }
     1820{ echo "$as_me:$LINENO: checking host system type" >&5
     1821echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    19071822if test "${ac_cv_host+set}" = set; then
    1908   $as_echo_n "(cached) " >&6
     1823  echo $ECHO_N "(cached) $ECHO_C" >&6
    19091824else
    19101825  if test "x$host_alias" = x; then
     
    19121827else
    19131828  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    1914     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    1915 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     1829    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     1830echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    19161831   { (exit 1); exit 1; }; }
    19171832fi
    19181833
    19191834fi
    1920 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    1921 $as_echo "$ac_cv_host" >&6; }
     1835{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1836echo "${ECHO_T}$ac_cv_host" >&6; }
    19221837case $ac_cv_host in
    19231838*-*-*) ;;
    1924 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    1925 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
     1839*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     1840echo "$as_me: error: invalid value of canonical host" >&2;}
    19261841   { (exit 1); exit 1; }; };;
    19271842esac
     
    19401855
    19411856
    1942 { $as_echo "$as_me:$LINENO: checking target system type" >&5
    1943 $as_echo_n "checking target system type... " >&6; }
     1857{ echo "$as_me:$LINENO: checking target system type" >&5
     1858echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
    19441859if test "${ac_cv_target+set}" = set; then
    1945   $as_echo_n "(cached) " >&6
     1860  echo $ECHO_N "(cached) $ECHO_C" >&6
    19461861else
    19471862  if test "x$target_alias" = x; then
     
    19491864else
    19501865  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    1951     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    1952 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     1866    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     1867echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    19531868   { (exit 1); exit 1; }; }
    19541869fi
    19551870
    19561871fi
    1957 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    1958 $as_echo "$ac_cv_target" >&6; }
     1872{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1873echo "${ECHO_T}$ac_cv_target" >&6; }
    19591874case $ac_cv_target in
    19601875*-*-*) ;;
    1961 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    1962 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
     1876*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     1877echo "$as_me: error: invalid value of canonical target" >&2;}
    19631878   { (exit 1); exit 1; }; };;
    19641879esac
     
    19981913# OS/2's system install, which has a completely different semantic
    19991914# ./install, which can be erroneously created by make from ./install.sh.
    2000 # Reject install programs that cannot install multiple files.
    2001 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2002 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1915{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1916echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    20031917if test -z "$INSTALL"; then
    20041918if test "${ac_cv_path_install+set}" = set; then
    2005   $as_echo_n "(cached) " >&6
     1919  echo $ECHO_N "(cached) $ECHO_C" >&6
    20061920else
    20071921  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    20321946            :
    20331947          else
    2034             rm -rf conftest.one conftest.two conftest.dir
    2035             echo one > conftest.one
    2036             echo two > conftest.two
    2037             mkdir conftest.dir
    2038             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2039               test -s conftest.one && test -s conftest.two &&
    2040               test -s conftest.dir/conftest.one &&
    2041               test -s conftest.dir/conftest.two
    2042             then
    2043               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2044               break 3
    2045             fi
     1948            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     1949            break 3
    20461950          fi
    20471951        fi
     
    20501954    ;;
    20511955esac
    2052 
    20531956done
    20541957IFS=$as_save_IFS
    20551958
    2056 rm -rf conftest.one conftest.two conftest.dir
    20571959
    20581960fi
     
    20671969  fi
    20681970fi
    2069 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2070 $as_echo "$INSTALL" >&6; }
     1971{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     1972echo "${ECHO_T}$INSTALL" >&6; }
    20711973
    20721974# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    20781980test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    20791981
    2080 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2081 $as_echo_n "checking whether build environment is sane... " >&6; }
     1982{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     1983echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
    20821984# Just in case
    20831985sleep 1
     
    21022004      # broken ls alias from the environment.  This has actually
    21032005      # happened.  Such a system could not be considered "sane".
    2104       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2006      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    21052007alias in your environment" >&5
    2106 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2008echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    21072009alias in your environment" >&2;}
    21082010   { (exit 1); exit 1; }; }
     
    21152017   :
    21162018else
    2117    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2019   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    21182020Check your system clock" >&5
    2119 $as_echo "$as_me: error: newly created file is older than distributed files!
     2021echo "$as_me: error: newly created file is older than distributed files!
    21202022Check your system clock" >&2;}
    21212023   { (exit 1); exit 1; }; }
    21222024fi
    2123 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2124 $as_echo "yes" >&6; }
     2025{ echo "$as_me:$LINENO: result: yes" >&5
     2026echo "${ECHO_T}yes" >&6; }
    21252027test "$program_prefix" != NONE &&
    21262028  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    21282030test "$program_suffix" != NONE &&
    21292031  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2130 # Double any \ or $.
     2032# Double any \ or $.  echo might interpret backslashes.
    21312033# By default was `s,x,x', remove it if useless.
    2132 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    2133 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
     2034cat <<\_ACEOF >conftest.sed
     2035s/[\\$]/&&/g;s/;s,x,x,$//
     2036_ACEOF
     2037program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
     2038rm -f conftest.sed
    21342039
    21352040# expand $ac_aux_dir to an absolute path
     
    21422047else
    21432048  am_missing_run=
    2144   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2145 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2146 fi
    2147 
    2148 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2149 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     2049  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2050echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2051fi
     2052
     2053{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2054echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    21502055if test -z "$MKDIR_P"; then
    21512056  if test "${ac_cv_path_mkdir+set}" = set; then
    2152   $as_echo_n "(cached) " >&6
     2057  echo $ECHO_N "(cached) $ECHO_C" >&6
    21532058else
    21542059  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21852090  fi
    21862091fi
    2187 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2188 $as_echo "$MKDIR_P" >&6; }
     2092{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2093echo "${ECHO_T}$MKDIR_P" >&6; }
    21892094
    21902095mkdir_p="$MKDIR_P"
     
    21982103  # Extract the first word of "$ac_prog", so it can be a program name with args.
    21992104set dummy $ac_prog; ac_word=$2
    2200 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2201 $as_echo_n "checking for $ac_word... " >&6; }
     2105{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2106echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22022107if test "${ac_cv_prog_AWK+set}" = set; then
    2203   $as_echo_n "(cached) " >&6
     2108  echo $ECHO_N "(cached) $ECHO_C" >&6
    22042109else
    22052110  if test -n "$AWK"; then
     
    22142119  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    22152120    ac_cv_prog_AWK="$ac_prog"
    2216     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2121    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    22172122    break 2
    22182123  fi
     
    22252130AWK=$ac_cv_prog_AWK
    22262131if test -n "$AWK"; then
    2227   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    2228 $as_echo "$AWK" >&6; }
    2229 else
    2230   { $as_echo "$as_me:$LINENO: result: no" >&5
    2231 $as_echo "no" >&6; }
     2132  { echo "$as_me:$LINENO: result: $AWK" >&5
     2133echo "${ECHO_T}$AWK" >&6; }
     2134else
     2135  { echo "$as_me:$LINENO: result: no" >&5
     2136echo "${ECHO_T}no" >&6; }
    22322137fi
    22332138
     
    22362141done
    22372142
    2238 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2239 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2240 set x ${MAKE-make}
    2241 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2143{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2144echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     2145set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    22422146if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2243   $as_echo_n "(cached) " >&6
     2147  echo $ECHO_N "(cached) $ECHO_C" >&6
    22442148else
    22452149  cat >conftest.make <<\_ACEOF
     
    22582162fi
    22592163if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2260   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2261 $as_echo "yes" >&6; }
     2164  { echo "$as_me:$LINENO: result: yes" >&5
     2165echo "${ECHO_T}yes" >&6; }
    22622166  SET_MAKE=
    22632167else
    2264   { $as_echo "$as_me:$LINENO: result: no" >&5
    2265 $as_echo "no" >&6; }
     2168  { echo "$as_me:$LINENO: result: no" >&5
     2169echo "${ECHO_T}no" >&6; }
    22662170  SET_MAKE="MAKE=${MAKE-make}"
    22672171fi
     
    22822186  # test to see if srcdir already configured
    22832187  if test -f $srcdir/config.status; then
    2284     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2285 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2188    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2189echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    22862190   { (exit 1); exit 1; }; }
    22872191  fi
     
    23382242  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    23392243set dummy ${ac_tool_prefix}strip; ac_word=$2
    2340 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2341 $as_echo_n "checking for $ac_word... " >&6; }
     2244{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2245echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23422246if test "${ac_cv_prog_STRIP+set}" = set; then
    2343   $as_echo_n "(cached) " >&6
     2247  echo $ECHO_N "(cached) $ECHO_C" >&6
    23442248else
    23452249  if test -n "$STRIP"; then
     
    23542258  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23552259    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2356     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2260    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23572261    break 2
    23582262  fi
     
    23652269STRIP=$ac_cv_prog_STRIP
    23662270if test -n "$STRIP"; then
    2367   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
    2368 $as_echo "$STRIP" >&6; }
    2369 else
    2370   { $as_echo "$as_me:$LINENO: result: no" >&5
    2371 $as_echo "no" >&6; }
     2271  { echo "$as_me:$LINENO: result: $STRIP" >&5
     2272echo "${ECHO_T}$STRIP" >&6; }
     2273else
     2274  { echo "$as_me:$LINENO: result: no" >&5
     2275echo "${ECHO_T}no" >&6; }
    23722276fi
    23732277
     
    23782282  # Extract the first word of "strip", so it can be a program name with args.
    23792283set dummy strip; ac_word=$2
    2380 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2381 $as_echo_n "checking for $ac_word... " >&6; }
     2284{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2285echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    23822286if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2383   $as_echo_n "(cached) " >&6
     2287  echo $ECHO_N "(cached) $ECHO_C" >&6
    23842288else
    23852289  if test -n "$ac_ct_STRIP"; then
     
    23942298  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23952299    ac_cv_prog_ac_ct_STRIP="strip"
    2396     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2300    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23972301    break 2
    23982302  fi
     
    24052309ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    24062310if test -n "$ac_ct_STRIP"; then
    2407   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2408 $as_echo "$ac_ct_STRIP" >&6; }
    2409 else
    2410   { $as_echo "$as_me:$LINENO: result: no" >&5
    2411 $as_echo "no" >&6; }
     2311  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2312echo "${ECHO_T}$ac_ct_STRIP" >&6; }
     2313else
     2314  { echo "$as_me:$LINENO: result: no" >&5
     2315echo "${ECHO_T}no" >&6; }
    24122316fi
    24132317
     
    24172321    case $cross_compiling:$ac_tool_warned in
    24182322yes:)
    2419 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2323{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2324whose name does not start with the host triplet.  If you think this
     2325configuration is useful to you, please write to autoconf@gnu.org." >&5
     2326echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2327whose name does not start with the host triplet.  If you think this
     2328configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    24212329ac_tool_warned=yes ;;
    24222330esac
     
    24452353  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    24462354set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2447 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2448 $as_echo_n "checking for $ac_word... " >&6; }
     2355{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2356echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24492357if test "${ac_cv_prog_RANLIB+set}" = set; then
    2450   $as_echo_n "(cached) " >&6
     2358  echo $ECHO_N "(cached) $ECHO_C" >&6
    24512359else
    24522360  if test -n "$RANLIB"; then
     
    24612369  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24622370    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2463     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2371    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24642372    break 2
    24652373  fi
     
    24722380RANLIB=$ac_cv_prog_RANLIB
    24732381if test -n "$RANLIB"; then
    2474   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    2475 $as_echo "$RANLIB" >&6; }
    2476 else
    2477   { $as_echo "$as_me:$LINENO: result: no" >&5
    2478 $as_echo "no" >&6; }
     2382  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     2383echo "${ECHO_T}$RANLIB" >&6; }
     2384else
     2385  { echo "$as_me:$LINENO: result: no" >&5
     2386echo "${ECHO_T}no" >&6; }
    24792387fi
    24802388
     
    24852393  # Extract the first word of "ranlib", so it can be a program name with args.
    24862394set dummy ranlib; ac_word=$2
    2487 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2488 $as_echo_n "checking for $ac_word... " >&6; }
     2395{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2396echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24892397if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2490   $as_echo_n "(cached) " >&6
     2398  echo $ECHO_N "(cached) $ECHO_C" >&6
    24912399else
    24922400  if test -n "$ac_ct_RANLIB"; then
     
    25012409  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25022410    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2503     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2411    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25042412    break 2
    25052413  fi
     
    25122420ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    25132421if test -n "$ac_ct_RANLIB"; then
    2514   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2515 $as_echo "$ac_ct_RANLIB" >&6; }
    2516 else
    2517   { $as_echo "$as_me:$LINENO: result: no" >&5
    2518 $as_echo "no" >&6; }
     2422  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2423echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     2424else
     2425  { echo "$as_me:$LINENO: result: no" >&5
     2426echo "${ECHO_T}no" >&6; }
    25192427fi
    25202428
     
    25242432    case $cross_compiling:$ac_tool_warned in
    25252433yes:)
    2526 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2527 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2434{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2435whose name does not start with the host triplet.  If you think this
     2436configuration is useful to you, please write to autoconf@gnu.org." >&5
     2437echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2438whose name does not start with the host triplet.  If you think this
     2439configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    25282440ac_tool_warned=yes ;;
    25292441esac
     
    25422454  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    25432455set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2544 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2545 $as_echo_n "checking for $ac_word... " >&6; }
     2456{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2457echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25462458if test "${ac_cv_prog_CC+set}" = set; then
    2547   $as_echo_n "(cached) " >&6
     2459  echo $ECHO_N "(cached) $ECHO_C" >&6
    25482460else
    25492461  if test -n "$CC"; then
     
    25582470  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25592471    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2560     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2472    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25612473    break 2
    25622474  fi
     
    25692481CC=$ac_cv_prog_CC
    25702482if test -n "$CC"; then
    2571   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2572 $as_echo "$CC" >&6; }
    2573 else
    2574   { $as_echo "$as_me:$LINENO: result: no" >&5
    2575 $as_echo "no" >&6; }
     2483  { echo "$as_me:$LINENO: result: $CC" >&5
     2484echo "${ECHO_T}$CC" >&6; }
     2485else
     2486  { echo "$as_me:$LINENO: result: no" >&5
     2487echo "${ECHO_T}no" >&6; }
    25762488fi
    25772489
     
    25822494  # Extract the first word of "gcc", so it can be a program name with args.
    25832495set dummy gcc; ac_word=$2
    2584 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2585 $as_echo_n "checking for $ac_word... " >&6; }
     2496{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2497echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25862498if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2587   $as_echo_n "(cached) " >&6
     2499  echo $ECHO_N "(cached) $ECHO_C" >&6
    25882500else
    25892501  if test -n "$ac_ct_CC"; then
     
    25982510  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25992511    ac_cv_prog_ac_ct_CC="gcc"
    2600     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2512    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26012513    break 2
    26022514  fi
     
    26092521ac_ct_CC=$ac_cv_prog_ac_ct_CC
    26102522if test -n "$ac_ct_CC"; then
    2611   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2612 $as_echo "$ac_ct_CC" >&6; }
    2613 else
    2614   { $as_echo "$as_me:$LINENO: result: no" >&5
    2615 $as_echo "no" >&6; }
     2523  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2524echo "${ECHO_T}$ac_ct_CC" >&6; }
     2525else
     2526  { echo "$as_me:$LINENO: result: no" >&5
     2527echo "${ECHO_T}no" >&6; }
    26162528fi
    26172529
     
    26212533    case $cross_compiling:$ac_tool_warned in
    26222534yes:)
    2623 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2624 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2535{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2536whose name does not start with the host triplet.  If you think this
     2537configuration is useful to you, please write to autoconf@gnu.org." >&5
     2538echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2539whose name does not start with the host triplet.  If you think this
     2540configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    26252541ac_tool_warned=yes ;;
    26262542esac
     
    26352551    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    26362552set dummy ${ac_tool_prefix}cc; ac_word=$2
    2637 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2638 $as_echo_n "checking for $ac_word... " >&6; }
     2553{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2554echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26392555if test "${ac_cv_prog_CC+set}" = set; then
    2640   $as_echo_n "(cached) " >&6
     2556  echo $ECHO_N "(cached) $ECHO_C" >&6
    26412557else
    26422558  if test -n "$CC"; then
     
    26512567  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26522568    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2653     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2569    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26542570    break 2
    26552571  fi
     
    26622578CC=$ac_cv_prog_CC
    26632579if test -n "$CC"; then
    2664   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2665 $as_echo "$CC" >&6; }
    2666 else
    2667   { $as_echo "$as_me:$LINENO: result: no" >&5
    2668 $as_echo "no" >&6; }
     2580  { echo "$as_me:$LINENO: result: $CC" >&5
     2581echo "${ECHO_T}$CC" >&6; }
     2582else
     2583  { echo "$as_me:$LINENO: result: no" >&5
     2584echo "${ECHO_T}no" >&6; }
    26692585fi
    26702586
     
    26752591  # Extract the first word of "cc", so it can be a program name with args.
    26762592set dummy cc; ac_word=$2
    2677 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2678 $as_echo_n "checking for $ac_word... " >&6; }
     2593{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2594echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26792595if test "${ac_cv_prog_CC+set}" = set; then
    2680   $as_echo_n "(cached) " >&6
     2596  echo $ECHO_N "(cached) $ECHO_C" >&6
    26812597else
    26822598  if test -n "$CC"; then
     
    26962612     fi
    26972613    ac_cv_prog_CC="cc"
    2698     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2614    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26992615    break 2
    27002616  fi
     
    27192635CC=$ac_cv_prog_CC
    27202636if test -n "$CC"; then
    2721   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2722 $as_echo "$CC" >&6; }
    2723 else
    2724   { $as_echo "$as_me:$LINENO: result: no" >&5
    2725 $as_echo "no" >&6; }
     2637  { echo "$as_me:$LINENO: result: $CC" >&5
     2638echo "${ECHO_T}$CC" >&6; }
     2639else
     2640  { echo "$as_me:$LINENO: result: no" >&5
     2641echo "${ECHO_T}no" >&6; }
    27262642fi
    27272643
     
    27342650    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    27352651set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2737 $as_echo_n "checking for $ac_word... " >&6; }
     2652{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2653echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27382654if test "${ac_cv_prog_CC+set}" = set; then
    2739   $as_echo_n "(cached) " >&6
     2655  echo $ECHO_N "(cached) $ECHO_C" >&6
    27402656else
    27412657  if test -n "$CC"; then
     
    27502666  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27512667    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2752     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2668    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27532669    break 2
    27542670  fi
     
    27612677CC=$ac_cv_prog_CC
    27622678if test -n "$CC"; then
    2763   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2764 $as_echo "$CC" >&6; }
    2765 else
    2766   { $as_echo "$as_me:$LINENO: result: no" >&5
    2767 $as_echo "no" >&6; }
     2679  { echo "$as_me:$LINENO: result: $CC" >&5
     2680echo "${ECHO_T}$CC" >&6; }
     2681else
     2682  { echo "$as_me:$LINENO: result: no" >&5
     2683echo "${ECHO_T}no" >&6; }
    27682684fi
    27692685
     
    27782694  # Extract the first word of "$ac_prog", so it can be a program name with args.
    27792695set dummy $ac_prog; ac_word=$2
    2780 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2781 $as_echo_n "checking for $ac_word... " >&6; }
     2696{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2697echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27822698if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2783   $as_echo_n "(cached) " >&6
     2699  echo $ECHO_N "(cached) $ECHO_C" >&6
    27842700else
    27852701  if test -n "$ac_ct_CC"; then
     
    27942710  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27952711    ac_cv_prog_ac_ct_CC="$ac_prog"
    2796     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2712    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27972713    break 2
    27982714  fi
     
    28052721ac_ct_CC=$ac_cv_prog_ac_ct_CC
    28062722if test -n "$ac_ct_CC"; then
    2807   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2808 $as_echo "$ac_ct_CC" >&6; }
    2809 else
    2810   { $as_echo "$as_me:$LINENO: result: no" >&5
    2811 $as_echo "no" >&6; }
     2723  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2724echo "${ECHO_T}$ac_ct_CC" >&6; }
     2725else
     2726  { echo "$as_me:$LINENO: result: no" >&5
     2727echo "${ECHO_T}no" >&6; }
    28122728fi
    28132729
     
    28212737    case $cross_compiling:$ac_tool_warned in
    28222738yes:)
    2823 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2739{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2740whose name does not start with the host triplet.  If you think this
     2741configuration is useful to you, please write to autoconf@gnu.org." >&5
     2742echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2743whose name does not start with the host triplet.  If you think this
     2744configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    28252745ac_tool_warned=yes ;;
    28262746esac
     
    28322752
    28332753
    2834 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2835 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2836 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2754test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    28372755See \`config.log' for more details." >&5
    2838 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2756echo "$as_me: error: no acceptable C compiler found in \$PATH
    28392757See \`config.log' for more details." >&2;}
    2840    { (exit 1); exit 1; }; }; }
     2758   { (exit 1); exit 1; }; }
    28412759
    28422760# Provide some information about the compiler.
    2843 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2844 set X $ac_compile
    2845 ac_compiler=$2
     2761echo "$as_me:$LINENO: checking for C compiler version" >&5
     2762ac_compiler=`set X $ac_compile; echo $2`
    28462763{ (ac_try="$ac_compiler --version >&5"
    28472764case "(($ac_try" in
     
    28492766  *) ac_try_echo=$ac_try;;
    28502767esac
    2851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2852 $as_echo "$ac_try_echo") >&5
     2768eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28532769  (eval "$ac_compiler --version >&5") 2>&5
    28542770  ac_status=$?
    2855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2771  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28562772  (exit $ac_status); }
    28572773{ (ac_try="$ac_compiler -v >&5"
     
    28602776  *) ac_try_echo=$ac_try;;
    28612777esac
    2862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2863 $as_echo "$ac_try_echo") >&5
     2778eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28642779  (eval "$ac_compiler -v >&5") 2>&5
    28652780  ac_status=$?
    2866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2781  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28672782  (exit $ac_status); }
    28682783{ (ac_try="$ac_compiler -V >&5"
     
    28712786  *) ac_try_echo=$ac_try;;
    28722787esac
    2873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2874 $as_echo "$ac_try_echo") >&5
     2788eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    28752789  (eval "$ac_compiler -V >&5") 2>&5
    28762790  ac_status=$?
    2877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2791  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    28782792  (exit $ac_status); }
    28792793
     
    28942808_ACEOF
    28952809ac_clean_files_save=$ac_clean_files
    2896 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2810ac_clean_files="$ac_clean_files a.out a.exe b.out"
    28972811# Try to create an executable without -o first, disregard a.out.
    28982812# It will help us diagnose broken compilers, and finding out an intuition
    28992813# of exeext.
    2900 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2901 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2902 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2903 
    2904 # The possible output files:
    2905 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2906 
     2814{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2815echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2816ac_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.
     2821ac_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.
    29072826ac_rmfiles=
    29082827for ac_file in $ac_files
    29092828do
    29102829  case $ac_file in
    2911     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2830    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    29122831    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    29132832  esac
     
    29202839  *) ac_try_echo=$ac_try;;
    29212840esac
    2922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2923 $as_echo "$ac_try_echo") >&5
     2841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29242842  (eval "$ac_link_default") 2>&5
    29252843  ac_status=$?
    2926   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2844  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29272845  (exit $ac_status); }; then
    29282846  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    29352853  test -f "$ac_file" || continue
    29362854  case $ac_file in
    2937     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2855    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    29382856        ;;
    29392857    [ab].out )
     
    29622880fi
    29632881
    2964 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    2965 $as_echo "$ac_file" >&6; }
     2882{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2883echo "${ECHO_T}$ac_file" >&6; }
    29662884if test -z "$ac_file"; then
    2967   $as_echo "$as_me: failed program was:" >&5
     2885  echo "$as_me: failed program was:" >&5
    29682886sed 's/^/| /' conftest.$ac_ext >&5
    29692887
    2970 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2972 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
     2888{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    29732889See \`config.log' for more details." >&5
    2974 $as_echo "$as_me: error: C compiler cannot create executables
     2890echo "$as_me: error: C compiler cannot create executables
    29752891See \`config.log' for more details." >&2;}
    2976    { (exit 77); exit 77; }; }; }
     2892   { (exit 77); exit 77; }; }
    29772893fi
    29782894
     
    29812897# Check that the compiler produces executables we can run.  If not, either
    29822898# the compiler is broken, or we cross compile.
    2983 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    2984 $as_echo_n "checking whether the C compiler works... " >&6; }
     2899{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2900echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    29852901# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    29862902# If not cross compiling, check that we can run a simple program.
     
    29912907  *) ac_try_echo=$ac_try;;
    29922908esac
    2993 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2994 $as_echo "$ac_try_echo") >&5
     2909eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29952910  (eval "$ac_try") 2>&5
    29962911  ac_status=$?
    2997   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2912  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29982913  (exit $ac_status); }; }; then
    29992914    cross_compiling=no
     
    30022917        cross_compiling=yes
    30032918    else
    3004         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3006 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2919        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    30072920If you meant to cross compile, use \`--host'.
    30082921See \`config.log' for more details." >&5
    3009 $as_echo "$as_me: error: cannot run C compiled programs.
     2922echo "$as_me: error: cannot run C compiled programs.
    30102923If you meant to cross compile, use \`--host'.
    30112924See \`config.log' for more details." >&2;}
    3012    { (exit 1); exit 1; }; }; }
     2925   { (exit 1); exit 1; }; }
    30132926    fi
    30142927  fi
    30152928fi
    3016 { $as_echo "$as_me:$LINENO: result: yes" >&5
    3017 $as_echo "yes" >&6; }
    3018 
    3019 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2929{ echo "$as_me:$LINENO: result: yes" >&5
     2930echo "${ECHO_T}yes" >&6; }
     2931
     2932rm -f a.out a.exe conftest$ac_cv_exeext b.out
    30202933ac_clean_files=$ac_clean_files_save
    30212934# Check that the compiler produces executables we can run.  If not, either
    30222935# the compiler is broken, or we cross compile.
    3023 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3024 $as_echo_n "checking whether we are cross compiling... " >&6; }
    3025 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3026 $as_echo "$cross_compiling" >&6; }
    3027 
    3028 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3029 $as_echo_n "checking for suffix of executables... " >&6; }
     2936{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     2937echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     2938{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     2939echo "${ECHO_T}$cross_compiling" >&6; }
     2940
     2941{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     2942echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    30302943if { (ac_try="$ac_link"
    30312944case "(($ac_try" in
     
    30332946  *) ac_try_echo=$ac_try;;
    30342947esac
    3035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3036 $as_echo "$ac_try_echo") >&5
     2948eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30372949  (eval "$ac_link") 2>&5
    30382950  ac_status=$?
    3039   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2951  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30402952  (exit $ac_status); }; then
    30412953  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    30462958  test -f "$ac_file" || continue
    30472959  case $ac_file in
    3048     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2960    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    30492961    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    30502962          break;;
     
    30532965done
    30542966else
    3055   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3056 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3057 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     2967  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    30582968See \`config.log' for more details." >&5
    3059 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     2969echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    30602970See \`config.log' for more details." >&2;}
    3061    { (exit 1); exit 1; }; }; }
     2971   { (exit 1); exit 1; }; }
    30622972fi
    30632973
    30642974rm -f conftest$ac_cv_exeext
    3065 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3066 $as_echo "$ac_cv_exeext" >&6; }
     2975{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     2976echo "${ECHO_T}$ac_cv_exeext" >&6; }
    30672977
    30682978rm -f conftest.$ac_ext
    30692979EXEEXT=$ac_cv_exeext
    30702980ac_exeext=$EXEEXT
    3071 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3072 $as_echo_n "checking for suffix of object files... " >&6; }
     2981{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     2982echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    30732983if test "${ac_cv_objext+set}" = set; then
    3074   $as_echo_n "(cached) " >&6
     2984  echo $ECHO_N "(cached) $ECHO_C" >&6
    30752985else
    30762986  cat >conftest.$ac_ext <<_ACEOF
     
    30953005  *) ac_try_echo=$ac_try;;
    30963006esac
    3097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3098 $as_echo "$ac_try_echo") >&5
     3007eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30993008  (eval "$ac_compile") 2>&5
    31003009  ac_status=$?
    3101   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3010  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31023011  (exit $ac_status); }; then
    31033012  for ac_file in conftest.o conftest.obj conftest.*; do
    31043013  test -f "$ac_file" || continue;
    31053014  case $ac_file in
    3106     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     3015    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    31073016    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    31083017       break;;
     
    31103019done
    31113020else
    3112   $as_echo "$as_me: failed program was:" >&5
     3021  echo "$as_me: failed program was:" >&5
    31133022sed 's/^/| /' conftest.$ac_ext >&5
    31143023
    3115 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3116 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3117 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3024{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    31183025See \`config.log' for more details." >&5
    3119 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3026echo "$as_me: error: cannot compute suffix of object files: cannot compile
    31203027See \`config.log' for more details." >&2;}
    3121    { (exit 1); exit 1; }; }; }
     3028   { (exit 1); exit 1; }; }
    31223029fi
    31233030
    31243031rm -f conftest.$ac_cv_objext conftest.$ac_ext
    31253032fi
    3126 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3127 $as_echo "$ac_cv_objext" >&6; }
     3033{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3034echo "${ECHO_T}$ac_cv_objext" >&6; }
    31283035OBJEXT=$ac_cv_objext
    31293036ac_objext=$OBJEXT
    3130 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3131 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     3037{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3038echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    31323039if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3133   $as_echo_n "(cached) " >&6
     3040  echo $ECHO_N "(cached) $ECHO_C" >&6
    31343041else
    31353042  cat >conftest.$ac_ext <<_ACEOF
     
    31573064  *) ac_try_echo=$ac_try;;
    31583065esac
    3159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3160 $as_echo "$ac_try_echo") >&5
     3066eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31613067  (eval "$ac_compile") 2>conftest.er1
    31623068  ac_status=$?
     
    31643070  rm -f conftest.er1
    31653071  cat conftest.err >&5
    3166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3072  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31673073  (exit $ac_status); } && {
    31683074         test -z "$ac_c_werror_flag" ||
     
    31713077  ac_compiler_gnu=yes
    31723078else
    3173   $as_echo "$as_me: failed program was:" >&5
     3079  echo "$as_me: failed program was:" >&5
    31743080sed 's/^/| /' conftest.$ac_ext >&5
    31753081
     
    31813087
    31823088fi
    3183 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3184 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    3185 if test $ac_compiler_gnu = yes; then
    3186   GCC=yes
    3187 else
    3188   GCC=
    3189 fi
     3089{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3090echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     3091GCC=`test $ac_compiler_gnu = yes && echo yes`
    31903092ac_test_CFLAGS=${CFLAGS+set}
    31913093ac_save_CFLAGS=$CFLAGS
    3192 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3193 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     3094{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3095echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    31943096if test "${ac_cv_prog_cc_g+set}" = set; then
    3195   $as_echo_n "(cached) " >&6
     3097  echo $ECHO_N "(cached) $ECHO_C" >&6
    31963098else
    31973099  ac_save_c_werror_flag=$ac_c_werror_flag
     
    32203122  *) ac_try_echo=$ac_try;;
    32213123esac
    3222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3223 $as_echo "$ac_try_echo") >&5
     3124eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32243125  (eval "$ac_compile") 2>conftest.er1
    32253126  ac_status=$?
     
    32273128  rm -f conftest.er1
    32283129  cat conftest.err >&5
    3229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3130  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32303131  (exit $ac_status); } && {
    32313132         test -z "$ac_c_werror_flag" ||
     
    32343135  ac_cv_prog_cc_g=yes
    32353136else
    3236   $as_echo "$as_me: failed program was:" >&5
     3137  echo "$as_me: failed program was:" >&5
    32373138sed 's/^/| /' conftest.$ac_ext >&5
    32383139
     
    32593160  *) ac_try_echo=$ac_try;;
    32603161esac
    3261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3262 $as_echo "$ac_try_echo") >&5
     3162eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32633163  (eval "$ac_compile") 2>conftest.er1
    32643164  ac_status=$?
     
    32663166  rm -f conftest.er1
    32673167  cat conftest.err >&5
    3268   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3168  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32693169  (exit $ac_status); } && {
    32703170         test -z "$ac_c_werror_flag" ||
     
    32733173  :
    32743174else
    3275   $as_echo "$as_me: failed program was:" >&5
     3175  echo "$as_me: failed program was:" >&5
    32763176sed 's/^/| /' conftest.$ac_ext >&5
    32773177
     
    32993199  *) ac_try_echo=$ac_try;;
    33003200esac
    3301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3302 $as_echo "$ac_try_echo") >&5
     3201eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33033202  (eval "$ac_compile") 2>conftest.er1
    33043203  ac_status=$?
     
    33063205  rm -f conftest.er1
    33073206  cat conftest.err >&5
    3308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33093208  (exit $ac_status); } && {
    33103209         test -z "$ac_c_werror_flag" ||
     
    33133212  ac_cv_prog_cc_g=yes
    33143213else
    3315   $as_echo "$as_me: failed program was:" >&5
     3214  echo "$as_me: failed program was:" >&5
    33163215sed 's/^/| /' conftest.$ac_ext >&5
    33173216
     
    33283227   ac_c_werror_flag=$ac_save_c_werror_flag
    33293228fi
    3330 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3331 $as_echo "$ac_cv_prog_cc_g" >&6; }
     3229{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3230echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    33323231if test "$ac_test_CFLAGS" = set; then
    33333232  CFLAGS=$ac_save_CFLAGS
     
    33453244  fi
    33463245fi
    3347 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3348 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3246{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3247echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    33493248if test "${ac_cv_prog_cc_c89+set}" = set; then
    3350   $as_echo_n "(cached) " >&6
     3249  echo $ECHO_N "(cached) $ECHO_C" >&6
    33513250else
    33523251  ac_cv_prog_cc_c89=no
     
    34193318  *) ac_try_echo=$ac_try;;
    34203319esac
    3421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3422 $as_echo "$ac_try_echo") >&5
     3320eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    34233321  (eval "$ac_compile") 2>conftest.er1
    34243322  ac_status=$?
     
    34263324  rm -f conftest.er1
    34273325  cat conftest.err >&5
    3428   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3326  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34293327  (exit $ac_status); } && {
    34303328         test -z "$ac_c_werror_flag" ||
     
    34333331  ac_cv_prog_cc_c89=$ac_arg
    34343332else
    3435   $as_echo "$as_me: failed program was:" >&5
     3333  echo "$as_me: failed program was:" >&5
    34363334sed 's/^/| /' conftest.$ac_ext >&5
    34373335
     
    34493347case "x$ac_cv_prog_cc_c89" in
    34503348  x)
    3451     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3452 $as_echo "none needed" >&6; } ;;
     3349    { echo "$as_me:$LINENO: result: none needed" >&5
     3350echo "${ECHO_T}none needed" >&6; } ;;
    34533351  xno)
    3454     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3455 $as_echo "unsupported" >&6; } ;;
     3352    { echo "$as_me:$LINENO: result: unsupported" >&5
     3353echo "${ECHO_T}unsupported" >&6; } ;;
    34563354  *)
    34573355    CC="$CC $ac_cv_prog_cc_c89"
    3458     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3459 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3356    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3357echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    34603358esac
    34613359
     
    34783376END
    34793377# If we don't find an include directive, just comment out the code.
    3480 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3481 $as_echo_n "checking for style of include used by $am_make... " >&6; }
     3378{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3379echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
    34823380am__include="#"
    34833381am__quote=
     
    35063404
    35073405
    3508 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
    3509 $as_echo "$_am_result" >&6; }
     3406{ echo "$as_me:$LINENO: result: $_am_result" >&5
     3407echo "${ECHO_T}$_am_result" >&6; }
    35103408rm -f confinc confmf
    35113409
    3512 @%:@ Check whether --enable-dependency-tracking was given.
     3410# Check whether --enable-dependency-tracking was given.
    35133411if test "${enable_dependency_tracking+set}" = set; then
    35143412  enableval=$enable_dependency_tracking;
     
    35313429depcc="$CC"   am_compiler_list=
    35323430
    3533 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3534 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3431{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3432echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    35353433if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3536   $as_echo_n "(cached) " >&6
     3434  echo $ECHO_N "(cached) $ECHO_C" >&6
    35373435else
    35383436  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    36223520
    36233521fi
    3624 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3625 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
     3522{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3523echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
    36263524CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    36273525
     
    36343532  am__fastdepCC_TRUE='#'
    36353533  am__fastdepCC_FALSE=
     3534fi
     3535
     3536
     3537ac_ext=cpp
     3538ac_cpp='$CXXCPP $CPPFLAGS'
     3539ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3540ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3541ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
     3542if test -z "$CXX"; then
     3543  if test -n "$CCC"; then
     3544    CXX=$CCC
     3545  else
     3546    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
     3548  do
     3549    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
     3550set dummy $ac_tool_prefix$ac_prog; ac_word=$2
     3551{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3552echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3553if test "${ac_cv_prog_CXX+set}" = set; then
     3554  echo $ECHO_N "(cached) $ECHO_C" >&6
     3555else
     3556  if test -n "$CXX"; then
     3557  ac_cv_prog_CXX="$CXX" # Let the user override the test.
     3558else
     3559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3560for as_dir in $PATH
     3561do
     3562  IFS=$as_save_IFS
     3563  test -z "$as_dir" && as_dir=.
     3564  for ac_exec_ext in '' $ac_executable_extensions; do
     3565  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3566    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
     3567    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3568    break 2
     3569  fi
     3570done
     3571done
     3572IFS=$as_save_IFS
     3573
     3574fi
     3575fi
     3576CXX=$ac_cv_prog_CXX
     3577if test -n "$CXX"; then
     3578  { echo "$as_me:$LINENO: result: $CXX" >&5
     3579echo "${ECHO_T}$CXX" >&6; }
     3580else
     3581  { echo "$as_me:$LINENO: result: no" >&5
     3582echo "${ECHO_T}no" >&6; }
     3583fi
     3584
     3585
     3586    test -n "$CXX" && break
     3587  done
     3588fi
     3589if test -z "$CXX"; then
     3590  ac_ct_CXX=$CXX
     3591  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
     3592do
     3593  # Extract the first word of "$ac_prog", so it can be a program name with args.
     3594set dummy $ac_prog; ac_word=$2
     3595{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3596echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
     3597if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
     3598  echo $ECHO_N "(cached) $ECHO_C" >&6
     3599else
     3600  if test -n "$ac_ct_CXX"; then
     3601  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
     3602else
     3603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     3604for as_dir in $PATH
     3605do
     3606  IFS=$as_save_IFS
     3607  test -z "$as_dir" && as_dir=.
     3608  for ac_exec_ext in '' $ac_executable_extensions; do
     3609  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
     3610    ac_cv_prog_ac_ct_CXX="$ac_prog"
     3611    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3612    break 2
     3613  fi
     3614done
     3615done
     3616IFS=$as_save_IFS
     3617
     3618fi
     3619fi
     3620ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
     3621if test -n "$ac_ct_CXX"; then
     3622  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3623echo "${ECHO_T}$ac_ct_CXX" >&6; }
     3624else
     3625  { echo "$as_me:$LINENO: result: no" >&5
     3626echo "${ECHO_T}no" >&6; }
     3627fi
     3628
     3629
     3630  test -n "$ac_ct_CXX" && break
     3631done
     3632
     3633  if test "x$ac_ct_CXX" = x; then
     3634    CXX="g++"
     3635  else
     3636    case $cross_compiling:$ac_tool_warned in
     3637yes:)
     3638{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3639whose name does not start with the host triplet.  If you think this
     3640configuration is useful to you, please write to autoconf@gnu.org." >&5
     3641echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3642whose name does not start with the host triplet.  If you think this
     3643configuration is useful to you, please write to autoconf@gnu.org." >&2;}
     3644ac_tool_warned=yes ;;
     3645esac
     3646    CXX=$ac_ct_CXX
     3647  fi
     3648fi
     3649
     3650  fi
     3651fi
     3652# Provide some information about the compiler.
     3653echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3654ac_compiler=`set X $ac_compile; echo $2`
     3655{ (ac_try="$ac_compiler --version >&5"
     3656case "(($ac_try" in
     3657  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3658  *) ac_try_echo=$ac_try;;
     3659esac
     3660eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3661  (eval "$ac_compiler --version >&5") 2>&5
     3662  ac_status=$?
     3663  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3664  (exit $ac_status); }
     3665{ (ac_try="$ac_compiler -v >&5"
     3666case "(($ac_try" in
     3667  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3668  *) ac_try_echo=$ac_try;;
     3669esac
     3670eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3671  (eval "$ac_compiler -v >&5") 2>&5
     3672  ac_status=$?
     3673  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3674  (exit $ac_status); }
     3675{ (ac_try="$ac_compiler -V >&5"
     3676case "(($ac_try" in
     3677  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3678  *) ac_try_echo=$ac_try;;
     3679esac
     3680eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3681  (eval "$ac_compiler -V >&5") 2>&5
     3682  ac_status=$?
     3683  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3684  (exit $ac_status); }
     3685
     3686{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3687echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
     3688if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
     3689  echo $ECHO_N "(cached) $ECHO_C" >&6
     3690else
     3691  cat >conftest.$ac_ext <<_ACEOF
     3692/* confdefs.h.  */
     3693_ACEOF
     3694cat confdefs.h >>conftest.$ac_ext
     3695cat >>conftest.$ac_ext <<_ACEOF
     3696/* end confdefs.h.  */
     3697
     3698int
     3699main ()
     3700{
     3701#ifndef __GNUC__
     3702       choke me
     3703#endif
     3704
     3705  ;
     3706  return 0;
     3707}
     3708_ACEOF
     3709rm -f conftest.$ac_objext
     3710if { (ac_try="$ac_compile"
     3711case "(($ac_try" in
     3712  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3713  *) ac_try_echo=$ac_try;;
     3714esac
     3715eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3716  (eval "$ac_compile") 2>conftest.er1
     3717  ac_status=$?
     3718  grep -v '^ *+' conftest.er1 >conftest.err
     3719  rm -f conftest.er1
     3720  cat conftest.err >&5
     3721  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3722  (exit $ac_status); } && {
     3723         test -z "$ac_cxx_werror_flag" ||
     3724         test ! -s conftest.err
     3725       } && test -s conftest.$ac_objext; then
     3726  ac_compiler_gnu=yes
     3727else
     3728  echo "$as_me: failed program was:" >&5
     3729sed 's/^/| /' conftest.$ac_ext >&5
     3730
     3731        ac_compiler_gnu=no
     3732fi
     3733
     3734rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3735ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
     3736
     3737fi
     3738{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3739echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3740GXX=`test $ac_compiler_gnu = yes && echo yes`
     3741ac_test_CXXFLAGS=${CXXFLAGS+set}
     3742ac_save_CXXFLAGS=$CXXFLAGS
     3743{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3744echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
     3745if test "${ac_cv_prog_cxx_g+set}" = set; then
     3746  echo $ECHO_N "(cached) $ECHO_C" >&6
     3747else
     3748  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     3749   ac_cxx_werror_flag=yes
     3750   ac_cv_prog_cxx_g=no
     3751   CXXFLAGS="-g"
     3752   cat >conftest.$ac_ext <<_ACEOF
     3753/* confdefs.h.  */
     3754_ACEOF
     3755cat confdefs.h >>conftest.$ac_ext
     3756cat >>conftest.$ac_ext <<_ACEOF
     3757/* end confdefs.h.  */
     3758
     3759int
     3760main ()
     3761{
     3762
     3763  ;
     3764  return 0;
     3765}
     3766_ACEOF
     3767rm -f conftest.$ac_objext
     3768if { (ac_try="$ac_compile"
     3769case "(($ac_try" in
     3770  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3771  *) ac_try_echo=$ac_try;;
     3772esac
     3773eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3774  (eval "$ac_compile") 2>conftest.er1
     3775  ac_status=$?
     3776  grep -v '^ *+' conftest.er1 >conftest.err
     3777  rm -f conftest.er1
     3778  cat conftest.err >&5
     3779  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3780  (exit $ac_status); } && {
     3781         test -z "$ac_cxx_werror_flag" ||
     3782         test ! -s conftest.err
     3783       } && test -s conftest.$ac_objext; then
     3784  ac_cv_prog_cxx_g=yes
     3785else
     3786  echo "$as_me: failed program was:" >&5
     3787sed 's/^/| /' conftest.$ac_ext >&5
     3788
     3789        CXXFLAGS=""
     3790      cat >conftest.$ac_ext <<_ACEOF
     3791/* confdefs.h.  */
     3792_ACEOF
     3793cat confdefs.h >>conftest.$ac_ext
     3794cat >>conftest.$ac_ext <<_ACEOF
     3795/* end confdefs.h.  */
     3796
     3797int
     3798main ()
     3799{
     3800
     3801  ;
     3802  return 0;
     3803}
     3804_ACEOF
     3805rm -f conftest.$ac_objext
     3806if { (ac_try="$ac_compile"
     3807case "(($ac_try" in
     3808  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3809  *) ac_try_echo=$ac_try;;
     3810esac
     3811eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3812  (eval "$ac_compile") 2>conftest.er1
     3813  ac_status=$?
     3814  grep -v '^ *+' conftest.er1 >conftest.err
     3815  rm -f conftest.er1
     3816  cat conftest.err >&5
     3817  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3818  (exit $ac_status); } && {
     3819         test -z "$ac_cxx_werror_flag" ||
     3820         test ! -s conftest.err
     3821       } && test -s conftest.$ac_objext; then
     3822  :
     3823else
     3824  echo "$as_me: failed program was:" >&5
     3825sed 's/^/| /' conftest.$ac_ext >&5
     3826
     3827        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3828         CXXFLAGS="-g"
     3829         cat >conftest.$ac_ext <<_ACEOF
     3830/* confdefs.h.  */
     3831_ACEOF
     3832cat confdefs.h >>conftest.$ac_ext
     3833cat >>conftest.$ac_ext <<_ACEOF
     3834/* end confdefs.h.  */
     3835
     3836int
     3837main ()
     3838{
     3839
     3840  ;
     3841  return 0;
     3842}
     3843_ACEOF
     3844rm -f conftest.$ac_objext
     3845if { (ac_try="$ac_compile"
     3846case "(($ac_try" in
     3847  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
     3848  *) ac_try_echo=$ac_try;;
     3849esac
     3850eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
     3851  (eval "$ac_compile") 2>conftest.er1
     3852  ac_status=$?
     3853  grep -v '^ *+' conftest.er1 >conftest.err
     3854  rm -f conftest.er1
     3855  cat conftest.err >&5
     3856  echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3857  (exit $ac_status); } && {
     3858         test -z "$ac_cxx_werror_flag" ||
     3859         test ! -s conftest.err
     3860       } && test -s conftest.$ac_objext; then
     3861  ac_cv_prog_cxx_g=yes
     3862else
     3863  echo "$as_me: failed program was:" >&5
     3864sed 's/^/| /' conftest.$ac_ext >&5
     3865
     3866       
     3867fi
     3868
     3869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3870fi
     3871
     3872rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3873fi
     3874
     3875rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
     3876   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
     3877fi
     3878{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3879echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
     3880if test "$ac_test_CXXFLAGS" = set; then
     3881  CXXFLAGS=$ac_save_CXXFLAGS
     3882elif test $ac_cv_prog_cxx_g = yes; then
     3883  if test "$GXX" = yes; then
     3884    CXXFLAGS="-g -O2"
     3885  else
     3886    CXXFLAGS="-g"
     3887  fi
     3888else
     3889  if test "$GXX" = yes; then
     3890    CXXFLAGS="-O2"
     3891  else
     3892    CXXFLAGS=
     3893  fi
     3894fi
     3895ac_ext=c
     3896ac_cpp='$CPP $CPPFLAGS'
     3897ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
     3898ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
     3899ac_compiler_gnu=$ac_cv_c_compiler_gnu
     3900
     3901depcc="$CXX"  am_compiler_list=
     3902
     3903{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3904echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
     3905if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
     3906  echo $ECHO_N "(cached) $ECHO_C" >&6
     3907else
     3908  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     3909  # We make a subdir and do the tests there.  Otherwise we can end up
     3910  # making bogus files that we don't know about and never remove.  For
     3911  # instance it was reported that on HP-UX the gcc test will end up
     3912  # making a dummy file named `D' -- because `-MD' means `put the output
     3913  # in D'.
     3914  mkdir conftest.dir
     3915  # Copy depcomp to subdir because otherwise we won't find it if we're
     3916  # using a relative directory.
     3917  cp "$am_depcomp" conftest.dir
     3918  cd conftest.dir
     3919  # We will build objects and dependencies in a subdirectory because
     3920  # it helps to detect inapplicable dependency modes.  For instance
     3921  # both Tru64's cc and ICC support -MD to output dependencies as a
     3922  # side effect of compilation, but ICC will put the dependencies in
     3923  # the current directory while Tru64 will put them in the object
     3924  # directory.
     3925  mkdir sub
     3926
     3927  am_cv_CXX_dependencies_compiler_type=none
     3928  if test "$am_compiler_list" = ""; then
     3929     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
     3930  fi
     3931  for depmode in $am_compiler_list; do
     3932    # Setup a source with many dependencies, because some compilers
     3933    # like to wrap large dependency lists on column 80 (with \), and
     3934    # we should not choose a depcomp mode which is confused by this.
     3935    #
     3936    # We need to recreate these files for each test, as the compiler may
     3937    # overwrite some of them when testing with obscure command lines.
     3938    # This happens at least with the AIX C compiler.
     3939    : > sub/conftest.c
     3940    for i in 1 2 3 4 5 6; do
     3941      echo '#include "conftst'$i'.h"' >> sub/conftest.c
     3942      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
     3943      # Solaris 8's {/usr,}/bin/sh.
     3944      touch sub/conftst$i.h
     3945    done
     3946    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
     3947
     3948    case $depmode in
     3949    nosideeffect)
     3950      # after this tag, mechanisms are not by side-effect, so they'll
     3951      # only be used when explicitly requested
     3952      if test "x$enable_dependency_tracking" = xyes; then
     3953        continue
     3954      else
     3955        break
     3956      fi
     3957      ;;
     3958    none) break ;;
     3959    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.
     3963    if depmode=$depmode \
     3964       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
     3965       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
     3966       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
     3967         >/dev/null 2>conftest.err &&
     3968       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
     3969       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
     3970       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
     3971       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
     3972      # icc doesn't choke on unknown options, it will just issue warnings
     3973      # or remarks (even with -Werror).  So we grep stderr for any message
     3974      # that says an option was ignored or not supported.
     3975      # When given -MP, icc 7.0 and 7.1 complain thusly:
     3976      #   icc: Command line warning: ignoring option '-M'; no argument required
     3977      # The diagnosis changed in icc 8.0:
     3978      #   icc: Command line remark: option '-MP' not supported
     3979      if (grep 'ignoring option' conftest.err ||
     3980          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
     3981        am_cv_CXX_dependencies_compiler_type=$depmode
     3982        break
     3983      fi
     3984    fi
     3985  done
     3986
     3987  cd ..
     3988  rm -rf conftest.dir
     3989else
     3990  am_cv_CXX_dependencies_compiler_type=none
     3991fi
     3992
     3993fi
     3994{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     3995echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
     3996CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
     3997
     3998 if
     3999  test "x$enable_dependency_tracking" != xno \
     4000  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
     4001  am__fastdepCXX_TRUE=
     4002  am__fastdepCXX_FALSE='#'
     4003else
     4004  am__fastdepCXX_TRUE='#'
     4005  am__fastdepCXX_FALSE=
    36364006fi
    36374007
     
    36464016    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    36474017set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3648 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3649 $as_echo_n "checking for $ac_word... " >&6; }
     4018{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4019echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36504020if test "${ac_cv_prog_F77+set}" = set; then
    3651   $as_echo_n "(cached) " >&6
     4021  echo $ECHO_N "(cached) $ECHO_C" >&6
    36524022else
    36534023  if test -n "$F77"; then
     
    36624032  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    36634033    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    3664     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4034    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    36654035    break 2
    36664036  fi
     
    36734043F77=$ac_cv_prog_F77
    36744044if test -n "$F77"; then
    3675   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    3676 $as_echo "$F77" >&6; }
    3677 else
    3678   { $as_echo "$as_me:$LINENO: result: no" >&5
    3679 $as_echo "no" >&6; }
     4045  { echo "$as_me:$LINENO: result: $F77" >&5
     4046echo "${ECHO_T}$F77" >&6; }
     4047else
     4048  { echo "$as_me:$LINENO: result: no" >&5
     4049echo "${ECHO_T}no" >&6; }
    36804050fi
    36814051
     
    36904060  # Extract the first word of "$ac_prog", so it can be a program name with args.
    36914061set dummy $ac_prog; ac_word=$2
    3692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3693 $as_echo_n "checking for $ac_word... " >&6; }
     4062{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4063echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    36944064if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    3695   $as_echo_n "(cached) " >&6
     4065  echo $ECHO_N "(cached) $ECHO_C" >&6
    36964066else
    36974067  if test -n "$ac_ct_F77"; then
     
    37064076  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37074077    ac_cv_prog_ac_ct_F77="$ac_prog"
    3708     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4078    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37094079    break 2
    37104080  fi
     
    37174087ac_ct_F77=$ac_cv_prog_ac_ct_F77
    37184088if test -n "$ac_ct_F77"; then
    3719   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    3720 $as_echo "$ac_ct_F77" >&6; }
    3721 else
    3722   { $as_echo "$as_me:$LINENO: result: no" >&5
    3723 $as_echo "no" >&6; }
     4089  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4090echo "${ECHO_T}$ac_ct_F77" >&6; }
     4091else
     4092  { echo "$as_me:$LINENO: result: no" >&5
     4093echo "${ECHO_T}no" >&6; }
    37244094fi
    37254095
     
    37334103    case $cross_compiling:$ac_tool_warned in
    37344104yes:)
    3735 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4105{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4106whose name does not start with the host triplet.  If you think this
     4107configuration is useful to you, please write to autoconf@gnu.org." >&5
     4108echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4109whose name does not start with the host triplet.  If you think this
     4110configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    37374111ac_tool_warned=yes ;;
    37384112esac
     
    37434117
    37444118# Provide some information about the compiler.
    3745 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    3746 set X $ac_compile
    3747 ac_compiler=$2
     4119echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4120ac_compiler=`set X $ac_compile; echo $2`
    37484121{ (ac_try="$ac_compiler --version >&5"
    37494122case "(($ac_try" in
     
    37514124  *) ac_try_echo=$ac_try;;
    37524125esac
    3753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3754 $as_echo "$ac_try_echo") >&5
     4126eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37554127  (eval "$ac_compiler --version >&5") 2>&5
    37564128  ac_status=$?
    3757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4129  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37584130  (exit $ac_status); }
    37594131{ (ac_try="$ac_compiler -v >&5"
     
    37624134  *) ac_try_echo=$ac_try;;
    37634135esac
    3764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3765 $as_echo "$ac_try_echo") >&5
     4136eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37664137  (eval "$ac_compiler -v >&5") 2>&5
    37674138  ac_status=$?
    3768   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4139  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37694140  (exit $ac_status); }
    37704141{ (ac_try="$ac_compiler -V >&5"
     
    37734144  *) ac_try_echo=$ac_try;;
    37744145esac
    3775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3776 $as_echo "$ac_try_echo") >&5
     4146eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    37774147  (eval "$ac_compiler -V >&5") 2>&5
    37784148  ac_status=$?
    3779   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4149  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    37804150  (exit $ac_status); }
    37814151rm -f a.out
     
    37854155ac_save_ext=$ac_ext
    37864156ac_ext=F
    3787 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    3788 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     4157{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4158echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    37894159if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    3790   $as_echo_n "(cached) " >&6
     4160  echo $ECHO_N "(cached) $ECHO_C" >&6
    37914161else
    37924162  cat >conftest.$ac_ext <<_ACEOF
     
    38044174  *) ac_try_echo=$ac_try;;
    38054175esac
    3806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3807 $as_echo "$ac_try_echo") >&5
     4176eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38084177  (eval "$ac_compile") 2>conftest.er1
    38094178  ac_status=$?
     
    38114180  rm -f conftest.er1
    38124181  cat conftest.err >&5
    3813   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4182  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38144183  (exit $ac_status); } && {
    38154184         test -z "$ac_f77_werror_flag" ||
     
    38184187  ac_compiler_gnu=yes
    38194188else
    3820   $as_echo "$as_me: failed program was:" >&5
     4189  echo "$as_me: failed program was:" >&5
    38214190sed 's/^/| /' conftest.$ac_ext >&5
    38224191
     
    38284197
    38294198fi
    3830 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    3831 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     4199{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4200echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    38324201ac_ext=$ac_save_ext
    38334202ac_test_FFLAGS=${FFLAGS+set}
    38344203ac_save_FFLAGS=$FFLAGS
    38354204FFLAGS=
    3836 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    3837 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     4205{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4206echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    38384207if test "${ac_cv_prog_f77_g+set}" = set; then
    3839   $as_echo_n "(cached) " >&6
     4208  echo $ECHO_N "(cached) $ECHO_C" >&6
    38404209else
    38414210  FFLAGS=-g
     
    38514220  *) ac_try_echo=$ac_try;;
    38524221esac
    3853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3854 $as_echo "$ac_try_echo") >&5
     4222eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38554223  (eval "$ac_compile") 2>conftest.er1
    38564224  ac_status=$?
     
    38584226  rm -f conftest.er1
    38594227  cat conftest.err >&5
    3860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4228  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38614229  (exit $ac_status); } && {
    38624230         test -z "$ac_f77_werror_flag" ||
     
    38654233  ac_cv_prog_f77_g=yes
    38664234else
    3867   $as_echo "$as_me: failed program was:" >&5
     4235  echo "$as_me: failed program was:" >&5
    38684236sed 's/^/| /' conftest.$ac_ext >&5
    38694237
     
    38744242
    38754243fi
    3876 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    3877 $as_echo "$ac_cv_prog_f77_g" >&6; }
     4244{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4245echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    38784246if test "$ac_test_FFLAGS" = set; then
    38794247  FFLAGS=$ac_save_FFLAGS
     
    38924260fi
    38934261
    3894 if test $ac_compiler_gnu = yes; then
    3895   G77=yes
    3896 else
    3897   G77=
    3898 fi
     4262G77=`test $ac_compiler_gnu = yes && echo yes`
    38994263ac_ext=c
    39004264ac_cpp='$CPP $CPPFLAGS'
     
    39084272ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    39094273ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    3910 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    3911 $as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
     4274{ echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4275echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
    39124276if test "${ac_cv_prog_f77_v+set}" = set; then
    3913   $as_echo_n "(cached) " >&6
     4277  echo $ECHO_N "(cached) $ECHO_C" >&6
    39144278else
    39154279  cat >conftest.$ac_ext <<_ACEOF
     
    39244288  *) ac_try_echo=$ac_try;;
    39254289esac
    3926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3927 $as_echo "$ac_try_echo") >&5
     4290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39284291  (eval "$ac_compile") 2>conftest.er1
    39294292  ac_status=$?
     
    39314294  rm -f conftest.er1
    39324295  cat conftest.err >&5
    3933   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39344297  (exit $ac_status); } && {
    39354298         test -z "$ac_f77_werror_flag" ||
     
    39534316eval "set x $ac_link"
    39544317shift
    3955 $as_echo "$as_me:$LINENO: $*" >&5
    3956 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    3957 # LIBRARY_PATH; skip all such settings.
    3958 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    3959   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    3960 $as_echo "$ac_f77_v_output" >&5
     4318echo "$as_me:$LINENO: $*" >&5
     4319ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4320echo "$ac_f77_v_output" >&5
    39614321FFLAGS=$ac_save_FFLAGS
    39624322
    3963 rm -rf conftest*
     4323rm -f conftest*
    39644324
    39654325# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    39684328ac_f77_v_output="`echo $ac_f77_v_output |
    39694329        grep 'LPATH is:' |
    3970         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4330        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    39714331
    39724332# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    40084368done
    40094369if test -z "$ac_cv_prog_f77_v"; then
    4010    { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4011 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4012 fi
    4013 else
    4014   $as_echo "$as_me: failed program was:" >&5
     4370   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4371echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4372fi
     4373else
     4374  echo "$as_me: failed program was:" >&5
    40154375sed 's/^/| /' conftest.$ac_ext >&5
    40164376
    4017         { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4018 $as_echo "$as_me: WARNING: compilation failed" >&2;}
     4377        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4378echo "$as_me: WARNING: compilation failed" >&2;}
    40194379fi
    40204380
     
    40224382
    40234383fi
    4024 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4025 $as_echo "$ac_cv_prog_f77_v" >&6; }
    4026 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4027 $as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
     4384{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4385echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
     4386{ echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4387echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
    40284388if test "${ac_cv_f77_libs+set}" = set; then
    4029   $as_echo_n "(cached) " >&6
     4389  echo $ECHO_N "(cached) $ECHO_C" >&6
    40304390else
    40314391  if test "x$FLIBS" != "x"; then
     
    40474407eval "set x $ac_link"
    40484408shift
    4049 $as_echo "$as_me:$LINENO: $*" >&5
    4050 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4051 # LIBRARY_PATH; skip all such settings.
    4052 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4053   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4054 $as_echo "$ac_f77_v_output" >&5
     4409echo "$as_me:$LINENO: $*" >&5
     4410ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4411echo "$ac_f77_v_output" >&5
    40554412FFLAGS=$ac_save_FFLAGS
    40564413
    4057 rm -rf conftest*
     4414rm -f conftest*
    40584415
    40594416# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    40624419ac_f77_v_output="`echo $ac_f77_v_output |
    40634420        grep 'LPATH is:' |
    4064         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4421        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    40654422
    40664423# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    41614518          ;;
    41624519        -YP,*)
    4163           for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4520          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    41644521              ac_exists=false
    41654522  for ac_i in $ac_cv_f77_libs; do
     
    42094566case `(uname -sr) 2>/dev/null` in
    42104567   "SunOS 5"*)
    4211       ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
     4568      ac_ld_run_path=`echo $ac_f77_v_output |
    42124569                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    42134570      test "x$ac_ld_run_path" != x &&
     
    42244581
    42254582fi
    4226 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4227 $as_echo "$ac_cv_f77_libs" >&6; }
     4583{ echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4584echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
    42284585FLIBS="$ac_cv_f77_libs"
    42294586
     
    42364593
    42374594if test "x$CC" != xcc; then
    4238   { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4239 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
    4240 else
    4241   { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4242 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
    4243 fi
    4244 set dummy $CC; ac_cc=`$as_echo "$2" |
     4595  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4596echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
     4597else
     4598  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4599echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
     4600fi
     4601set dummy $CC; ac_cc=`echo $2 |
    42454602                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    42464603if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4247   $as_echo_n "(cached) " >&6
     4604  echo $ECHO_N "(cached) $ECHO_C" >&6
    42484605else
    42494606  cat >conftest.$ac_ext <<_ACEOF
     
    42714628  *) ac_try_echo=$ac_try;;
    42724629esac
    4273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4274 $as_echo "$ac_try_echo") >&5
     4630eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    42754631  (eval "$ac_try") 2>&5
    42764632  ac_status=$?
    4277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4633  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42784634  (exit $ac_status); } &&
    42794635   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    42814637  *) ac_try_echo=$ac_try;;
    42824638esac
    4283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4284 $as_echo "$ac_try_echo") >&5
     4639eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    42854640  (eval "$ac_try") 2>&5
    42864641  ac_status=$?
    4287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4642  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    42884643  (exit $ac_status); };
    42894644then
     
    42964651  *) ac_try_echo=$ac_try;;
    42974652esac
    4298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4299 $as_echo "$ac_try_echo") >&5
     4653eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43004654  (eval "$ac_try") 2>&5
    43014655  ac_status=$?
    4302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4656  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43034657  (exit $ac_status); }; }; then
    43044658      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    43084662  *) ac_try_echo=$ac_try;;
    43094663esac
    4310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4311 $as_echo "$ac_try_echo") >&5
     4664eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43124665  (eval "$ac_try") 2>&5
    43134666  ac_status=$?
    4314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4667  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43154668  (exit $ac_status); } &&
    43164669         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    43184671  *) ac_try_echo=$ac_try;;
    43194672esac
    4320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4321 $as_echo "$ac_try_echo") >&5
     4673eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43224674  (eval "$ac_try") 2>&5
    43234675  ac_status=$?
    4324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4676  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43254677  (exit $ac_status); };
    43264678      then
     
    43404692fi
    43414693if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4342   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4343 $as_echo "yes" >&6; }
    4344 else
    4345   { $as_echo "$as_me:$LINENO: result: no" >&5
    4346 $as_echo "no" >&6; }
     4694  { echo "$as_me:$LINENO: result: yes" >&5
     4695echo "${ECHO_T}yes" >&6; }
     4696else
     4697  { echo "$as_me:$LINENO: result: no" >&5
     4698echo "${ECHO_T}no" >&6; }
    43474699 
    43484700cat >>confdefs.h <<\_ACEOF
     
    43554707# there is no other way.
    43564708set dummy $CC
    4357 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4358 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    4359 if test "$am_t" != yes; then
     4709ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4710if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    43604711   # Losing compiler, so override with the script.
    43614712   # FIXME: It is wrong to rewrite CC.
     
    43734724ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    43744725ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4375 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4376 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     4726{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4727echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    43774728# On Suns, sometimes $CPP names a directory.
    43784729if test -n "$CPP" && test -d "$CPP"; then
     
    43814732if test -z "$CPP"; then
    43824733  if test "${ac_cv_prog_CPP+set}" = set; then
    4383   $as_echo_n "(cached) " >&6
     4734  echo $ECHO_N "(cached) $ECHO_C" >&6
    43844735else
    43854736      # Double quotes because CPP needs to be expanded
     
    44134764  *) ac_try_echo=$ac_try;;
    44144765esac
    4415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4416 $as_echo "$ac_try_echo") >&5
     4766eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44174767  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    44184768  ac_status=$?
     
    44204770  rm -f conftest.er1
    44214771  cat conftest.err >&5
    4422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4772  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44234773  (exit $ac_status); } >/dev/null && {
    44244774         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    44274777  :
    44284778else
    4429   $as_echo "$as_me: failed program was:" >&5
     4779  echo "$as_me: failed program was:" >&5
    44304780sed 's/^/| /' conftest.$ac_ext >&5
    44314781
     
    44514801  *) ac_try_echo=$ac_try;;
    44524802esac
    4453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4454 $as_echo "$ac_try_echo") >&5
     4803eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44554804  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    44564805  ac_status=$?
     
    44584807  rm -f conftest.er1
    44594808  cat conftest.err >&5
    4460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4809  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44614810  (exit $ac_status); } >/dev/null && {
    44624811         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    44664815continue
    44674816else
    4468   $as_echo "$as_me: failed program was:" >&5
     4817  echo "$as_me: failed program was:" >&5
    44694818sed 's/^/| /' conftest.$ac_ext >&5
    44704819
     
    44914840  ac_cv_prog_CPP=$CPP
    44924841fi
    4493 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    4494 $as_echo "$CPP" >&6; }
     4842{ echo "$as_me:$LINENO: result: $CPP" >&5
     4843echo "${ECHO_T}$CPP" >&6; }
    44954844ac_preproc_ok=false
    44964845for ac_c_preproc_warn_flag in '' yes
     
    45204869  *) ac_try_echo=$ac_try;;
    45214870esac
    4522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4523 $as_echo "$ac_try_echo") >&5
     4871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45244872  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45254873  ac_status=$?
     
    45274875  rm -f conftest.er1
    45284876  cat conftest.err >&5
    4529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4877  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45304878  (exit $ac_status); } >/dev/null && {
    45314879         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    45344882  :
    45354883else
    4536   $as_echo "$as_me: failed program was:" >&5
     4884  echo "$as_me: failed program was:" >&5
    45374885sed 's/^/| /' conftest.$ac_ext >&5
    45384886
     
    45584906  *) ac_try_echo=$ac_try;;
    45594907esac
    4560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4561 $as_echo "$ac_try_echo") >&5
     4908eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    45624909  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    45634910  ac_status=$?
     
    45654912  rm -f conftest.er1
    45664913  cat conftest.err >&5
    4567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4914  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45684915  (exit $ac_status); } >/dev/null && {
    45694916         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    45734920continue
    45744921else
    4575   $as_echo "$as_me: failed program was:" >&5
     4922  echo "$as_me: failed program was:" >&5
    45764923sed 's/^/| /' conftest.$ac_ext >&5
    45774924
     
    45894936  :
    45904937else
    4591   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    4592 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    4593 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     4938  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    45944939See \`config.log' for more details." >&5
    4595 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     4940echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    45964941See \`config.log' for more details." >&2;}
    4597    { (exit 1); exit 1; }; }; }
     4942   { (exit 1); exit 1; }; }
    45984943fi
    45994944
     
    46054950
    46064951
    4607 { $as_echo "$as_me:$LINENO: checking for X" >&5
    4608 $as_echo_n "checking for X... " >&6; }
    4609 
    4610 
    4611 @%:@ Check whether --with-x was given.
     4952{ echo "$as_me:$LINENO: checking for X" >&5
     4953echo $ECHO_N "checking for X... $ECHO_C" >&6; }
     4954
     4955
     4956# Check whether --with-x was given.
    46124957if test "${with_x+set}" = set; then
    46134958  withval=$with_x;
     
    46204965else
    46214966  case $x_includes,$x_libraries in #(
    4622     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
    4623 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
     4967    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
     4968echo "$as_me: error: Cannot use X directory names containing '" >&2;}
    46244969   { (exit 1); exit 1; }; };; #(
    46254970    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    4626   $as_echo_n "(cached) " >&6
     4971  echo $ECHO_N "(cached) $ECHO_C" >&6
    46274972else
    46284973  # One or both of the vars are not set, and there is no cached value.
     
    46454990    done
    46464991    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    4647     for ac_extension in a so sl dylib la dll; do
     4992    for ac_extension in a so sl; do
    46484993      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    46494994         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    46595004    esac
    46605005    case $ac_im_usrlibdir in
    4661         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
     5006        /usr/lib | /lib) ;;
    46625007        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    46635008    esac
     
    47205065  *) ac_try_echo=$ac_try;;
    47215066esac
    4722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4723 $as_echo "$ac_try_echo") >&5
     5067eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47245068  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    47255069  ac_status=$?
     
    47275071  rm -f conftest.er1
    47285072  cat conftest.err >&5
    4729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5073  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47305074  (exit $ac_status); } >/dev/null && {
    47315075         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    47355079ac_x_includes=
    47365080else
    4737   $as_echo "$as_me: failed program was:" >&5
     5081  echo "$as_me: failed program was:" >&5
    47385082sed 's/^/| /' conftest.$ac_ext >&5
    47395083
     
    47765120  *) ac_try_echo=$ac_try;;
    47775121esac
    4778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4779 $as_echo "$ac_try_echo") >&5
     5122eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    47805123  (eval "$ac_link") 2>conftest.er1
    47815124  ac_status=$?
     
    47835126  rm -f conftest.er1
    47845127  cat conftest.err >&5
    4785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5128  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    47865129  (exit $ac_status); } && {
    47875130         test -z "$ac_c_werror_flag" ||
    47885131         test ! -s conftest.err
    4789        } && test -s conftest$ac_exeext && {
    4790          test "$cross_compiling" = yes ||
    4791          $as_test_x conftest$ac_exeext
    4792        }; then
     5132       } && test -s conftest$ac_exeext &&
     5133       $as_test_x conftest$ac_exeext; then
    47935134  LIBS=$ac_save_LIBS
    47945135# We can link X programs with no special library path.
    47955136ac_x_libraries=
    47965137else
    4797   $as_echo "$as_me: failed program was:" >&5
     5138  echo "$as_me: failed program was:" >&5
    47985139sed 's/^/| /' conftest.$ac_ext >&5
    47995140
    48005141        LIBS=$ac_save_LIBS
    4801 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5142for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    48025143do
    48035144  # Don't even attempt the hair of trying to link an X program!
    4804   for ac_extension in a so sl dylib la dll; do
     5145  for ac_extension in a so sl; do
    48055146    if test -r "$ac_dir/libX11.$ac_extension"; then
    48065147      ac_x_libraries=$ac_dir
     
    48115152fi
    48125153
    4813 rm -rf conftest.dSYM
    48145154rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    48155155      conftest$ac_exeext conftest.$ac_ext
     
    48345174
    48355175if test "$have_x" != yes; then
    4836   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
    4837 $as_echo "$have_x" >&6; }
     5176  { echo "$as_me:$LINENO: result: $have_x" >&5
     5177echo "${ECHO_T}$have_x" >&6; }
    48385178  no_x=yes
    48395179else
     
    48455185        ac_x_includes='$x_includes'\
    48465186        ac_x_libraries='$x_libraries'"
    4847   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    4848 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
     5187  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5188echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
    48495189fi
    48505190
     
    48675207    # For Solaris; some versions of Sun CC require a space after -R and
    48685208    # others require no space.  Words are not sufficient . . . .
    4869     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    4870 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
     5209    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5210echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
    48715211    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    48725212    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    48935233  *) ac_try_echo=$ac_try;;
    48945234esac
    4895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4896 $as_echo "$ac_try_echo") >&5
     5235eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48975236  (eval "$ac_link") 2>conftest.er1
    48985237  ac_status=$?
     
    49005239  rm -f conftest.er1
    49015240  cat conftest.err >&5
    4902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5241  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49035242  (exit $ac_status); } && {
    49045243         test -z "$ac_c_werror_flag" ||
    49055244         test ! -s conftest.err
    4906        } && test -s conftest$ac_exeext && {
    4907          test "$cross_compiling" = yes ||
    4908          $as_test_x conftest$ac_exeext
    4909        }; then
    4910   { $as_echo "$as_me:$LINENO: result: no" >&5
    4911 $as_echo "no" >&6; }
     5245       } && test -s conftest$ac_exeext &&
     5246       $as_test_x conftest$ac_exeext; then
     5247  { echo "$as_me:$LINENO: result: no" >&5
     5248echo "${ECHO_T}no" >&6; }
    49125249       X_LIBS="$X_LIBS -R$x_libraries"
    49135250else
    4914   $as_echo "$as_me: failed program was:" >&5
     5251  echo "$as_me: failed program was:" >&5
    49155252sed 's/^/| /' conftest.$ac_ext >&5
    49165253
     
    49375274  *) ac_try_echo=$ac_try;;
    49385275esac
    4939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4940 $as_echo "$ac_try_echo") >&5
     5276eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49415277  (eval "$ac_link") 2>conftest.er1
    49425278  ac_status=$?
     
    49445280  rm -f conftest.er1
    49455281  cat conftest.err >&5
    4946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5282  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49475283  (exit $ac_status); } && {
    49485284         test -z "$ac_c_werror_flag" ||
    49495285         test ! -s conftest.err
    4950        } && test -s conftest$ac_exeext && {
    4951          test "$cross_compiling" = yes ||
    4952          $as_test_x conftest$ac_exeext
    4953        }; then
    4954   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4955 $as_echo "yes" >&6; }
     5286       } && test -s conftest$ac_exeext &&
     5287       $as_test_x conftest$ac_exeext; then
     5288  { echo "$as_me:$LINENO: result: yes" >&5
     5289echo "${ECHO_T}yes" >&6; }
    49565290          X_LIBS="$X_LIBS -R $x_libraries"
    49575291else
    4958   $as_echo "$as_me: failed program was:" >&5
     5292  echo "$as_me: failed program was:" >&5
    49595293sed 's/^/| /' conftest.$ac_ext >&5
    49605294
    4961         { $as_echo "$as_me:$LINENO: result: neither works" >&5
    4962 $as_echo "neither works" >&6; }
    4963 fi
    4964 
    4965 rm -rf conftest.dSYM
     5295        { echo "$as_me:$LINENO: result: neither works" >&5
     5296echo "${ECHO_T}neither works" >&6; }
     5297fi
     5298
    49665299rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    49675300      conftest$ac_exeext conftest.$ac_ext
    49685301fi
    49695302
    4970 rm -rf conftest.dSYM
    49715303rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    49725304      conftest$ac_exeext conftest.$ac_ext
     
    50145346  *) ac_try_echo=$ac_try;;
    50155347esac
    5016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5017 $as_echo "$ac_try_echo") >&5
     5348eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50185349  (eval "$ac_link") 2>conftest.er1
    50195350  ac_status=$?
     
    50215352  rm -f conftest.er1
    50225353  cat conftest.err >&5
    5023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5354  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50245355  (exit $ac_status); } && {
    50255356         test -z "$ac_c_werror_flag" ||
    50265357         test ! -s conftest.err
    5027        } && test -s conftest$ac_exeext && {
    5028          test "$cross_compiling" = yes ||
    5029          $as_test_x conftest$ac_exeext
    5030        }; then
     5358       } && test -s conftest$ac_exeext &&
     5359       $as_test_x conftest$ac_exeext; then
    50315360  :
    50325361else
    5033   $as_echo "$as_me: failed program was:" >&5
     5362  echo "$as_me: failed program was:" >&5
    50345363sed 's/^/| /' conftest.$ac_ext >&5
    50355364
    5036         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5037 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
     5365        { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5366echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
    50385367if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5039   $as_echo_n "(cached) " >&6
     5368  echo $ECHO_N "(cached) $ECHO_C" >&6
    50405369else
    50415370  ac_check_lib_save_LIBS=$LIBS
     
    50695398  *) ac_try_echo=$ac_try;;
    50705399esac
    5071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5072 $as_echo "$ac_try_echo") >&5
     5400eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50735401  (eval "$ac_link") 2>conftest.er1
    50745402  ac_status=$?
     
    50765404  rm -f conftest.er1
    50775405  cat conftest.err >&5
    5078   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5406  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50795407  (exit $ac_status); } && {
    50805408         test -z "$ac_c_werror_flag" ||
    50815409         test ! -s conftest.err
    5082        } && test -s conftest$ac_exeext && {
    5083          test "$cross_compiling" = yes ||
    5084          $as_test_x conftest$ac_exeext
    5085        }; then
     5410       } && test -s conftest$ac_exeext &&
     5411       $as_test_x conftest$ac_exeext; then
    50865412  ac_cv_lib_dnet_dnet_ntoa=yes
    50875413else
    5088   $as_echo "$as_me: failed program was:" >&5
     5414  echo "$as_me: failed program was:" >&5
    50895415sed 's/^/| /' conftest.$ac_ext >&5
    50905416
     
    50925418fi
    50935419
    5094 rm -rf conftest.dSYM
    50955420rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    50965421      conftest$ac_exeext conftest.$ac_ext
    50975422LIBS=$ac_check_lib_save_LIBS
    50985423fi
    5099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5100 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5101 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
     5424{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5425echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5426if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    51025427  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    51035428fi
    51045429
    51055430    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5106       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5107 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
     5431      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5432echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
    51085433if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5109   $as_echo_n "(cached) " >&6
     5434  echo $ECHO_N "(cached) $ECHO_C" >&6
    51105435else
    51115436  ac_check_lib_save_LIBS=$LIBS
     
    51395464  *) ac_try_echo=$ac_try;;
    51405465esac
    5141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5142 $as_echo "$ac_try_echo") >&5
     5466eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51435467  (eval "$ac_link") 2>conftest.er1
    51445468  ac_status=$?
     
    51465470  rm -f conftest.er1
    51475471  cat conftest.err >&5
    5148   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5472  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51495473  (exit $ac_status); } && {
    51505474         test -z "$ac_c_werror_flag" ||
    51515475         test ! -s conftest.err
    5152        } && test -s conftest$ac_exeext && {
    5153          test "$cross_compiling" = yes ||
    5154          $as_test_x conftest$ac_exeext
    5155        }; then
     5476       } && test -s conftest$ac_exeext &&
     5477       $as_test_x conftest$ac_exeext; then
    51565478  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    51575479else
    5158   $as_echo "$as_me: failed program was:" >&5
     5480  echo "$as_me: failed program was:" >&5
    51595481sed 's/^/| /' conftest.$ac_ext >&5
    51605482
     
    51625484fi
    51635485
    5164 rm -rf conftest.dSYM
    51655486rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    51665487      conftest$ac_exeext conftest.$ac_ext
    51675488LIBS=$ac_check_lib_save_LIBS
    51685489fi
    5169 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5170 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5171 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
     5490{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5491echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5492if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
    51725493  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    51735494fi
     
    51765497fi
    51775498
    5178 rm -rf conftest.dSYM
    51795499rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    51805500      conftest$ac_exeext conftest.$ac_ext
     
    51895509    # The functions gethostbyname, getservbyname, and inet_addr are
    51905510    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5191     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5192 $as_echo_n "checking for gethostbyname... " >&6; }
     5511    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5512echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
    51935513if test "${ac_cv_func_gethostbyname+set}" = set; then
    5194   $as_echo_n "(cached) " >&6
     5514  echo $ECHO_N "(cached) $ECHO_C" >&6
    51955515else
    51965516  cat >conftest.$ac_ext <<_ACEOF
     
    52455565  *) ac_try_echo=$ac_try;;
    52465566esac
    5247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5248 $as_echo "$ac_try_echo") >&5
     5567eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52495568  (eval "$ac_link") 2>conftest.er1
    52505569  ac_status=$?
     
    52525571  rm -f conftest.er1
    52535572  cat conftest.err >&5
    5254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5573  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    52555574  (exit $ac_status); } && {
    52565575         test -z "$ac_c_werror_flag" ||
    52575576         test ! -s conftest.err
    5258        } && test -s conftest$ac_exeext && {
    5259          test "$cross_compiling" = yes ||
    5260          $as_test_x conftest$ac_exeext
    5261        }; then
     5577       } && test -s conftest$ac_exeext &&
     5578       $as_test_x conftest$ac_exeext; then
    52625579  ac_cv_func_gethostbyname=yes
    52635580else
    5264   $as_echo "$as_me: failed program was:" >&5
     5581  echo "$as_me: failed program was:" >&5
    52655582sed 's/^/| /' conftest.$ac_ext >&5
    52665583
     
    52685585fi
    52695586
    5270 rm -rf conftest.dSYM
    52715587rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    52725588      conftest$ac_exeext conftest.$ac_ext
    52735589fi
    5274 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5275 $as_echo "$ac_cv_func_gethostbyname" >&6; }
     5590{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5591echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
    52765592
    52775593    if test $ac_cv_func_gethostbyname = no; then
    5278       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5279 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
     5594      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5595echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
    52805596if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5281   $as_echo_n "(cached) " >&6
     5597  echo $ECHO_N "(cached) $ECHO_C" >&6
    52825598else
    52835599  ac_check_lib_save_LIBS=$LIBS
     
    53115627  *) ac_try_echo=$ac_try;;
    53125628esac
    5313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5314 $as_echo "$ac_try_echo") >&5
     5629eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53155630  (eval "$ac_link") 2>conftest.er1
    53165631  ac_status=$?
     
    53185633  rm -f conftest.er1
    53195634  cat conftest.err >&5
    5320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5635  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53215636  (exit $ac_status); } && {
    53225637         test -z "$ac_c_werror_flag" ||
    53235638         test ! -s conftest.err
    5324        } && test -s conftest$ac_exeext && {
    5325          test "$cross_compiling" = yes ||
    5326          $as_test_x conftest$ac_exeext
    5327        }; then
     5639       } && test -s conftest$ac_exeext &&
     5640       $as_test_x conftest$ac_exeext; then
    53285641  ac_cv_lib_nsl_gethostbyname=yes
    53295642else
    5330   $as_echo "$as_me: failed program was:" >&5
     5643  echo "$as_me: failed program was:" >&5
    53315644sed 's/^/| /' conftest.$ac_ext >&5
    53325645
     
    53345647fi
    53355648
    5336 rm -rf conftest.dSYM
    53375649rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53385650      conftest$ac_exeext conftest.$ac_ext
    53395651LIBS=$ac_check_lib_save_LIBS
    53405652fi
    5341 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5342 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    5343 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
     5653{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5654echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
     5655if test $ac_cv_lib_nsl_gethostbyname = yes; then
    53445656  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    53455657fi
    53465658
    53475659      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5348         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5349 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
     5660        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5661echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
    53505662if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5351   $as_echo_n "(cached) " >&6
     5663  echo $ECHO_N "(cached) $ECHO_C" >&6
    53525664else
    53535665  ac_check_lib_save_LIBS=$LIBS
     
    53815693  *) ac_try_echo=$ac_try;;
    53825694esac
    5383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5384 $as_echo "$ac_try_echo") >&5
     5695eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53855696  (eval "$ac_link") 2>conftest.er1
    53865697  ac_status=$?
     
    53885699  rm -f conftest.er1
    53895700  cat conftest.err >&5
    5390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5701  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53915702  (exit $ac_status); } && {
    53925703         test -z "$ac_c_werror_flag" ||
    53935704         test ! -s conftest.err
    5394        } && test -s conftest$ac_exeext && {
    5395          test "$cross_compiling" = yes ||
    5396          $as_test_x conftest$ac_exeext
    5397        }; then
     5705       } && test -s conftest$ac_exeext &&
     5706       $as_test_x conftest$ac_exeext; then
    53985707  ac_cv_lib_bsd_gethostbyname=yes
    53995708else
    5400   $as_echo "$as_me: failed program was:" >&5
     5709  echo "$as_me: failed program was:" >&5
    54015710sed 's/^/| /' conftest.$ac_ext >&5
    54025711
     
    54045713fi
    54055714
    5406 rm -rf conftest.dSYM
    54075715rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    54085716      conftest$ac_exeext conftest.$ac_ext
    54095717LIBS=$ac_check_lib_save_LIBS
    54105718fi
    5411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5412 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    5413 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
     5719{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5720echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
     5721if test $ac_cv_lib_bsd_gethostbyname = yes; then
    54145722  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    54155723fi
     
    54255733    # must be given before -lnsl if both are needed.  We assume that
    54265734    # if connect needs -lnsl, so does gethostbyname.
    5427     { $as_echo "$as_me:$LINENO: checking for connect" >&5
    5428 $as_echo_n "checking for connect... " >&6; }
     5735    { echo "$as_me:$LINENO: checking for connect" >&5
     5736echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
    54295737if test "${ac_cv_func_connect+set}" = set; then
    5430   $as_echo_n "(cached) " >&6
     5738  echo $ECHO_N "(cached) $ECHO_C" >&6
    54315739else
    54325740  cat >conftest.$ac_ext <<_ACEOF
     
    54815789  *) ac_try_echo=$ac_try;;
    54825790esac
    5483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5484 $as_echo "$ac_try_echo") >&5
     5791eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54855792  (eval "$ac_link") 2>conftest.er1
    54865793  ac_status=$?
     
    54885795  rm -f conftest.er1
    54895796  cat conftest.err >&5
    5490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5797  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54915798  (exit $ac_status); } && {
    54925799         test -z "$ac_c_werror_flag" ||
    54935800         test ! -s conftest.err
    5494        } && test -s conftest$ac_exeext && {
    5495          test "$cross_compiling" = yes ||
    5496          $as_test_x conftest$ac_exeext
    5497        }; then
     5801       } && test -s conftest$ac_exeext &&
     5802       $as_test_x conftest$ac_exeext; then
    54985803  ac_cv_func_connect=yes
    54995804else
    5500   $as_echo "$as_me: failed program was:" >&5
     5805  echo "$as_me: failed program was:" >&5
    55015806sed 's/^/| /' conftest.$ac_ext >&5
    55025807
     
    55045809fi
    55055810
    5506 rm -rf conftest.dSYM
    55075811rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55085812      conftest$ac_exeext conftest.$ac_ext
    55095813fi
    5510 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    5511 $as_echo "$ac_cv_func_connect" >&6; }
     5814{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5815echo "${ECHO_T}$ac_cv_func_connect" >&6; }
    55125816
    55135817    if test $ac_cv_func_connect = no; then
    5514       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    5515 $as_echo_n "checking for connect in -lsocket... " >&6; }
     5818      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5819echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
    55165820if test "${ac_cv_lib_socket_connect+set}" = set; then
    5517   $as_echo_n "(cached) " >&6
     5821  echo $ECHO_N "(cached) $ECHO_C" >&6
    55185822else
    55195823  ac_check_lib_save_LIBS=$LIBS
     
    55475851  *) ac_try_echo=$ac_try;;
    55485852esac
    5549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5550 $as_echo "$ac_try_echo") >&5
     5853eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55515854  (eval "$ac_link") 2>conftest.er1
    55525855  ac_status=$?
     
    55545857  rm -f conftest.er1
    55555858  cat conftest.err >&5
    5556   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5859  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55575860  (exit $ac_status); } && {
    55585861         test -z "$ac_c_werror_flag" ||
    55595862         test ! -s conftest.err
    5560        } && test -s conftest$ac_exeext && {
    5561          test "$cross_compiling" = yes ||
    5562          $as_test_x conftest$ac_exeext
    5563        }; then
     5863       } && test -s conftest$ac_exeext &&
     5864       $as_test_x conftest$ac_exeext; then
    55645865  ac_cv_lib_socket_connect=yes
    55655866else
    5566   $as_echo "$as_me: failed program was:" >&5
     5867  echo "$as_me: failed program was:" >&5
    55675868sed 's/^/| /' conftest.$ac_ext >&5
    55685869
     
    55705871fi
    55715872
    5572 rm -rf conftest.dSYM
    55735873rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55745874      conftest$ac_exeext conftest.$ac_ext
    55755875LIBS=$ac_check_lib_save_LIBS
    55765876fi
    5577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    5578 $as_echo "$ac_cv_lib_socket_connect" >&6; }
    5579 if test "x$ac_cv_lib_socket_connect" = x""yes; then
     5877{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     5878echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
     5879if test $ac_cv_lib_socket_connect = yes; then
    55805880  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    55815881fi
     
    55845884
    55855885    # Guillermo Gomez says -lposix is necessary on A/UX.
    5586     { $as_echo "$as_me:$LINENO: checking for remove" >&5
    5587 $as_echo_n "checking for remove... " >&6; }
     5886    { echo "$as_me:$LINENO: checking for remove" >&5
     5887echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
    55885888if test "${ac_cv_func_remove+set}" = set; then
    5589   $as_echo_n "(cached) " >&6
     5889  echo $ECHO_N "(cached) $ECHO_C" >&6
    55905890else
    55915891  cat >conftest.$ac_ext <<_ACEOF
     
    56405940  *) ac_try_echo=$ac_try;;
    56415941esac
    5642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5643 $as_echo "$ac_try_echo") >&5
     5942eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56445943  (eval "$ac_link") 2>conftest.er1
    56455944  ac_status=$?
     
    56475946  rm -f conftest.er1
    56485947  cat conftest.err >&5
    5649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5948  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56505949  (exit $ac_status); } && {
    56515950         test -z "$ac_c_werror_flag" ||
    56525951         test ! -s conftest.err
    5653        } && test -s conftest$ac_exeext && {
    5654          test "$cross_compiling" = yes ||
    5655          $as_test_x conftest$ac_exeext
    5656        }; then
     5952       } && test -s conftest$ac_exeext &&
     5953       $as_test_x conftest$ac_exeext; then
    56575954  ac_cv_func_remove=yes
    56585955else
    5659   $as_echo "$as_me: failed program was:" >&5
     5956  echo "$as_me: failed program was:" >&5
    56605957sed 's/^/| /' conftest.$ac_ext >&5
    56615958
     
    56635960fi
    56645961
    5665 rm -rf conftest.dSYM
    56665962rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56675963      conftest$ac_exeext conftest.$ac_ext
    56685964fi
    5669 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    5670 $as_echo "$ac_cv_func_remove" >&6; }
     5965{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     5966echo "${ECHO_T}$ac_cv_func_remove" >&6; }
    56715967
    56725968    if test $ac_cv_func_remove = no; then
    5673       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    5674 $as_echo_n "checking for remove in -lposix... " >&6; }
     5969      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     5970echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
    56755971if test "${ac_cv_lib_posix_remove+set}" = set; then
    5676   $as_echo_n "(cached) " >&6
     5972  echo $ECHO_N "(cached) $ECHO_C" >&6
    56775973else
    56785974  ac_check_lib_save_LIBS=$LIBS
     
    57066002  *) ac_try_echo=$ac_try;;
    57076003esac
    5708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5709 $as_echo "$ac_try_echo") >&5
     6004eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57106005  (eval "$ac_link") 2>conftest.er1
    57116006  ac_status=$?
     
    57136008  rm -f conftest.er1
    57146009  cat conftest.err >&5
    5715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6010  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57166011  (exit $ac_status); } && {
    57176012         test -z "$ac_c_werror_flag" ||
    57186013         test ! -s conftest.err
    5719        } && test -s conftest$ac_exeext && {
    5720          test "$cross_compiling" = yes ||
    5721          $as_test_x conftest$ac_exeext
    5722        }; then
     6014       } && test -s conftest$ac_exeext &&
     6015       $as_test_x conftest$ac_exeext; then
    57236016  ac_cv_lib_posix_remove=yes
    57246017else
    5725   $as_echo "$as_me: failed program was:" >&5
     6018  echo "$as_me: failed program was:" >&5
    57266019sed 's/^/| /' conftest.$ac_ext >&5
    57276020
     
    57296022fi
    57306023
    5731 rm -rf conftest.dSYM
    57326024rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57336025      conftest$ac_exeext conftest.$ac_ext
    57346026LIBS=$ac_check_lib_save_LIBS
    57356027fi
    5736 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    5737 $as_echo "$ac_cv_lib_posix_remove" >&6; }
    5738 if test "x$ac_cv_lib_posix_remove" = x""yes; then
     6028{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6029echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
     6030if test $ac_cv_lib_posix_remove = yes; then
    57396031  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    57406032fi
     
    57436035
    57446036    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    5745     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
    5746 $as_echo_n "checking for shmat... " >&6; }
     6037    { echo "$as_me:$LINENO: checking for shmat" >&5
     6038echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
    57476039if test "${ac_cv_func_shmat+set}" = set; then
    5748   $as_echo_n "(cached) " >&6
     6040  echo $ECHO_N "(cached) $ECHO_C" >&6
    57496041else
    57506042  cat >conftest.$ac_ext <<_ACEOF
     
    57996091  *) ac_try_echo=$ac_try;;
    58006092esac
    5801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5802 $as_echo "$ac_try_echo") >&5
     6093eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58036094  (eval "$ac_link") 2>conftest.er1
    58046095  ac_status=$?
     
    58066097  rm -f conftest.er1
    58076098  cat conftest.err >&5
    5808   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6099  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58096100  (exit $ac_status); } && {
    58106101         test -z "$ac_c_werror_flag" ||
    58116102         test ! -s conftest.err
    5812        } && test -s conftest$ac_exeext && {
    5813          test "$cross_compiling" = yes ||
    5814          $as_test_x conftest$ac_exeext
    5815        }; then
     6103       } && test -s conftest$ac_exeext &&
     6104       $as_test_x conftest$ac_exeext; then
    58166105  ac_cv_func_shmat=yes
    58176106else
    5818   $as_echo "$as_me: failed program was:" >&5
     6107  echo "$as_me: failed program was:" >&5
    58196108sed 's/^/| /' conftest.$ac_ext >&5
    58206109
     
    58226111fi
    58236112
    5824 rm -rf conftest.dSYM
    58256113rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58266114      conftest$ac_exeext conftest.$ac_ext
    58276115fi
    5828 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    5829 $as_echo "$ac_cv_func_shmat" >&6; }
     6116{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6117echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
    58306118
    58316119    if test $ac_cv_func_shmat = no; then
    5832       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    5833 $as_echo_n "checking for shmat in -lipc... " >&6; }
     6120      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6121echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
    58346122if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    5835   $as_echo_n "(cached) " >&6
     6123  echo $ECHO_N "(cached) $ECHO_C" >&6
    58366124else
    58376125  ac_check_lib_save_LIBS=$LIBS
     
    58656153  *) ac_try_echo=$ac_try;;
    58666154esac
    5867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5868 $as_echo "$ac_try_echo") >&5
     6155eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58696156  (eval "$ac_link") 2>conftest.er1
    58706157  ac_status=$?
     
    58726159  rm -f conftest.er1
    58736160  cat conftest.err >&5
    5874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6161  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58756162  (exit $ac_status); } && {
    58766163         test -z "$ac_c_werror_flag" ||
    58776164         test ! -s conftest.err
    5878        } && test -s conftest$ac_exeext && {
    5879          test "$cross_compiling" = yes ||
    5880          $as_test_x conftest$ac_exeext
    5881        }; then
     6165       } && test -s conftest$ac_exeext &&
     6166       $as_test_x conftest$ac_exeext; then
    58826167  ac_cv_lib_ipc_shmat=yes
    58836168else
    5884   $as_echo "$as_me: failed program was:" >&5
     6169  echo "$as_me: failed program was:" >&5
    58856170sed 's/^/| /' conftest.$ac_ext >&5
    58866171
     
    58886173fi
    58896174
    5890 rm -rf conftest.dSYM
    58916175rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58926176      conftest$ac_exeext conftest.$ac_ext
    58936177LIBS=$ac_check_lib_save_LIBS
    58946178fi
    5895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    5896 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    5897 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
     6179{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6180echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
     6181if test $ac_cv_lib_ipc_shmat = yes; then
    58986182  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    58996183fi
     
    59116195  # libraries we check for below, so use a different variable.
    59126196  # John Interrante, Karl Berry
    5913   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    5914 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
     6197  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6198echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
    59156199if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    5916   $as_echo_n "(cached) " >&6
     6200  echo $ECHO_N "(cached) $ECHO_C" >&6
    59176201else
    59186202  ac_check_lib_save_LIBS=$LIBS
     
    59466230  *) ac_try_echo=$ac_try;;
    59476231esac
    5948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5949 $as_echo "$ac_try_echo") >&5
     6232eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59506233  (eval "$ac_link") 2>conftest.er1
    59516234  ac_status=$?
     
    59536236  rm -f conftest.er1
    59546237  cat conftest.err >&5
    5955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6238  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59566239  (exit $ac_status); } && {
    59576240         test -z "$ac_c_werror_flag" ||
    59586241         test ! -s conftest.err
    5959        } && test -s conftest$ac_exeext && {
    5960          test "$cross_compiling" = yes ||
    5961          $as_test_x conftest$ac_exeext
    5962        }; then
     6242       } && test -s conftest$ac_exeext &&
     6243       $as_test_x conftest$ac_exeext; then
    59636244  ac_cv_lib_ICE_IceConnectionNumber=yes
    59646245else
    5965   $as_echo "$as_me: failed program was:" >&5
     6246  echo "$as_me: failed program was:" >&5
    59666247sed 's/^/| /' conftest.$ac_ext >&5
    59676248
     
    59696250fi
    59706251
    5971 rm -rf conftest.dSYM
    59726252rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59736253      conftest$ac_exeext conftest.$ac_ext
    59746254LIBS=$ac_check_lib_save_LIBS
    59756255fi
    5976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    5977 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    5978 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
     6256{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6257echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6258if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
    59796259  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    59806260fi
     
    60146294    *${as_nl}*)
    60156295      case $ac_var in #(
    6016       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    6017 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     6296      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     6297echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    60186298      esac
    60196299      case $ac_var in #(
    60206300      _ | IFS | as_nl) ;; #(
    6021       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    60226301      *) $as_unset $ac_var ;;
    60236302      esac ;;
     
    60526331  if test -w "$cache_file"; then
    60536332    test "x$cache_file" != "x/dev/null" &&
    6054       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    6055 $as_echo "$as_me: updating cache $cache_file" >&6;}
     6333      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     6334echo "$as_me: updating cache $cache_file" >&6;}
    60566335    cat confcache >$cache_file
    60576336  else
    6058     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    6059 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     6337    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     6338echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    60606339  fi
    60616340fi
     
    60736352  # 1. Remove the extension, and $U if already installed.
    60746353  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    6075   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     6354  ac_i=`echo "$ac_i" | sed "$ac_script"`
    60766355  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    60776356  #    will be set to the directory where LIBOBJS objects are built.
     
    60856364
    60866365if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    6087   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     6366  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    60886367Usually this means the macro was only invoked conditionally." >&5
    6089 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
     6368echo "$as_me: error: conditional \"AMDEP\" was never defined.
    60906369Usually this means the macro was only invoked conditionally." >&2;}
    60916370   { (exit 1); exit 1; }; }
    60926371fi
    60936372if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    6094   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     6373  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    60956374Usually this means the macro was only invoked conditionally." >&5
    6096 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     6375echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    60976376Usually this means the macro was only invoked conditionally." >&2;}
    60986377   { (exit 1); exit 1; }; }
    60996378fi
     6379if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
     6380  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     6381Usually this means the macro was only invoked conditionally." >&5
     6382echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     6383Usually this means the macro was only invoked conditionally." >&2;}
     6384   { (exit 1); exit 1; }; }
     6385fi
    61006386
    61016387: ${CONFIG_STATUS=./config.status}
    6102 ac_write_fail=0
    61036388ac_clean_files_save=$ac_clean_files
    61046389ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    6105 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    6106 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    6107 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6390{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     6391echo "$as_me: creating $CONFIG_STATUS" >&6;}
     6392cat >$CONFIG_STATUS <<_ACEOF
    61086393#! $SHELL
    61096394# Generated by $as_me.
     
    61186403_ACEOF
    61196404
    6120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     6405cat >>$CONFIG_STATUS <<\_ACEOF
    61216406## --------------------- ##
    61226407## M4sh Initialization.  ##
     
    61286413  emulate sh
    61296414  NULLCMD=:
    6130   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     6415  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    61316416  # is contrary to our usage.  Disable this feature.
    61326417  alias -g '${1+"$@"}'='"$@"'
     
    61506435as_cr_alnum=$as_cr_Letters$as_cr_digits
    61516436
    6152 as_nl='
    6153 '
    6154 export as_nl
    6155 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    6156 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    6157 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    6158 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    6159 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    6160   as_echo='printf %s\n'
    6161   as_echo_n='printf %s'
    6162 else
    6163   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    6164     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    6165     as_echo_n='/usr/ucb/echo -n'
    6166   else
    6167     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    6168     as_echo_n_body='eval
    6169       arg=$1;
    6170       case $arg in
    6171       *"$as_nl"*)
    6172         expr "X$arg" : "X\\(.*\\)$as_nl";
    6173         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    6174       esac;
    6175       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    6176     '
    6177     export as_echo_n_body
    6178     as_echo_n='sh -c $as_echo_n_body as_echo'
    6179   fi
    6180   export as_echo_body
    6181   as_echo='sh -c $as_echo_body as_echo'
    6182 fi
    6183 
    61846437# The user is always right.
    61856438if test "${PATH_SEPARATOR+set}" != set; then
    6186   PATH_SEPARATOR=:
    6187   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    6188     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    6189       PATH_SEPARATOR=';'
    6190   }
     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
    61916448fi
    61926449
     
    62046461# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    62056462# splitting by setting IFS to empty value.)
     6463as_nl='
     6464'
    62066465IFS=" ""        $as_nl"
    62076466
     
    62266485fi
    62276486if test ! -f "$as_myself"; then
    6228   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     6487  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    62296488  { (exit 1); exit 1; }
    62306489fi
     
    62396498
    62406499# NLS nuisances.
    6241 LC_ALL=C
    6242 export LC_ALL
    6243 LANGUAGE=C
    6244 export LANGUAGE
     6500for 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
     6504do
     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
     6510done
    62456511
    62466512# Required to use basename.
     
    62646530         X"$0" : 'X\(//\)$' \| \
    62656531         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    6266 $as_echo X/"$0" |
     6532echo X/"$0" |
    62676533    sed '/^.*\/\([^/][^/]*\)\/*$/{
    62686534            s//\1/
     
    63156581    ' >$as_me.lineno &&
    63166582  chmod +x "$as_me.lineno" ||
    6317     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     6583    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    63186584   { (exit 1); exit 1; }; }
    63196585
     
    63436609  ECHO_N='-n';;
    63446610esac
     6611
    63456612if expr a : '\(a\)' >/dev/null 2>&1 &&
    63466613   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    63556622else
    63566623  rm -f conf$$.dir
    6357   mkdir conf$$.dir 2>/dev/null
    6358 fi
    6359 if (echo >conf$$.file) 2>/dev/null; then
    6360   if ln -s conf$$.file conf$$ 2>/dev/null; then
    6361     as_ln_s='ln -s'
    6362     # ... but there are two gotchas:
    6363     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    6364     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    6365     # In both cases, we have to default to `cp -p'.
    6366     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    6367       as_ln_s='cp -p'
    6368   elif ln conf$$.file conf$$ 2>/dev/null; then
    6369     as_ln_s=ln
    6370   else
     6624  mkdir conf$$.dir
     6625fi
     6626echo >conf$$.file
     6627if 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 ||
    63716634    as_ln_s='cp -p'
    6372   fi
     6635elif ln conf$$.file conf$$ 2>/dev/null; then
     6636  as_ln_s=ln
    63736637else
    63746638  as_ln_s='cp -p'
     
    63956659    eval sh -c '\''
    63966660      if test -d "$1"; then
    6397         test -d "$1/.";
     6661        test -d "$1/.";
    63986662      else
    63996663        case $1 in
    6400         -*)set "./$1";;
     6664        -*)set "./$1";;
    64016665        esac;
    64026666        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    64216685ac_log="
    64226686This file was extended by ISSM $as_me 1.0, which was
    6423 generated by GNU Autoconf 2.63.  Invocation command line was
     6687generated by GNU Autoconf 2.61.  Invocation command line was
    64246688
    64256689  CONFIG_FILES    = $CONFIG_FILES
     
    64346698_ACEOF
    64356699
    6436 case $ac_config_files in *"
    6437 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    6438 esac
    6439 
    6440 case $ac_config_headers in *"
    6441 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    6442 esac
    6443 
    6444 
    6445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6700cat >>$CONFIG_STATUS <<_ACEOF
    64466701# Files that config.status was made for.
    64476702config_files="$ac_config_files"
     
    64516706_ACEOF
    64526707
    6453 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     6708cat >>$CONFIG_STATUS <<\_ACEOF
    64546709ac_cs_usage="\
    64556710\`$as_me' instantiates files from templates according to the
    64566711current configuration.
    64576712
    6458 Usage: $0 [OPTION]... [FILE]...
     6713Usage: $0 [OPTIONS] [FILE]...
    64596714
    64606715  -h, --help       print this help, then exit
    64616716  -V, --version    print version number and configuration settings, then exit
    6462   -q, --quiet, --silent
    6463                    do not print progress messages
     6717  -q, --quiet      do not print progress messages
    64646718  -d, --debug      don't remove temporary files
    64656719      --recheck    update $as_me by reconfiguring in the same conditions
    6466       --file=FILE[:TEMPLATE]
    6467                    instantiate the configuration file FILE
    6468       --header=FILE[:TEMPLATE]
    6469                    instantiate the configuration header FILE
     6720  --file=FILE[:TEMPLATE]
     6721                   instantiate the configuration file FILE
     6722  --header=FILE[:TEMPLATE]
     6723                   instantiate the configuration header FILE
    64706724
    64716725Configuration files:
     
    64816735
    64826736_ACEOF
    6483 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6737cat >>$CONFIG_STATUS <<_ACEOF
    64846738ac_cs_version="\\
    64856739ISSM config.status 1.0
    6486 configured by $0, generated by GNU Autoconf 2.63,
    6487   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    6488 
    6489 Copyright (C) 2008 Free Software Foundation, Inc.
     6740configured by $0, generated by GNU Autoconf 2.61,
     6741  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     6742
     6743Copyright (C) 2006 Free Software Foundation, Inc.
    64906744This config.status script is free software; the Free Software Foundation
    64916745gives unlimited permission to copy, distribute and modify it."
     
    64956749INSTALL='$INSTALL'
    64966750MKDIR_P='$MKDIR_P'
    6497 AWK='$AWK'
    6498 test -n "\$AWK" || AWK=awk
    6499 _ACEOF
    6500 
    6501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    6502 # The default lists apply if the user does not specify any file.
     6751_ACEOF
     6752
     6753cat >>$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.
    65036756ac_need_defaults=:
    65046757while test $# != 0
     
    65226775    ac_cs_recheck=: ;;
    65236776  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    6524     $as_echo "$ac_cs_version"; exit ;;
     6777    echo "$ac_cs_version"; exit ;;
    65256778  --debug | --debu | --deb | --de | --d | -d )
    65266779    debug=: ;;
    65276780  --file | --fil | --fi | --f )
    65286781    $ac_shift
    6529     case $ac_optarg in
    6530     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    6531     esac
    6532     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     6782    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    65336783    ac_need_defaults=false;;
    65346784  --header | --heade | --head | --hea )
    65356785    $ac_shift
    6536     case $ac_optarg in
    6537     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    6538     esac
    6539     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     6786    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    65406787    ac_need_defaults=false;;
    65416788  --he | --h)
    65426789    # Conflict between --help and --header
    6543     { $as_echo "$as_me: error: ambiguous option: $1
     6790    { echo "$as_me: error: ambiguous option: $1
    65446791Try \`$0 --help' for more information." >&2
    65456792   { (exit 1); exit 1; }; };;
    65466793  --help | --hel | -h )
    6547     $as_echo "$ac_cs_usage"; exit ;;
     6794    echo "$ac_cs_usage"; exit ;;
    65486795  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    65496796  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    65516798
    65526799  # This is an error.
    6553   -*) { $as_echo "$as_me: error: unrecognized option: $1
     6800  -*) { echo "$as_me: error: unrecognized option: $1
    65546801Try \`$0 --help' for more information." >&2
    65556802   { (exit 1); exit 1; }; } ;;
     
    65706817
    65716818_ACEOF
    6572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6819cat >>$CONFIG_STATUS <<_ACEOF
    65736820if \$ac_cs_recheck; then
    6574   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    6575   shift
    6576   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    6577   CONFIG_SHELL='$SHELL'
     6821  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     6822  CONFIG_SHELL=$SHELL
    65786823  export CONFIG_SHELL
    6579   exec "\$@"
    6580 fi
    6581 
    6582 _ACEOF
    6583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     6824  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     6825fi
     6826
     6827_ACEOF
     6828cat >>$CONFIG_STATUS <<\_ACEOF
    65846829exec 5>>config.log
    65856830{
     
    65886833@%:@@%:@ Running $as_me. @%:@@%:@
    65896834_ASBOX
    6590   $as_echo "$ac_log"
     6835  echo "$ac_log"
    65916836} >&5
    65926837
    65936838_ACEOF
    6594 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     6839cat >>$CONFIG_STATUS <<_ACEOF
    65956840#
    65966841# INIT-COMMANDS
     
    66006845_ACEOF
    66016846
    6602 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     6847cat >>$CONFIG_STATUS <<\_ACEOF
    66036848
    66046849# Handling of arguments.
     
    66146859    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    66156860
    6616   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    6617 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     6861  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     6862echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    66186863   { (exit 1); exit 1; }; };;
    66196864  esac
     
    66566901} ||
    66576902{
    6658    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     6903   echo "$me: cannot create a temporary directory in ." >&2
    66596904   { (exit 1); exit 1; }
    66606905}
    66616906
    6662 # Set up the scripts for CONFIG_FILES section.
    6663 # No need to generate them if there are no CONFIG_FILES.
    6664 # This happens for instance with `./config.status config.h'.
     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
    66656913if test -n "$CONFIG_FILES"; then
    66666914
    6667 
    6668 ac_cr='
    6669 '
    6670 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    6671 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    6672   ac_cs_awk_cr='\\r'
    6673 else
    6674   ac_cs_awk_cr=$ac_cr
    6675 fi
    6676 
    6677 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    6678 _ACEOF
    6679 
    6680 
    6681 {
    6682   echo "cat >conf$$subs.awk <<_ACEOF" &&
    6683   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    6684   echo "_ACEOF"
    6685 } >conf$$subs.sh ||
    6686   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    6687 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    6688    { (exit 1); exit 1; }; }
    6689 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     6915_ACEOF
     6916
     6917
     6918
    66906919ac_delim='%!_!# '
    66916920for ac_last_try in false false false false false :; do
    6692   . ./conf$$subs.sh ||
    6693     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    6694 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    6695    { (exit 1); exit 1; }; }
    6696 
    6697   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    6698   if test $ac_delim_n = $ac_delim_num; then
     6921  cat >conf$$subs.sed <<_ACEOF
     6922SHELL!$SHELL$ac_delim
     6923PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     6924PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     6925PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     6926PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     6927PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     6928PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     6929exec_prefix!$exec_prefix$ac_delim
     6930prefix!$prefix$ac_delim
     6931program_transform_name!$program_transform_name$ac_delim
     6932bindir!$bindir$ac_delim
     6933sbindir!$sbindir$ac_delim
     6934libexecdir!$libexecdir$ac_delim
     6935datarootdir!$datarootdir$ac_delim
     6936datadir!$datadir$ac_delim
     6937sysconfdir!$sysconfdir$ac_delim
     6938sharedstatedir!$sharedstatedir$ac_delim
     6939localstatedir!$localstatedir$ac_delim
     6940includedir!$includedir$ac_delim
     6941oldincludedir!$oldincludedir$ac_delim
     6942docdir!$docdir$ac_delim
     6943infodir!$infodir$ac_delim
     6944htmldir!$htmldir$ac_delim
     6945dvidir!$dvidir$ac_delim
     6946pdfdir!$pdfdir$ac_delim
     6947psdir!$psdir$ac_delim
     6948libdir!$libdir$ac_delim
     6949localedir!$localedir$ac_delim
     6950mandir!$mandir$ac_delim
     6951DEFS!$DEFS$ac_delim
     6952ECHO_C!$ECHO_C$ac_delim
     6953ECHO_N!$ECHO_N$ac_delim
     6954ECHO_T!$ECHO_T$ac_delim
     6955LIBS!$LIBS$ac_delim
     6956build_alias!$build_alias$ac_delim
     6957host_alias!$host_alias$ac_delim
     6958target_alias!$target_alias$ac_delim
     6959build!$build$ac_delim
     6960build_cpu!$build_cpu$ac_delim
     6961build_vendor!$build_vendor$ac_delim
     6962build_os!$build_os$ac_delim
     6963host!$host$ac_delim
     6964host_cpu!$host_cpu$ac_delim
     6965host_vendor!$host_vendor$ac_delim
     6966host_os!$host_os$ac_delim
     6967target!$target$ac_delim
     6968target_cpu!$target_cpu$ac_delim
     6969target_vendor!$target_vendor$ac_delim
     6970target_os!$target_os$ac_delim
     6971INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     6972INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     6973INSTALL_DATA!$INSTALL_DATA$ac_delim
     6974am__isrc!$am__isrc$ac_delim
     6975CYGPATH_W!$CYGPATH_W$ac_delim
     6976PACKAGE!$PACKAGE$ac_delim
     6977VERSION!$VERSION$ac_delim
     6978ACLOCAL!$ACLOCAL$ac_delim
     6979AUTOCONF!$AUTOCONF$ac_delim
     6980AUTOMAKE!$AUTOMAKE$ac_delim
     6981AUTOHEADER!$AUTOHEADER$ac_delim
     6982MAKEINFO!$MAKEINFO$ac_delim
     6983install_sh!$install_sh$ac_delim
     6984STRIP!$STRIP$ac_delim
     6985INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
     6986mkdir_p!$mkdir_p$ac_delim
     6987AWK!$AWK$ac_delim
     6988SET_MAKE!$SET_MAKE$ac_delim
     6989am__leading_dot!$am__leading_dot$ac_delim
     6990AMTAR!$AMTAR$ac_delim
     6991am__tar!$am__tar$ac_delim
     6992am__untar!$am__untar$ac_delim
     6993RANLIB!$RANLIB$ac_delim
     6994CC!$CC$ac_delim
     6995CFLAGS!$CFLAGS$ac_delim
     6996LDFLAGS!$LDFLAGS$ac_delim
     6997CPPFLAGS!$CPPFLAGS$ac_delim
     6998ac_ct_CC!$ac_ct_CC$ac_delim
     6999EXEEXT!$EXEEXT$ac_delim
     7000OBJEXT!$OBJEXT$ac_delim
     7001DEPDIR!$DEPDIR$ac_delim
     7002am__include!$am__include$ac_delim
     7003am__quote!$am__quote$ac_delim
     7004AMDEP_TRUE!$AMDEP_TRUE$ac_delim
     7005AMDEP_FALSE!$AMDEP_FALSE$ac_delim
     7006AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
     7007CCDEPMODE!$CCDEPMODE$ac_delim
     7008am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
     7009am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
     7010CXX!$CXX$ac_delim
     7011CXXFLAGS!$CXXFLAGS$ac_delim
     7012ac_ct_CXX!$ac_ct_CXX$ac_delim
     7013CXXDEPMODE!$CXXDEPMODE$ac_delim
     7014am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
     7015am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
     7016F77!$F77$ac_delim
     7017FFLAGS!$FFLAGS$ac_delim
     7018ac_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
    66997022    break
    67007023  elif $ac_last_try; then
    6701     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    6702 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7024    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7025echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    67037026   { (exit 1); exit 1; }; }
    67047027  else
     
    67067029  fi
    67077030done
    6708 rm -f conf$$subs.sh
    6709 
    6710 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    6711 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    6712 _ACEOF
    6713 sed -n '
    6714 h
    6715 s/^/S["/; s/!.*/"]=/
    6716 p
    6717 g
    6718 s/^[^!]*!//
    6719 :repl
    6720 t repl
    6721 s/'"$ac_delim"'$//
    6722 t delim
    6723 :nl
    6724 h
    6725 s/\(.\{148\}\).*/\1/
    6726 t more1
    6727 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    6728 p
    6729 n
    6730 b repl
    6731 :more1
    6732 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    6733 p
    6734 g
    6735 s/.\{148\}//
    6736 t nl
    6737 :delim
    6738 h
    6739 s/\(.\{148\}\).*/\1/
    6740 t more2
    6741 s/["\\]/\\&/g; s/^/"/; s/$/"/
    6742 p
    6743 b
    6744 :more2
    6745 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    6746 p
    6747 g
    6748 s/.\{148\}//
    6749 t delim
    6750 ' <conf$$subs.awk | sed '
    6751 /^[^""]/{
    6752   N
    6753   s/\n//
    6754 }
    6755 ' >>$CONFIG_STATUS || ac_write_fail=1
    6756 rm -f conf$$subs.awk
    6757 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    6758 _ACAWK
    6759 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    6760   for (key in S) S_is_set[key] = 1
    6761   FS = ""
    6762 
    6763 }
    6764 {
    6765   line = $ 0
    6766   nfields = split(line, field, "@")
    6767   substed = 0
    6768   len = length(field[1])
    6769   for (i = 2; i < nfields; i++) {
    6770     key = field[i]
    6771     keylen = length(key)
    6772     if (S_is_set[key]) {
    6773       value = S[key]
    6774       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    6775       len += length(value) + length(field[++i])
    6776       substed = 1
    6777     } else
    6778       len += 1 + keylen
    6779   }
    6780 
    6781   print line
    6782 }
    6783 
    6784 _ACAWK
    6785 _ACEOF
    6786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    6787 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    6788   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    6789 else
    6790   cat
    6791 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    6792   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    6793 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     7031
     7032ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     7033if test -n "$ac_eof"; then
     7034  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     7035  ac_eof=`expr $ac_eof + 1`
     7036fi
     7037
     7038cat >>$CONFIG_STATUS <<_ACEOF
     7039cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     7040/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     7041_ACEOF
     7042sed '
     7043s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     7044s/^/s,@/; s/!/@,|#_!!_#|/
     7045:n
     7046t n
     7047s/'"$ac_delim"'$/,g/; t
     7048s/$/\\/; p
     7049N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     7050' >>$CONFIG_STATUS <conf$$subs.sed
     7051rm -f conf$$subs.sed
     7052cat >>$CONFIG_STATUS <<_ACEOF
     7053CEOF$ac_eof
     7054_ACEOF
     7055
     7056
     7057ac_delim='%!_!# '
     7058for ac_last_try in false false false false false :; do
     7059  cat >conf$$subs.sed <<_ACEOF
     7060FLIBS!$FLIBS$ac_delim
     7061XMKMF!$XMKMF$ac_delim
     7062CPP!$CPP$ac_delim
     7063X_CFLAGS!$X_CFLAGS$ac_delim
     7064X_PRE_LIBS!$X_PRE_LIBS$ac_delim
     7065X_LIBS!$X_LIBS$ac_delim
     7066X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
     7067LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
     7068LTLIBOBJS!$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
     7075echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    67947076   { (exit 1); exit 1; }; }
    6795 _ACEOF
     7077  else
     7078    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     7079  fi
     7080done
     7081
     7082ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     7083if test -n "$ac_eof"; then
     7084  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     7085  ac_eof=`expr $ac_eof + 1`
     7086fi
     7087
     7088cat >>$CONFIG_STATUS <<_ACEOF
     7089cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     7090/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     7091_ACEOF
     7092sed '
     7093s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     7094s/^/s,@/; s/!/@,|#_!!_#|/
     7095:n
     7096t n
     7097s/'"$ac_delim"'$/,g/; t
     7098s/$/\\/; p
     7099N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     7100' >>$CONFIG_STATUS <conf$$subs.sed
     7101rm -f conf$$subs.sed
     7102cat >>$CONFIG_STATUS <<_ACEOF
     7103:end
     7104s/|#_!!_#|//g
     7105CEOF$ac_eof
     7106_ACEOF
     7107
    67967108
    67977109# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    68107122fi
    68117123
    6812 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7124cat >>$CONFIG_STATUS <<\_ACEOF
    68137125fi # test -n "$CONFIG_FILES"
    68147126
    6815 # Set up the scripts for CONFIG_HEADERS section.
    6816 # No need to generate them if there are no CONFIG_HEADERS.
    6817 # This happens for instance with `./config.status Makefile'.
    6818 if test -n "$CONFIG_HEADERS"; then
    6819 cat >"$tmp/defines.awk" <<\_ACAWK ||
    6820 BEGIN {
    6821 _ACEOF
    6822 
    6823 # Transform confdefs.h into an awk script `defines.awk', embedded as
    6824 # here-document in config.status, that substitutes the proper values into
    6825 # config.h.in to produce config.h.
    6826 
    6827 # Create a delimiter string that does not exist in confdefs.h, to ease
    6828 # handling of long lines.
    6829 ac_delim='%!_!# '
    6830 for ac_last_try in false false :; do
    6831   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    6832   if test -z "$ac_t"; then
    6833     break
    6834   elif $ac_last_try; then
    6835     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    6836 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    6837    { (exit 1); exit 1; }; }
    6838   else
    6839     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    6840   fi
    6841 done
    6842 
    6843 # For the awk script, D is an array of macro values keyed by name,
    6844 # likewise P contains macro parameters if any.  Preserve backslash
    6845 # newline sequences.
    6846 
    6847 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    6848 sed -n '
    6849 s/.\{148\}/&'"$ac_delim"'/g
    6850 t rset
    6851 :rset
    6852 s/^[     ]*#[    ]*define[       ][      ]*/ /
    6853 t def
    6854 d
    6855 :def
    6856 s/\\$//
    6857 t bsnl
    6858 s/["\\]/\\&/g
    6859 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    6860 D["\1"]=" \3"/p
    6861 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    6862 d
    6863 :bsnl
    6864 s/["\\]/\\&/g
    6865 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    6866 D["\1"]=" \3\\\\\\n"\\/p
    6867 t cont
    6868 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    6869 t cont
    6870 d
    6871 :cont
    6872 n
    6873 s/.\{148\}/&'"$ac_delim"'/g
    6874 t clear
    6875 :clear
    6876 s/\\$//
    6877 t bsnlc
    6878 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    6879 d
    6880 :bsnlc
    6881 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    6882 b cont
    6883 ' <confdefs.h | sed '
    6884 s/'"$ac_delim"'/"\\\
    6885 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    6886 
    6887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    6888   for (key in D) D_is_set[key] = 1
    6889   FS = ""
    6890 }
    6891 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    6892   line = \$ 0
    6893   split(line, arg, " ")
    6894   if (arg[1] == "#") {
    6895     defundef = arg[2]
    6896     mac1 = arg[3]
    6897   } else {
    6898     defundef = substr(arg[1], 2)
    6899     mac1 = arg[2]
    6900   }
    6901   split(mac1, mac2, "(") #)
    6902   macro = mac2[1]
    6903   prefix = substr(line, 1, index(line, defundef) - 1)
    6904   if (D_is_set[macro]) {
    6905     # Preserve the white space surrounding the "#".
    6906     print prefix "define", macro P[macro] D[macro]
    6907     next
    6908   } else {
    6909     # Replace #undef with comments.  This is necessary, for example,
    6910     # in the case of _POSIX_SOURCE, which is predefined and required
    6911     # on some systems where configure will not decide to define it.
    6912     if (defundef == "undef") {
    6913       print "/*", prefix defundef, macro, "*/"
    6914       next
    6915     }
    6916   }
    6917 }
    6918 { print }
    6919 _ACAWK
    6920 _ACEOF
    6921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    6922   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    6923 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    6924    { (exit 1); exit 1; }; }
    6925 fi # test -n "$CONFIG_HEADERS"
    6926 
    6927 
    6928 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    6929 shift
    6930 for ac_tag
     7127
     7128for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
    69317129do
    69327130  case $ac_tag in
     
    69357133  case $ac_mode$ac_tag in
    69367134  :[FHL]*:*);;
    6937   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    6938 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     7135  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     7136echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    69397137   { (exit 1); exit 1; }; };;
    69407138  :[FH]-) ac_tag=-:-;;
     
    69657163           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    69667164           esac ||
    6967            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    6968 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     7165           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     7166echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    69697167   { (exit 1); exit 1; }; };;
    69707168      esac
    6971       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    6972       ac_file_inputs="$ac_file_inputs '$ac_f'"
     7169      ac_file_inputs="$ac_file_inputs $ac_f"
    69737170    done
    69747171
     
    69767173    # use $as_me), people would be surprised to read:
    69777174    #    /* config.h.  Generated by config.status.  */
    6978     configure_input='Generated from '`
    6979           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    6980         `' by configure.'
     7175    configure_input="Generated from "`IFS=:
     7176          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    69817177    if test x"$ac_file" != x-; then
    69827178      configure_input="$ac_file.  $configure_input"
    6983       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    6984 $as_echo "$as_me: creating $ac_file" >&6;}
     7179      { echo "$as_me:$LINENO: creating $ac_file" >&5
     7180echo "$as_me: creating $ac_file" >&6;}
    69857181    fi
    6986     # Neutralize special characters interpreted by sed in replacement strings.
    6987     case $configure_input in #(
    6988     *\&* | *\|* | *\\* )
    6989        ac_sed_conf_input=`$as_echo "$configure_input" |
    6990        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    6991     *) ac_sed_conf_input=$configure_input;;
    6992     esac
    69937182
    69947183    case $ac_tag in
    6995     *:-:* | *:-) cat >"$tmp/stdin" \
    6996       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    6997 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    6998    { (exit 1); exit 1; }; } ;;
     7184    *:-:* | *:-) cat >"$tmp/stdin";;
    69997185    esac
    70007186    ;;
     
    70067192         X"$ac_file" : 'X\(//\)$' \| \
    70077193         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    7008 $as_echo X"$ac_file" |
     7194echo X"$ac_file" |
    70097195    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    70107196            s//\1/
     
    70327218    while :; do
    70337219      case $as_dir in #(
    7034       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     7220      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    70357221      *) as_qdir=$as_dir;;
    70367222      esac
     
    70417227         X"$as_dir" : 'X\(//\)$' \| \
    70427228         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    7043 $as_echo X"$as_dir" |
     7229echo X"$as_dir" |
    70447230    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    70457231            s//\1/
     
    70627248    done
    70637249    test -z "$as_dirs" || eval "mkdir $as_dirs"
    7064   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    7065 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     7250  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     7251echo "$as_me: error: cannot create directory $as_dir" >&2;}
    70667252   { (exit 1); exit 1; }; }; }
    70677253  ac_builddir=.
     
    70707256.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    70717257*)
    7072   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     7258  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    70737259  # A ".." for each directory in $ac_dir_suffix.
    7074   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     7260  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    70757261  case $ac_top_builddir_sub in
    70767262  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    71177303_ACEOF
    71187304
    7119 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7305cat >>$CONFIG_STATUS <<\_ACEOF
    71207306# If the template does not know about datarootdir, expand it.
    71217307# FIXME: This hack should be removed a few years after 2.60.
    71227308ac_datarootdir_hack=; ac_datarootdir_seen=
    71237309
    7124 ac_sed_dataroot='
    7125 /datarootdir/ {
     7310case `sed -n '/datarootdir/ {
    71267311  p
    71277312  q
     
    71327317/@localedir@/p
    71337318/@mandir@/p
    7134 '
    7135 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     7319' $ac_file_inputs` in
    71367320*datarootdir*) ac_datarootdir_seen=yes;;
    71377321*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    7138   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    7139 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    7140 _ACEOF
    7141 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7322  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     7323echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     7324_ACEOF
     7325cat >>$CONFIG_STATUS <<_ACEOF
    71427326  ac_datarootdir_hack='
    71437327  s&@datadir@&$datadir&g
     
    71537337# Shell code in configure.ac might set extrasub.
    71547338# FIXME: do we really want to maintain this feature?
    7155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    7156 ac_sed_extra="$ac_vpsub
     7339cat >>$CONFIG_STATUS <<_ACEOF
     7340  sed "$ac_vpsub
    71577341$extrasub
    71587342_ACEOF
    7159 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7343cat >>$CONFIG_STATUS <<\_ACEOF
    71607344:t
    71617345/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    7162 s|@configure_input@|$ac_sed_conf_input|;t t
     7346s&@configure_input@&$configure_input&;t t
    71637347s&@top_builddir@&$ac_top_builddir_sub&;t t
    7164 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    71657348s&@srcdir@&$ac_srcdir&;t t
    71667349s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    71737356s&@MKDIR_P@&$ac_MKDIR_P&;t t
    71747357$ac_datarootdir_hack
    7175 "
    7176 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    7177   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    7178 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    7179    { (exit 1); exit 1; }; }
     7358" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    71807359
    71817360test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    71827361  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    71837362  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    7184   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     7363  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    71857364which seems to be undefined.  Please make sure it is defined." >&5
    7186 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     7365echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    71877366which seems to be undefined.  Please make sure it is defined." >&2;}
    71887367
    71897368  rm -f "$tmp/stdin"
    71907369  case $ac_file in
    7191   -) cat "$tmp/out" && rm -f "$tmp/out";;
    7192   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    7193   esac \
    7194   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    7195 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    7196    { (exit 1); exit 1; }; }
     7370  -) cat "$tmp/out"; rm -f "$tmp/out";;
     7371  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     7372  esac
    71977373 ;;
    71987374  :H)
     
    72007376  # CONFIG_HEADER
    72017377  #
     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.
     7382rm -f conftest.defines conftest.tail
     7383# First, append a space to every undef/define line, to ease matching.
     7384echo '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.
     7390ac_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.
     7395ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
     7396ac_dB='\\)[      (].*,\\1define\\2'
     7397ac_dC=' '
     7398ac_dD=' ,'
     7399
     7400uniq 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.)
     7418echo 's/ $//
     7419s,^[     #]*u.*,/* & */,' >>conftest.defines
     7420
     7421# Break up conftest.defines:
     7422ac_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.
     7428ac_in='$ac_file_inputs'
     7429ac_out='"$tmp/out1"'
     7430ac_nxt='"$tmp/out2"'
     7431
     7432while :
     7433do
     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
     7440b
     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
     7451done
     7452rm -f conftest.defines conftest.tail
     7453
     7454echo "ac_result=$ac_in" >>$CONFIG_STATUS
     7455cat >>$CONFIG_STATUS <<\_ACEOF
    72027456  if test x"$ac_file" != x-; then
    7203     {
    7204       $as_echo "/* $configure_input  */" \
    7205       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    7206     } >"$tmp/config.h" \
    7207       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    7208 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    7209    { (exit 1); exit 1; }; }
    7210     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    7211       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    7212 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     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
     7461echo "$as_me: $ac_file is unchanged" >&6;}
    72137462    else
    7214       rm -f "$ac_file"
    7215       mv "$tmp/config.h" "$ac_file" \
    7216         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    7217 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    7218    { (exit 1); exit 1; }; }
     7463      rm -f $ac_file
     7464      mv "$tmp/config.h" $ac_file
    72197465    fi
    72207466  else
    7221     $as_echo "/* $configure_input  */" \
    7222       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    7223       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    7224 $as_echo "$as_me: error: could not create -" >&2;}
    7225    { (exit 1); exit 1; }; }
     7467    echo "/* $configure_input  */"
     7468    cat "$ac_result"
    72267469  fi
    7227 # Compute "$ac_file"'s index in $config_headers.
    7228 _am_arg="$ac_file"
     7470  rm -f "$tmp/out12"
     7471# Compute $ac_file's index in $config_headers.
    72297472_am_stamp_count=1
    72307473for _am_header in $config_headers :; do
    72317474  case $_am_header in
    7232     $_am_arg | $_am_arg:* )
     7475    $ac_file | $ac_file:* )
    72337476      break ;;
    72347477    * )
     
    72367479  esac
    72377480done
    7238 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
    7239 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    7240          X"$_am_arg" : 'X\(//\)[^/]' \| \
    7241          X"$_am_arg" : 'X\(//\)$' \| \
    7242          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
    7243 $as_echo X"$_am_arg" |
     7481echo "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 ||
     7486echo X$ac_file |
    72447487    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    72457488            s//\1/
     
    72617504 ;;
    72627505 
    7263   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
    7264 $as_echo "$as_me: executing $ac_file commands" >&6;}
     7506  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
     7507echo "$as_me: executing $ac_file commands" >&6;}
    72657508 ;;
    72667509  esac
     
    72687511
    72697512  case $ac_file$ac_mode in
    7270     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
    7271 # are listed without --file.  Let's play safe and only enable the eval
    7272 # if we detect the quoting.
    7273 case $CONFIG_FILES in
    7274 *\'*) eval set x "$CONFIG_FILES" ;;
    7275 *)   set x $CONFIG_FILES ;;
    7276 esac
    7277 shift
    7278 for mf
    7279 do
     7513    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    72807514  # Strip MF so we end up with the name of the file.
    72817515  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    72877521  # Grep'ing the whole file is not good either: AIX grep has a line
    72887522  # limit of 2048, but all sed's we know have understand at least 4000.
    7289   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     7523  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    72907524    dirpart=`$as_dirname -- "$mf" ||
    72917525$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     
    72937527         X"$mf" : 'X\(//\)$' \| \
    72947528         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    7295 $as_echo X"$mf" |
     7529echo X"$mf" |
    72967530    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    72977531            s//\1/
     
    73377571         X"$file" : 'X\(//\)$' \| \
    73387572         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    7339 $as_echo X"$file" |
     7573echo X"$file" |
    73407574    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    73417575            s//\1/
     
    73637597    while :; do
    73647598      case $as_dir in #(
    7365       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     7599      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    73667600      *) as_qdir=$as_dir;;
    73677601      esac
     
    73727606         X"$as_dir" : 'X\(//\)$' \| \
    73737607         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    7374 $as_echo X"$as_dir" |
     7608echo X"$as_dir" |
    73757609    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    73767610            s//\1/
     
    73937627    done
    73947628    test -z "$as_dirs" || eval "mkdir $as_dirs"
    7395   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    7396 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     7629  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     7630echo "$as_me: error: cannot create directory $as_dir" >&2;}
    73977631   { (exit 1); exit 1; }; }; }
    73987632    # echo "creating $dirpart/$file"
     
    74107644chmod +x $CONFIG_STATUS
    74117645ac_clean_files=$ac_clean_files_save
    7412 
    7413 test $ac_write_fail = 0 ||
    7414   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    7415 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    7416    { (exit 1); exit 1; }; }
    74177646
    74187647
     
    74377666  $ac_cs_success || { (exit 1); exit 1; }
    74387667fi
    7439 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    7440   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    7441 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    7442 fi
    7443 
    7444 
     7668
     7669
  • issm/trunk/autom4te.cache/traces.0

    r132 r1378  
    1 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
     1m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
    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.2], [],
     4m4_if([$1], [1.10], [],
    55      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    66])
    7 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl
    8 m4_ifndef([AC_AUTOCONF_VERSION],
    9   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    10 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    11 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/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.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)])
     9m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    1210AC_PREREQ([2.50])dnl
    1311# expand $ac_aux_dir to an absolute path
    1412am_aux_dir=`cd $ac_aux_dir && pwd`
    1513])
    16 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
     14m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
    1715 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    1816        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     
    3331Usually this means the macro was only invoked conditionally.]])
    3432fi])])
    35 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
     33m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
    3634AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
    3735AC_REQUIRE([AM_MAKE_INCLUDE])dnl
     
    137135  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
    138136])
    139 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     137m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    140138AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    141139])
    142 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
     140m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    143141[  --disable-dependency-tracking  speeds up one-time build
    144142  --enable-dependency-tracking   do not reject slow dependency extractors])
     
    151149_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
    152150])
    153 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depout.m4:63: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [# Autoconf 2.62 quotes --file arguments for eval, but not when files
    154 # are listed without --file.  Let's play safe and only enable the eval
    155 # if we detect the quoting.
    156 case $CONFIG_FILES in
    157 *\'*) eval set x "$CONFIG_FILES" ;;
    158 *)   set x $CONFIG_FILES ;;
    159 esac
    160 shift
    161 for mf
    162 do
     151m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
    163152  # Strip MF so we end up with the name of the file.
    164153  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    170159  # Grep'ing the whole file is not good either: AIX grep has a line
    171160  # limit of 2048, but all sed's we know have understand at least 4000.
    172   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     161  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    173162    dirpart=`AS_DIRNAME("$mf")`
    174163  else
     
    200189done
    201190])
    202 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/depout.m4:77: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
     191m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
    203192     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
    204193     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
    205194])
    206 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
    207 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
     195m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
     196m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    208197You should run autoupdate.])dnl
    209198AC_CONFIG_HEADERS($@)])
    210 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
     199m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
    211200dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    212201dnl the ones we care about.
     
    285274])
    286275])
    287 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/init.m4:125: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
    288 _am_arg=$1
     276m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
    289277_am_stamp_count=1
    290278for _am_header in $config_headers :; do
    291279  case $_am_header in
    292     $_am_arg | $_am_arg:* )
     280    $1 | $1:* )
    293281      break ;;
    294282    * )
     
    296284  esac
    297285done
    298 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    299 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     286echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
     287m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    300288install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    301289AC_SUBST(install_sh)])
    302 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
     290m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
    303291mkdir .tst 2>/dev/null
    304292if test -d .tst; then
     
    309297rmdir .tst 2>/dev/null
    310298AC_SUBST([am__leading_dot])])
    311 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
     299m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
    312300cat > confinc << 'END'
    313301am__doit:
     
    346334rm -f confinc confmf
    347335])
    348 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/minuso.m4:35: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
     336m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
    349337AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    350338AC_REQUIRE_AUX_FILE([compile])dnl
     
    352340# there is no other way.
    353341set dummy $CC
    354 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    355 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    356 if test "$am_t" != yes; then
     342ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     343if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    357344   # Losing compiler, so override with the script.
    358345   # FIXME: It is wrong to rewrite CC.
     
    367354          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
    368355])
    369 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
     356m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
    370357$1=${$1-"${am_missing_run}$2"}
    371358AC_SUBST($1)])
    372 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     359m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    373360AC_REQUIRE_AUX_FILE([missing])dnl
    374361test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     
    381368fi
    382369])
    383 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
     370m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    384371AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    385372dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     
    396383esac
    397384])
    398 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    399 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    400 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    401 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    402 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
     385m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
     386m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     387m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     388m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
     389m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    403390   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    404391   ac_status=$?
    405392   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    406393   (exit $ac_status); }])
    407 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
     394m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
    408395# Just in case
    409396sleep 1
     
    442429fi
    443430AC_MSG_RESULT(yes)])
    444 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     431m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    445432# Installed binaries are usually stripped using `strip' when the user
    446433# run `make install-strip'.  However `strip' might not be the right
     
    453440INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    454441AC_SUBST([INSTALL_STRIP_PROGRAM])])
    455 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
    456 m4trace:/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
     442m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
     443m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
    457444AM_MISSING_PROG([AMTAR], [tar])
    458445m4_if([$1], [v7],
     
    525512AC_SUBST([am__untar])
    526513])
    527 m4trace:m4/issm_options.m4:393: -1- AC_DEFUN([ISSM_OPTIONS], [
     514m4trace:m4/issm_options.m4:474: -1- AC_DEFUN([ISSM_OPTIONS], [
    528515        dnl Debugging option check.
    529516        AC_ARG_ENABLE([debugging],AS_HELP_STRING([--enable-debugging],
     
    591578                        fi
    592579                        ;;
     580                        *darwin9.6.0*)
     581                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
     582                        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"
     583                        ;;
     584
    593585                esac
    594586
     
    659651        fi
    660652        AC_MSG_RESULT(ok)
     653
     654        dnl Dakota directory
     655        AC_ARG_WITH([dakota-dir],
     656                          AS_HELP_STRING([--with-dakota-dir = DIR], [dakota root directory. necessary for serial build]),
     657                         [DAKOTA_ROOT=$withval],[DAKOTA_ROOT=""])
     658        AC_MSG_CHECKING(for Dakota )
    661659       
     660        if test -d "$DAKOTA_ROOT"; then
     661
     662                dnl defaults
     663                HAVE_DAKOTA=yes
     664                DAKOTAINCL=-I$DAKOTA_ROOT/include
     665                DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs  -levidence -lsurfpack -lconmin -lddace -lfsudace    -ljega -lcport -lopt -lpsuade -lnewmat    -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl     -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver "
     666
     667                AC_DEFINE([_HAVE_DAKOTA_],[1],[with Dakota in ISSM src])
     668                AC_SUBST([DAKOTAINCL])
     669                AC_SUBST([DAKOTALIB])
     670
     671        else
     672                HAVE_DAKOTA=no
     673        fi
     674        AC_MSG_RESULT($HAVE_DAKOTA)
     675
    662676               
    663677        dnl Metis directory
     
    716730                       
    717731                        AC_DEFINE([_HAVE_MPI_],[1],[with Mpi in ISSM src])
     732                        AC_DEFINE([HAVE_MPI],[1],[with Mpi in ISSM src])
    718733                        AC_SUBST([MPIINCL])
    719734                        AC_SUBST([MPILIB])
     
    834849                HAVE_BLASLAPACK=yes
    835850                BLASLAPACKINCL=""
    836                 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"
    837 
    838                 AC_DEFINE([_HAVE_BLASLAPACK_],[1],[with Scalapack in ISSM src])
     851                dnl BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lmkl_lapack -lmkl -lguide"
     852                BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     853
     854                AC_DEFINE([_HAVE_BLASLAPACK_],[1],[with blas lapack in ISSM src])
    839855                AC_SUBST([BLASLAPACKLIB])
    840856                AC_SUBST([BLASLAPACKINCL])
     
    844860        AC_MSG_RESULT($HAVE_BLASLAPACK)
    845861
     862        dnl mkl directory
     863        AC_ARG_WITH([mkl-dir],
     864                          AS_HELP_STRING([--with-mkl-dir = DIR],
     865                                                         [mkl root directory]),
     866                          [MKL_ROOT=$withval],[MKL_ROOT=""])
     867                         
     868        AC_MSG_CHECKING(for mkl headers and libraries in $MKL_ROOT)
     869        if test -d "$MKL_ROOT"; then
     870
     871                dnl defaults
     872                HAVE_MKL=yes
     873                MKLINCL=""
     874                MKLLIB=-L"$MKL_ROOT -lmkl_lapack -lmkl -lguide"
     875
     876                AC_DEFINE([_HAVE_MKL_],[1],[with mkl in ISSM src])
     877                AC_SUBST([MKLLIB])
     878                AC_SUBST([MKLINCL])
     879        else
     880                HAVE_MKL=no
     881        fi
     882        AC_MSG_RESULT($HAVE_MKL)
    846883
    847884        dnl Plapack directory
     
    912949        AC_MSG_RESULT($HAVE_BLACS)
    913950
    914 
    915 
     951        dnl math library  option
     952        AC_MSG_CHECKING(for math library...)
     953        AC_ARG_WITH([math-lib],
     954                          AS_HELP_STRING([--with-math-lib = otions],
     955                                                         [math options, for ex: "/usr/lib/libm.a]),
     956                          [MATH_LIB=$withval],[MATH_LIB=""])
     957
     958        dnl check that --with-math-lib may have been provided
     959        if test -n "$MATH_LIB" ; then
     960                HAVE_MATH=yes
     961                MATHLIB="$MATH_LIB"
     962
     963                AC_DEFINE([_HAVE_MATH_],[1],[with MATH in ISSM src])
     964                AC_SUBST([MATHLIB])
     965        fi
     966        AC_MSG_RESULT(done)
     967
     968        dnl fortran library  option
     969        AC_MSG_CHECKING(for fortran library...)
     970        AC_ARG_WITH([fortran-lib],
     971                          AS_HELP_STRING([--with-fortran-lib = options],
     972                                                         [fortran options, for ex: "/usr/lib/gfortran.a]),
     973                          [FORTRAN_LIB=$withval],[FORTRAN_LIB=""])
     974
     975        dnl check that --with-fortran-lib may have been provided
     976        if test -n "$FORTRAN_LIB" ; then
     977                HAVE_FORTRAN=yes
     978                FORTRANLIB="$FORTRAN_LIB"
     979
     980                AC_DEFINE([_HAVE_FORTRAN_],[1],[with FORTRAN in ISSM src])
     981                AC_SUBST([FORTRANLIB])
     982        fi
     983        AC_MSG_RESULT(done)
    916984
    917985])
     
    16641732m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h])
    16651733m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    1666 You should run autoupdate.], [/u/astrid1/larour/issm/trunk/devpackages/automake/install/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
     1734You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
    16671735configure.ac:2: the top level])
    16681736m4trace:configure.ac:3: -1- m4_pattern_allow([^build$])
     
    16811749m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    16821750m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
    1683 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10.2])
    1684 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.63])
     1751m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
     1752m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61])
    16851753m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
    16861754m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
     
    16901758m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
    16911759m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
     1760m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
     1761You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from...
     1762/usr/share/aclocal-1.10/options.m4:26: _AM_SET_OPTIONS is expanded from...
     1763/usr/share/aclocal-1.10/init.m4:103: AM_INIT_AUTOMAKE is expanded from...
     1764configure.ac:4: the top level])
    16921765m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
    16931766m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
     
    17161789m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    17171790m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
    1718 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    17191791m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
    17201792m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
     
    18371909m4trace:configure.ac:12: -1- AX_MATLAB
    18381910m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
    1839 You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
     1911You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
    18401912m4/matlab.m4:469: AX_MATLAB is expanded from...
    18411913m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from...
    1842 m4/issm_options.m4:393: ISSM_OPTIONS is expanded from...
     1914m4/issm_options.m4:474: ISSM_OPTIONS is expanded from...
    18431915configure.ac:12: the top level])
    18441916m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MATLAB$])
     
    18571929m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLEINCL$])
    18581930m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$])
     1931m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
     1932m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$])
     1933m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$])
    18591934m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$])
    18601935m4trace:configure.ac:12: -1- m4_pattern_allow([^METISINCL$])
    18611936m4trace:configure.ac:12: -1- m4_pattern_allow([^METISLIB$])
    18621937m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MPI_$])
     1938m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$])
    18631939m4trace:configure.ac:12: -1- m4_pattern_allow([^MPIINCL$])
    18641940m4trace:configure.ac:12: -1- m4_pattern_allow([^MPILIB$])
     
    18741950m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKLIB$])
    18751951m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$])
     1952m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$])
     1953m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$])
     1954m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$])
    18761955m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
    18771956m4trace:configure.ac:12: -1- m4_pattern_allow([^PLAPACKINCL$])
     
    18831962m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSINCL$])
    18841963m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$])
     1964m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$])
     1965m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$])
     1966m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
     1967m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$])
    18851968m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
    18861969m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
    1887 m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
     1970m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
    18881971m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
  • issm/trunk/autom4te.cache/traces.1

    r1 r1378  
    1 m4trace:aclocal.m4:925: -1- m4_include([m4/issm_options.m4])
    2 m4trace:aclocal.m4:926: -1- m4_include([m4/matlab.m4])
     1m4trace:aclocal.m4:909: -1- m4_include([m4/issm_options.m4])
     2m4trace:aclocal.m4:910: -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:392: AM_CONFIG_HEADER is expanded from...
     145You should run autoupdate.], [aclocal.m4:378: 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.2])
     191m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
    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$])
     209m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
     210You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:198: AC_FOREACH is expanded from...
     211aclocal.m4:713: _AM_SET_OPTIONS is expanded from...
     212aclocal.m4:482: AM_INIT_AUTOMAKE is expanded from...
     213configure.ac:4: the top level])
    209214m4trace:configure.ac:4: -1- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])
    210215m4trace:configure.ac:4: -1- AC_SUBST_TRACE([PACKAGE])
     
    247252m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    248253m4trace:configure.ac:4: -1- AC_REQUIRE_AUX_FILE([install-sh])
    249 m4trace:configure.ac:4: -1- AC_SUBST([MKDIR_P])
    250 m4trace:configure.ac:4: -1- AC_SUBST_TRACE([MKDIR_P])
    251 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    252254m4trace:configure.ac:4: -1- AC_SUBST([mkdir_p], ["$MKDIR_P"])
    253255m4trace:configure.ac:4: -1- AC_SUBST_TRACE([mkdir_p])
     
    478480m4trace:configure.ac:12: -1- m4_pattern_allow([^MEXLINK$])
    479481m4trace:configure.ac:12: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
    480 You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from...
     482You should run autoupdate.], [/var/tmp/autoconf/autoconf-14~76/SRC/autoconf/lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from...
    481483m4/matlab.m4:469: AX_MATLAB is expanded from...
    482484m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from...
    483 m4/issm_options.m4:393: ISSM_OPTIONS is expanded from...
     485m4/issm_options.m4:474: ISSM_OPTIONS is expanded from...
    484486configure.ac:12: the top level])
    485487m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MATLAB])
     
    526528m4trace:configure.ac:12: -1- AC_SUBST_TRACE([TRIANGLELIB])
    527529m4trace:configure.ac:12: -1- m4_pattern_allow([^TRIANGLELIB$])
     530m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_DAKOTA_])
     531m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_DAKOTA_$])
     532m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_DAKOTA_], [/* with Dakota in ISSM src */
     533#undef _HAVE_DAKOTA_])
     534m4trace:configure.ac:12: -1- AC_SUBST([DAKOTAINCL])
     535m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTAINCL])
     536m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTAINCL$])
     537m4trace:configure.ac:12: -1- AC_SUBST([DAKOTALIB])
     538m4trace:configure.ac:12: -1- AC_SUBST_TRACE([DAKOTALIB])
     539m4trace:configure.ac:12: -1- m4_pattern_allow([^DAKOTALIB$])
    528540m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_METIS_])
    529541m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_METIS_$])
     
    540552m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MPI_], [/* with Mpi in ISSM src */
    541553#undef _HAVE_MPI_])
     554m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MPI])
     555m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MPI$])
     556m4trace:configure.ac:12: -1- AH_OUTPUT([HAVE_MPI], [/* with Mpi in ISSM src */
     557#undef HAVE_MPI])
    542558m4trace:configure.ac:12: -1- AC_SUBST([MPIINCL])
    543559m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MPIINCL])
     
    575591m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_BLASLAPACK_])
    576592m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_BLASLAPACK_$])
    577 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with Scalapack in ISSM src */
     593m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_BLASLAPACK_], [/* with blas lapack in ISSM src */
    578594#undef _HAVE_BLASLAPACK_])
    579595m4trace:configure.ac:12: -1- AC_SUBST([BLASLAPACKLIB])
     
    583599m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLASLAPACKINCL])
    584600m4trace:configure.ac:12: -1- m4_pattern_allow([^BLASLAPACKINCL$])
     601m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MKL_])
     602m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MKL_$])
     603m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MKL_], [/* with mkl in ISSM src */
     604#undef _HAVE_MKL_])
     605m4trace:configure.ac:12: -1- AC_SUBST([MKLLIB])
     606m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLLIB])
     607m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLLIB$])
     608m4trace:configure.ac:12: -1- AC_SUBST([MKLINCL])
     609m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MKLINCL])
     610m4trace:configure.ac:12: -1- m4_pattern_allow([^MKLINCL$])
    585611m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_PLAPACK_])
    586612m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_PLAPACK_$])
     
    613639m4trace:configure.ac:12: -1- AC_SUBST_TRACE([BLACSLIB])
    614640m4trace:configure.ac:12: -1- m4_pattern_allow([^BLACSLIB$])
     641m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_MATH_])
     642m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_MATH_$])
     643m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_MATH_], [/* with MATH in ISSM src */
     644#undef _HAVE_MATH_])
     645m4trace:configure.ac:12: -1- AC_SUBST([MATHLIB])
     646m4trace:configure.ac:12: -1- AC_SUBST_TRACE([MATHLIB])
     647m4trace:configure.ac:12: -1- m4_pattern_allow([^MATHLIB$])
     648m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_FORTRAN_])
     649m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$])
     650m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_FORTRAN_], [/* with FORTRAN in ISSM src */
     651#undef _HAVE_FORTRAN_])
     652m4trace:configure.ac:12: -1- AC_SUBST([FORTRANLIB])
     653m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FORTRANLIB])
     654m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$])
    615655m4trace:configure.ac:17: -1- AC_CONFIG_FILES([Makefile
    616656                        src/Makefile
     
    625665m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
    626666m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_builddir])
    627 m4trace:configure.ac:18: -1- AC_SUBST_TRACE([top_build_prefix])
    628667m4trace:configure.ac:18: -1- AC_SUBST_TRACE([srcdir])
    629668m4trace:configure.ac:18: -1- AC_SUBST_TRACE([abs_srcdir])
  • issm/trunk/autom4te.cache/traces.2

    r1 r1378  
    1 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
     1m4trace:/usr/share/aclocal-1.10/amversion.m4:20: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.10'
    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.2], [],
     4m4_if([$1], [1.10], [],
    55      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
    66])
    7 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/amversion.m4:37: -1- AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.10.2])dnl
    8 m4_ifndef([AC_AUTOCONF_VERSION],
    9   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
    10 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
    11 m4trace:/u/wilkes-r1b/larour/Bin/automake/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.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)])
     9m4trace:/usr/share/aclocal-1.10/auxdir.m4:52: -1- AC_DEFUN([AM_AUX_DIR_EXPAND], [dnl Rely on autoconf to set up CDPATH properly.
    1210AC_PREREQ([2.50])dnl
    1311# expand $ac_aux_dir to an absolute path
    1412am_aux_dir=`cd $ac_aux_dir && pwd`
    1513])
    16 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
     14m4trace:/usr/share/aclocal-1.10/cond.m4:34: -1- AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ(2.52)dnl
    1715 ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
    1816        [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
     
    3331Usually this means the macro was only invoked conditionally.]])
    3432fi])])
    35 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
     33m4trace:/usr/share/aclocal-1.10/depend.m4:132: -1- AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl
    3634AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
    3735AC_REQUIRE([AM_MAKE_INCLUDE])dnl
     
    137135  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
    138136])
    139 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
     137m4trace:/usr/share/aclocal-1.10/depend.m4:142: -1- AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
    140138AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
    141139])
    142 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
     140m4trace:/usr/share/aclocal-1.10/depend.m4:158: -1- AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE(dependency-tracking,
    143141[  --disable-dependency-tracking  speeds up one-time build
    144142  --enable-dependency-tracking   do not reject slow dependency extractors])
     
    151149_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
    152150])
    153 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depout.m4:63: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [# Autoconf 2.62 quotes --file arguments for eval, but not when files
    154 # are listed without --file.  Let's play safe and only enable the eval
    155 # if we detect the quoting.
    156 case $CONFIG_FILES in
    157 *\'*) eval set x "$CONFIG_FILES" ;;
    158 *)   set x $CONFIG_FILES ;;
    159 esac
    160 shift
    161 for mf
    162 do
     151m4trace:/usr/share/aclocal-1.10/depout.m4:54: -1- AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [for mf in $CONFIG_FILES; do
    163152  # Strip MF so we end up with the name of the file.
    164153  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    170159  # Grep'ing the whole file is not good either: AIX grep has a line
    171160  # limit of 2048, but all sed's we know have understand at least 4000.
    172   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     161  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    173162    dirpart=`AS_DIRNAME("$mf")`
    174163  else
     
    200189done
    201190])
    202 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/depout.m4:77: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
     191m4trace:/usr/share/aclocal-1.10/depout.m4:68: -1- AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles],
    203192     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
    204193     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
    205194])
    206 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
    207 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
     195m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
     196m4trace:/usr/share/aclocal-1.10/header.m4:12: -1- AC_DEFUN([AM_CONFIG_HEADER], [AC_DIAGNOSE([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    208197You should run autoupdate.])dnl
    209198AC_CONFIG_HEADERS($@)])
    210 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
     199m4trace:/usr/share/aclocal-1.10/init.m4:103: -1- AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.60])dnl
    211200dnl Autoconf wants to disallow AM_ names.  We explicitly allow
    212201dnl the ones we care about.
     
    285274])
    286275])
    287 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/init.m4:125: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
    288 _am_arg=$1
     276m4trace:/usr/share/aclocal-1.10/init.m4:124: -1- AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers.
    289277_am_stamp_count=1
    290278for _am_header in $config_headers :; do
    291279  case $_am_header in
    292     $_am_arg | $_am_arg:* )
     280    $1 | $1:* )
    293281      break ;;
    294282    * )
     
    296284  esac
    297285done
    298 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
    299 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     286echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
     287m4trace:/usr/share/aclocal-1.10/install-sh.m4:14: -1- AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    300288install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
    301289AC_SUBST(install_sh)])
    302 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
     290m4trace:/usr/share/aclocal-1.10/lead-dot.m4:21: -1- AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null
    303291mkdir .tst 2>/dev/null
    304292if test -d .tst; then
     
    309297rmdir .tst 2>/dev/null
    310298AC_SUBST([am__leading_dot])])
    311 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
     299m4trace:/usr/share/aclocal-1.10/make.m4:51: -1- AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make}
    312300cat > confinc << 'END'
    313301am__doit:
     
    346334rm -f confinc confmf
    347335])
    348 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/minuso.m4:35: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
     336m4trace:/usr/share/aclocal-1.10/minuso.m4:34: -1- AC_DEFUN([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC_C_O])dnl
    349337AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    350338AC_REQUIRE_AUX_FILE([compile])dnl
     
    352340# there is no other way.
    353341set dummy $CC
    354 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
    355 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    356 if test "$am_t" != yes; then
     342ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
     343if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    357344   # Losing compiler, so override with the script.
    358345   # FIXME: It is wrong to rewrite CC.
     
    367354          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
    368355])
    369 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
     356m4trace:/usr/share/aclocal-1.10/missing.m4:17: -1- AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN])
    370357$1=${$1-"${am_missing_run}$2"}
    371358AC_SUBST($1)])
    372 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
     359m4trace:/usr/share/aclocal-1.10/missing.m4:35: -1- AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
    373360AC_REQUIRE_AUX_FILE([missing])dnl
    374361test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
     
    381368fi
    382369])
    383 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
     370m4trace:/usr/share/aclocal-1.10/mkdirp.m4:26: -1- AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl
    384371AC_REQUIRE([AC_PROG_MKDIR_P])dnl
    385372dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
     
    396383esac
    397384])
    398 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
    399 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
    400 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
    401 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
    402 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
     385m4trace:/usr/share/aclocal-1.10/options.m4:14: -1- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
     386m4trace:/usr/share/aclocal-1.10/options.m4:20: -1- AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
     387m4trace:/usr/share/aclocal-1.10/options.m4:26: -1- AC_DEFUN([_AM_SET_OPTIONS], [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
     388m4trace:/usr/share/aclocal-1.10/options.m4:32: -1- AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
     389m4trace:/usr/share/aclocal-1.10/runlog.m4:17: -1- AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
    403390   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
    404391   ac_status=$?
    405392   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
    406393   (exit $ac_status); }])
    407 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
     394m4trace:/usr/share/aclocal-1.10/sanity.m4:51: -1- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane])
    408395# Just in case
    409396sleep 1
     
    442429fi
    443430AC_MSG_RESULT(yes)])
    444 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
     431m4trace:/usr/share/aclocal-1.10/strip.m4:28: -1- AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
    445432# Installed binaries are usually stripped using `strip' when the user
    446433# run `make install-strip'.  However `strip' might not be the right
     
    453440INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
    454441AC_SUBST([INSTALL_STRIP_PROGRAM])])
    455 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
    456 m4trace:/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
     442m4trace:/usr/share/aclocal-1.10/substnot.m4:12: -1- AC_DEFUN([_AM_SUBST_NOTMAKE])
     443m4trace:/usr/share/aclocal-1.10/tar.m4:95: -1- AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility.
    457444AM_MISSING_PROG([AMTAR], [tar])
    458445m4_if([$1], [v7],
     
    576563m4trace:configure.ac:2: -1- AM_CONFIG_HEADER([config.h])
    577564m4trace:configure.ac:2: -1- _m4_warn([obsolete], [The macro `AM_CONFIG_HEADER' is obsolete.
    578 You should run autoupdate.], [/u/wilkes-r1b/larour/Bin/automake/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
     565You should run autoupdate.], [/usr/share/aclocal-1.10/header.m4:12: AM_CONFIG_HEADER is expanded from...
    579566configure.ac:2: the top level])
    580567m4trace:configure.ac:3: -1- m4_pattern_allow([^build$])
     
    593580m4trace:configure.ac:4: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
    594581m4trace:configure.ac:4: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
    595 m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10.2])
    596 m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.63])
     582m4trace:configure.ac:4: -1- AM_AUTOMAKE_VERSION([1.10])
     583m4trace:configure.ac:4: -1- _AM_AUTOCONF_VERSION([2.61])
    597584m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_PROGRAM$])
    598585m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_SCRIPT$])
     
    602589m4trace:configure.ac:4: -1- m4_pattern_allow([^CYGPATH_W$])
    603590m4trace:configure.ac:4: -1- _AM_SET_OPTIONS([])
     591m4trace:configure.ac:4: -1- _m4_warn([obsolete], [The macro `AC_FOREACH' is obsolete.
     592You 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...
     595configure.ac:4: the top level])
    604596m4trace:configure.ac:4: -1- m4_pattern_allow([^PACKAGE$])
    605597m4trace:configure.ac:4: -1- m4_pattern_allow([^VERSION$])
     
    628620m4trace:configure.ac:4: -1- m4_pattern_allow([^INSTALL_STRIP_PROGRAM$])
    629621m4trace:configure.ac:4: -1- AM_PROG_MKDIR_P
    630 m4trace:configure.ac:4: -1- m4_pattern_allow([^MKDIR_P$])
    631622m4trace:configure.ac:4: -1- m4_pattern_allow([^mkdir_p$])
    632623m4trace:configure.ac:4: -1- m4_pattern_allow([^AWK$])
     
    694685m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_TRUE])
    695686m4trace:configure.ac:6: -1- _AM_SUBST_NOTMAKE([am__fastdepCC_FALSE])
    696 m4trace:configure.ac:7: -1- m4_pattern_allow([^F77$])
    697 m4trace:configure.ac:7: -1- m4_pattern_allow([^FFLAGS$])
     687m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
     688m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXFLAGS$])
    698689m4trace:configure.ac:7: -1- m4_pattern_allow([^LDFLAGS$])
    699690m4trace:configure.ac:7: -1- m4_pattern_allow([^LIBS$])
    700 m4trace:configure.ac:7: -1- m4_pattern_allow([^F77$])
    701 m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_F77$])
    702 m4trace:configure.ac:8: -1- m4_pattern_allow([^FLIBS$])
    703 m4trace:configure.ac:9: -1- AM_PROG_CC_C_O
    704 m4trace:configure.ac:9: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
    705 m4trace:configure.ac:10: -1- m4_pattern_allow([^XMKMF$])
    706 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$])
    707 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPPFLAGS$])
    708 m4trace:configure.ac:10: -1- m4_pattern_allow([^CPP$])
    709 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
    710 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_CFLAGS$])
    711 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_PRE_LIBS$])
    712 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_LIBS$])
    713 m4trace:configure.ac:10: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
    714 m4trace:configure.ac:17: -1- m4_pattern_allow([^LIB@&t@OBJS$])
    715 m4trace:configure.ac:17: -1- m4_pattern_allow([^LTLIBOBJS$])
    716 m4trace:configure.ac:17: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
    717 m4trace:configure.ac:17: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
     691m4trace:configure.ac:7: -1- m4_pattern_allow([^CPPFLAGS$])
     692m4trace:configure.ac:7: -1- m4_pattern_allow([^CXX$])
     693m4trace:configure.ac:7: -1- m4_pattern_allow([^ac_ct_CXX$])
     694m4trace:configure.ac:7: -1- _AM_DEPENDENCIES([CXX])
     695m4trace:configure.ac:7: -1- m4_pattern_allow([^CXXDEPMODE$])
     696m4trace:configure.ac:7: -1- AM_CONDITIONAL([am__fastdepCXX], [
     697  test "x$enable_dependency_tracking" != xno \
     698  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3])
     699m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_TRUE$])
     700m4trace:configure.ac:7: -1- m4_pattern_allow([^am__fastdepCXX_FALSE$])
     701m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_TRUE])
     702m4trace:configure.ac:7: -1- _AM_SUBST_NOTMAKE([am__fastdepCXX_FALSE])
     703m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
     704m4trace:configure.ac:8: -1- m4_pattern_allow([^FFLAGS$])
     705m4trace:configure.ac:8: -1- m4_pattern_allow([^LDFLAGS$])
     706m4trace:configure.ac:8: -1- m4_pattern_allow([^LIBS$])
     707m4trace:configure.ac:8: -1- m4_pattern_allow([^F77$])
     708m4trace:configure.ac:8: -1- m4_pattern_allow([^ac_ct_F77$])
     709m4trace:configure.ac:9: -1- m4_pattern_allow([^FLIBS$])
     710m4trace:configure.ac:10: -1- AM_PROG_CC_C_O
     711m4trace:configure.ac:10: -1- m4_pattern_allow([^NO_MINUS_C_MINUS_O$])
     712m4trace:configure.ac:11: -1- m4_pattern_allow([^XMKMF$])
     713m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
     714m4trace:configure.ac:11: -1- m4_pattern_allow([^CPPFLAGS$])
     715m4trace:configure.ac:11: -1- m4_pattern_allow([^CPP$])
     716m4trace:configure.ac:11: -1- m4_pattern_allow([^X_DISPLAY_MISSING$])
     717m4trace:configure.ac:11: -1- m4_pattern_allow([^X_CFLAGS$])
     718m4trace:configure.ac:11: -1- m4_pattern_allow([^X_PRE_LIBS$])
     719m4trace:configure.ac:11: -1- m4_pattern_allow([^X_LIBS$])
     720m4trace:configure.ac:11: -1- m4_pattern_allow([^X_EXTRA_LIBS$])
     721m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$])
     722m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$])
     723m4trace:configure.ac:18: -1- _AC_AM_CONFIG_HEADER_HOOK([$ac_file])
     724m4trace:configure.ac:18: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
  • issm/trunk/bin/Makefile.in

    r650 r1378  
    1 # Makefile.in generated by automake 1.10.2 from Makefile.am.
     1# Makefile.in generated by automake 1.10 from Makefile.am.
    22# @configure_input@
    33
    44# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5 # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
     5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
    66# This Makefile.in is free software; the Free Software Foundation
    77# gives unlimited permission to copy and/or distribute it,
     
    7676FFLAGS = @FFLAGS@
    7777FLIBS = @FLIBS@
     78FORTRANLIB = @FORTRANLIB@
    7879INSTALL = @INSTALL@
    7980INSTALL_DATA = @INSTALL_DATA@
     
    8687LTLIBOBJS = @LTLIBOBJS@
    8788MAKEINFO = @MAKEINFO@
     89MATHLIB = @MATHLIB@
    8890MATLAB = @MATLAB@
    8991MATLABINCL = @MATLABINCL@
     
    98100MEXLINK = @MEXLINK@
    99101MKDIR_P = @MKDIR_P@
     102MKLINCL = @MKLINCL@
     103MKLLIB = @MKLLIB@
    100104MPIINCL = @MPIINCL@
    101105MPILIB = @MPILIB@
     
    182186target_os = @target_os@
    183187target_vendor = @target_vendor@
    184 top_build_prefix = @top_build_prefix@
    185188top_builddir = @top_builddir@
    186189top_srcdir = @top_srcdir@
     
    192195          case '$(am__configure_deps)' in \
    193196            *$$dep*) \
    194               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    195                 && { if test -f $@; then exit 0; else break; fi; }; \
     197              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
     198                && exit 0; \
    196199              exit 1;; \
    197200          esac; \
  • issm/trunk/config.h.in

    r1 r1378  
    33/* Define if you have Matlab. */
    44#undef HAVE_MATLAB
     5
     6/* with Mpi in ISSM src */
     7#undef HAVE_MPI
    58
    69/* Define to the Matlab major version number. */
     
    4346#undef _HAVE_BLACS_
    4447
    45 /* with Scalapack in ISSM src */
     48/* with blas lapack in ISSM src */
    4649#undef _HAVE_BLASLAPACK_
     50
     51/* with Dakota in ISSM src */
     52#undef _HAVE_DAKOTA_
     53
     54/* with FORTRAN in ISSM src */
     55#undef _HAVE_FORTRAN_
     56
     57/* with MATH in ISSM src */
     58#undef _HAVE_MATH_
    4759
    4860/* with Matlab in ISSM src */
     
    5163/* with Metis in ISSM src */
    5264#undef _HAVE_METIS_
     65
     66/* with mkl in ISSM src */
     67#undef _HAVE_MKL_
    5368
    5469/* with Mpi in ISSM src */
  • issm/trunk/configure

    r1073 r1378  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.63 for ISSM 1.0.
     3# Generated by GNU Autoconf 2.61 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, 2007, 2008 Free Software Foundation, Inc.
     8# 2002, 2003, 2004, 2005, 2006 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   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     20  # Zsh 3.x and 4.x performs 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
    42 as_nl='
    43 '
    44 export as_nl
    45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    49 if (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'
    52 else
    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'
    72 fi
    73 
    7442# The user is always right.
    7543if test "${PATH_SEPARATOR+set}" != set; then
    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   }
     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
    8153fi
    8254
     
    9466# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    9567# splitting by setting IFS to empty value.)
     68as_nl='
     69'
    9670IFS=" ""        $as_nl"
    9771
     
    11690fi
    11791if test ! -f "$as_myself"; then
    118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    11993  { (exit 1); exit 1; }
    12094fi
     
    129103
    130104# NLS nuisances.
    131 LC_ALL=C
    132 export LC_ALL
    133 LANGUAGE=C
    134 export LANGUAGE
     105for 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
     109do
     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
     115done
    135116
    136117# Required to use basename.
     
    154135         X"$0" : 'X\(//\)$' \| \
    155136         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    156 $as_echo X/"$0" |
     137echo X/"$0" |
    157138    sed '/^.*\/\([^/][^/]*\)\/*$/{
    158139            s//\1/
     
    180161fi
    181162
    182   if test $as_have_required = yes &&     (eval ":
     163  if test $as_have_required = yes &&     (eval ":
    183164(as_func_return () {
    184165  (exit \$1)
     
    262243  emulate sh
    263244  NULLCMD=:
    264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     245  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    265246  # is contrary to our usage.  Disable this feature.
    266247  alias -g '${1+"$@"}'='"$@"'
     
    283264  emulate sh
    284265  NULLCMD=:
    285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     266  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    286267  # is contrary to our usage.  Disable this feature.
    287268  alias -g '${1+"$@"}'='"$@"'
     
    363344      if test "x$CONFIG_SHELL" != x; then
    364345  for as_var in BASH_ENV ENV
    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+"$@"}
     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+"$@"}
    369350fi
    370351
     
    435416test \$exitcode = 0") || {
    436417  echo No shell found that supports shell functions.
    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.
     418  echo Please tell autoconf@gnu.org about your system,
     419  echo including any error possibly output before this
     420  echo message
    441421}
    442422
     
    474454    ' >$as_me.lineno &&
    475455  chmod +x "$as_me.lineno" ||
    476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     456    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    477457   { (exit 1); exit 1; }; }
    478458
     
    502482  ECHO_N='-n';;
    503483esac
     484
    504485if expr a : '\(a\)' >/dev/null 2>&1 &&
    505486   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    514495else
    515496  rm -f conf$$.dir
    516   mkdir conf$$.dir 2>/dev/null
    517 fi
    518 if (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
     497  mkdir conf$$.dir
     498fi
     499echo >conf$$.file
     500if 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 ||
    530507    as_ln_s='cp -p'
    531   fi
     508elif ln conf$$.file conf$$ 2>/dev/null; then
     509  as_ln_s=ln
    532510else
    533511  as_ln_s='cp -p'
     
    554532    eval sh -c '\''
    555533      if test -d "$1"; then
    556         test -d "$1/.";
     534        test -d "$1/.";
    557535      else
    558536        case $1 in
    559         -*)set "./$1";;
     537        -*)set "./$1";;
    560538        esac;
    561539        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    601579PACKAGE_BUGREPORT='Eric Larour <eric.larour@jpl.nasa.gov>'
    602580
    603 ac_subst_vars='LTLIBOBJS
     581ac_subst_vars='SHELL
     582PATH_SEPARATOR
     583PACKAGE_NAME
     584PACKAGE_TARNAME
     585PACKAGE_VERSION
     586PACKAGE_STRING
     587PACKAGE_BUGREPORT
     588exec_prefix
     589prefix
     590program_transform_name
     591bindir
     592sbindir
     593libexecdir
     594datarootdir
     595datadir
     596sysconfdir
     597sharedstatedir
     598localstatedir
     599includedir
     600oldincludedir
     601docdir
     602infodir
     603htmldir
     604dvidir
     605pdfdir
     606psdir
     607libdir
     608localedir
     609mandir
     610DEFS
     611ECHO_C
     612ECHO_N
     613ECHO_T
     614LIBS
     615build_alias
     616host_alias
     617target_alias
     618build
     619build_cpu
     620build_vendor
     621build_os
     622host
     623host_cpu
     624host_vendor
     625host_os
     626target
     627target_cpu
     628target_vendor
     629target_os
     630INSTALL_PROGRAM
     631INSTALL_SCRIPT
     632INSTALL_DATA
     633am__isrc
     634CYGPATH_W
     635PACKAGE
     636VERSION
     637ACLOCAL
     638AUTOCONF
     639AUTOMAKE
     640AUTOHEADER
     641MAKEINFO
     642install_sh
     643STRIP
     644INSTALL_STRIP_PROGRAM
     645mkdir_p
     646AWK
     647SET_MAKE
     648am__leading_dot
     649AMTAR
     650am__tar
     651am__untar
     652RANLIB
     653CC
     654CFLAGS
     655LDFLAGS
     656CPPFLAGS
     657ac_ct_CC
     658EXEEXT
     659OBJEXT
     660DEPDIR
     661am__include
     662am__quote
     663AMDEP_TRUE
     664AMDEP_FALSE
     665AMDEPBACKSLASH
     666CCDEPMODE
     667am__fastdepCC_TRUE
     668am__fastdepCC_FALSE
     669CXX
     670CXXFLAGS
     671ac_ct_CXX
     672CXXDEPMODE
     673am__fastdepCXX_TRUE
     674am__fastdepCXX_FALSE
     675F77
     676FFLAGS
     677ac_ct_F77
     678FLIBS
     679XMKMF
     680CPP
     681X_CFLAGS
     682X_PRE_LIBS
     683X_LIBS
     684X_EXTRA_LIBS
     685NOSERIAL_TRUE
     686NOSERIAL_FALSE
     687NOPARALLEL_TRUE
     688NOPARALLEL_FALSE
     689MATLABINCL
     690MEX
     691MEXEXT
     692MEXLIB
     693MEXLINK
     694MATLAB
     695MATLAB_VERSION
     696MATLAB_MAJOR
     697MATLAB_MINOR
     698LARGEARRAYS_TRUE
     699LARGEARRAYS_FALSE
     700TRIANGLEINCL
     701TRIANGLELIB
     702DAKOTAINCL
     703DAKOTALIB
     704METISINCL
     705METISLIB
     706MPIINCL
     707MPILIB
     708PETSCINCL
     709PETSCLIB
     710SLEPCINCL
     711SLEPCLIB
     712SCALAPACKLIB
     713BLASLAPACKLIB
     714BLASLAPACKINCL
     715MKLLIB
     716MKLINCL
     717PLAPACKINCL
     718PLAPACKLIB
     719MUMPSINCL
     720MUMPSLIB
     721BLACSINCL
     722BLACSLIB
     723MATHLIB
     724FORTRANLIB
    604725LIBOBJS
    605 BLACSLIB
    606 BLACSINCL
    607 MUMPSLIB
    608 MUMPSINCL
    609 PLAPACKLIB
    610 PLAPACKINCL
    611 MKLINCL
    612 MKLLIB
    613 BLASLAPACKINCL
    614 BLASLAPACKLIB
    615 SCALAPACKLIB
    616 SLEPCLIB
    617 SLEPCINCL
    618 PETSCLIB
    619 PETSCINCL
    620 MPILIB
    621 MPIINCL
    622 METISLIB
    623 METISINCL
    624 DAKOTALIB
    625 DAKOTAINCL
    626 TRIANGLELIB
    627 TRIANGLEINCL
    628 LARGEARRAYS_FALSE
    629 LARGEARRAYS_TRUE
    630 MATLAB_MINOR
    631 MATLAB_MAJOR
    632 MATLAB_VERSION
    633 MATLAB
    634 MEXLINK
    635 MEXLIB
    636 MEXEXT
    637 MEX
    638 MATLABINCL
    639 NOPARALLEL_FALSE
    640 NOPARALLEL_TRUE
    641 NOSERIAL_FALSE
    642 NOSERIAL_TRUE
    643 X_EXTRA_LIBS
    644 X_LIBS
    645 X_PRE_LIBS
    646 X_CFLAGS
    647 CPP
    648 XMKMF
    649 FLIBS
    650 ac_ct_F77
    651 FFLAGS
    652 F77
    653 am__fastdepCXX_FALSE
    654 am__fastdepCXX_TRUE
    655 CXXDEPMODE
    656 ac_ct_CXX
    657 CXXFLAGS
    658 CXX
    659 am__fastdepCC_FALSE
    660 am__fastdepCC_TRUE
    661 CCDEPMODE
    662 AMDEPBACKSLASH
    663 AMDEP_FALSE
    664 AMDEP_TRUE
    665 am__quote
    666 am__include
    667 DEPDIR
    668 OBJEXT
    669 EXEEXT
    670 ac_ct_CC
    671 CPPFLAGS
    672 LDFLAGS
    673 CFLAGS
    674 CC
    675 RANLIB
    676 am__untar
    677 am__tar
    678 AMTAR
    679 am__leading_dot
    680 SET_MAKE
    681 AWK
    682 mkdir_p
    683 MKDIR_P
    684 INSTALL_STRIP_PROGRAM
    685 STRIP
    686 install_sh
    687 MAKEINFO
    688 AUTOHEADER
    689 AUTOMAKE
    690 AUTOCONF
    691 ACLOCAL
    692 VERSION
    693 PACKAGE
    694 CYGPATH_W
    695 am__isrc
    696 INSTALL_DATA
    697 INSTALL_SCRIPT
    698 INSTALL_PROGRAM
    699 target_os
    700 target_vendor
    701 target_cpu
    702 target
    703 host_os
    704 host_vendor
    705 host_cpu
    706 host
    707 build_os
    708 build_vendor
    709 build_cpu
    710 build
    711 target_alias
    712 host_alias
    713 build_alias
    714 LIBS
    715 ECHO_T
    716 ECHO_N
    717 ECHO_C
    718 DEFS
    719 mandir
    720 localedir
    721 libdir
    722 psdir
    723 pdfdir
    724 dvidir
    725 htmldir
    726 infodir
    727 docdir
    728 oldincludedir
    729 includedir
    730 localstatedir
    731 sharedstatedir
    732 sysconfdir
    733 datadir
    734 datarootdir
    735 libexecdir
    736 sbindir
    737 bindir
    738 program_transform_name
    739 prefix
    740 exec_prefix
    741 PACKAGE_BUGREPORT
    742 PACKAGE_STRING
    743 PACKAGE_VERSION
    744 PACKAGE_TARNAME
    745 PACKAGE_NAME
    746 PATH_SEPARATOR
    747 SHELL'
     726LTLIBOBJS'
    748727ac_subst_files=''
    749 ac_user_opts='
    750 enable_option_checking
    751 enable_dependency_tracking
    752 with_x
    753 enable_debugging
    754 with_serial
    755 with_parallel
    756 with_matlab_dir
    757 with_triangle_dir
    758 with_dakota_dir
    759 with_metis_dir
    760 with_mpi_lib
    761 with_mpi_include
    762 with_petsc_dir
    763 with_petsc_arch
    764 with_slepc_dir
    765 with_scalapack_dir
    766 with_blas_lapack_dir
    767 with_mkl_dir
    768 with_plapack_dir
    769 with_mumps_dir
    770 with_blacs_dir
    771 '
    772728      ac_precious_vars='build_alias
    773729host_alias
     
    790746ac_init_help=
    791747ac_init_version=false
    792 ac_unrecognized_opts=
    793 ac_unrecognized_sep=
    794748# The variables have the same names as the options, with
    795749# dashes changed to underlines.
     
    890844
    891845  -disable-* | --disable-*)
    892     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
     846    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
    893847    # Reject names that are not valid shell variable names.
    894     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    895       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     848    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     849      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    896850   { (exit 1); exit 1; }; }
    897     ac_useropt_orig=$ac_useropt
    898     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    899     case $ac_user_opts in
    900       *"
    901 "enable_$ac_useropt"
    902 "*) ;;
    903       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
    904          ac_unrecognized_sep=', ';;
    905     esac
    906     eval enable_$ac_useropt=no ;;
     851    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     852    eval enable_$ac_feature=no ;;
    907853
    908854  -docdir | --docdir | --docdi | --doc | --do)
     
    917863
    918864  -enable-* | --enable-*)
    919     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
     865    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
    920866    # Reject names that are not valid shell variable names.
    921     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    922       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
     867    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     868      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
    923869   { (exit 1); exit 1; }; }
    924     ac_useropt_orig=$ac_useropt
    925     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    926     case $ac_user_opts in
    927       *"
    928 "enable_$ac_useropt"
    929 "*) ;;
    930       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
    931          ac_unrecognized_sep=', ';;
    932     esac
    933     eval enable_$ac_useropt=\$ac_optarg ;;
     870    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
     871    eval enable_$ac_feature=\$ac_optarg ;;
    934872
    935873  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
     
    11221060
    11231061  -with-* | --with-*)
    1124     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
     1062    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
    11251063    # Reject names that are not valid shell variable names.
    1126     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1127       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1064    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1065      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11281066   { (exit 1); exit 1; }; }
    1129     ac_useropt_orig=$ac_useropt
    1130     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1131     case $ac_user_opts in
    1132       *"
    1133 "with_$ac_useropt"
    1134 "*) ;;
    1135       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
    1136          ac_unrecognized_sep=', ';;
    1137     esac
    1138     eval with_$ac_useropt=\$ac_optarg ;;
     1067    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1068    eval with_$ac_package=\$ac_optarg ;;
    11391069
    11401070  -without-* | --without-*)
    1141     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
     1071    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
    11421072    # Reject names that are not valid shell variable names.
    1143     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
    1144       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
     1073    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
     1074      { echo "$as_me: error: invalid package name: $ac_package" >&2
    11451075   { (exit 1); exit 1; }; }
    1146     ac_useropt_orig=$ac_useropt
    1147     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
    1148     case $ac_user_opts in
    1149       *"
    1150 "with_$ac_useropt"
    1151 "*) ;;
    1152       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
    1153          ac_unrecognized_sep=', ';;
    1154     esac
    1155     eval with_$ac_useropt=no ;;
     1076    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
     1077    eval with_$ac_package=no ;;
    11561078
    11571079  --x)
     
    11731095    x_libraries=$ac_optarg ;;
    11741096
    1175   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
     1097  -*) { echo "$as_me: error: unrecognized option: $ac_option
    11761098Try \`$0 --help' for more information." >&2
    11771099   { (exit 1); exit 1; }; }
     
    11821104    # Reject names that are not valid shell variable names.
    11831105    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
    1184       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
     1106      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
    11851107   { (exit 1); exit 1; }; }
    11861108    eval $ac_envvar=\$ac_optarg
     
    11891111  *)
    11901112    # FIXME: should be removed in autoconf 3.0.
    1191     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
     1113    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    11921114    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    1193       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
     1115      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    11941116    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    11951117    ;;
     
    12001122if test -n "$ac_prev"; then
    12011123  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
    1202   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
     1124  { echo "$as_me: error: missing argument to $ac_option" >&2
    12031125   { (exit 1); exit 1; }; }
    12041126fi
    12051127
    1206 if test -n "$ac_unrecognized_opts"; then
    1207   case $enable_option_checking in
    1208     no) ;;
    1209     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
    1210    { (exit 1); exit 1; }; } ;;
    1211     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
    1212   esac
    1213 fi
    1214 
    1215 # Check all directory arguments for consistency.
     1128# Be sure to have absolute directory names.
    12161129for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
    12171130                datadir sysconfdir sharedstatedir localstatedir includedir \
     
    12201133do
    12211134  eval ac_val=\$$ac_var
    1222   # Remove trailing slashes.
    1223   case $ac_val in
    1224     */ )
    1225       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
    1226       eval $ac_var=\$ac_val;;
    1227   esac
    1228   # Be sure to have absolute directory names.
    12291135  case $ac_val in
    12301136    [\\/$]* | ?:[\\/]* )  continue;;
    12311137    NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
    12321138  esac
    1233   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
     1139  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
    12341140   { (exit 1); exit 1; }; }
    12351141done
     
    12461152  if test "x$build_alias" = x; then
    12471153    cross_compiling=maybe
    1248     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
     1154    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
    12491155    If a cross compiler is detected then cross compile mode will be used." >&2
    12501156  elif test "x$build_alias" != "x$host_alias"; then
     
    12621168ac_ls_di=`ls -di .` &&
    12631169ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
    1264   { $as_echo "$as_me: error: working directory cannot be determined" >&2
     1170  { echo "$as_me: error: Working directory cannot be determined" >&2
    12651171   { (exit 1); exit 1; }; }
    12661172test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
    1267   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
     1173  { echo "$as_me: error: pwd does not report name of working directory" >&2
    12681174   { (exit 1); exit 1; }; }
    12691175
     
    12731179  ac_srcdir_defaulted=yes
    12741180  # Try the directory containing this script, then the parent directory.
    1275   ac_confdir=`$as_dirname -- "$as_myself" ||
    1276 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    1277          X"$as_myself" : 'X\(//\)[^/]' \| \
    1278          X"$as_myself" : 'X\(//\)$' \| \
    1279          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
    1280 $as_echo X"$as_myself" |
     1181  ac_confdir=`$as_dirname -- "$0" ||
     1182$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     1183         X"$0" : 'X\(//\)[^/]' \| \
     1184         X"$0" : 'X\(//\)$' \| \
     1185         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
     1186echo X"$0" |
    12811187    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    12821188            s//\1/
     
    13051211if test ! -r "$srcdir/$ac_unique_file"; then
    13061212  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
    1307   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
     1213  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
    13081214   { (exit 1); exit 1; }; }
    13091215fi
    13101216ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    13111217ac_abs_confdir=`(
    1312         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
     1218        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
    13131219   { (exit 1); exit 1; }; }
    13141220        pwd)`
     
    13591265Installation directories:
    13601266  --prefix=PREFIX         install architecture-independent files in PREFIX
    1361                           [$ac_default_prefix]
     1267                          [$ac_default_prefix]
    13621268  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
    1363                           [PREFIX]
     1269                          [PREFIX]
    13641270
    13651271By default, \`make install' will install all the files in
     
    13711277
    13721278Fine tuning of the installation directories:
    1373   --bindir=DIR            user executables [EPREFIX/bin]
    1374   --sbindir=DIR           system admin executables [EPREFIX/sbin]
    1375   --libexecdir=DIR        program executables [EPREFIX/libexec]
    1376   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
    1377   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
    1378   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
    1379   --libdir=DIR            object code libraries [EPREFIX/lib]
    1380   --includedir=DIR        C header files [PREFIX/include]
    1381   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
    1382   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
    1383   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
    1384   --infodir=DIR           info documentation [DATAROOTDIR/info]
    1385   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
    1386   --mandir=DIR            man documentation [DATAROOTDIR/man]
    1387   --docdir=DIR            documentation root [DATAROOTDIR/doc/issm]
    1388   --htmldir=DIR           html documentation [DOCDIR]
    1389   --dvidir=DIR            dvi documentation [DOCDIR]
    1390   --pdfdir=DIR            pdf documentation [DOCDIR]
    1391   --psdir=DIR             ps documentation [DOCDIR]
     1279  --bindir=DIR           user executables [EPREFIX/bin]
     1280  --sbindir=DIR          system admin executables [EPREFIX/sbin]
     1281  --libexecdir=DIR       program executables [EPREFIX/libexec]
     1282  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
     1283  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
     1284  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
     1285  --libdir=DIR           object code libraries [EPREFIX/lib]
     1286  --includedir=DIR       C header files [PREFIX/include]
     1287  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
     1288  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
     1289  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
     1290  --infodir=DIR          info documentation [DATAROOTDIR/info]
     1291  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
     1292  --mandir=DIR           man documentation [DATAROOTDIR/man]
     1293  --docdir=DIR           documentation root [DATAROOTDIR/doc/issm]
     1294  --htmldir=DIR          html documentation [DOCDIR]
     1295  --dvidir=DIR           dvi documentation [DOCDIR]
     1296  --pdfdir=DIR           pdf documentation [DOCDIR]
     1297  --psdir=DIR            ps documentation [DOCDIR]
    13921298_ACEOF
    13931299
     
    14171323
    14181324Optional Features:
    1419   --disable-option-checking  ignore unrecognized --enable/--with options
    14201325  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
    14211326  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
     
    14511356  --with-mumps-dir = DIR  mumps root directory
    14521357  --with-blacs-dir = DIR  blacs root directory
     1358  --with-math-lib = otions
     1359                          math options, for ex: "/usr/lib/libm.a
     1360  --with-fortran-lib = options
     1361                          fortran options, for ex: "/usr/lib/gfortran.a
    14531362
    14541363Some influential environment variables:
     
    14781387  # If there are subdirs, report their specific --help.
    14791388  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
    1480     test -d "$ac_dir" ||
    1481       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
    1482       continue
     1389    test -d "$ac_dir" || continue
    14831390    ac_builddir=.
    14841391
     
    14861393.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    14871394*)
    1488   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     1395  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    14891396  # A ".." for each directory in $ac_dir_suffix.
    1490   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     1397  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    14911398  case $ac_top_builddir_sub in
    14921399  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    15241431      $SHELL "$ac_srcdir/configure" --help=recursive
    15251432    else
    1526       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
     1433      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
    15271434    fi || ac_status=$?
    15281435    cd "$ac_pwd" || { ac_status=$?; break; }
     
    15341441  cat <<\_ACEOF
    15351442ISSM configure 1.0
    1536 generated by GNU Autoconf 2.63
     1443generated by GNU Autoconf 2.61
    15371444
    15381445Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1539 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
     14462002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    15401447This configure script is free software; the Free Software Foundation
    15411448gives unlimited permission to copy, distribute and modify it.
     
    15481455
    15491456It was created by ISSM $as_me 1.0, which was
    1550 generated by GNU Autoconf 2.63.  Invocation command line was
     1457generated by GNU Autoconf 2.61.  Invocation command line was
    15511458
    15521459  $ $0 $@
     
    15841491  IFS=$as_save_IFS
    15851492  test -z "$as_dir" && as_dir=.
    1586   $as_echo "PATH: $as_dir"
     1493  echo "PATH: $as_dir"
    15871494done
    15881495IFS=$as_save_IFS
     
    16191526      continue ;;
    16201527    *\'*)
    1621       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
     1528      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
    16221529    esac
    16231530    case $ac_pass in
     
    16711578    *${as_nl}*)
    16721579      case $ac_var in #(
    1673       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    1674 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     1580      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     1581echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    16751582      esac
    16761583      case $ac_var in #(
    16771584      _ | IFS | as_nl) ;; #(
    1678       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    16791585      *) $as_unset $ac_var ;;
    16801586      esac ;;
     
    17061612      eval ac_val=\$$ac_var
    17071613      case $ac_val in
    1708       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1614      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17091615      esac
    1710       $as_echo "$ac_var='\''$ac_val'\''"
     1616      echo "$ac_var='\''$ac_val'\''"
    17111617    done | sort
    17121618    echo
     
    17231629        eval ac_val=\$$ac_var
    17241630        case $ac_val in
    1725         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
     1631        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
    17261632        esac
    1727         $as_echo "$ac_var='\''$ac_val'\''"
     1633        echo "$ac_var='\''$ac_val'\''"
    17281634      done | sort
    17291635      echo
     
    17411647    fi
    17421648    test "$ac_signal" != 0 &&
    1743       $as_echo "$as_me: caught signal $ac_signal"
    1744     $as_echo "$as_me: exit $exit_status"
     1649      echo "$as_me: caught signal $ac_signal"
     1650    echo "$as_me: exit $exit_status"
    17451651  } >&5
    17461652  rm -f core *.core core.conftest.* &&
     
    17841690
    17851691# Let the site file select an alternate cache file if it wants to.
    1786 # Prefer an explicitly selected file to automatically selected ones.
    1787 ac_site_file1=NONE
    1788 ac_site_file2=NONE
     1692# Prefer explicitly selected file to automatically selected ones.
    17891693if test -n "$CONFIG_SITE"; then
    1790   ac_site_file1=$CONFIG_SITE
     1694  set x "$CONFIG_SITE"
    17911695elif test "x$prefix" != xNONE; then
    1792   ac_site_file1=$prefix/share/config.site
    1793   ac_site_file2=$prefix/etc/config.site
    1794 else
    1795   ac_site_file1=$ac_default_prefix/share/config.site
    1796   ac_site_file2=$ac_default_prefix/etc/config.site
    1797 fi
    1798 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
     1696  set x "$prefix/share/config.site" "$prefix/etc/config.site"
     1697else
     1698  set x "$ac_default_prefix/share/config.site" \
     1699        "$ac_default_prefix/etc/config.site"
     1700fi
     1701shift
     1702for ac_site_file
    17991703do
    1800   test "x$ac_site_file" = xNONE && continue
    18011704  if test -r "$ac_site_file"; then
    1802     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
    1803 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
     1705    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
     1706echo "$as_me: loading site script $ac_site_file" >&6;}
    18041707    sed 's/^/| /' "$ac_site_file" >&5
    18051708    . "$ac_site_file"
     
    18111714  # files actually), so we avoid doing that.
    18121715  if test -f "$cache_file"; then
    1813     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
    1814 $as_echo "$as_me: loading cache $cache_file" >&6;}
     1716    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
     1717echo "$as_me: loading cache $cache_file" >&6;}
    18151718    case $cache_file in
    18161719      [\\/]* | ?:[\\/]* ) . "$cache_file";;
     
    18191722  fi
    18201723else
    1821   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
    1822 $as_echo "$as_me: creating cache $cache_file" >&6;}
     1724  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
     1725echo "$as_me: creating cache $cache_file" >&6;}
    18231726  >$cache_file
    18241727fi
     
    18341737  case $ac_old_set,$ac_new_set in
    18351738    set,)
    1836       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
    1837 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
     1739      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
     1740echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
    18381741      ac_cache_corrupted=: ;;
    18391742    ,set)
    1840       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
    1841 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
     1743      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
     1744echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
    18421745      ac_cache_corrupted=: ;;
    18431746    ,);;
    18441747    *)
    18451748      if test "x$ac_old_val" != "x$ac_new_val"; then
    1846         # differences in whitespace do not lead to failure.
    1847         ac_old_val_w=`echo x $ac_old_val`
    1848         ac_new_val_w=`echo x $ac_new_val`
    1849         if test "$ac_old_val_w" != "$ac_new_val_w"; then
    1850           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
    1851 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
    1852           ac_cache_corrupted=:
    1853         else
    1854           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
    1855 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
    1856           eval $ac_var=\$ac_old_val
    1857         fi
    1858         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
    1859 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
    1860         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
    1861 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
     1749        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
     1750echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
     1751        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
     1752echo "$as_me:   former value:  $ac_old_val" >&2;}
     1753        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
     1754echo "$as_me:   current value: $ac_new_val" >&2;}
     1755        ac_cache_corrupted=:
    18621756      fi;;
    18631757  esac
     
    18651759  if test "$ac_new_set" = set; then
    18661760    case $ac_new_val in
    1867     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
     1761    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
    18681762    *) ac_arg=$ac_var=$ac_new_val ;;
    18691763    esac
     
    18751769done
    18761770if $ac_cache_corrupted; then
    1877   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    1878 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    1879   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
    1880 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
    1881   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
    1882 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
     1771  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
     1772echo "$as_me: error: changes in the environment can compromise the build" >&2;}
     1773  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
     1774echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
    18831775   { (exit 1); exit 1; }; }
    18841776fi
     
    19341826done
    19351827if test -z "$ac_aux_dir"; then
    1936   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
    1937 $as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
     1828  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
     1829echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
    19381830   { (exit 1); exit 1; }; }
    19391831fi
     
    19501842# Make sure we can run config.sub.
    19511843$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
    1952   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
    1953 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
     1844  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
     1845echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
    19541846   { (exit 1); exit 1; }; }
    19551847
    1956 { $as_echo "$as_me:$LINENO: checking build system type" >&5
    1957 $as_echo_n "checking build system type... " >&6; }
     1848{ echo "$as_me:$LINENO: checking build system type" >&5
     1849echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
    19581850if test "${ac_cv_build+set}" = set; then
    1959   $as_echo_n "(cached) " >&6
     1851  echo $ECHO_N "(cached) $ECHO_C" >&6
    19601852else
    19611853  ac_build_alias=$build_alias
     
    19631855  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
    19641856test "x$ac_build_alias" = x &&
    1965   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
    1966 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
     1857  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
     1858echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
    19671859   { (exit 1); exit 1; }; }
    19681860ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
    1969   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
    1970 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
     1861  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
     1862echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
    19711863   { (exit 1); exit 1; }; }
    19721864
    19731865fi
    1974 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
    1975 $as_echo "$ac_cv_build" >&6; }
     1866{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
     1867echo "${ECHO_T}$ac_cv_build" >&6; }
    19761868case $ac_cv_build in
    19771869*-*-*) ;;
    1978 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
    1979 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
     1870*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
     1871echo "$as_me: error: invalid value of canonical build" >&2;}
    19801872   { (exit 1); exit 1; }; };;
    19811873esac
     
    19941886
    19951887
    1996 { $as_echo "$as_me:$LINENO: checking host system type" >&5
    1997 $as_echo_n "checking host system type... " >&6; }
     1888{ echo "$as_me:$LINENO: checking host system type" >&5
     1889echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
    19981890if test "${ac_cv_host+set}" = set; then
    1999   $as_echo_n "(cached) " >&6
     1891  echo $ECHO_N "(cached) $ECHO_C" >&6
    20001892else
    20011893  if test "x$host_alias" = x; then
     
    20031895else
    20041896  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
    2005     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
    2006 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
     1897    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
     1898echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
    20071899   { (exit 1); exit 1; }; }
    20081900fi
    20091901
    20101902fi
    2011 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
    2012 $as_echo "$ac_cv_host" >&6; }
     1903{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
     1904echo "${ECHO_T}$ac_cv_host" >&6; }
    20131905case $ac_cv_host in
    20141906*-*-*) ;;
    2015 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
    2016 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
     1907*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
     1908echo "$as_me: error: invalid value of canonical host" >&2;}
    20171909   { (exit 1); exit 1; }; };;
    20181910esac
     
    20311923
    20321924
    2033 { $as_echo "$as_me:$LINENO: checking target system type" >&5
    2034 $as_echo_n "checking target system type... " >&6; }
     1925{ echo "$as_me:$LINENO: checking target system type" >&5
     1926echo $ECHO_N "checking target system type... $ECHO_C" >&6; }
    20351927if test "${ac_cv_target+set}" = set; then
    2036   $as_echo_n "(cached) " >&6
     1928  echo $ECHO_N "(cached) $ECHO_C" >&6
    20371929else
    20381930  if test "x$target_alias" = x; then
     
    20401932else
    20411933  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
    2042     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
    2043 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
     1934    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
     1935echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
    20441936   { (exit 1); exit 1; }; }
    20451937fi
    20461938
    20471939fi
    2048 { $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
    2049 $as_echo "$ac_cv_target" >&6; }
     1940{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5
     1941echo "${ECHO_T}$ac_cv_target" >&6; }
    20501942case $ac_cv_target in
    20511943*-*-*) ;;
    2052 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
    2053 $as_echo "$as_me: error: invalid value of canonical target" >&2;}
     1944*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
     1945echo "$as_me: error: invalid value of canonical target" >&2;}
    20541946   { (exit 1); exit 1; }; };;
    20551947esac
     
    20891981# OS/2's system install, which has a completely different semantic
    20901982# ./install, which can be erroneously created by make from ./install.sh.
    2091 # Reject install programs that cannot install multiple files.
    2092 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
    2093 $as_echo_n "checking for a BSD-compatible install... " >&6; }
     1983{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
     1984echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
    20941985if test -z "$INSTALL"; then
    20951986if test "${ac_cv_path_install+set}" = set; then
    2096   $as_echo_n "(cached) " >&6
     1987  echo $ECHO_N "(cached) $ECHO_C" >&6
    20971988else
    20981989  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    21232014            :
    21242015          else
    2125             rm -rf conftest.one conftest.two conftest.dir
    2126             echo one > conftest.one
    2127             echo two > conftest.two
    2128             mkdir conftest.dir
    2129             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
    2130               test -s conftest.one && test -s conftest.two &&
    2131               test -s conftest.dir/conftest.one &&
    2132               test -s conftest.dir/conftest.two
    2133             then
    2134               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
    2135               break 3
    2136             fi
     2016            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
     2017            break 3
    21372018          fi
    21382019        fi
     
    21412022    ;;
    21422023esac
    2143 
    21442024done
    21452025IFS=$as_save_IFS
    21462026
    2147 rm -rf conftest.one conftest.two conftest.dir
    21482027
    21492028fi
     
    21582037  fi
    21592038fi
    2160 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
    2161 $as_echo "$INSTALL" >&6; }
     2039{ echo "$as_me:$LINENO: result: $INSTALL" >&5
     2040echo "${ECHO_T}$INSTALL" >&6; }
    21622041
    21632042# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
     
    21692048test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
    21702049
    2171 { $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
    2172 $as_echo_n "checking whether build environment is sane... " >&6; }
     2050{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
     2051echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
    21732052# Just in case
    21742053sleep 1
     
    21932072      # broken ls alias from the environment.  This has actually
    21942073      # happened.  Such a system could not be considered "sane".
    2195       { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
     2074      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
    21962075alias in your environment" >&5
    2197 $as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
     2076echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
    21982077alias in your environment" >&2;}
    21992078   { (exit 1); exit 1; }; }
     
    22062085   :
    22072086else
    2208    { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
     2087   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
    22092088Check your system clock" >&5
    2210 $as_echo "$as_me: error: newly created file is older than distributed files!
     2089echo "$as_me: error: newly created file is older than distributed files!
    22112090Check your system clock" >&2;}
    22122091   { (exit 1); exit 1; }; }
    22132092fi
    2214 { $as_echo "$as_me:$LINENO: result: yes" >&5
    2215 $as_echo "yes" >&6; }
     2093{ echo "$as_me:$LINENO: result: yes" >&5
     2094echo "${ECHO_T}yes" >&6; }
    22162095test "$program_prefix" != NONE &&
    22172096  program_transform_name="s&^&$program_prefix&;$program_transform_name"
     
    22192098test "$program_suffix" != NONE &&
    22202099  program_transform_name="s&\$&$program_suffix&;$program_transform_name"
    2221 # Double any \ or $.
     2100# Double any \ or $.  echo might interpret backslashes.
    22222101# By default was `s,x,x', remove it if useless.
    2223 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
    2224 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
     2102cat <<\_ACEOF >conftest.sed
     2103s/[\\$]/&&/g;s/;s,x,x,$//
     2104_ACEOF
     2105program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
     2106rm -f conftest.sed
    22252107
    22262108# expand $ac_aux_dir to an absolute path
     
    22332115else
    22342116  am_missing_run=
    2235   { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
    2236 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
    2237 fi
    2238 
    2239 { $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
    2240 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
     2117  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
     2118echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
     2119fi
     2120
     2121{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
     2122echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
    22412123if test -z "$MKDIR_P"; then
    22422124  if test "${ac_cv_path_mkdir+set}" = set; then
    2243   $as_echo_n "(cached) " >&6
     2125  echo $ECHO_N "(cached) $ECHO_C" >&6
    22442126else
    22452127  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
     
    22762158  fi
    22772159fi
    2278 { $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
    2279 $as_echo "$MKDIR_P" >&6; }
     2160{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
     2161echo "${ECHO_T}$MKDIR_P" >&6; }
    22802162
    22812163mkdir_p="$MKDIR_P"
     
    22892171  # Extract the first word of "$ac_prog", so it can be a program name with args.
    22902172set dummy $ac_prog; ac_word=$2
    2291 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2292 $as_echo_n "checking for $ac_word... " >&6; }
     2173{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2174echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    22932175if test "${ac_cv_prog_AWK+set}" = set; then
    2294   $as_echo_n "(cached) " >&6
     2176  echo $ECHO_N "(cached) $ECHO_C" >&6
    22952177else
    22962178  if test -n "$AWK"; then
     
    23052187  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    23062188    ac_cv_prog_AWK="$ac_prog"
    2307     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2189    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    23082190    break 2
    23092191  fi
     
    23162198AWK=$ac_cv_prog_AWK
    23172199if test -n "$AWK"; then
    2318   { $as_echo "$as_me:$LINENO: result: $AWK" >&5
    2319 $as_echo "$AWK" >&6; }
    2320 else
    2321   { $as_echo "$as_me:$LINENO: result: no" >&5
    2322 $as_echo "no" >&6; }
     2200  { echo "$as_me:$LINENO: result: $AWK" >&5
     2201echo "${ECHO_T}$AWK" >&6; }
     2202else
     2203  { echo "$as_me:$LINENO: result: no" >&5
     2204echo "${ECHO_T}no" >&6; }
    23232205fi
    23242206
     
    23272209done
    23282210
    2329 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
    2330 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
    2331 set x ${MAKE-make}
    2332 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
     2211{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
     2212echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
     2213set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
    23332214if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
    2334   $as_echo_n "(cached) " >&6
     2215  echo $ECHO_N "(cached) $ECHO_C" >&6
    23352216else
    23362217  cat >conftest.make <<\_ACEOF
     
    23492230fi
    23502231if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
    2351   { $as_echo "$as_me:$LINENO: result: yes" >&5
    2352 $as_echo "yes" >&6; }
     2232  { echo "$as_me:$LINENO: result: yes" >&5
     2233echo "${ECHO_T}yes" >&6; }
    23532234  SET_MAKE=
    23542235else
    2355   { $as_echo "$as_me:$LINENO: result: no" >&5
    2356 $as_echo "no" >&6; }
     2236  { echo "$as_me:$LINENO: result: no" >&5
     2237echo "${ECHO_T}no" >&6; }
    23572238  SET_MAKE="MAKE=${MAKE-make}"
    23582239fi
     
    23732254  # test to see if srcdir already configured
    23742255  if test -f $srcdir/config.status; then
    2375     { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
    2376 $as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
     2256    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
     2257echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
    23772258   { (exit 1); exit 1; }; }
    23782259  fi
     
    24292310  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    24302311set dummy ${ac_tool_prefix}strip; ac_word=$2
    2431 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2432 $as_echo_n "checking for $ac_word... " >&6; }
     2312{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2313echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24332314if test "${ac_cv_prog_STRIP+set}" = set; then
    2434   $as_echo_n "(cached) " >&6
     2315  echo $ECHO_N "(cached) $ECHO_C" >&6
    24352316else
    24362317  if test -n "$STRIP"; then
     
    24452326  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24462327    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
    2447     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2328    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24482329    break 2
    24492330  fi
     
    24562337STRIP=$ac_cv_prog_STRIP
    24572338if test -n "$STRIP"; then
    2458   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
    2459 $as_echo "$STRIP" >&6; }
    2460 else
    2461   { $as_echo "$as_me:$LINENO: result: no" >&5
    2462 $as_echo "no" >&6; }
     2339  { echo "$as_me:$LINENO: result: $STRIP" >&5
     2340echo "${ECHO_T}$STRIP" >&6; }
     2341else
     2342  { echo "$as_me:$LINENO: result: no" >&5
     2343echo "${ECHO_T}no" >&6; }
    24632344fi
    24642345
     
    24692350  # Extract the first word of "strip", so it can be a program name with args.
    24702351set dummy strip; ac_word=$2
    2471 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2472 $as_echo_n "checking for $ac_word... " >&6; }
     2352{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    24732354if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
    2474   $as_echo_n "(cached) " >&6
     2355  echo $ECHO_N "(cached) $ECHO_C" >&6
    24752356else
    24762357  if test -n "$ac_ct_STRIP"; then
     
    24852366  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    24862367    ac_cv_prog_ac_ct_STRIP="strip"
    2487     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2368    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    24882369    break 2
    24892370  fi
     
    24962377ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
    24972378if test -n "$ac_ct_STRIP"; then
    2498   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
    2499 $as_echo "$ac_ct_STRIP" >&6; }
    2500 else
    2501   { $as_echo "$as_me:$LINENO: result: no" >&5
    2502 $as_echo "no" >&6; }
     2379  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
     2380echo "${ECHO_T}$ac_ct_STRIP" >&6; }
     2381else
     2382  { echo "$as_me:$LINENO: result: no" >&5
     2383echo "${ECHO_T}no" >&6; }
    25032384fi
    25042385
     
    25082389    case $cross_compiling:$ac_tool_warned in
    25092390yes:)
    2510 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2511 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2391{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2392whose name does not start with the host triplet.  If you think this
     2393configuration is useful to you, please write to autoconf@gnu.org." >&5
     2394echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2395whose name does not start with the host triplet.  If you think this
     2396configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    25122397ac_tool_warned=yes ;;
    25132398esac
     
    25362421  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    25372422set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    2538 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2539 $as_echo_n "checking for $ac_word... " >&6; }
     2423{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2424echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25402425if test "${ac_cv_prog_RANLIB+set}" = set; then
    2541   $as_echo_n "(cached) " >&6
     2426  echo $ECHO_N "(cached) $ECHO_C" >&6
    25422427else
    25432428  if test -n "$RANLIB"; then
     
    25522437  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25532438    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
    2554     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2439    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25552440    break 2
    25562441  fi
     
    25632448RANLIB=$ac_cv_prog_RANLIB
    25642449if test -n "$RANLIB"; then
    2565   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
    2566 $as_echo "$RANLIB" >&6; }
    2567 else
    2568   { $as_echo "$as_me:$LINENO: result: no" >&5
    2569 $as_echo "no" >&6; }
     2450  { echo "$as_me:$LINENO: result: $RANLIB" >&5
     2451echo "${ECHO_T}$RANLIB" >&6; }
     2452else
     2453  { echo "$as_me:$LINENO: result: no" >&5
     2454echo "${ECHO_T}no" >&6; }
    25702455fi
    25712456
     
    25762461  # Extract the first word of "ranlib", so it can be a program name with args.
    25772462set dummy ranlib; ac_word=$2
    2578 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2579 $as_echo_n "checking for $ac_word... " >&6; }
     2463{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2464echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    25802465if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
    2581   $as_echo_n "(cached) " >&6
     2466  echo $ECHO_N "(cached) $ECHO_C" >&6
    25822467else
    25832468  if test -n "$ac_ct_RANLIB"; then
     
    25922477  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    25932478    ac_cv_prog_ac_ct_RANLIB="ranlib"
    2594     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2479    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    25952480    break 2
    25962481  fi
     
    26032488ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
    26042489if test -n "$ac_ct_RANLIB"; then
    2605   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
    2606 $as_echo "$ac_ct_RANLIB" >&6; }
    2607 else
    2608   { $as_echo "$as_me:$LINENO: result: no" >&5
    2609 $as_echo "no" >&6; }
     2490  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
     2491echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
     2492else
     2493  { echo "$as_me:$LINENO: result: no" >&5
     2494echo "${ECHO_T}no" >&6; }
    26102495fi
    26112496
     
    26152500    case $cross_compiling:$ac_tool_warned in
    26162501yes:)
    2617 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2618 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2502{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2503whose name does not start with the host triplet.  If you think this
     2504configuration is useful to you, please write to autoconf@gnu.org." >&5
     2505echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2506whose name does not start with the host triplet.  If you think this
     2507configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    26192508ac_tool_warned=yes ;;
    26202509esac
     
    26332522  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
    26342523set dummy ${ac_tool_prefix}gcc; ac_word=$2
    2635 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2636 $as_echo_n "checking for $ac_word... " >&6; }
     2524{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2525echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26372526if test "${ac_cv_prog_CC+set}" = set; then
    2638   $as_echo_n "(cached) " >&6
     2527  echo $ECHO_N "(cached) $ECHO_C" >&6
    26392528else
    26402529  if test -n "$CC"; then
     
    26492538  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26502539    ac_cv_prog_CC="${ac_tool_prefix}gcc"
    2651     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2540    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26522541    break 2
    26532542  fi
     
    26602549CC=$ac_cv_prog_CC
    26612550if test -n "$CC"; then
    2662   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2663 $as_echo "$CC" >&6; }
    2664 else
    2665   { $as_echo "$as_me:$LINENO: result: no" >&5
    2666 $as_echo "no" >&6; }
     2551  { echo "$as_me:$LINENO: result: $CC" >&5
     2552echo "${ECHO_T}$CC" >&6; }
     2553else
     2554  { echo "$as_me:$LINENO: result: no" >&5
     2555echo "${ECHO_T}no" >&6; }
    26672556fi
    26682557
     
    26732562  # Extract the first word of "gcc", so it can be a program name with args.
    26742563set dummy gcc; ac_word=$2
    2675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2676 $as_echo_n "checking for $ac_word... " >&6; }
     2564{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2565echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    26772566if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2678   $as_echo_n "(cached) " >&6
     2567  echo $ECHO_N "(cached) $ECHO_C" >&6
    26792568else
    26802569  if test -n "$ac_ct_CC"; then
     
    26892578  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    26902579    ac_cv_prog_ac_ct_CC="gcc"
    2691     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2580    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    26922581    break 2
    26932582  fi
     
    27002589ac_ct_CC=$ac_cv_prog_ac_ct_CC
    27012590if test -n "$ac_ct_CC"; then
    2702   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2703 $as_echo "$ac_ct_CC" >&6; }
    2704 else
    2705   { $as_echo "$as_me:$LINENO: result: no" >&5
    2706 $as_echo "no" >&6; }
     2591  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2592echo "${ECHO_T}$ac_ct_CC" >&6; }
     2593else
     2594  { echo "$as_me:$LINENO: result: no" >&5
     2595echo "${ECHO_T}no" >&6; }
    27072596fi
    27082597
     
    27122601    case $cross_compiling:$ac_tool_warned in
    27132602yes:)
    2714 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2603{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2604whose name does not start with the host triplet.  If you think this
     2605configuration is useful to you, please write to autoconf@gnu.org." >&5
     2606echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2607whose name does not start with the host triplet.  If you think this
     2608configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    27162609ac_tool_warned=yes ;;
    27172610esac
     
    27262619    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
    27272620set dummy ${ac_tool_prefix}cc; ac_word=$2
    2728 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2729 $as_echo_n "checking for $ac_word... " >&6; }
     2621{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2622echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27302623if test "${ac_cv_prog_CC+set}" = set; then
    2731   $as_echo_n "(cached) " >&6
     2624  echo $ECHO_N "(cached) $ECHO_C" >&6
    27322625else
    27332626  if test -n "$CC"; then
     
    27422635  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    27432636    ac_cv_prog_CC="${ac_tool_prefix}cc"
    2744     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2637    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27452638    break 2
    27462639  fi
     
    27532646CC=$ac_cv_prog_CC
    27542647if test -n "$CC"; then
    2755   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2756 $as_echo "$CC" >&6; }
    2757 else
    2758   { $as_echo "$as_me:$LINENO: result: no" >&5
    2759 $as_echo "no" >&6; }
     2648  { echo "$as_me:$LINENO: result: $CC" >&5
     2649echo "${ECHO_T}$CC" >&6; }
     2650else
     2651  { echo "$as_me:$LINENO: result: no" >&5
     2652echo "${ECHO_T}no" >&6; }
    27602653fi
    27612654
     
    27662659  # Extract the first word of "cc", so it can be a program name with args.
    27672660set dummy cc; ac_word=$2
    2768 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2769 $as_echo_n "checking for $ac_word... " >&6; }
     2661{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2662echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    27702663if test "${ac_cv_prog_CC+set}" = set; then
    2771   $as_echo_n "(cached) " >&6
     2664  echo $ECHO_N "(cached) $ECHO_C" >&6
    27722665else
    27732666  if test -n "$CC"; then
     
    27872680     fi
    27882681    ac_cv_prog_CC="cc"
    2789     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2682    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    27902683    break 2
    27912684  fi
     
    28102703CC=$ac_cv_prog_CC
    28112704if test -n "$CC"; then
    2812   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2813 $as_echo "$CC" >&6; }
    2814 else
    2815   { $as_echo "$as_me:$LINENO: result: no" >&5
    2816 $as_echo "no" >&6; }
     2705  { echo "$as_me:$LINENO: result: $CC" >&5
     2706echo "${ECHO_T}$CC" >&6; }
     2707else
     2708  { echo "$as_me:$LINENO: result: no" >&5
     2709echo "${ECHO_T}no" >&6; }
    28172710fi
    28182711
     
    28252718    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    28262719set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    2827 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2828 $as_echo_n "checking for $ac_word... " >&6; }
     2720{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2721echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28292722if test "${ac_cv_prog_CC+set}" = set; then
    2830   $as_echo_n "(cached) " >&6
     2723  echo $ECHO_N "(cached) $ECHO_C" >&6
    28312724else
    28322725  if test -n "$CC"; then
     
    28412734  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28422735    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
    2843     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2736    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28442737    break 2
    28452738  fi
     
    28522745CC=$ac_cv_prog_CC
    28532746if test -n "$CC"; then
    2854   { $as_echo "$as_me:$LINENO: result: $CC" >&5
    2855 $as_echo "$CC" >&6; }
    2856 else
    2857   { $as_echo "$as_me:$LINENO: result: no" >&5
    2858 $as_echo "no" >&6; }
     2747  { echo "$as_me:$LINENO: result: $CC" >&5
     2748echo "${ECHO_T}$CC" >&6; }
     2749else
     2750  { echo "$as_me:$LINENO: result: no" >&5
     2751echo "${ECHO_T}no" >&6; }
    28592752fi
    28602753
     
    28692762  # Extract the first word of "$ac_prog", so it can be a program name with args.
    28702763set dummy $ac_prog; ac_word=$2
    2871 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    2872 $as_echo_n "checking for $ac_word... " >&6; }
     2764{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     2765echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    28732766if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
    2874   $as_echo_n "(cached) " >&6
     2767  echo $ECHO_N "(cached) $ECHO_C" >&6
    28752768else
    28762769  if test -n "$ac_ct_CC"; then
     
    28852778  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    28862779    ac_cv_prog_ac_ct_CC="$ac_prog"
    2887     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     2780    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    28882781    break 2
    28892782  fi
     
    28962789ac_ct_CC=$ac_cv_prog_ac_ct_CC
    28972790if test -n "$ac_ct_CC"; then
    2898   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
    2899 $as_echo "$ac_ct_CC" >&6; }
    2900 else
    2901   { $as_echo "$as_me:$LINENO: result: no" >&5
    2902 $as_echo "no" >&6; }
     2791  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
     2792echo "${ECHO_T}$ac_ct_CC" >&6; }
     2793else
     2794  { echo "$as_me:$LINENO: result: no" >&5
     2795echo "${ECHO_T}no" >&6; }
    29032796fi
    29042797
     
    29122805    case $cross_compiling:$ac_tool_warned in
    29132806yes:)
    2914 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    2915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     2807{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     2808whose name does not start with the host triplet.  If you think this
     2809configuration is useful to you, please write to autoconf@gnu.org." >&5
     2810echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     2811whose name does not start with the host triplet.  If you think this
     2812configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    29162813ac_tool_warned=yes ;;
    29172814esac
     
    29232820
    29242821
    2925 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    2926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    2927 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
     2822test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
    29282823See \`config.log' for more details." >&5
    2929 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
     2824echo "$as_me: error: no acceptable C compiler found in \$PATH
    29302825See \`config.log' for more details." >&2;}
    2931    { (exit 1); exit 1; }; }; }
     2826   { (exit 1); exit 1; }; }
    29322827
    29332828# Provide some information about the compiler.
    2934 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
    2935 set X $ac_compile
    2936 ac_compiler=$2
     2829echo "$as_me:$LINENO: checking for C compiler version" >&5
     2830ac_compiler=`set X $ac_compile; echo $2`
    29372831{ (ac_try="$ac_compiler --version >&5"
    29382832case "(($ac_try" in
     
    29402834  *) ac_try_echo=$ac_try;;
    29412835esac
    2942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2943 $as_echo "$ac_try_echo") >&5
     2836eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29442837  (eval "$ac_compiler --version >&5") 2>&5
    29452838  ac_status=$?
    2946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2839  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29472840  (exit $ac_status); }
    29482841{ (ac_try="$ac_compiler -v >&5"
     
    29512844  *) ac_try_echo=$ac_try;;
    29522845esac
    2953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2954 $as_echo "$ac_try_echo") >&5
     2846eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29552847  (eval "$ac_compiler -v >&5") 2>&5
    29562848  ac_status=$?
    2957   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2849  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29582850  (exit $ac_status); }
    29592851{ (ac_try="$ac_compiler -V >&5"
     
    29622854  *) ac_try_echo=$ac_try;;
    29632855esac
    2964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    2965 $as_echo "$ac_try_echo") >&5
     2856eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    29662857  (eval "$ac_compiler -V >&5") 2>&5
    29672858  ac_status=$?
    2968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2859  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    29692860  (exit $ac_status); }
    29702861
     
    29852876_ACEOF
    29862877ac_clean_files_save=$ac_clean_files
    2987 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
     2878ac_clean_files="$ac_clean_files a.out a.exe b.out"
    29882879# Try to create an executable without -o first, disregard a.out.
    29892880# It will help us diagnose broken compilers, and finding out an intuition
    29902881# of exeext.
    2991 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
    2992 $as_echo_n "checking for C compiler default output file name... " >&6; }
    2993 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
    2994 
    2995 # The possible output files:
    2996 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
    2997 
     2882{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
     2883echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
     2884ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
     2885#
     2886# List of possible output files, starting from the most likely.
     2887# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
     2888# only as a last resort.  b.out is created by i960 compilers.
     2889ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
     2890#
     2891# The IRIX 6 linker writes into existing files which may not be
     2892# executable, retaining their permissions.  Remove them first so a
     2893# subsequent execution test works.
    29982894ac_rmfiles=
    29992895for ac_file in $ac_files
    30002896do
    30012897  case $ac_file in
    3002     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     2898    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    30032899    * ) ac_rmfiles="$ac_rmfiles $ac_file";;
    30042900  esac
     
    30112907  *) ac_try_echo=$ac_try;;
    30122908esac
    3013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3014 $as_echo "$ac_try_echo") >&5
     2909eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30152910  (eval "$ac_link_default") 2>&5
    30162911  ac_status=$?
    3017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2912  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30182913  (exit $ac_status); }; then
    30192914  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
     
    30262921  test -f "$ac_file" || continue
    30272922  case $ac_file in
    3028     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
     2923    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
    30292924        ;;
    30302925    [ab].out )
     
    30532948fi
    30542949
    3055 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
    3056 $as_echo "$ac_file" >&6; }
     2950{ echo "$as_me:$LINENO: result: $ac_file" >&5
     2951echo "${ECHO_T}$ac_file" >&6; }
    30572952if test -z "$ac_file"; then
    3058   $as_echo "$as_me: failed program was:" >&5
     2953  echo "$as_me: failed program was:" >&5
    30592954sed 's/^/| /' conftest.$ac_ext >&5
    30602955
    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: C compiler cannot create executables
     2956{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
    30642957See \`config.log' for more details." >&5
    3065 $as_echo "$as_me: error: C compiler cannot create executables
     2958echo "$as_me: error: C compiler cannot create executables
    30662959See \`config.log' for more details." >&2;}
    3067    { (exit 77); exit 77; }; }; }
     2960   { (exit 77); exit 77; }; }
    30682961fi
    30692962
     
    30722965# Check that the compiler produces executables we can run.  If not, either
    30732966# the compiler is broken, or we cross compile.
    3074 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
    3075 $as_echo_n "checking whether the C compiler works... " >&6; }
     2967{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
     2968echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
    30762969# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
    30772970# If not cross compiling, check that we can run a simple program.
     
    30822975  *) ac_try_echo=$ac_try;;
    30832976esac
    3084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3085 $as_echo "$ac_try_echo") >&5
     2977eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    30862978  (eval "$ac_try") 2>&5
    30872979  ac_status=$?
    3088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     2980  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    30892981  (exit $ac_status); }; }; then
    30902982    cross_compiling=no
     
    30932985        cross_compiling=yes
    30942986    else
    3095         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3096 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3097 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
     2987        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
    30982988If you meant to cross compile, use \`--host'.
    30992989See \`config.log' for more details." >&5
    3100 $as_echo "$as_me: error: cannot run C compiled programs.
     2990echo "$as_me: error: cannot run C compiled programs.
    31012991If you meant to cross compile, use \`--host'.
    31022992See \`config.log' for more details." >&2;}
    3103    { (exit 1); exit 1; }; }; }
     2993   { (exit 1); exit 1; }; }
    31042994    fi
    31052995  fi
    31062996fi
    3107 { $as_echo "$as_me:$LINENO: result: yes" >&5
    3108 $as_echo "yes" >&6; }
    3109 
    3110 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
     2997{ echo "$as_me:$LINENO: result: yes" >&5
     2998echo "${ECHO_T}yes" >&6; }
     2999
     3000rm -f a.out a.exe conftest$ac_cv_exeext b.out
    31113001ac_clean_files=$ac_clean_files_save
    31123002# Check that the compiler produces executables we can run.  If not, either
    31133003# the compiler is broken, or we cross compile.
    3114 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
    3115 $as_echo_n "checking whether we are cross compiling... " >&6; }
    3116 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
    3117 $as_echo "$cross_compiling" >&6; }
    3118 
    3119 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
    3120 $as_echo_n "checking for suffix of executables... " >&6; }
     3004{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
     3005echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
     3006{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
     3007echo "${ECHO_T}$cross_compiling" >&6; }
     3008
     3009{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
     3010echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
    31213011if { (ac_try="$ac_link"
    31223012case "(($ac_try" in
     
    31243014  *) ac_try_echo=$ac_try;;
    31253015esac
    3126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3127 $as_echo "$ac_try_echo") >&5
     3016eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31283017  (eval "$ac_link") 2>&5
    31293018  ac_status=$?
    3130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3019  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31313020  (exit $ac_status); }; then
    31323021  # If both `conftest.exe' and `conftest' are `present' (well, observable)
     
    31373026  test -f "$ac_file" || continue
    31383027  case $ac_file in
    3139     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
     3028    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
    31403029    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
    31413030          break;;
     
    31443033done
    31453034else
    3146   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3148 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
     3035  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
    31493036See \`config.log' for more details." >&5
    3150 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
     3037echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
    31513038See \`config.log' for more details." >&2;}
    3152    { (exit 1); exit 1; }; }; }
     3039   { (exit 1); exit 1; }; }
    31533040fi
    31543041
    31553042rm -f conftest$ac_cv_exeext
    3156 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
    3157 $as_echo "$ac_cv_exeext" >&6; }
     3043{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
     3044echo "${ECHO_T}$ac_cv_exeext" >&6; }
    31583045
    31593046rm -f conftest.$ac_ext
    31603047EXEEXT=$ac_cv_exeext
    31613048ac_exeext=$EXEEXT
    3162 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
    3163 $as_echo_n "checking for suffix of object files... " >&6; }
     3049{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
     3050echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
    31643051if test "${ac_cv_objext+set}" = set; then
    3165   $as_echo_n "(cached) " >&6
     3052  echo $ECHO_N "(cached) $ECHO_C" >&6
    31663053else
    31673054  cat >conftest.$ac_ext <<_ACEOF
     
    31863073  *) ac_try_echo=$ac_try;;
    31873074esac
    3188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3189 $as_echo "$ac_try_echo") >&5
     3075eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    31903076  (eval "$ac_compile") 2>&5
    31913077  ac_status=$?
    3192   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    31933079  (exit $ac_status); }; then
    31943080  for ac_file in conftest.o conftest.obj conftest.*; do
    31953081  test -f "$ac_file" || continue;
    31963082  case $ac_file in
    3197     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
     3083    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
    31983084    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
    31993085       break;;
     
    32013087done
    32023088else
    3203   $as_echo "$as_me: failed program was:" >&5
     3089  echo "$as_me: failed program was:" >&5
    32043090sed 's/^/| /' conftest.$ac_ext >&5
    32053091
    3206 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    3207 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    3208 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
     3092{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
    32093093See \`config.log' for more details." >&5
    3210 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
     3094echo "$as_me: error: cannot compute suffix of object files: cannot compile
    32113095See \`config.log' for more details." >&2;}
    3212    { (exit 1); exit 1; }; }; }
     3096   { (exit 1); exit 1; }; }
    32133097fi
    32143098
    32153099rm -f conftest.$ac_cv_objext conftest.$ac_ext
    32163100fi
    3217 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
    3218 $as_echo "$ac_cv_objext" >&6; }
     3101{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
     3102echo "${ECHO_T}$ac_cv_objext" >&6; }
    32193103OBJEXT=$ac_cv_objext
    32203104ac_objext=$OBJEXT
    3221 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
    3222 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
     3105{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
     3106echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
    32233107if test "${ac_cv_c_compiler_gnu+set}" = set; then
    3224   $as_echo_n "(cached) " >&6
     3108  echo $ECHO_N "(cached) $ECHO_C" >&6
    32253109else
    32263110  cat >conftest.$ac_ext <<_ACEOF
     
    32483132  *) ac_try_echo=$ac_try;;
    32493133esac
    3250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3251 $as_echo "$ac_try_echo") >&5
     3134eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    32523135  (eval "$ac_compile") 2>conftest.er1
    32533136  ac_status=$?
     
    32553138  rm -f conftest.er1
    32563139  cat conftest.err >&5
    3257   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3140  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    32583141  (exit $ac_status); } && {
    32593142         test -z "$ac_c_werror_flag" ||
     
    32623145  ac_compiler_gnu=yes
    32633146else
    3264   $as_echo "$as_me: failed program was:" >&5
     3147  echo "$as_me: failed program was:" >&5
    32653148sed 's/^/| /' conftest.$ac_ext >&5
    32663149
     
    32723155
    32733156fi
    3274 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
    3275 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
    3276 if test $ac_compiler_gnu = yes; then
    3277   GCC=yes
    3278 else
    3279   GCC=
    3280 fi
     3157{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
     3158echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
     3159GCC=`test $ac_compiler_gnu = yes && echo yes`
    32813160ac_test_CFLAGS=${CFLAGS+set}
    32823161ac_save_CFLAGS=$CFLAGS
    3283 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
    3284 $as_echo_n "checking whether $CC accepts -g... " >&6; }
     3162{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
     3163echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
    32853164if test "${ac_cv_prog_cc_g+set}" = set; then
    3286   $as_echo_n "(cached) " >&6
     3165  echo $ECHO_N "(cached) $ECHO_C" >&6
    32873166else
    32883167  ac_save_c_werror_flag=$ac_c_werror_flag
     
    33113190  *) ac_try_echo=$ac_try;;
    33123191esac
    3313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3314 $as_echo "$ac_try_echo") >&5
     3192eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33153193  (eval "$ac_compile") 2>conftest.er1
    33163194  ac_status=$?
     
    33183196  rm -f conftest.er1
    33193197  cat conftest.err >&5
    3320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3198  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33213199  (exit $ac_status); } && {
    33223200         test -z "$ac_c_werror_flag" ||
     
    33253203  ac_cv_prog_cc_g=yes
    33263204else
    3327   $as_echo "$as_me: failed program was:" >&5
     3205  echo "$as_me: failed program was:" >&5
    33283206sed 's/^/| /' conftest.$ac_ext >&5
    33293207
     
    33503228  *) ac_try_echo=$ac_try;;
    33513229esac
    3352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3353 $as_echo "$ac_try_echo") >&5
     3230eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33543231  (eval "$ac_compile") 2>conftest.er1
    33553232  ac_status=$?
     
    33573234  rm -f conftest.er1
    33583235  cat conftest.err >&5
    3359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3236  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    33603237  (exit $ac_status); } && {
    33613238         test -z "$ac_c_werror_flag" ||
     
    33643241  :
    33653242else
    3366   $as_echo "$as_me: failed program was:" >&5
     3243  echo "$as_me: failed program was:" >&5
    33673244sed 's/^/| /' conftest.$ac_ext >&5
    33683245
     
    33903267  *) ac_try_echo=$ac_try;;
    33913268esac
    3392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3393 $as_echo "$ac_try_echo") >&5
     3269eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    33943270  (eval "$ac_compile") 2>conftest.er1
    33953271  ac_status=$?
     
    33973273  rm -f conftest.er1
    33983274  cat conftest.err >&5
    3399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3275  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    34003276  (exit $ac_status); } && {
    34013277         test -z "$ac_c_werror_flag" ||
     
    34043280  ac_cv_prog_cc_g=yes
    34053281else
    3406   $as_echo "$as_me: failed program was:" >&5
     3282  echo "$as_me: failed program was:" >&5
    34073283sed 's/^/| /' conftest.$ac_ext >&5
    34083284
     
    34193295   ac_c_werror_flag=$ac_save_c_werror_flag
    34203296fi
    3421 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
    3422 $as_echo "$ac_cv_prog_cc_g" >&6; }
     3297{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
     3298echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
    34233299if test "$ac_test_CFLAGS" = set; then
    34243300  CFLAGS=$ac_save_CFLAGS
     
    34363312  fi
    34373313fi
    3438 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
    3439 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
     3314{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
     3315echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
    34403316if test "${ac_cv_prog_cc_c89+set}" = set; then
    3441   $as_echo_n "(cached) " >&6
     3317  echo $ECHO_N "(cached) $ECHO_C" >&6
    34423318else
    34433319  ac_cv_prog_cc_c89=no
     
    35103386  *) ac_try_echo=$ac_try;;
    35113387esac
    3512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3513 $as_echo "$ac_try_echo") >&5
     3388eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    35143389  (eval "$ac_compile") 2>conftest.er1
    35153390  ac_status=$?
     
    35173392  rm -f conftest.er1
    35183393  cat conftest.err >&5
    3519   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3394  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    35203395  (exit $ac_status); } && {
    35213396         test -z "$ac_c_werror_flag" ||
     
    35243399  ac_cv_prog_cc_c89=$ac_arg
    35253400else
    3526   $as_echo "$as_me: failed program was:" >&5
     3401  echo "$as_me: failed program was:" >&5
    35273402sed 's/^/| /' conftest.$ac_ext >&5
    35283403
     
    35403415case "x$ac_cv_prog_cc_c89" in
    35413416  x)
    3542     { $as_echo "$as_me:$LINENO: result: none needed" >&5
    3543 $as_echo "none needed" >&6; } ;;
     3417    { echo "$as_me:$LINENO: result: none needed" >&5
     3418echo "${ECHO_T}none needed" >&6; } ;;
    35443419  xno)
    3545     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
    3546 $as_echo "unsupported" >&6; } ;;
     3420    { echo "$as_me:$LINENO: result: unsupported" >&5
     3421echo "${ECHO_T}unsupported" >&6; } ;;
    35473422  *)
    35483423    CC="$CC $ac_cv_prog_cc_c89"
    3549     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
    3550 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
     3424    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
     3425echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
    35513426esac
    35523427
     
    35693444END
    35703445# If we don't find an include directive, just comment out the code.
    3571 { $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
    3572 $as_echo_n "checking for style of include used by $am_make... " >&6; }
     3446{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
     3447echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
    35733448am__include="#"
    35743449am__quote=
     
    35973472
    35983473
    3599 { $as_echo "$as_me:$LINENO: result: $_am_result" >&5
    3600 $as_echo "$_am_result" >&6; }
     3474{ echo "$as_me:$LINENO: result: $_am_result" >&5
     3475echo "${ECHO_T}$_am_result" >&6; }
    36013476rm -f confinc confmf
    36023477
     
    36223497depcc="$CC"   am_compiler_list=
    36233498
    3624 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    3625 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3499{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3500echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    36263501if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
    3627   $as_echo_n "(cached) " >&6
     3502  echo $ECHO_N "(cached) $ECHO_C" >&6
    36283503else
    36293504  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    37133588
    37143589fi
    3715 { $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
    3716 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
     3590{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
     3591echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
    37173592CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
    37183593
     
    37423617    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    37433618set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    3744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3745 $as_echo_n "checking for $ac_word... " >&6; }
     3619{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3620echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37463621if test "${ac_cv_prog_CXX+set}" = set; then
    3747   $as_echo_n "(cached) " >&6
     3622  echo $ECHO_N "(cached) $ECHO_C" >&6
    37483623else
    37493624  if test -n "$CXX"; then
     
    37583633  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    37593634    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
    3760     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3635    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    37613636    break 2
    37623637  fi
     
    37693644CXX=$ac_cv_prog_CXX
    37703645if test -n "$CXX"; then
    3771   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
    3772 $as_echo "$CXX" >&6; }
    3773 else
    3774   { $as_echo "$as_me:$LINENO: result: no" >&5
    3775 $as_echo "no" >&6; }
     3646  { echo "$as_me:$LINENO: result: $CXX" >&5
     3647echo "${ECHO_T}$CXX" >&6; }
     3648else
     3649  { echo "$as_me:$LINENO: result: no" >&5
     3650echo "${ECHO_T}no" >&6; }
    37763651fi
    37773652
     
    37863661  # Extract the first word of "$ac_prog", so it can be a program name with args.
    37873662set dummy $ac_prog; ac_word=$2
    3788 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    3789 $as_echo_n "checking for $ac_word... " >&6; }
     3663{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     3664echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    37903665if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
    3791   $as_echo_n "(cached) " >&6
     3666  echo $ECHO_N "(cached) $ECHO_C" >&6
    37923667else
    37933668  if test -n "$ac_ct_CXX"; then
     
    38023677  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    38033678    ac_cv_prog_ac_ct_CXX="$ac_prog"
    3804     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     3679    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    38053680    break 2
    38063681  fi
     
    38133688ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
    38143689if test -n "$ac_ct_CXX"; then
    3815   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
    3816 $as_echo "$ac_ct_CXX" >&6; }
    3817 else
    3818   { $as_echo "$as_me:$LINENO: result: no" >&5
    3819 $as_echo "no" >&6; }
     3690  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
     3691echo "${ECHO_T}$ac_ct_CXX" >&6; }
     3692else
     3693  { echo "$as_me:$LINENO: result: no" >&5
     3694echo "${ECHO_T}no" >&6; }
    38203695fi
    38213696
     
    38293704    case $cross_compiling:$ac_tool_warned in
    38303705yes:)
    3831 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    3832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     3706{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     3707whose name does not start with the host triplet.  If you think this
     3708configuration is useful to you, please write to autoconf@gnu.org." >&5
     3709echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     3710whose name does not start with the host triplet.  If you think this
     3711configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    38333712ac_tool_warned=yes ;;
    38343713esac
     
    38403719fi
    38413720# Provide some information about the compiler.
    3842 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
    3843 set X $ac_compile
    3844 ac_compiler=$2
     3721echo "$as_me:$LINENO: checking for C++ compiler version" >&5
     3722ac_compiler=`set X $ac_compile; echo $2`
    38453723{ (ac_try="$ac_compiler --version >&5"
    38463724case "(($ac_try" in
     
    38483726  *) ac_try_echo=$ac_try;;
    38493727esac
    3850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3851 $as_echo "$ac_try_echo") >&5
     3728eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38523729  (eval "$ac_compiler --version >&5") 2>&5
    38533730  ac_status=$?
    3854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3731  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38553732  (exit $ac_status); }
    38563733{ (ac_try="$ac_compiler -v >&5"
     
    38593736  *) ac_try_echo=$ac_try;;
    38603737esac
    3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3862 $as_echo "$ac_try_echo") >&5
     3738eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38633739  (eval "$ac_compiler -v >&5") 2>&5
    38643740  ac_status=$?
    3865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3741  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38663742  (exit $ac_status); }
    38673743{ (ac_try="$ac_compiler -V >&5"
     
    38703746  *) ac_try_echo=$ac_try;;
    38713747esac
    3872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3873 $as_echo "$ac_try_echo") >&5
     3748eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    38743749  (eval "$ac_compiler -V >&5") 2>&5
    38753750  ac_status=$?
    3876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3751  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    38773752  (exit $ac_status); }
    38783753
    3879 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
    3880 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
     3754{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
     3755echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
    38813756if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
    3882   $as_echo_n "(cached) " >&6
     3757  echo $ECHO_N "(cached) $ECHO_C" >&6
    38833758else
    38843759  cat >conftest.$ac_ext <<_ACEOF
     
    39063781  *) ac_try_echo=$ac_try;;
    39073782esac
    3908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3909 $as_echo "$ac_try_echo") >&5
     3783eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39103784  (eval "$ac_compile") 2>conftest.er1
    39113785  ac_status=$?
     
    39133787  rm -f conftest.er1
    39143788  cat conftest.err >&5
    3915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3789  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39163790  (exit $ac_status); } && {
    39173791         test -z "$ac_cxx_werror_flag" ||
     
    39203794  ac_compiler_gnu=yes
    39213795else
    3922   $as_echo "$as_me: failed program was:" >&5
     3796  echo "$as_me: failed program was:" >&5
    39233797sed 's/^/| /' conftest.$ac_ext >&5
    39243798
     
    39303804
    39313805fi
    3932 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
    3933 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
    3934 if test $ac_compiler_gnu = yes; then
    3935   GXX=yes
    3936 else
    3937   GXX=
    3938 fi
     3806{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
     3807echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
     3808GXX=`test $ac_compiler_gnu = yes && echo yes`
    39393809ac_test_CXXFLAGS=${CXXFLAGS+set}
    39403810ac_save_CXXFLAGS=$CXXFLAGS
    3941 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
    3942 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
     3811{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
     3812echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
    39433813if test "${ac_cv_prog_cxx_g+set}" = set; then
    3944   $as_echo_n "(cached) " >&6
     3814  echo $ECHO_N "(cached) $ECHO_C" >&6
    39453815else
    39463816  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
     
    39693839  *) ac_try_echo=$ac_try;;
    39703840esac
    3971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    3972 $as_echo "$ac_try_echo") >&5
     3841eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    39733842  (eval "$ac_compile") 2>conftest.er1
    39743843  ac_status=$?
     
    39763845  rm -f conftest.er1
    39773846  cat conftest.err >&5
    3978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3847  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    39793848  (exit $ac_status); } && {
    39803849         test -z "$ac_cxx_werror_flag" ||
     
    39833852  ac_cv_prog_cxx_g=yes
    39843853else
    3985   $as_echo "$as_me: failed program was:" >&5
     3854  echo "$as_me: failed program was:" >&5
    39863855sed 's/^/| /' conftest.$ac_ext >&5
    39873856
     
    40083877  *) ac_try_echo=$ac_try;;
    40093878esac
    4010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4011 $as_echo "$ac_try_echo") >&5
     3879eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40123880  (eval "$ac_compile") 2>conftest.er1
    40133881  ac_status=$?
     
    40153883  rm -f conftest.er1
    40163884  cat conftest.err >&5
    4017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3885  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40183886  (exit $ac_status); } && {
    40193887         test -z "$ac_cxx_werror_flag" ||
     
    40223890  :
    40233891else
    4024   $as_echo "$as_me: failed program was:" >&5
     3892  echo "$as_me: failed program was:" >&5
    40253893sed 's/^/| /' conftest.$ac_ext >&5
    40263894
     
    40483916  *) ac_try_echo=$ac_try;;
    40493917esac
    4050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4051 $as_echo "$ac_try_echo") >&5
     3918eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    40523919  (eval "$ac_compile") 2>conftest.er1
    40533920  ac_status=$?
     
    40553922  rm -f conftest.er1
    40563923  cat conftest.err >&5
    4057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     3924  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    40583925  (exit $ac_status); } && {
    40593926         test -z "$ac_cxx_werror_flag" ||
     
    40623929  ac_cv_prog_cxx_g=yes
    40633930else
    4064   $as_echo "$as_me: failed program was:" >&5
     3931  echo "$as_me: failed program was:" >&5
    40653932sed 's/^/| /' conftest.$ac_ext >&5
    40663933
     
    40773944   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
    40783945fi
    4079 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
    4080 $as_echo "$ac_cv_prog_cxx_g" >&6; }
     3946{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
     3947echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
    40813948if test "$ac_test_CXXFLAGS" = set; then
    40823949  CXXFLAGS=$ac_save_CXXFLAGS
     
    41023969depcc="$CXX"  am_compiler_list=
    41033970
    4104 { $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
    4105 $as_echo_n "checking dependency style of $depcc... " >&6; }
     3971{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
     3972echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
    41063973if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
    4107   $as_echo_n "(cached) " >&6
     3974  echo $ECHO_N "(cached) $ECHO_C" >&6
    41083975else
    41093976  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
     
    41934060
    41944061fi
    4195 { $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
    4196 $as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
     4062{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
     4063echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
    41974064CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
    41984065
     
    42174084    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
    42184085set dummy $ac_tool_prefix$ac_prog; ac_word=$2
    4219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4220 $as_echo_n "checking for $ac_word... " >&6; }
     4086{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4087echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42214088if test "${ac_cv_prog_F77+set}" = set; then
    4222   $as_echo_n "(cached) " >&6
     4089  echo $ECHO_N "(cached) $ECHO_C" >&6
    42234090else
    42244091  if test -n "$F77"; then
     
    42334100  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42344101    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
    4235     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4102    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42364103    break 2
    42374104  fi
     
    42444111F77=$ac_cv_prog_F77
    42454112if test -n "$F77"; then
    4246   { $as_echo "$as_me:$LINENO: result: $F77" >&5
    4247 $as_echo "$F77" >&6; }
    4248 else
    4249   { $as_echo "$as_me:$LINENO: result: no" >&5
    4250 $as_echo "no" >&6; }
     4113  { echo "$as_me:$LINENO: result: $F77" >&5
     4114echo "${ECHO_T}$F77" >&6; }
     4115else
     4116  { echo "$as_me:$LINENO: result: no" >&5
     4117echo "${ECHO_T}no" >&6; }
    42514118fi
    42524119
     
    42614128  # Extract the first word of "$ac_prog", so it can be a program name with args.
    42624129set dummy $ac_prog; ac_word=$2
    4263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
    4264 $as_echo_n "checking for $ac_word... " >&6; }
     4130{ echo "$as_me:$LINENO: checking for $ac_word" >&5
     4131echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
    42654132if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
    4266   $as_echo_n "(cached) " >&6
     4133  echo $ECHO_N "(cached) $ECHO_C" >&6
    42674134else
    42684135  if test -n "$ac_ct_F77"; then
     
    42774144  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
    42784145    ac_cv_prog_ac_ct_F77="$ac_prog"
    4279     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
     4146    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
    42804147    break 2
    42814148  fi
     
    42884155ac_ct_F77=$ac_cv_prog_ac_ct_F77
    42894156if test -n "$ac_ct_F77"; then
    4290   { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
    4291 $as_echo "$ac_ct_F77" >&6; }
    4292 else
    4293   { $as_echo "$as_me:$LINENO: result: no" >&5
    4294 $as_echo "no" >&6; }
     4157  { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
     4158echo "${ECHO_T}$ac_ct_F77" >&6; }
     4159else
     4160  { echo "$as_me:$LINENO: result: no" >&5
     4161echo "${ECHO_T}no" >&6; }
    42954162fi
    42964163
     
    43044171    case $cross_compiling:$ac_tool_warned in
    43054172yes:)
    4306 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
    4307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
     4173{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
     4174whose name does not start with the host triplet.  If you think this
     4175configuration is useful to you, please write to autoconf@gnu.org." >&5
     4176echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
     4177whose name does not start with the host triplet.  If you think this
     4178configuration is useful to you, please write to autoconf@gnu.org." >&2;}
    43084179ac_tool_warned=yes ;;
    43094180esac
     
    43144185
    43154186# Provide some information about the compiler.
    4316 $as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
    4317 set X $ac_compile
    4318 ac_compiler=$2
     4187echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
     4188ac_compiler=`set X $ac_compile; echo $2`
    43194189{ (ac_try="$ac_compiler --version >&5"
    43204190case "(($ac_try" in
     
    43224192  *) ac_try_echo=$ac_try;;
    43234193esac
    4324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4325 $as_echo "$ac_try_echo") >&5
     4194eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43264195  (eval "$ac_compiler --version >&5") 2>&5
    43274196  ac_status=$?
    4328   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4197  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43294198  (exit $ac_status); }
    43304199{ (ac_try="$ac_compiler -v >&5"
     
    43334202  *) ac_try_echo=$ac_try;;
    43344203esac
    4335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4336 $as_echo "$ac_try_echo") >&5
     4204eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43374205  (eval "$ac_compiler -v >&5") 2>&5
    43384206  ac_status=$?
    4339   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4207  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43404208  (exit $ac_status); }
    43414209{ (ac_try="$ac_compiler -V >&5"
     
    43444212  *) ac_try_echo=$ac_try;;
    43454213esac
    4346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4347 $as_echo "$ac_try_echo") >&5
     4214eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43484215  (eval "$ac_compiler -V >&5") 2>&5
    43494216  ac_status=$?
    4350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4217  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43514218  (exit $ac_status); }
    43524219rm -f a.out
     
    43564223ac_save_ext=$ac_ext
    43574224ac_ext=F
    4358 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
    4359 $as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
     4225{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
     4226echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; }
    43604227if test "${ac_cv_f77_compiler_gnu+set}" = set; then
    4361   $as_echo_n "(cached) " >&6
     4228  echo $ECHO_N "(cached) $ECHO_C" >&6
    43624229else
    43634230  cat >conftest.$ac_ext <<_ACEOF
     
    43754242  *) ac_try_echo=$ac_try;;
    43764243esac
    4377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4378 $as_echo "$ac_try_echo") >&5
     4244eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    43794245  (eval "$ac_compile") 2>conftest.er1
    43804246  ac_status=$?
     
    43824248  rm -f conftest.er1
    43834249  cat conftest.err >&5
    4384   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4250  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    43854251  (exit $ac_status); } && {
    43864252         test -z "$ac_f77_werror_flag" ||
     
    43894255  ac_compiler_gnu=yes
    43904256else
    4391   $as_echo "$as_me: failed program was:" >&5
     4257  echo "$as_me: failed program was:" >&5
    43924258sed 's/^/| /' conftest.$ac_ext >&5
    43934259
     
    43994265
    44004266fi
    4401 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
    4402 $as_echo "$ac_cv_f77_compiler_gnu" >&6; }
     4267{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
     4268echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; }
    44034269ac_ext=$ac_save_ext
    44044270ac_test_FFLAGS=${FFLAGS+set}
    44054271ac_save_FFLAGS=$FFLAGS
    44064272FFLAGS=
    4407 { $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
    4408 $as_echo_n "checking whether $F77 accepts -g... " >&6; }
     4273{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
     4274echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; }
    44094275if test "${ac_cv_prog_f77_g+set}" = set; then
    4410   $as_echo_n "(cached) " >&6
     4276  echo $ECHO_N "(cached) $ECHO_C" >&6
    44114277else
    44124278  FFLAGS=-g
     
    44224288  *) ac_try_echo=$ac_try;;
    44234289esac
    4424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4425 $as_echo "$ac_try_echo") >&5
     4290eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44264291  (eval "$ac_compile") 2>conftest.er1
    44274292  ac_status=$?
     
    44294294  rm -f conftest.er1
    44304295  cat conftest.err >&5
    4431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4296  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    44324297  (exit $ac_status); } && {
    44334298         test -z "$ac_f77_werror_flag" ||
     
    44364301  ac_cv_prog_f77_g=yes
    44374302else
    4438   $as_echo "$as_me: failed program was:" >&5
     4303  echo "$as_me: failed program was:" >&5
    44394304sed 's/^/| /' conftest.$ac_ext >&5
    44404305
     
    44454310
    44464311fi
    4447 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
    4448 $as_echo "$ac_cv_prog_f77_g" >&6; }
     4312{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
     4313echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; }
    44494314if test "$ac_test_FFLAGS" = set; then
    44504315  FFLAGS=$ac_save_FFLAGS
     
    44634328fi
    44644329
    4465 if test $ac_compiler_gnu = yes; then
    4466   G77=yes
    4467 else
    4468   G77=
    4469 fi
     4330G77=`test $ac_compiler_gnu = yes && echo yes`
    44704331ac_ext=c
    44714332ac_cpp='$CPP $CPPFLAGS'
     
    44794340ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    44804341ac_compiler_gnu=$ac_cv_f77_compiler_gnu
    4481 { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
    4482 $as_echo_n "checking how to get verbose linking output from $F77... " >&6; }
     4342{ echo "$as_me:$LINENO: checking how to get verbose linking output from $F77" >&5
     4343echo $ECHO_N "checking how to get verbose linking output from $F77... $ECHO_C" >&6; }
    44834344if test "${ac_cv_prog_f77_v+set}" = set; then
    4484   $as_echo_n "(cached) " >&6
     4345  echo $ECHO_N "(cached) $ECHO_C" >&6
    44854346else
    44864347  cat >conftest.$ac_ext <<_ACEOF
     
    44954356  *) ac_try_echo=$ac_try;;
    44964357esac
    4497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4498 $as_echo "$ac_try_echo") >&5
     4358eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    44994359  (eval "$ac_compile") 2>conftest.er1
    45004360  ac_status=$?
     
    45024362  rm -f conftest.er1
    45034363  cat conftest.err >&5
    4504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4364  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    45054365  (exit $ac_status); } && {
    45064366         test -z "$ac_f77_werror_flag" ||
     
    45244384eval "set x $ac_link"
    45254385shift
    4526 $as_echo "$as_me:$LINENO: $*" >&5
    4527 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4528 # LIBRARY_PATH; skip all such settings.
    4529 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4530   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4531 $as_echo "$ac_f77_v_output" >&5
     4386echo "$as_me:$LINENO: $*" >&5
     4387ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4388echo "$ac_f77_v_output" >&5
    45324389FFLAGS=$ac_save_FFLAGS
    45334390
    4534 rm -rf conftest*
     4391rm -f conftest*
    45354392
    45364393# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    45394396ac_f77_v_output="`echo $ac_f77_v_output |
    45404397        grep 'LPATH is:' |
    4541         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4398        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    45424399
    45434400# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    45794436done
    45804437if test -z "$ac_cv_prog_f77_v"; then
    4581    { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
    4582 $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
    4583 fi
    4584 else
    4585   $as_echo "$as_me: failed program was:" >&5
     4438   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F77" >&5
     4439echo "$as_me: WARNING: cannot determine how to obtain linking information from $F77" >&2;}
     4440fi
     4441else
     4442  echo "$as_me: failed program was:" >&5
    45864443sed 's/^/| /' conftest.$ac_ext >&5
    45874444
    4588         { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
    4589 $as_echo "$as_me: WARNING: compilation failed" >&2;}
     4445        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
     4446echo "$as_me: WARNING: compilation failed" >&2;}
    45904447fi
    45914448
     
    45934450
    45944451fi
    4595 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
    4596 $as_echo "$ac_cv_prog_f77_v" >&6; }
    4597 { $as_echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
    4598 $as_echo_n "checking for Fortran 77 libraries of $F77... " >&6; }
     4452{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_v" >&5
     4453echo "${ECHO_T}$ac_cv_prog_f77_v" >&6; }
     4454{ echo "$as_me:$LINENO: checking for Fortran 77 libraries of $F77" >&5
     4455echo $ECHO_N "checking for Fortran 77 libraries of $F77... $ECHO_C" >&6; }
    45994456if test "${ac_cv_f77_libs+set}" = set; then
    4600   $as_echo_n "(cached) " >&6
     4457  echo $ECHO_N "(cached) $ECHO_C" >&6
    46014458else
    46024459  if test "x$FLIBS" != "x"; then
     
    46184475eval "set x $ac_link"
    46194476shift
    4620 $as_echo "$as_me:$LINENO: $*" >&5
    4621 # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
    4622 # LIBRARY_PATH; skip all such settings.
    4623 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 |
    4624   grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
    4625 $as_echo "$ac_f77_v_output" >&5
     4477echo "$as_me:$LINENO: $*" >&5
     4478ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
     4479echo "$ac_f77_v_output" >&5
    46264480FFLAGS=$ac_save_FFLAGS
    46274481
    4628 rm -rf conftest*
     4482rm -f conftest*
    46294483
    46304484# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
     
    46334487ac_f77_v_output="`echo $ac_f77_v_output |
    46344488        grep 'LPATH is:' |
    4635         sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_f77_v_output"
     4489        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_f77_v_output"
    46364490
    46374491# FIXME: we keep getting bitten by quoted arguments; a more general fix
     
    47324586          ;;
    47334587        -YP,*)
    4734           for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
     4588          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
    47354589              ac_exists=false
    47364590  for ac_i in $ac_cv_f77_libs; do
     
    47804634case `(uname -sr) 2>/dev/null` in
    47814635   "SunOS 5"*)
    4782       ac_ld_run_path=`$as_echo "$ac_f77_v_output" |
     4636      ac_ld_run_path=`echo $ac_f77_v_output |
    47834637                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
    47844638      test "x$ac_ld_run_path" != x &&
     
    47954649
    47964650fi
    4797 { $as_echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
    4798 $as_echo "$ac_cv_f77_libs" >&6; }
     4651{ echo "$as_me:$LINENO: result: $ac_cv_f77_libs" >&5
     4652echo "${ECHO_T}$ac_cv_f77_libs" >&6; }
    47994653FLIBS="$ac_cv_f77_libs"
    48004654
     
    48074661
    48084662if test "x$CC" != xcc; then
    4809   { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
    4810 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
    4811 else
    4812   { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
    4813 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
    4814 fi
    4815 set dummy $CC; ac_cc=`$as_echo "$2" |
     4663  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
     4664echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
     4665else
     4666  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
     4667echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
     4668fi
     4669set dummy $CC; ac_cc=`echo $2 |
    48164670                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    48174671if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
    4818   $as_echo_n "(cached) " >&6
     4672  echo $ECHO_N "(cached) $ECHO_C" >&6
    48194673else
    48204674  cat >conftest.$ac_ext <<_ACEOF
     
    48424696  *) ac_try_echo=$ac_try;;
    48434697esac
    4844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4845 $as_echo "$ac_try_echo") >&5
     4698eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48464699  (eval "$ac_try") 2>&5
    48474700  ac_status=$?
    4848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4701  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48494702  (exit $ac_status); } &&
    48504703   test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48524705  *) ac_try_echo=$ac_try;;
    48534706esac
    4854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4855 $as_echo "$ac_try_echo") >&5
     4707eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48564708  (eval "$ac_try") 2>&5
    48574709  ac_status=$?
    4858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4710  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48594711  (exit $ac_status); };
    48604712then
     
    48674719  *) ac_try_echo=$ac_try;;
    48684720esac
    4869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4870 $as_echo "$ac_try_echo") >&5
     4721eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48714722  (eval "$ac_try") 2>&5
    48724723  ac_status=$?
    4873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4724  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48744725  (exit $ac_status); }; }; then
    48754726      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
     
    48794730  *) ac_try_echo=$ac_try;;
    48804731esac
    4881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4882 $as_echo "$ac_try_echo") >&5
     4732eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48834733  (eval "$ac_try") 2>&5
    48844734  ac_status=$?
    4885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4735  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48864736  (exit $ac_status); } &&
    48874737         test -f conftest2.$ac_objext && { (case "(($ac_try" in
     
    48894739  *) ac_try_echo=$ac_try;;
    48904740esac
    4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4892 $as_echo "$ac_try_echo") >&5
     4741eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    48934742  (eval "$ac_try") 2>&5
    48944743  ac_status=$?
    4895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4744  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    48964745  (exit $ac_status); };
    48974746      then
     
    49114760fi
    49124761if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
    4913   { $as_echo "$as_me:$LINENO: result: yes" >&5
    4914 $as_echo "yes" >&6; }
    4915 else
    4916   { $as_echo "$as_me:$LINENO: result: no" >&5
    4917 $as_echo "no" >&6; }
     4762  { echo "$as_me:$LINENO: result: yes" >&5
     4763echo "${ECHO_T}yes" >&6; }
     4764else
     4765  { echo "$as_me:$LINENO: result: no" >&5
     4766echo "${ECHO_T}no" >&6; }
    49184767
    49194768cat >>confdefs.h <<\_ACEOF
     
    49264775# there is no other way.
    49274776set dummy $CC
    4928 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
    4929 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
    4930 if test "$am_t" != yes; then
     4777ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
     4778if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
    49314779   # Losing compiler, so override with the script.
    49324780   # FIXME: It is wrong to rewrite CC.
     
    49444792ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
    49454793ac_compiler_gnu=$ac_cv_c_compiler_gnu
    4946 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
    4947 $as_echo_n "checking how to run the C preprocessor... " >&6; }
     4794{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
     4795echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
    49484796# On Suns, sometimes $CPP names a directory.
    49494797if test -n "$CPP" && test -d "$CPP"; then
     
    49524800if test -z "$CPP"; then
    49534801  if test "${ac_cv_prog_CPP+set}" = set; then
    4954   $as_echo_n "(cached) " >&6
     4802  echo $ECHO_N "(cached) $ECHO_C" >&6
    49554803else
    49564804      # Double quotes because CPP needs to be expanded
     
    49844832  *) ac_try_echo=$ac_try;;
    49854833esac
    4986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    4987 $as_echo "$ac_try_echo") >&5
     4834eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    49884835  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    49894836  ac_status=$?
     
    49914838  rm -f conftest.er1
    49924839  cat conftest.err >&5
    4993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4840  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    49944841  (exit $ac_status); } >/dev/null && {
    49954842         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    49984845  :
    49994846else
    5000   $as_echo "$as_me: failed program was:" >&5
     4847  echo "$as_me: failed program was:" >&5
    50014848sed 's/^/| /' conftest.$ac_ext >&5
    50024849
     
    50224869  *) ac_try_echo=$ac_try;;
    50234870esac
    5024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5025 $as_echo "$ac_try_echo") >&5
     4871eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50264872  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50274873  ac_status=$?
     
    50294875  rm -f conftest.er1
    50304876  cat conftest.err >&5
    5031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4877  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    50324878  (exit $ac_status); } >/dev/null && {
    50334879         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    50374883continue
    50384884else
    5039   $as_echo "$as_me: failed program was:" >&5
     4885  echo "$as_me: failed program was:" >&5
    50404886sed 's/^/| /' conftest.$ac_ext >&5
    50414887
     
    50624908  ac_cv_prog_CPP=$CPP
    50634909fi
    5064 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
    5065 $as_echo "$CPP" >&6; }
     4910{ echo "$as_me:$LINENO: result: $CPP" >&5
     4911echo "${ECHO_T}$CPP" >&6; }
    50664912ac_preproc_ok=false
    50674913for ac_c_preproc_warn_flag in '' yes
     
    50914937  *) ac_try_echo=$ac_try;;
    50924938esac
    5093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5094 $as_echo "$ac_try_echo") >&5
     4939eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    50954940  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    50964941  ac_status=$?
     
    50984943  rm -f conftest.er1
    50994944  cat conftest.err >&5
    5100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4945  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51014946  (exit $ac_status); } >/dev/null && {
    51024947         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51054950  :
    51064951else
    5107   $as_echo "$as_me: failed program was:" >&5
     4952  echo "$as_me: failed program was:" >&5
    51084953sed 's/^/| /' conftest.$ac_ext >&5
    51094954
     
    51294974  *) ac_try_echo=$ac_try;;
    51304975esac
    5131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5132 $as_echo "$ac_try_echo") >&5
     4976eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    51334977  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    51344978  ac_status=$?
     
    51364980  rm -f conftest.er1
    51374981  cat conftest.err >&5
    5138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     4982  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    51394983  (exit $ac_status); } >/dev/null && {
    51404984         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    51444988continue
    51454989else
    5146   $as_echo "$as_me: failed program was:" >&5
     4990  echo "$as_me: failed program was:" >&5
    51474991sed 's/^/| /' conftest.$ac_ext >&5
    51484992
     
    51605004  :
    51615005else
    5162   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
    5163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
    5164 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
     5006  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
    51655007See \`config.log' for more details." >&5
    5166 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
     5008echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
    51675009See \`config.log' for more details." >&2;}
    5168    { (exit 1); exit 1; }; }; }
     5010   { (exit 1); exit 1; }; }
    51695011fi
    51705012
     
    51765018
    51775019
    5178 { $as_echo "$as_me:$LINENO: checking for X" >&5
    5179 $as_echo_n "checking for X... " >&6; }
     5020{ echo "$as_me:$LINENO: checking for X" >&5
     5021echo $ECHO_N "checking for X... $ECHO_C" >&6; }
    51805022
    51815023
     
    51915033else
    51925034  case $x_includes,$x_libraries in #(
    5193     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
    5194 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
     5035    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
     5036echo "$as_me: error: Cannot use X directory names containing '" >&2;}
    51955037   { (exit 1); exit 1; }; };; #(
    51965038    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
    5197   $as_echo_n "(cached) " >&6
     5039  echo $ECHO_N "(cached) $ECHO_C" >&6
    51985040else
    51995041  # One or both of the vars are not set, and there is no cached value.
     
    52165058    done
    52175059    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
    5218     for ac_extension in a so sl dylib la dll; do
     5060    for ac_extension in a so sl; do
    52195061      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
    52205062         test -f "$ac_im_libdir/libX11.$ac_extension"; then
     
    52305072    esac
    52315073    case $ac_im_usrlibdir in
    5232         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
     5074        /usr/lib | /lib) ;;
    52335075        *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
    52345076    esac
     
    52915133  *) ac_try_echo=$ac_try;;
    52925134esac
    5293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5294 $as_echo "$ac_try_echo") >&5
     5135eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    52955136  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
    52965137  ac_status=$?
     
    52985139  rm -f conftest.er1
    52995140  cat conftest.err >&5
    5300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5141  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53015142  (exit $ac_status); } >/dev/null && {
    53025143         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
     
    53065147ac_x_includes=
    53075148else
    5308   $as_echo "$as_me: failed program was:" >&5
     5149  echo "$as_me: failed program was:" >&5
    53095150sed 's/^/| /' conftest.$ac_ext >&5
    53105151
     
    53475188  *) ac_try_echo=$ac_try;;
    53485189esac
    5349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5350 $as_echo "$ac_try_echo") >&5
     5190eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    53515191  (eval "$ac_link") 2>conftest.er1
    53525192  ac_status=$?
     
    53545194  rm -f conftest.er1
    53555195  cat conftest.err >&5
    5356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5196  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    53575197  (exit $ac_status); } && {
    53585198         test -z "$ac_c_werror_flag" ||
    53595199         test ! -s conftest.err
    5360        } && test -s conftest$ac_exeext && {
    5361          test "$cross_compiling" = yes ||
    5362          $as_test_x conftest$ac_exeext
    5363        }; then
     5200       } && test -s conftest$ac_exeext &&
     5201       $as_test_x conftest$ac_exeext; then
    53645202  LIBS=$ac_save_LIBS
    53655203# We can link X programs with no special library path.
    53665204ac_x_libraries=
    53675205else
    5368   $as_echo "$as_me: failed program was:" >&5
     5206  echo "$as_me: failed program was:" >&5
    53695207sed 's/^/| /' conftest.$ac_ext >&5
    53705208
    53715209        LIBS=$ac_save_LIBS
    5372 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
     5210for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
    53735211do
    53745212  # Don't even attempt the hair of trying to link an X program!
    5375   for ac_extension in a so sl dylib la dll; do
     5213  for ac_extension in a so sl; do
    53765214    if test -r "$ac_dir/libX11.$ac_extension"; then
    53775215      ac_x_libraries=$ac_dir
     
    53825220fi
    53835221
    5384 rm -rf conftest.dSYM
    53855222rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    53865223      conftest$ac_exeext conftest.$ac_ext
     
    54055242
    54065243if test "$have_x" != yes; then
    5407   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
    5408 $as_echo "$have_x" >&6; }
     5244  { echo "$as_me:$LINENO: result: $have_x" >&5
     5245echo "${ECHO_T}$have_x" >&6; }
    54095246  no_x=yes
    54105247else
     
    54165253        ac_x_includes='$x_includes'\
    54175254        ac_x_libraries='$x_libraries'"
    5418   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
    5419 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
     5255  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
     5256echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
    54205257fi
    54215258
     
    54385275    # For Solaris; some versions of Sun CC require a space after -R and
    54395276    # others require no space.  Words are not sufficient . . . .
    5440     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
    5441 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
     5277    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
     5278echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
    54425279    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
    54435280    ac_xsave_c_werror_flag=$ac_c_werror_flag
     
    54645301  *) ac_try_echo=$ac_try;;
    54655302esac
    5466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5467 $as_echo "$ac_try_echo") >&5
     5303eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    54685304  (eval "$ac_link") 2>conftest.er1
    54695305  ac_status=$?
     
    54715307  rm -f conftest.er1
    54725308  cat conftest.err >&5
    5473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5309  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    54745310  (exit $ac_status); } && {
    54755311         test -z "$ac_c_werror_flag" ||
    54765312         test ! -s conftest.err
    5477        } && test -s conftest$ac_exeext && {
    5478          test "$cross_compiling" = yes ||
    5479          $as_test_x conftest$ac_exeext
    5480        }; then
    5481   { $as_echo "$as_me:$LINENO: result: no" >&5
    5482 $as_echo "no" >&6; }
     5313       } && test -s conftest$ac_exeext &&
     5314       $as_test_x conftest$ac_exeext; then
     5315  { echo "$as_me:$LINENO: result: no" >&5
     5316echo "${ECHO_T}no" >&6; }
    54835317       X_LIBS="$X_LIBS -R$x_libraries"
    54845318else
    5485   $as_echo "$as_me: failed program was:" >&5
     5319  echo "$as_me: failed program was:" >&5
    54865320sed 's/^/| /' conftest.$ac_ext >&5
    54875321
     
    55085342  *) ac_try_echo=$ac_try;;
    55095343esac
    5510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5511 $as_echo "$ac_try_echo") >&5
     5344eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55125345  (eval "$ac_link") 2>conftest.er1
    55135346  ac_status=$?
     
    55155348  rm -f conftest.er1
    55165349  cat conftest.err >&5
    5517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5350  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55185351  (exit $ac_status); } && {
    55195352         test -z "$ac_c_werror_flag" ||
    55205353         test ! -s conftest.err
    5521        } && test -s conftest$ac_exeext && {
    5522          test "$cross_compiling" = yes ||
    5523          $as_test_x conftest$ac_exeext
    5524        }; then
    5525   { $as_echo "$as_me:$LINENO: result: yes" >&5
    5526 $as_echo "yes" >&6; }
     5354       } && test -s conftest$ac_exeext &&
     5355       $as_test_x conftest$ac_exeext; then
     5356  { echo "$as_me:$LINENO: result: yes" >&5
     5357echo "${ECHO_T}yes" >&6; }
    55275358          X_LIBS="$X_LIBS -R $x_libraries"
    55285359else
    5529   $as_echo "$as_me: failed program was:" >&5
     5360  echo "$as_me: failed program was:" >&5
    55305361sed 's/^/| /' conftest.$ac_ext >&5
    55315362
    5532         { $as_echo "$as_me:$LINENO: result: neither works" >&5
    5533 $as_echo "neither works" >&6; }
    5534 fi
    5535 
    5536 rm -rf conftest.dSYM
     5363        { echo "$as_me:$LINENO: result: neither works" >&5
     5364echo "${ECHO_T}neither works" >&6; }
     5365fi
     5366
    55375367rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55385368      conftest$ac_exeext conftest.$ac_ext
    55395369fi
    55405370
    5541 rm -rf conftest.dSYM
    55425371rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    55435372      conftest$ac_exeext conftest.$ac_ext
     
    55855414  *) ac_try_echo=$ac_try;;
    55865415esac
    5587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5588 $as_echo "$ac_try_echo") >&5
     5416eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    55895417  (eval "$ac_link") 2>conftest.er1
    55905418  ac_status=$?
     
    55925420  rm -f conftest.er1
    55935421  cat conftest.err >&5
    5594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5422  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    55955423  (exit $ac_status); } && {
    55965424         test -z "$ac_c_werror_flag" ||
    55975425         test ! -s conftest.err
    5598        } && test -s conftest$ac_exeext && {
    5599          test "$cross_compiling" = yes ||
    5600          $as_test_x conftest$ac_exeext
    5601        }; then
     5426       } && test -s conftest$ac_exeext &&
     5427       $as_test_x conftest$ac_exeext; then
    56025428  :
    56035429else
    5604   $as_echo "$as_me: failed program was:" >&5
     5430  echo "$as_me: failed program was:" >&5
    56055431sed 's/^/| /' conftest.$ac_ext >&5
    56065432
    5607         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
    5608 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
     5433        { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
     5434echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
    56095435if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
    5610   $as_echo_n "(cached) " >&6
     5436  echo $ECHO_N "(cached) $ECHO_C" >&6
    56115437else
    56125438  ac_check_lib_save_LIBS=$LIBS
     
    56405466  *) ac_try_echo=$ac_try;;
    56415467esac
    5642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5643 $as_echo "$ac_try_echo") >&5
     5468eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    56445469  (eval "$ac_link") 2>conftest.er1
    56455470  ac_status=$?
     
    56475472  rm -f conftest.er1
    56485473  cat conftest.err >&5
    5649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5474  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    56505475  (exit $ac_status); } && {
    56515476         test -z "$ac_c_werror_flag" ||
    56525477         test ! -s conftest.err
    5653        } && test -s conftest$ac_exeext && {
    5654          test "$cross_compiling" = yes ||
    5655          $as_test_x conftest$ac_exeext
    5656        }; then
     5478       } && test -s conftest$ac_exeext &&
     5479       $as_test_x conftest$ac_exeext; then
    56575480  ac_cv_lib_dnet_dnet_ntoa=yes
    56585481else
    5659   $as_echo "$as_me: failed program was:" >&5
     5482  echo "$as_me: failed program was:" >&5
    56605483sed 's/^/| /' conftest.$ac_ext >&5
    56615484
     
    56635486fi
    56645487
    5665 rm -rf conftest.dSYM
    56665488rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    56675489      conftest$ac_exeext conftest.$ac_ext
    56685490LIBS=$ac_check_lib_save_LIBS
    56695491fi
    5670 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
    5671 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
    5672 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
     5492{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
     5493echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
     5494if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
    56735495  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
    56745496fi
    56755497
    56765498    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
    5677       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
    5678 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
     5499      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
     5500echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
    56795501if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
    5680   $as_echo_n "(cached) " >&6
     5502  echo $ECHO_N "(cached) $ECHO_C" >&6
    56815503else
    56825504  ac_check_lib_save_LIBS=$LIBS
     
    57105532  *) ac_try_echo=$ac_try;;
    57115533esac
    5712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5713 $as_echo "$ac_try_echo") >&5
     5534eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    57145535  (eval "$ac_link") 2>conftest.er1
    57155536  ac_status=$?
     
    57175538  rm -f conftest.er1
    57185539  cat conftest.err >&5
    5719   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5540  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    57205541  (exit $ac_status); } && {
    57215542         test -z "$ac_c_werror_flag" ||
    57225543         test ! -s conftest.err
    5723        } && test -s conftest$ac_exeext && {
    5724          test "$cross_compiling" = yes ||
    5725          $as_test_x conftest$ac_exeext
    5726        }; then
     5544       } && test -s conftest$ac_exeext &&
     5545       $as_test_x conftest$ac_exeext; then
    57275546  ac_cv_lib_dnet_stub_dnet_ntoa=yes
    57285547else
    5729   $as_echo "$as_me: failed program was:" >&5
     5548  echo "$as_me: failed program was:" >&5
    57305549sed 's/^/| /' conftest.$ac_ext >&5
    57315550
     
    57335552fi
    57345553
    5735 rm -rf conftest.dSYM
    57365554rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57375555      conftest$ac_exeext conftest.$ac_ext
    57385556LIBS=$ac_check_lib_save_LIBS
    57395557fi
    5740 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
    5741 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
    5742 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
     5558{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
     5559echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
     5560if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
    57435561  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
    57445562fi
     
    57475565fi
    57485566
    5749 rm -rf conftest.dSYM
    57505567rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    57515568      conftest$ac_exeext conftest.$ac_ext
     
    57605577    # The functions gethostbyname, getservbyname, and inet_addr are
    57615578    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
    5762     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
    5763 $as_echo_n "checking for gethostbyname... " >&6; }
     5579    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
     5580echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
    57645581if test "${ac_cv_func_gethostbyname+set}" = set; then
    5765   $as_echo_n "(cached) " >&6
     5582  echo $ECHO_N "(cached) $ECHO_C" >&6
    57665583else
    57675584  cat >conftest.$ac_ext <<_ACEOF
     
    58165633  *) ac_try_echo=$ac_try;;
    58175634esac
    5818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5819 $as_echo "$ac_try_echo") >&5
     5635eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58205636  (eval "$ac_link") 2>conftest.er1
    58215637  ac_status=$?
     
    58235639  rm -f conftest.er1
    58245640  cat conftest.err >&5
    5825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5641  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58265642  (exit $ac_status); } && {
    58275643         test -z "$ac_c_werror_flag" ||
    58285644         test ! -s conftest.err
    5829        } && test -s conftest$ac_exeext && {
    5830          test "$cross_compiling" = yes ||
    5831          $as_test_x conftest$ac_exeext
    5832        }; then
     5645       } && test -s conftest$ac_exeext &&
     5646       $as_test_x conftest$ac_exeext; then
    58335647  ac_cv_func_gethostbyname=yes
    58345648else
    5835   $as_echo "$as_me: failed program was:" >&5
     5649  echo "$as_me: failed program was:" >&5
    58365650sed 's/^/| /' conftest.$ac_ext >&5
    58375651
     
    58395653fi
    58405654
    5841 rm -rf conftest.dSYM
    58425655rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    58435656      conftest$ac_exeext conftest.$ac_ext
    58445657fi
    5845 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
    5846 $as_echo "$ac_cv_func_gethostbyname" >&6; }
     5658{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
     5659echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
    58475660
    58485661    if test $ac_cv_func_gethostbyname = no; then
    5849       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
    5850 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
     5662      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
     5663echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
    58515664if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
    5852   $as_echo_n "(cached) " >&6
     5665  echo $ECHO_N "(cached) $ECHO_C" >&6
    58535666else
    58545667  ac_check_lib_save_LIBS=$LIBS
     
    58825695  *) ac_try_echo=$ac_try;;
    58835696esac
    5884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5885 $as_echo "$ac_try_echo") >&5
     5697eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    58865698  (eval "$ac_link") 2>conftest.er1
    58875699  ac_status=$?
     
    58895701  rm -f conftest.er1
    58905702  cat conftest.err >&5
    5891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5703  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    58925704  (exit $ac_status); } && {
    58935705         test -z "$ac_c_werror_flag" ||
    58945706         test ! -s conftest.err
    5895        } && test -s conftest$ac_exeext && {
    5896          test "$cross_compiling" = yes ||
    5897          $as_test_x conftest$ac_exeext
    5898        }; then
     5707       } && test -s conftest$ac_exeext &&
     5708       $as_test_x conftest$ac_exeext; then
    58995709  ac_cv_lib_nsl_gethostbyname=yes
    59005710else
    5901   $as_echo "$as_me: failed program was:" >&5
     5711  echo "$as_me: failed program was:" >&5
    59025712sed 's/^/| /' conftest.$ac_ext >&5
    59035713
     
    59055715fi
    59065716
    5907 rm -rf conftest.dSYM
    59085717rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59095718      conftest$ac_exeext conftest.$ac_ext
    59105719LIBS=$ac_check_lib_save_LIBS
    59115720fi
    5912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
    5913 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
    5914 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
     5721{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
     5722echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
     5723if test $ac_cv_lib_nsl_gethostbyname = yes; then
    59155724  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
    59165725fi
    59175726
    59185727      if test $ac_cv_lib_nsl_gethostbyname = no; then
    5919         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
    5920 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
     5728        { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
     5729echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
    59215730if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
    5922   $as_echo_n "(cached) " >&6
     5731  echo $ECHO_N "(cached) $ECHO_C" >&6
    59235732else
    59245733  ac_check_lib_save_LIBS=$LIBS
     
    59525761  *) ac_try_echo=$ac_try;;
    59535762esac
    5954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    5955 $as_echo "$ac_try_echo") >&5
     5763eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    59565764  (eval "$ac_link") 2>conftest.er1
    59575765  ac_status=$?
     
    59595767  rm -f conftest.er1
    59605768  cat conftest.err >&5
    5961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5769  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    59625770  (exit $ac_status); } && {
    59635771         test -z "$ac_c_werror_flag" ||
    59645772         test ! -s conftest.err
    5965        } && test -s conftest$ac_exeext && {
    5966          test "$cross_compiling" = yes ||
    5967          $as_test_x conftest$ac_exeext
    5968        }; then
     5773       } && test -s conftest$ac_exeext &&
     5774       $as_test_x conftest$ac_exeext; then
    59695775  ac_cv_lib_bsd_gethostbyname=yes
    59705776else
    5971   $as_echo "$as_me: failed program was:" >&5
     5777  echo "$as_me: failed program was:" >&5
    59725778sed 's/^/| /' conftest.$ac_ext >&5
    59735779
     
    59755781fi
    59765782
    5977 rm -rf conftest.dSYM
    59785783rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    59795784      conftest$ac_exeext conftest.$ac_ext
    59805785LIBS=$ac_check_lib_save_LIBS
    59815786fi
    5982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
    5983 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
    5984 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
     5787{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
     5788echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
     5789if test $ac_cv_lib_bsd_gethostbyname = yes; then
    59855790  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
    59865791fi
     
    59965801    # must be given before -lnsl if both are needed.  We assume that
    59975802    # if connect needs -lnsl, so does gethostbyname.
    5998     { $as_echo "$as_me:$LINENO: checking for connect" >&5
    5999 $as_echo_n "checking for connect... " >&6; }
     5803    { echo "$as_me:$LINENO: checking for connect" >&5
     5804echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
    60005805if test "${ac_cv_func_connect+set}" = set; then
    6001   $as_echo_n "(cached) " >&6
     5806  echo $ECHO_N "(cached) $ECHO_C" >&6
    60025807else
    60035808  cat >conftest.$ac_ext <<_ACEOF
     
    60525857  *) ac_try_echo=$ac_try;;
    60535858esac
    6054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6055 $as_echo "$ac_try_echo") >&5
     5859eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    60565860  (eval "$ac_link") 2>conftest.er1
    60575861  ac_status=$?
     
    60595863  rm -f conftest.er1
    60605864  cat conftest.err >&5
    6061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5865  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    60625866  (exit $ac_status); } && {
    60635867         test -z "$ac_c_werror_flag" ||
    60645868         test ! -s conftest.err
    6065        } && test -s conftest$ac_exeext && {
    6066          test "$cross_compiling" = yes ||
    6067          $as_test_x conftest$ac_exeext
    6068        }; then
     5869       } && test -s conftest$ac_exeext &&
     5870       $as_test_x conftest$ac_exeext; then
    60695871  ac_cv_func_connect=yes
    60705872else
    6071   $as_echo "$as_me: failed program was:" >&5
     5873  echo "$as_me: failed program was:" >&5
    60725874sed 's/^/| /' conftest.$ac_ext >&5
    60735875
     
    60755877fi
    60765878
    6077 rm -rf conftest.dSYM
    60785879rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    60795880      conftest$ac_exeext conftest.$ac_ext
    60805881fi
    6081 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
    6082 $as_echo "$ac_cv_func_connect" >&6; }
     5882{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
     5883echo "${ECHO_T}$ac_cv_func_connect" >&6; }
    60835884
    60845885    if test $ac_cv_func_connect = no; then
    6085       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
    6086 $as_echo_n "checking for connect in -lsocket... " >&6; }
     5886      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
     5887echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
    60875888if test "${ac_cv_lib_socket_connect+set}" = set; then
    6088   $as_echo_n "(cached) " >&6
     5889  echo $ECHO_N "(cached) $ECHO_C" >&6
    60895890else
    60905891  ac_check_lib_save_LIBS=$LIBS
     
    61185919  *) ac_try_echo=$ac_try;;
    61195920esac
    6120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6121 $as_echo "$ac_try_echo") >&5
     5921eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    61225922  (eval "$ac_link") 2>conftest.er1
    61235923  ac_status=$?
     
    61255925  rm -f conftest.er1
    61265926  cat conftest.err >&5
    6127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     5927  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    61285928  (exit $ac_status); } && {
    61295929         test -z "$ac_c_werror_flag" ||
    61305930         test ! -s conftest.err
    6131        } && test -s conftest$ac_exeext && {
    6132          test "$cross_compiling" = yes ||
    6133          $as_test_x conftest$ac_exeext
    6134        }; then
     5931       } && test -s conftest$ac_exeext &&
     5932       $as_test_x conftest$ac_exeext; then
    61355933  ac_cv_lib_socket_connect=yes
    61365934else
    6137   $as_echo "$as_me: failed program was:" >&5
     5935  echo "$as_me: failed program was:" >&5
    61385936sed 's/^/| /' conftest.$ac_ext >&5
    61395937
     
    61415939fi
    61425940
    6143 rm -rf conftest.dSYM
    61445941rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    61455942      conftest$ac_exeext conftest.$ac_ext
    61465943LIBS=$ac_check_lib_save_LIBS
    61475944fi
    6148 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
    6149 $as_echo "$ac_cv_lib_socket_connect" >&6; }
    6150 if test "x$ac_cv_lib_socket_connect" = x""yes; then
     5945{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
     5946echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
     5947if test $ac_cv_lib_socket_connect = yes; then
    61515948  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
    61525949fi
     
    61555952
    61565953    # Guillermo Gomez says -lposix is necessary on A/UX.
    6157     { $as_echo "$as_me:$LINENO: checking for remove" >&5
    6158 $as_echo_n "checking for remove... " >&6; }
     5954    { echo "$as_me:$LINENO: checking for remove" >&5
     5955echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
    61595956if test "${ac_cv_func_remove+set}" = set; then
    6160   $as_echo_n "(cached) " >&6
     5957  echo $ECHO_N "(cached) $ECHO_C" >&6
    61615958else
    61625959  cat >conftest.$ac_ext <<_ACEOF
     
    62116008  *) ac_try_echo=$ac_try;;
    62126009esac
    6213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6214 $as_echo "$ac_try_echo") >&5
     6010eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62156011  (eval "$ac_link") 2>conftest.er1
    62166012  ac_status=$?
     
    62186014  rm -f conftest.er1
    62196015  cat conftest.err >&5
    6220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6016  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62216017  (exit $ac_status); } && {
    62226018         test -z "$ac_c_werror_flag" ||
    62236019         test ! -s conftest.err
    6224        } && test -s conftest$ac_exeext && {
    6225          test "$cross_compiling" = yes ||
    6226          $as_test_x conftest$ac_exeext
    6227        }; then
     6020       } && test -s conftest$ac_exeext &&
     6021       $as_test_x conftest$ac_exeext; then
    62286022  ac_cv_func_remove=yes
    62296023else
    6230   $as_echo "$as_me: failed program was:" >&5
     6024  echo "$as_me: failed program was:" >&5
    62316025sed 's/^/| /' conftest.$ac_ext >&5
    62326026
     
    62346028fi
    62356029
    6236 rm -rf conftest.dSYM
    62376030rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    62386031      conftest$ac_exeext conftest.$ac_ext
    62396032fi
    6240 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
    6241 $as_echo "$ac_cv_func_remove" >&6; }
     6033{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
     6034echo "${ECHO_T}$ac_cv_func_remove" >&6; }
    62426035
    62436036    if test $ac_cv_func_remove = no; then
    6244       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
    6245 $as_echo_n "checking for remove in -lposix... " >&6; }
     6037      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
     6038echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
    62466039if test "${ac_cv_lib_posix_remove+set}" = set; then
    6247   $as_echo_n "(cached) " >&6
     6040  echo $ECHO_N "(cached) $ECHO_C" >&6
    62486041else
    62496042  ac_check_lib_save_LIBS=$LIBS
     
    62776070  *) ac_try_echo=$ac_try;;
    62786071esac
    6279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6280 $as_echo "$ac_try_echo") >&5
     6072eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    62816073  (eval "$ac_link") 2>conftest.er1
    62826074  ac_status=$?
     
    62846076  rm -f conftest.er1
    62856077  cat conftest.err >&5
    6286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6078  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    62876079  (exit $ac_status); } && {
    62886080         test -z "$ac_c_werror_flag" ||
    62896081         test ! -s conftest.err
    6290        } && test -s conftest$ac_exeext && {
    6291          test "$cross_compiling" = yes ||
    6292          $as_test_x conftest$ac_exeext
    6293        }; then
     6082       } && test -s conftest$ac_exeext &&
     6083       $as_test_x conftest$ac_exeext; then
    62946084  ac_cv_lib_posix_remove=yes
    62956085else
    6296   $as_echo "$as_me: failed program was:" >&5
     6086  echo "$as_me: failed program was:" >&5
    62976087sed 's/^/| /' conftest.$ac_ext >&5
    62986088
     
    63006090fi
    63016091
    6302 rm -rf conftest.dSYM
    63036092rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63046093      conftest$ac_exeext conftest.$ac_ext
    63056094LIBS=$ac_check_lib_save_LIBS
    63066095fi
    6307 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
    6308 $as_echo "$ac_cv_lib_posix_remove" >&6; }
    6309 if test "x$ac_cv_lib_posix_remove" = x""yes; then
     6096{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
     6097echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
     6098if test $ac_cv_lib_posix_remove = yes; then
    63106099  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
    63116100fi
     
    63146103
    63156104    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
    6316     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
    6317 $as_echo_n "checking for shmat... " >&6; }
     6105    { echo "$as_me:$LINENO: checking for shmat" >&5
     6106echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
    63186107if test "${ac_cv_func_shmat+set}" = set; then
    6319   $as_echo_n "(cached) " >&6
     6108  echo $ECHO_N "(cached) $ECHO_C" >&6
    63206109else
    63216110  cat >conftest.$ac_ext <<_ACEOF
     
    63706159  *) ac_try_echo=$ac_try;;
    63716160esac
    6372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6373 $as_echo "$ac_try_echo") >&5
     6161eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    63746162  (eval "$ac_link") 2>conftest.er1
    63756163  ac_status=$?
     
    63776165  rm -f conftest.er1
    63786166  cat conftest.err >&5
    6379   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6167  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    63806168  (exit $ac_status); } && {
    63816169         test -z "$ac_c_werror_flag" ||
    63826170         test ! -s conftest.err
    6383        } && test -s conftest$ac_exeext && {
    6384          test "$cross_compiling" = yes ||
    6385          $as_test_x conftest$ac_exeext
    6386        }; then
     6171       } && test -s conftest$ac_exeext &&
     6172       $as_test_x conftest$ac_exeext; then
    63876173  ac_cv_func_shmat=yes
    63886174else
    6389   $as_echo "$as_me: failed program was:" >&5
     6175  echo "$as_me: failed program was:" >&5
    63906176sed 's/^/| /' conftest.$ac_ext >&5
    63916177
     
    63936179fi
    63946180
    6395 rm -rf conftest.dSYM
    63966181rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    63976182      conftest$ac_exeext conftest.$ac_ext
    63986183fi
    6399 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
    6400 $as_echo "$ac_cv_func_shmat" >&6; }
     6184{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
     6185echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
    64016186
    64026187    if test $ac_cv_func_shmat = no; then
    6403       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
    6404 $as_echo_n "checking for shmat in -lipc... " >&6; }
     6188      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
     6189echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
    64056190if test "${ac_cv_lib_ipc_shmat+set}" = set; then
    6406   $as_echo_n "(cached) " >&6
     6191  echo $ECHO_N "(cached) $ECHO_C" >&6
    64076192else
    64086193  ac_check_lib_save_LIBS=$LIBS
     
    64366221  *) ac_try_echo=$ac_try;;
    64376222esac
    6438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6439 $as_echo "$ac_try_echo") >&5
     6223eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    64406224  (eval "$ac_link") 2>conftest.er1
    64416225  ac_status=$?
     
    64436227  rm -f conftest.er1
    64446228  cat conftest.err >&5
    6445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6229  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    64466230  (exit $ac_status); } && {
    64476231         test -z "$ac_c_werror_flag" ||
    64486232         test ! -s conftest.err
    6449        } && test -s conftest$ac_exeext && {
    6450          test "$cross_compiling" = yes ||
    6451          $as_test_x conftest$ac_exeext
    6452        }; then
     6233       } && test -s conftest$ac_exeext &&
     6234       $as_test_x conftest$ac_exeext; then
    64536235  ac_cv_lib_ipc_shmat=yes
    64546236else
    6455   $as_echo "$as_me: failed program was:" >&5
     6237  echo "$as_me: failed program was:" >&5
    64566238sed 's/^/| /' conftest.$ac_ext >&5
    64576239
     
    64596241fi
    64606242
    6461 rm -rf conftest.dSYM
    64626243rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    64636244      conftest$ac_exeext conftest.$ac_ext
    64646245LIBS=$ac_check_lib_save_LIBS
    64656246fi
    6466 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
    6467 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
    6468 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
     6247{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
     6248echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
     6249if test $ac_cv_lib_ipc_shmat = yes; then
    64696250  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
    64706251fi
     
    64826263  # libraries we check for below, so use a different variable.
    64836264  # John Interrante, Karl Berry
    6484   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
    6485 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
     6265  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
     6266echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
    64866267if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
    6487   $as_echo_n "(cached) " >&6
     6268  echo $ECHO_N "(cached) $ECHO_C" >&6
    64886269else
    64896270  ac_check_lib_save_LIBS=$LIBS
     
    65176298  *) ac_try_echo=$ac_try;;
    65186299esac
    6519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
    6520 $as_echo "$ac_try_echo") >&5
     6300eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
    65216301  (eval "$ac_link") 2>conftest.er1
    65226302  ac_status=$?
     
    65246304  rm -f conftest.er1
    65256305  cat conftest.err >&5
    6526   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
     6306  echo "$as_me:$LINENO: \$? = $ac_status" >&5
    65276307  (exit $ac_status); } && {
    65286308         test -z "$ac_c_werror_flag" ||
    65296309         test ! -s conftest.err
    6530        } && test -s conftest$ac_exeext && {
    6531          test "$cross_compiling" = yes ||
    6532          $as_test_x conftest$ac_exeext
    6533        }; then
     6310       } && test -s conftest$ac_exeext &&
     6311       $as_test_x conftest$ac_exeext; then
    65346312  ac_cv_lib_ICE_IceConnectionNumber=yes
    65356313else
    6536   $as_echo "$as_me: failed program was:" >&5
     6314  echo "$as_me: failed program was:" >&5
    65376315sed 's/^/| /' conftest.$ac_ext >&5
    65386316
     
    65406318fi
    65416319
    6542 rm -rf conftest.dSYM
    65436320rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
    65446321      conftest$ac_exeext conftest.$ac_ext
    65456322LIBS=$ac_check_lib_save_LIBS
    65466323fi
    6547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
    6548 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
    6549 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
     6324{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
     6325echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
     6326if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
    65506327  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
    65516328fi
     
    65726349    MATLAB=`cd "${withval-/}" > /dev/null 2>&1 && pwd`
    65736350    if test -z "$MATLAB" ; then
    6574         { { $as_echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
    6575 $as_echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
     6351        { { echo "$as_me:$LINENO: error: invalid value '$withval' for --with-matlab" >&5
     6352echo "$as_me: error: invalid value '$withval' for --with-matlab" >&2;}
    65766353   { (exit 1); exit 1; }; }
    65776354    fi
     
    65816358
    65826359if test x$ax_enable_matlab != xno ; then
    6583 { $as_echo "$as_me:$LINENO: checking for Matlab prefix" >&5
    6584 $as_echo_n "checking for Matlab prefix... " >&6; }
     6360{ echo "$as_me:$LINENO: checking for Matlab prefix" >&5
     6361echo $ECHO_N "checking for Matlab prefix... $ECHO_C" >&6; }
    65856362if test "${ax_cv_matlab+set}" = set; then
    6586   $as_echo_n "(cached) " >&6
     6363  echo $ECHO_N "(cached) $ECHO_C" >&6
    65876364else
    65886365  if test "${MATLAB+set}" = set ; then
     
    66106387fi
    66116388fi
    6612 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
    6613 $as_echo "$ax_cv_matlab" >&6; }
     6389{ echo "$as_me:$LINENO: result: $ax_cv_matlab" >&5
     6390echo "${ECHO_T}$ax_cv_matlab" >&6; }
    66146391if test "$ax_cv_matlab" = "not found" ; then
    66156392    unset MATLAB
     
    66186395    MATLAB=`echo "$ax_cv_matlab" | sed 's,/*$,,'`
    66196396fi
    6620 { $as_echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
    6621 $as_echo_n "checking whether to enable Matlab support... " >&6; }
     6397{ echo "$as_me:$LINENO: checking whether to enable Matlab support" >&5
     6398echo $ECHO_N "checking whether to enable Matlab support... $ECHO_C" >&6; }
    66226399if test x$ax_enable_matlab != xno ; then
    66236400    if test "${MATLAB+set}" = set && test -d "$MATLAB/extern/include" ; then
     
    66276404    else
    66286405        # Fail if Matlab was explicitly enabled.
    6629         { $as_echo "$as_me:$LINENO: result: failure" >&5
    6630 $as_echo "failure" >&6; }
    6631         { { $as_echo "$as_me:$LINENO: error: check your Matlab setup" >&5
    6632 $as_echo "$as_me: error: check your Matlab setup" >&2;}
     6406        { echo "$as_me:$LINENO: result: failure" >&5
     6407echo "${ECHO_T}failure" >&6; }
     6408        { { echo "$as_me:$LINENO: error: check your Matlab setup" >&5
     6409echo "$as_me: error: check your Matlab setup" >&2;}
    66336410   { (exit 1); exit 1; }; }
    66346411    fi
    66356412fi
    6636 { $as_echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
    6637 $as_echo "$ax_enable_matlab" >&6; }
     6413{ echo "$as_me:$LINENO: result: $ax_enable_matlab" >&5
     6414echo "${ECHO_T}$ax_enable_matlab" >&6; }
    66386415if test x$ax_enable_matlab = xyes ; then
    66396416
     
    66706447fi
    66716448
    6672         { $as_echo "$as_me:$LINENO: checking for serial compilation" >&5
    6673 $as_echo_n "checking for serial compilation... " >&6; }
     6449        { echo "$as_me:$LINENO: checking for serial compilation" >&5
     6450echo $ECHO_N "checking for serial compilation... $ECHO_C" >&6; }
    66746451         if test $SERIAL_VALUE = no; then
    66756452  NOSERIAL_TRUE=
     
    66806457fi
    66816458
    6682         { $as_echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
    6683 $as_echo "$SERIAL_VALUE" >&6; }
     6459        { echo "$as_me:$LINENO: result: $SERIAL_VALUE" >&5
     6460echo "${ECHO_T}$SERIAL_VALUE" >&6; }
    66846461
    66856462
     
    66926469fi
    66936470
    6694         { $as_echo "$as_me:$LINENO: checking for parallel compilation" >&5
    6695 $as_echo_n "checking for parallel compilation... " >&6; }
     6471        { echo "$as_me:$LINENO: checking for parallel compilation" >&5
     6472echo $ECHO_N "checking for parallel compilation... $ECHO_C" >&6; }
    66966473         if test $PARALLEL_VALUE = no; then
    66976474  NOPARALLEL_TRUE=
     
    67026479fi
    67036480
    6704         { $as_echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
    6705 $as_echo "$PARALLEL_VALUE" >&6; }
     6481        { echo "$as_me:$LINENO: result: $PARALLEL_VALUE" >&5
     6482echo "${ECHO_T}$PARALLEL_VALUE" >&6; }
    67066483
    67076484                if test "$SERIAL_VALUE" != "yes" ; then
    67086485                if test "$PARALLEL_VALUE" != "yes"; then
    6709                 { { $as_echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
    6710 $as_echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
     6486                { { echo "$as_me:$LINENO: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&5
     6487echo "$as_me: error: cannot request --with-serial=no and --with-parallel=no at the same time!" >&2;}
    67116488   { (exit 1); exit 1; }; }
    67126489                fi
     
    67256502        if test -d "$MATLAB_ROOT"; then
    67266503
    6727                 { $as_echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
    6728 $as_echo_n "checking for Matlab headers and libraries in $MATLAB_ROOT... " >&6; }
     6504                { echo "$as_me:$LINENO: checking for Matlab headers and libraries in $MATLAB_ROOT" >&5
     6505echo $ECHO_N "checking for Matlab headers and libraries in $MATLAB_ROOT... $ECHO_C" >&6; }
    67296506
    67306507                                HAVE_MATLAB=yes
     
    67456522                        fi
    67466523                        ;;
     6524                        *darwin9.6.0*)
     6525                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
     6526                        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"
     6527                        ;;
     6528
    67476529                esac
    67486530
     
    67586540
    67596541
    6760                 { $as_echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
    6761 $as_echo "$HAVE_MATLAB" >&6; }
     6542                { echo "$as_me:$LINENO: result: $HAVE_MATLAB" >&5
     6543echo "${ECHO_T}$HAVE_MATLAB" >&6; }
    67626544        else
    67636545                HAVE_MATLAB=no
     
    67676549        if test $HAVE_MATLAB = no; then
    67686550                if test "$SERIAL_VALUE" = "yes" ; then
    6769                         { { $as_echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
    6770 $as_echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
     6551                        { { echo "$as_me:$LINENO: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&5
     6552echo "$as_me: error: --with-matlab-dir  missing. Matlab is needed to run ISSM serially!" >&2;}
    67716553   { (exit 1); exit 1; }; }
    67726554                fi
     
    67786560
    67796561
    6780 { $as_echo "$as_me:$LINENO: checking for Matlab version" >&5
    6781 $as_echo_n "checking for Matlab version... " >&6; }
     6562{ echo "$as_me:$LINENO: checking for Matlab version" >&5
     6563echo $ECHO_N "checking for Matlab version... $ECHO_C" >&6; }
    67826564if test "${ax_cv_matlab_version+set}" = set; then
    6783   $as_echo_n "(cached) " >&6
     6565  echo $ECHO_N "(cached) $ECHO_C" >&6
    67846566else
    67856567  if test "${MATLAB_VERSION+set}" = set ; then
     
    68196601fi
    68206602fi
    6821 { $as_echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
    6822 $as_echo "$ax_cv_matlab_version" >&6; }
     6603{ echo "$as_me:$LINENO: result: $ax_cv_matlab_version" >&5
     6604echo "${ECHO_T}$ax_cv_matlab_version" >&6; }
    68236605case $ax_cv_matlab_version in
    68246606  [1-9].[0-9] | [1-9][0-9].[0-9])
     
    68296611  *)
    68306612    if test x$ax_enable_matlab = xyes ; then
    6831         { { $as_echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
    6832 $as_echo "$as_me: error: can not determine Matlab version number" >&2;}
     6613        { { echo "$as_me:$LINENO: error: can not determine Matlab version number" >&5
     6614echo "$as_me: error: can not determine Matlab version number" >&2;}
    68336615   { (exit 1); exit 1; }; }
    68346616    fi
     
    68816663fi
    68826664
    6883         { $as_echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
    6884 $as_echo_n "checking for Triangle headers and libraries ... " >&6; }
     6665        { echo "$as_me:$LINENO: checking for Triangle headers and libraries " >&5
     6666echo $ECHO_N "checking for Triangle headers and libraries ... $ECHO_C" >&6; }
    68856667        if test -d "$TRIANGLE_ROOT"; then
    68866668
     
    69016683                HAVE_TRIANGLE=no
    69026684        fi
    6903         { $as_echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
    6904 $as_echo "$HAVE_TRIANGLE" >&6; }
    6905 
    6906         { $as_echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
    6907 $as_echo_n "checking for triangle and parallel status... " >&6; }
     6685        { echo "$as_me:$LINENO: result: $HAVE_TRIANGLE" >&5
     6686echo "${ECHO_T}$HAVE_TRIANGLE" >&6; }
     6687
     6688        { echo "$as_me:$LINENO: checking for triangle and parallel status" >&5
     6689echo $ECHO_N "checking for triangle and parallel status... $ECHO_C" >&6; }
    69086690        if test $HAVE_TRIANGLE = no; then
    69096691                if test "$SERIAL_VALUE" = "yes" ; then
    6910                         { { $as_echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
    6911 $as_echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
     6692                        { { echo "$as_me:$LINENO: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&5
     6693echo "$as_me: error: --with-triangle-dir  missing. Triangle is needed to run ISSM serially!" >&2;}
    69126694   { (exit 1); exit 1; }; }
    69136695                fi
    69146696        fi
    6915         { $as_echo "$as_me:$LINENO: result: ok" >&5
    6916 $as_echo "ok" >&6; }
     6697        { echo "$as_me:$LINENO: result: ok" >&5
     6698echo "${ECHO_T}ok" >&6; }
    69176699
    69186700
     
    69246706fi
    69256707
    6926         { $as_echo "$as_me:$LINENO: checking for Dakota " >&5
    6927 $as_echo_n "checking for Dakota ... " >&6; }
     6708        { echo "$as_me:$LINENO: checking for Dakota " >&5
     6709echo $ECHO_N "checking for Dakota ... $ECHO_C" >&6; }
    69286710
    69296711        if test -d "$DAKOTA_ROOT"; then
     
    69346716
    69356717
    6936 
    69376718cat >>confdefs.h <<\_ACEOF
    69386719#define _HAVE_DAKOTA_ 1
     
    69456726                HAVE_DAKOTA=no
    69466727        fi
    6947         { $as_echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
    6948 $as_echo "$HAVE_DAKOTA" >&6; }
     6728        { echo "$as_me:$LINENO: result: $HAVE_DAKOTA" >&5
     6729echo "${ECHO_T}$HAVE_DAKOTA" >&6; }
    69496730
    69506731
     
    69606741        if test -d "$METIS_ROOT"; then
    69616742
    6962                 { $as_echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
    6963 $as_echo_n "checking for Metis headers and libraries in $METIS_ROOT... " >&6; }
     6743                { echo "$as_me:$LINENO: checking for Metis headers and libraries in $METIS_ROOT" >&5
     6744echo $ECHO_N "checking for Metis headers and libraries in $METIS_ROOT... $ECHO_C" >&6; }
    69646745
    69656746                                HAVE_METIS=yes
     
    69796760
    69806761        if test $HAVE_METIS = no; then
    6981         { { $as_echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
    6982 $as_echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
     6762        { { echo "$as_me:$LINENO: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&5
     6763echo "$as_me: error: --with-metis-dir  missing. Metis is needed to run ISSM" >&2;}
    69836764   { (exit 1); exit 1; }; };
    69846765        else
    6985         { $as_echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
    6986 $as_echo "$HAVE_METIS" >&6; }
     6766        { echo "$as_me:$LINENO: result: $HAVE_METIS" >&5
     6767echo "${ECHO_T}$HAVE_METIS" >&6; }
    69876768        fi
    69886769
    6989                 { $as_echo "$as_me:$LINENO: checking for mpi..." >&5
    6990 $as_echo_n "checking for mpi...... " >&6; }
     6770                { echo "$as_me:$LINENO: checking for mpi..." >&5
     6771echo $ECHO_N "checking for mpi...... $ECHO_C" >&6; }
    69916772
    69926773# Check whether --with-mpi-lib was given.
     
    70096790                if test -z "$MPILIB" ; then
    70106791                if test "$PARALLEL_VALUE" = "yes" ; then
    7011                         { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in parallel!" >&5
    7012 $as_echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in parallel!" >&2;}
     6792                        { { echo "$as_me:$LINENO: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&5
     6793echo "$as_me: error: empty --with-mpi-lib options! MPI is needed to run ISSM in paralle!" >&2;}
    70136794   { (exit 1); exit 1; }; }
    70146795                fi
     
    70166797                if test -z "$MPI_INCLUDE" ; then
    70176798                        if test "$PARALLEL_VALUE" = "yes" ; then
    7018                                 { { $as_echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in parallel!" >&5
    7019 $as_echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in parallel!" >&2;}
     6799                                { { echo "$as_me:$LINENO: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&5
     6800echo "$as_me: error: empty --with-mpi-include directory! MPI is needed to run ISSM in paralle!" >&2;}
    70206801   { (exit 1); exit 1; }; }
    70216802                        fi
     
    70386819                fi
    70396820        fi
    7040         { $as_echo "$as_me:$LINENO: result: done" >&5
    7041 $as_echo "done" >&6; }
     6821        { echo "$as_me:$LINENO: result: done" >&5
     6822echo "${ECHO_T}done" >&6; }
    70426823
    70436824
     
    70526833        if test "$PARALLEL_VALUE" = "yes" ; then
    70536834                if test "$PETSC_ROOT" = "" ; then
    7054                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
    7055 $as_echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
     6835                        { { echo "$as_me:$LINENO: error: missing --with-petsc-dir argument for parallel compilation!" >&5
     6836echo "$as_me: error: missing --with-petsc-dir argument for parallel compilation!" >&2;}
    70566837   { (exit 1); exit 1; }; }
    70576838                fi
     
    70696850        if test "$PARALLEL_VALUE" = "yes" ; then
    70706851                if test "$PETSC_ARCH" = "" ; then
    7071                         { { $as_echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
    7072 $as_echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
     6852                        { { echo "$as_me:$LINENO: error: missing --with-petsc-arch argument for parallel compilation!" >&5
     6853echo "$as_me: error: missing --with-petsc-arch argument for parallel compilation!" >&2;}
    70736854   { (exit 1); exit 1; }; }
    70746855                fi
    70756856        fi
    70766857
    7077         { $as_echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
    7078 $as_echo_n "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... " >&6; }
     6858        { echo "$as_me:$LINENO: checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH" >&5
     6859echo $ECHO_N "checking for Petsc headers and libraries in $PETSC_ROOT for architecture $PETSC_ARCH... $ECHO_C" >&6; }
    70796860
    70806861        if test -d "$PETSC_ROOT"; then
     
    71056886        if test $HAVE_PETSC = no; then
    71066887                if test "$PARALLEL_VALUE" = "yes" ; then
    7107                         { { $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 in parallel!" >&5
    7108 $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 in parallel!" >&2;}
     6888                        { { 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
     6889echo "$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;}
    71096890   { (exit 1); exit 1; }; }
    71106891                fi
    71116892        else
    7112                 { $as_echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
    7113 $as_echo "$HAVE_PETSC" >&6; }
     6893                { echo "$as_me:$LINENO: result: $HAVE_PETSC" >&5
     6894echo "${ECHO_T}$HAVE_PETSC" >&6; }
    71146895        fi
    71156896
     
    71246905
    71256906
    7126         { $as_echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
    7127 $as_echo_n "checking for Slepc headers and libraries in $SLEPC_ROOT... " >&6; }
     6907        { echo "$as_me:$LINENO: checking for Slepc headers and libraries in $SLEPC_ROOT" >&5
     6908echo $ECHO_N "checking for Slepc headers and libraries in $SLEPC_ROOT... $ECHO_C" >&6; }
    71286909        if test -d "$SLEPC_ROOT"; then
    71296910
     
    71436924                HAVE_SLEPC=no
    71446925        fi
    7145         { $as_echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
    7146 $as_echo "$HAVE_SLEPC" >&6; }
     6926        { echo "$as_me:$LINENO: result: $HAVE_SLEPC" >&5
     6927echo "${ECHO_T}$HAVE_SLEPC" >&6; }
    71476928
    71486929
     
    71556936
    71566937
    7157         { $as_echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
    7158 $as_echo_n "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... " >&6; }
     6938        { echo "$as_me:$LINENO: checking for Scalapack headers and libraries in $SCALAPACK_ROOT" >&5
     6939echo $ECHO_N "checking for Scalapack headers and libraries in $SCALAPACK_ROOT... $ECHO_C" >&6; }
    71596940        if test -d "$SCALAPACK_ROOT"; then
    71606941
     
    71726953                HAVE_SCALAPACK=no
    71736954        fi
    7174         { $as_echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
    7175 $as_echo "$HAVE_SCALAPACK" >&6; }
     6955        { echo "$as_me:$LINENO: result: $HAVE_SCALAPACK" >&5
     6956echo "${ECHO_T}$HAVE_SCALAPACK" >&6; }
    71766957
    71776958
     
    71846965
    71856966
    7186         { $as_echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
    7187 $as_echo_n "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... " >&6; }
     6967        { echo "$as_me:$LINENO: checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT" >&5
     6968echo $ECHO_N "checking for Blas and Lapack headers and libraries in $BLASLAPACK_ROOT... $ECHO_C" >&6; }
    71886969        if test -d "$BLASLAPACK_ROOT"; then
    71896970
     
    72036984                HAVE_BLASLAPACK=no
    72046985        fi
    7205         { $as_echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
    7206 $as_echo "$HAVE_BLASLAPACK" >&6; }
     6986        { echo "$as_me:$LINENO: result: $HAVE_BLASLAPACK" >&5
     6987echo "${ECHO_T}$HAVE_BLASLAPACK" >&6; }
    72076988
    72086989
     
    72156996
    72166997
    7217         { $as_echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
    7218 $as_echo_n "checking for mkl headers and libraries in $MKL_ROOT... " >&6; }
     6998        { echo "$as_me:$LINENO: checking for mkl headers and libraries in $MKL_ROOT" >&5
     6999echo $ECHO_N "checking for mkl headers and libraries in $MKL_ROOT... $ECHO_C" >&6; }
    72197000        if test -d "$MKL_ROOT"; then
    72207001
     
    72337014                HAVE_MKL=no
    72347015        fi
    7235         { $as_echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
    7236 $as_echo "$HAVE_MKL" >&6; }
     7016        { echo "$as_me:$LINENO: result: $HAVE_MKL" >&5
     7017echo "${ECHO_T}$HAVE_MKL" >&6; }
    72377018
    72387019
     
    72457026
    72467027
    7247         { $as_echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
    7248 $as_echo_n "checking for Plapack headers and libraries in $PLAPACK_ROOT... " >&6; }
     7028        { echo "$as_me:$LINENO: checking for Plapack headers and libraries in $PLAPACK_ROOT" >&5
     7029echo $ECHO_N "checking for Plapack headers and libraries in $PLAPACK_ROOT... $ECHO_C" >&6; }
    72497030        if test -d "$PLAPACK_ROOT"; then
    72507031
     
    72647045                HAVE_PLAPACK=no
    72657046        fi
    7266         { $as_echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
    7267 $as_echo "$HAVE_PLAPACK" >&6; }
     7047        { echo "$as_me:$LINENO: result: $HAVE_PLAPACK" >&5
     7048echo "${ECHO_T}$HAVE_PLAPACK" >&6; }
    72687049
    72697050
     
    72767057
    72777058
    7278         { $as_echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
    7279 $as_echo_n "checking for Mumps headers and libraries in $MUMPS_ROOT... " >&6; }
     7059        { echo "$as_me:$LINENO: checking for Mumps headers and libraries in $MUMPS_ROOT" >&5
     7060echo $ECHO_N "checking for Mumps headers and libraries in $MUMPS_ROOT... $ECHO_C" >&6; }
    72807061        if test -d "$MUMPS_ROOT"; then
    72817062
     
    72947075                HAVE_MUMPS=no
    72957076        fi
    7296         { $as_echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
    7297 $as_echo "$HAVE_MUMPS" >&6; }
     7077        { echo "$as_me:$LINENO: result: $HAVE_MUMPS" >&5
     7078echo "${ECHO_T}$HAVE_MUMPS" >&6; }
    72987079
    72997080
     
    73067087
    73077088
    7308         { $as_echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
    7309 $as_echo_n "checking for Blacs headers and libraries in $BLACS_ROOT... " >&6; }
     7089        { echo "$as_me:$LINENO: checking for Blacs headers and libraries in $BLACS_ROOT" >&5
     7090echo $ECHO_N "checking for Blacs headers and libraries in $BLACS_ROOT... $ECHO_C" >&6; }
    73107091        if test -d "$BLACS_ROOT"; then
    73117092
     
    73247105                HAVE_BLACS=no
    73257106        fi
    7326         { $as_echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
    7327 $as_echo "$HAVE_BLACS" >&6; }
    7328 
    7329 
    7330 
     7107        { echo "$as_me:$LINENO: result: $HAVE_BLACS" >&5
     7108echo "${ECHO_T}$HAVE_BLACS" >&6; }
     7109
     7110                { echo "$as_me:$LINENO: checking for math library..." >&5
     7111echo $ECHO_N "checking for math library...... $ECHO_C" >&6; }
     7112
     7113# Check whether --with-math-lib was given.
     7114if test "${with_math_lib+set}" = set; then
     7115  withval=$with_math_lib; MATH_LIB=$withval
     7116else
     7117  MATH_LIB=""
     7118fi
     7119
     7120
     7121                if test -n "$MATH_LIB" ; then
     7122                HAVE_MATH=yes
     7123                MATHLIB="$MATH_LIB"
     7124
     7125
     7126cat >>confdefs.h <<\_ACEOF
     7127#define _HAVE_MATH_ 1
     7128_ACEOF
     7129
     7130
     7131        fi
     7132        { echo "$as_me:$LINENO: result: done" >&5
     7133echo "${ECHO_T}done" >&6; }
     7134
     7135                { echo "$as_me:$LINENO: checking for fortran library..." >&5
     7136echo $ECHO_N "checking for fortran library...... $ECHO_C" >&6; }
     7137
     7138# Check whether --with-fortran-lib was given.
     7139if test "${with_fortran_lib+set}" = set; then
     7140  withval=$with_fortran_lib; FORTRAN_LIB=$withval
     7141else
     7142  FORTRAN_LIB=""
     7143fi
     7144
     7145
     7146                if test -n "$FORTRAN_LIB" ; then
     7147                HAVE_FORTRAN=yes
     7148                FORTRANLIB="$FORTRAN_LIB"
     7149
     7150
     7151cat >>confdefs.h <<\_ACEOF
     7152#define _HAVE_FORTRAN_ 1
     7153_ACEOF
     7154
     7155
     7156        fi
     7157        { echo "$as_me:$LINENO: result: done" >&5
     7158echo "${ECHO_T}done" >&6; }
    73317159
    73327160
     
    73607188    *${as_nl}*)
    73617189      case $ac_var in #(
    7362       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
    7363 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
     7190      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
     7191echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
    73647192      esac
    73657193      case $ac_var in #(
    73667194      _ | IFS | as_nl) ;; #(
    7367       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
    73687195      *) $as_unset $ac_var ;;
    73697196      esac ;;
     
    73987225  if test -w "$cache_file"; then
    73997226    test "x$cache_file" != "x/dev/null" &&
    7400       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
    7401 $as_echo "$as_me: updating cache $cache_file" >&6;}
     7227      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
     7228echo "$as_me: updating cache $cache_file" >&6;}
    74027229    cat confcache >$cache_file
    74037230  else
    7404     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
    7405 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
     7231    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
     7232echo "$as_me: not updating unwritable cache $cache_file" >&6;}
    74067233  fi
    74077234fi
     
    74197246  # 1. Remove the extension, and $U if already installed.
    74207247  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
    7421   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
     7248  ac_i=`echo "$ac_i" | sed "$ac_script"`
    74227249  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
    74237250  #    will be set to the directory where LIBOBJS objects are built.
     
    74317258
    74327259if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
    7433   { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
     7260  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
    74347261Usually this means the macro was only invoked conditionally." >&5
    7435 $as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
     7262echo "$as_me: error: conditional \"AMDEP\" was never defined.
    74367263Usually this means the macro was only invoked conditionally." >&2;}
    74377264   { (exit 1); exit 1; }; }
    74387265fi
    74397266if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
    7440   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
     7267  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
    74417268Usually this means the macro was only invoked conditionally." >&5
    7442 $as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
     7269echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
    74437270Usually this means the macro was only invoked conditionally." >&2;}
    74447271   { (exit 1); exit 1; }; }
    74457272fi
    74467273if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
    7447   { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
     7274  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
    74487275Usually this means the macro was only invoked conditionally." >&5
    7449 $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
     7276echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
    74507277Usually this means the macro was only invoked conditionally." >&2;}
    74517278   { (exit 1); exit 1; }; }
    74527279fi
    74537280if test -z "${NOSERIAL_TRUE}" && test -z "${NOSERIAL_FALSE}"; then
    7454   { { $as_echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
     7281  { { echo "$as_me:$LINENO: error: conditional \"NOSERIAL\" was never defined.
    74557282Usually this means the macro was only invoked conditionally." >&5
    7456 $as_echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
     7283echo "$as_me: error: conditional \"NOSERIAL\" was never defined.
    74577284Usually this means the macro was only invoked conditionally." >&2;}
    74587285   { (exit 1); exit 1; }; }
    74597286fi
    74607287if test -z "${NOPARALLEL_TRUE}" && test -z "${NOPARALLEL_FALSE}"; then
    7461   { { $as_echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
     7288  { { echo "$as_me:$LINENO: error: conditional \"NOPARALLEL\" was never defined.
    74627289Usually this means the macro was only invoked conditionally." >&5
    7463 $as_echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
     7290echo "$as_me: error: conditional \"NOPARALLEL\" was never defined.
    74647291Usually this means the macro was only invoked conditionally." >&2;}
    74657292   { (exit 1); exit 1; }; }
    74667293fi
    74677294if test -z "${LARGEARRAYS_TRUE}" && test -z "${LARGEARRAYS_FALSE}"; then
    7468   { { $as_echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
     7295  { { echo "$as_me:$LINENO: error: conditional \"LARGEARRAYS\" was never defined.
    74697296Usually this means the macro was only invoked conditionally." >&5
    7470 $as_echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
     7297echo "$as_me: error: conditional \"LARGEARRAYS\" was never defined.
    74717298Usually this means the macro was only invoked conditionally." >&2;}
    74727299   { (exit 1); exit 1; }; }
     
    74747301
    74757302: ${CONFIG_STATUS=./config.status}
    7476 ac_write_fail=0
    74777303ac_clean_files_save=$ac_clean_files
    74787304ac_clean_files="$ac_clean_files $CONFIG_STATUS"
    7479 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
    7480 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
    7481 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7305{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
     7306echo "$as_me: creating $CONFIG_STATUS" >&6;}
     7307cat >$CONFIG_STATUS <<_ACEOF
    74827308#! $SHELL
    74837309# Generated by $as_me.
     
    74927318_ACEOF
    74937319
    7494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7320cat >>$CONFIG_STATUS <<\_ACEOF
    74957321## --------------------- ##
    74967322## M4sh Initialization.  ##
     
    75027328  emulate sh
    75037329  NULLCMD=:
    7504   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
     7330  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
    75057331  # is contrary to our usage.  Disable this feature.
    75067332  alias -g '${1+"$@"}'='"$@"'
     
    75247350as_cr_alnum=$as_cr_Letters$as_cr_digits
    75257351
    7526 as_nl='
    7527 '
    7528 export as_nl
    7529 # Printing a long string crashes Solaris 7 /usr/bin/printf.
    7530 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
    7531 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
    7532 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
    7533 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
    7534   as_echo='printf %s\n'
    7535   as_echo_n='printf %s'
    7536 else
    7537   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
    7538     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
    7539     as_echo_n='/usr/ucb/echo -n'
    7540   else
    7541     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
    7542     as_echo_n_body='eval
    7543       arg=$1;
    7544       case $arg in
    7545       *"$as_nl"*)
    7546         expr "X$arg" : "X\\(.*\\)$as_nl";
    7547         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
    7548       esac;
    7549       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
    7550     '
    7551     export as_echo_n_body
    7552     as_echo_n='sh -c $as_echo_n_body as_echo'
    7553   fi
    7554   export as_echo_body
    7555   as_echo='sh -c $as_echo_body as_echo'
    7556 fi
    7557 
    75587352# The user is always right.
    75597353if test "${PATH_SEPARATOR+set}" != set; then
    7560   PATH_SEPARATOR=:
    7561   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
    7562     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
    7563       PATH_SEPARATOR=';'
    7564   }
     7354  echo "#! /bin/sh" >conf$$.sh
     7355  echo  "exit 0"   >>conf$$.sh
     7356  chmod +x conf$$.sh
     7357  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
     7358    PATH_SEPARATOR=';'
     7359  else
     7360    PATH_SEPARATOR=:
     7361  fi
     7362  rm -f conf$$.sh
    75657363fi
    75667364
     
    75787376# (If _AS_PATH_WALK were called with IFS unset, it would disable word
    75797377# splitting by setting IFS to empty value.)
     7378as_nl='
     7379'
    75807380IFS=" ""        $as_nl"
    75817381
     
    76007400fi
    76017401if test ! -f "$as_myself"; then
    7602   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
     7402  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
    76037403  { (exit 1); exit 1; }
    76047404fi
     
    76137413
    76147414# NLS nuisances.
    7615 LC_ALL=C
    7616 export LC_ALL
    7617 LANGUAGE=C
    7618 export LANGUAGE
     7415for as_var in \
     7416  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
     7417  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
     7418  LC_TELEPHONE LC_TIME
     7419do
     7420  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
     7421    eval $as_var=C; export $as_var
     7422  else
     7423    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
     7424  fi
     7425done
    76197426
    76207427# Required to use basename.
     
    76387445         X"$0" : 'X\(//\)$' \| \
    76397446         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    7640 $as_echo X/"$0" |
     7447echo X/"$0" |
    76417448    sed '/^.*\/\([^/][^/]*\)\/*$/{
    76427449            s//\1/
     
    76897496    ' >$as_me.lineno &&
    76907497  chmod +x "$as_me.lineno" ||
    7691     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
     7498    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
    76927499   { (exit 1); exit 1; }; }
    76937500
     
    77177524  ECHO_N='-n';;
    77187525esac
     7526
    77197527if expr a : '\(a\)' >/dev/null 2>&1 &&
    77207528   test "X`expr 00001 : '.*\(...\)'`" = X001; then
     
    77297537else
    77307538  rm -f conf$$.dir
    7731   mkdir conf$$.dir 2>/dev/null
    7732 fi
    7733 if (echo >conf$$.file) 2>/dev/null; then
    7734   if ln -s conf$$.file conf$$ 2>/dev/null; then
    7735     as_ln_s='ln -s'
    7736     # ... but there are two gotchas:
    7737     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
    7738     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
    7739     # In both cases, we have to default to `cp -p'.
    7740     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    7741       as_ln_s='cp -p'
    7742   elif ln conf$$.file conf$$ 2>/dev/null; then
    7743     as_ln_s=ln
    7744   else
     7539  mkdir conf$$.dir
     7540fi
     7541echo >conf$$.file
     7542if ln -s conf$$.file conf$$ 2>/dev/null; then
     7543  as_ln_s='ln -s'
     7544  # ... but there are two gotchas:
     7545  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
     7546  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
     7547  # In both cases, we have to default to `cp -p'.
     7548  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
    77457549    as_ln_s='cp -p'
    7746   fi
     7550elif ln conf$$.file conf$$ 2>/dev/null; then
     7551  as_ln_s=ln
    77477552else
    77487553  as_ln_s='cp -p'
     
    77697574    eval sh -c '\''
    77707575      if test -d "$1"; then
    7771         test -d "$1/.";
     7576        test -d "$1/.";
    77727577      else
    77737578        case $1 in
    7774         -*)set "./$1";;
     7579        -*)set "./$1";;
    77757580        esac;
    77767581        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
     
    77957600ac_log="
    77967601This file was extended by ISSM $as_me 1.0, which was
    7797 generated by GNU Autoconf 2.63.  Invocation command line was
     7602generated by GNU Autoconf 2.61.  Invocation command line was
    77987603
    77997604  CONFIG_FILES    = $CONFIG_FILES
     
    78087613_ACEOF
    78097614
    7810 case $ac_config_files in *"
    7811 "*) set x $ac_config_files; shift; ac_config_files=$*;;
    7812 esac
    7813 
    7814 case $ac_config_headers in *"
    7815 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
    7816 esac
    7817 
    7818 
    7819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7615cat >>$CONFIG_STATUS <<_ACEOF
    78207616# Files that config.status was made for.
    78217617config_files="$ac_config_files"
     
    78257621_ACEOF
    78267622
    7827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7623cat >>$CONFIG_STATUS <<\_ACEOF
    78287624ac_cs_usage="\
    78297625\`$as_me' instantiates files from templates according to the
    78307626current configuration.
    78317627
    7832 Usage: $0 [OPTION]... [FILE]...
     7628Usage: $0 [OPTIONS] [FILE]...
    78337629
    78347630  -h, --help       print this help, then exit
    78357631  -V, --version    print version number and configuration settings, then exit
    7836   -q, --quiet, --silent
    7837                    do not print progress messages
     7632  -q, --quiet      do not print progress messages
    78387633  -d, --debug      don't remove temporary files
    78397634      --recheck    update $as_me by reconfiguring in the same conditions
    7840       --file=FILE[:TEMPLATE]
    7841                    instantiate the configuration file FILE
    7842       --header=FILE[:TEMPLATE]
    7843                    instantiate the configuration header FILE
     7635  --file=FILE[:TEMPLATE]
     7636                   instantiate the configuration file FILE
     7637  --header=FILE[:TEMPLATE]
     7638                   instantiate the configuration header FILE
    78447639
    78457640Configuration files:
     
    78557650
    78567651_ACEOF
    7857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7652cat >>$CONFIG_STATUS <<_ACEOF
    78587653ac_cs_version="\\
    78597654ISSM config.status 1.0
    7860 configured by $0, generated by GNU Autoconf 2.63,
    7861   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
    7862 
    7863 Copyright (C) 2008 Free Software Foundation, Inc.
     7655configured by $0, generated by GNU Autoconf 2.61,
     7656  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
     7657
     7658Copyright (C) 2006 Free Software Foundation, Inc.
    78647659This config.status script is free software; the Free Software Foundation
    78657660gives unlimited permission to copy, distribute and modify it."
     
    78697664INSTALL='$INSTALL'
    78707665MKDIR_P='$MKDIR_P'
    7871 AWK='$AWK'
    7872 test -n "\$AWK" || AWK=awk
    7873 _ACEOF
    7874 
    7875 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    7876 # The default lists apply if the user does not specify any file.
     7666_ACEOF
     7667
     7668cat >>$CONFIG_STATUS <<\_ACEOF
     7669# If no file are specified by the user, then we need to provide default
     7670# value.  By we need to know if files were specified by the user.
    78777671ac_need_defaults=:
    78787672while test $# != 0
     
    78967690    ac_cs_recheck=: ;;
    78977691  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    7898     $as_echo "$ac_cs_version"; exit ;;
     7692    echo "$ac_cs_version"; exit ;;
    78997693  --debug | --debu | --deb | --de | --d | -d )
    79007694    debug=: ;;
    79017695  --file | --fil | --fi | --f )
    79027696    $ac_shift
    7903     case $ac_optarg in
    7904     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7905     esac
    7906     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
     7697    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    79077698    ac_need_defaults=false;;
    79087699  --header | --heade | --head | --hea )
    79097700    $ac_shift
    7910     case $ac_optarg in
    7911     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
    7912     esac
    7913     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
     7701    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    79147702    ac_need_defaults=false;;
    79157703  --he | --h)
    79167704    # Conflict between --help and --header
    7917     { $as_echo "$as_me: error: ambiguous option: $1
     7705    { echo "$as_me: error: ambiguous option: $1
    79187706Try \`$0 --help' for more information." >&2
    79197707   { (exit 1); exit 1; }; };;
    79207708  --help | --hel | -h )
    7921     $as_echo "$ac_cs_usage"; exit ;;
     7709    echo "$ac_cs_usage"; exit ;;
    79227710  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
    79237711  | -silent | --silent | --silen | --sile | --sil | --si | --s)
     
    79257713
    79267714  # This is an error.
    7927   -*) { $as_echo "$as_me: error: unrecognized option: $1
     7715  -*) { echo "$as_me: error: unrecognized option: $1
    79287716Try \`$0 --help' for more information." >&2
    79297717   { (exit 1); exit 1; }; } ;;
     
    79447732
    79457733_ACEOF
    7946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7734cat >>$CONFIG_STATUS <<_ACEOF
    79477735if \$ac_cs_recheck; then
    7948   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
    7949   shift
    7950   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
    7951   CONFIG_SHELL='$SHELL'
     7736  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
     7737  CONFIG_SHELL=$SHELL
    79527738  export CONFIG_SHELL
    7953   exec "\$@"
    7954 fi
    7955 
    7956 _ACEOF
    7957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7739  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
     7740fi
     7741
     7742_ACEOF
     7743cat >>$CONFIG_STATUS <<\_ACEOF
    79587744exec 5>>config.log
    79597745{
     
    79627748## Running $as_me. ##
    79637749_ASBOX
    7964   $as_echo "$ac_log"
     7750  echo "$ac_log"
    79657751} >&5
    79667752
    79677753_ACEOF
    7968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     7754cat >>$CONFIG_STATUS <<_ACEOF
    79697755#
    79707756# INIT-COMMANDS
     
    79747760_ACEOF
    79757761
    7976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     7762cat >>$CONFIG_STATUS <<\_ACEOF
    79777763
    79787764# Handling of arguments.
     
    79887774    "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;
    79897775
    7990   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
    7991 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
     7776  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
     7777echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    79927778   { (exit 1); exit 1; }; };;
    79937779  esac
     
    80307816} ||
    80317817{
    8032    $as_echo "$as_me: cannot create a temporary directory in ." >&2
     7818   echo "$me: cannot create a temporary directory in ." >&2
    80337819   { (exit 1); exit 1; }
    80347820}
    80357821
    8036 # Set up the scripts for CONFIG_FILES section.
    8037 # No need to generate them if there are no CONFIG_FILES.
    8038 # This happens for instance with `./config.status config.h'.
     7822#
     7823# Set up the sed scripts for CONFIG_FILES section.
     7824#
     7825
     7826# No need to generate the scripts if there are no CONFIG_FILES.
     7827# This happens for instance when ./config.status config.h
    80397828if test -n "$CONFIG_FILES"; then
    80407829
    8041 
    8042 ac_cr='
    8043 '
    8044 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
    8045 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
    8046   ac_cs_awk_cr='\\r'
    8047 else
    8048   ac_cs_awk_cr=$ac_cr
    8049 fi
    8050 
    8051 echo 'BEGIN {' >"$tmp/subs1.awk" &&
    8052 _ACEOF
    8053 
    8054 
    8055 {
    8056   echo "cat >conf$$subs.awk <<_ACEOF" &&
    8057   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
    8058   echo "_ACEOF"
    8059 } >conf$$subs.sh ||
    8060   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8061 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    8062    { (exit 1); exit 1; }; }
    8063 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
     7830_ACEOF
     7831
     7832
     7833
    80647834ac_delim='%!_!# '
    80657835for ac_last_try in false false false false false :; do
    8066   . ./conf$$subs.sh ||
    8067     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8068 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    8069    { (exit 1); exit 1; }; }
    8070 
    8071   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
    8072   if test $ac_delim_n = $ac_delim_num; then
     7836  cat >conf$$subs.sed <<_ACEOF
     7837SHELL!$SHELL$ac_delim
     7838PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
     7839PACKAGE_NAME!$PACKAGE_NAME$ac_delim
     7840PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
     7841PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
     7842PACKAGE_STRING!$PACKAGE_STRING$ac_delim
     7843PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
     7844exec_prefix!$exec_prefix$ac_delim
     7845prefix!$prefix$ac_delim
     7846program_transform_name!$program_transform_name$ac_delim
     7847bindir!$bindir$ac_delim
     7848sbindir!$sbindir$ac_delim
     7849libexecdir!$libexecdir$ac_delim
     7850datarootdir!$datarootdir$ac_delim
     7851datadir!$datadir$ac_delim
     7852sysconfdir!$sysconfdir$ac_delim
     7853sharedstatedir!$sharedstatedir$ac_delim
     7854localstatedir!$localstatedir$ac_delim
     7855includedir!$includedir$ac_delim
     7856oldincludedir!$oldincludedir$ac_delim
     7857docdir!$docdir$ac_delim
     7858infodir!$infodir$ac_delim
     7859htmldir!$htmldir$ac_delim
     7860dvidir!$dvidir$ac_delim
     7861pdfdir!$pdfdir$ac_delim
     7862psdir!$psdir$ac_delim
     7863libdir!$libdir$ac_delim
     7864localedir!$localedir$ac_delim
     7865mandir!$mandir$ac_delim
     7866DEFS!$DEFS$ac_delim
     7867ECHO_C!$ECHO_C$ac_delim
     7868ECHO_N!$ECHO_N$ac_delim
     7869ECHO_T!$ECHO_T$ac_delim
     7870LIBS!$LIBS$ac_delim
     7871build_alias!$build_alias$ac_delim
     7872host_alias!$host_alias$ac_delim
     7873target_alias!$target_alias$ac_delim
     7874build!$build$ac_delim
     7875build_cpu!$build_cpu$ac_delim
     7876build_vendor!$build_vendor$ac_delim
     7877build_os!$build_os$ac_delim
     7878host!$host$ac_delim
     7879host_cpu!$host_cpu$ac_delim
     7880host_vendor!$host_vendor$ac_delim
     7881host_os!$host_os$ac_delim
     7882target!$target$ac_delim
     7883target_cpu!$target_cpu$ac_delim
     7884target_vendor!$target_vendor$ac_delim
     7885target_os!$target_os$ac_delim
     7886INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
     7887INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
     7888INSTALL_DATA!$INSTALL_DATA$ac_delim
     7889am__isrc!$am__isrc$ac_delim
     7890CYGPATH_W!$CYGPATH_W$ac_delim
     7891PACKAGE!$PACKAGE$ac_delim
     7892VERSION!$VERSION$ac_delim
     7893ACLOCAL!$ACLOCAL$ac_delim
     7894AUTOCONF!$AUTOCONF$ac_delim
     7895AUTOMAKE!$AUTOMAKE$ac_delim
     7896AUTOHEADER!$AUTOHEADER$ac_delim
     7897MAKEINFO!$MAKEINFO$ac_delim
     7898install_sh!$install_sh$ac_delim
     7899STRIP!$STRIP$ac_delim
     7900INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
     7901mkdir_p!$mkdir_p$ac_delim
     7902AWK!$AWK$ac_delim
     7903SET_MAKE!$SET_MAKE$ac_delim
     7904am__leading_dot!$am__leading_dot$ac_delim
     7905AMTAR!$AMTAR$ac_delim
     7906am__tar!$am__tar$ac_delim
     7907am__untar!$am__untar$ac_delim
     7908RANLIB!$RANLIB$ac_delim
     7909CC!$CC$ac_delim
     7910CFLAGS!$CFLAGS$ac_delim
     7911LDFLAGS!$LDFLAGS$ac_delim
     7912CPPFLAGS!$CPPFLAGS$ac_delim
     7913ac_ct_CC!$ac_ct_CC$ac_delim
     7914EXEEXT!$EXEEXT$ac_delim
     7915OBJEXT!$OBJEXT$ac_delim
     7916DEPDIR!$DEPDIR$ac_delim
     7917am__include!$am__include$ac_delim
     7918am__quote!$am__quote$ac_delim
     7919AMDEP_TRUE!$AMDEP_TRUE$ac_delim
     7920AMDEP_FALSE!$AMDEP_FALSE$ac_delim
     7921AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
     7922CCDEPMODE!$CCDEPMODE$ac_delim
     7923am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
     7924am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
     7925CXX!$CXX$ac_delim
     7926CXXFLAGS!$CXXFLAGS$ac_delim
     7927ac_ct_CXX!$ac_ct_CXX$ac_delim
     7928CXXDEPMODE!$CXXDEPMODE$ac_delim
     7929am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
     7930am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
     7931F77!$F77$ac_delim
     7932FFLAGS!$FFLAGS$ac_delim
     7933ac_ct_F77!$ac_ct_F77$ac_delim
     7934_ACEOF
     7935
     7936  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
    80737937    break
    80747938  elif $ac_last_try; then
    8075     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
    8076 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
     7939    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     7940echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    80777941   { (exit 1); exit 1; }; }
    80787942  else
     
    80807944  fi
    80817945done
    8082 rm -f conf$$subs.sh
    8083 
    8084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8085 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
    8086 _ACEOF
    8087 sed -n '
    8088 h
    8089 s/^/S["/; s/!.*/"]=/
    8090 p
    8091 g
    8092 s/^[^!]*!//
    8093 :repl
    8094 t repl
    8095 s/'"$ac_delim"'$//
    8096 t delim
    8097 :nl
    8098 h
    8099 s/\(.\{148\}\).*/\1/
    8100 t more1
    8101 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
    8102 p
    8103 n
    8104 b repl
    8105 :more1
    8106 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8107 p
    8108 g
    8109 s/.\{148\}//
    8110 t nl
    8111 :delim
    8112 h
    8113 s/\(.\{148\}\).*/\1/
    8114 t more2
    8115 s/["\\]/\\&/g; s/^/"/; s/$/"/
    8116 p
    8117 b
    8118 :more2
    8119 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
    8120 p
    8121 g
    8122 s/.\{148\}//
    8123 t delim
    8124 ' <conf$$subs.awk | sed '
    8125 /^[^""]/{
    8126   N
    8127   s/\n//
    8128 }
    8129 ' >>$CONFIG_STATUS || ac_write_fail=1
    8130 rm -f conf$$subs.awk
    8131 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8132 _ACAWK
    8133 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
    8134   for (key in S) S_is_set[key] = 1
    8135   FS = ""
    8136 
    8137 }
    8138 {
    8139   line = $ 0
    8140   nfields = split(line, field, "@")
    8141   substed = 0
    8142   len = length(field[1])
    8143   for (i = 2; i < nfields; i++) {
    8144     key = field[i]
    8145     keylen = length(key)
    8146     if (S_is_set[key]) {
    8147       value = S[key]
    8148       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
    8149       len += length(value) + length(field[++i])
    8150       substed = 1
    8151     } else
    8152       len += 1 + keylen
    8153   }
    8154 
    8155   print line
    8156 }
    8157 
    8158 _ACAWK
    8159 _ACEOF
    8160 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8161 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
    8162   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
    8163 else
    8164   cat
    8165 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
    8166   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
    8167 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
     7946
     7947ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     7948if test -n "$ac_eof"; then
     7949  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     7950  ac_eof=`expr $ac_eof + 1`
     7951fi
     7952
     7953cat >>$CONFIG_STATUS <<_ACEOF
     7954cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
     7955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
     7956_ACEOF
     7957sed '
     7958s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     7959s/^/s,@/; s/!/@,|#_!!_#|/
     7960:n
     7961t n
     7962s/'"$ac_delim"'$/,g/; t
     7963s/$/\\/; p
     7964N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     7965' >>$CONFIG_STATUS <conf$$subs.sed
     7966rm -f conf$$subs.sed
     7967cat >>$CONFIG_STATUS <<_ACEOF
     7968CEOF$ac_eof
     7969_ACEOF
     7970
     7971
     7972ac_delim='%!_!# '
     7973for ac_last_try in false false false false false :; do
     7974  cat >conf$$subs.sed <<_ACEOF
     7975FLIBS!$FLIBS$ac_delim
     7976XMKMF!$XMKMF$ac_delim
     7977CPP!$CPP$ac_delim
     7978X_CFLAGS!$X_CFLAGS$ac_delim
     7979X_PRE_LIBS!$X_PRE_LIBS$ac_delim
     7980X_LIBS!$X_LIBS$ac_delim
     7981X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
     7982NOSERIAL_TRUE!$NOSERIAL_TRUE$ac_delim
     7983NOSERIAL_FALSE!$NOSERIAL_FALSE$ac_delim
     7984NOPARALLEL_TRUE!$NOPARALLEL_TRUE$ac_delim
     7985NOPARALLEL_FALSE!$NOPARALLEL_FALSE$ac_delim
     7986MATLABINCL!$MATLABINCL$ac_delim
     7987MEX!$MEX$ac_delim
     7988MEXEXT!$MEXEXT$ac_delim
     7989MEXLIB!$MEXLIB$ac_delim
     7990MEXLINK!$MEXLINK$ac_delim
     7991MATLAB!$MATLAB$ac_delim
     7992MATLAB_VERSION!$MATLAB_VERSION$ac_delim
     7993MATLAB_MAJOR!$MATLAB_MAJOR$ac_delim
     7994MATLAB_MINOR!$MATLAB_MINOR$ac_delim
     7995LARGEARRAYS_TRUE!$LARGEARRAYS_TRUE$ac_delim
     7996LARGEARRAYS_FALSE!$LARGEARRAYS_FALSE$ac_delim
     7997TRIANGLEINCL!$TRIANGLEINCL$ac_delim
     7998TRIANGLELIB!$TRIANGLELIB$ac_delim
     7999DAKOTAINCL!$DAKOTAINCL$ac_delim
     8000DAKOTALIB!$DAKOTALIB$ac_delim
     8001METISINCL!$METISINCL$ac_delim
     8002METISLIB!$METISLIB$ac_delim
     8003MPIINCL!$MPIINCL$ac_delim
     8004MPILIB!$MPILIB$ac_delim
     8005PETSCINCL!$PETSCINCL$ac_delim
     8006PETSCLIB!$PETSCLIB$ac_delim
     8007SLEPCINCL!$SLEPCINCL$ac_delim
     8008SLEPCLIB!$SLEPCLIB$ac_delim
     8009SCALAPACKLIB!$SCALAPACKLIB$ac_delim
     8010BLASLAPACKLIB!$BLASLAPACKLIB$ac_delim
     8011BLASLAPACKINCL!$BLASLAPACKINCL$ac_delim
     8012MKLLIB!$MKLLIB$ac_delim
     8013MKLINCL!$MKLINCL$ac_delim
     8014PLAPACKINCL!$PLAPACKINCL$ac_delim
     8015PLAPACKLIB!$PLAPACKLIB$ac_delim
     8016MUMPSINCL!$MUMPSINCL$ac_delim
     8017MUMPSLIB!$MUMPSLIB$ac_delim
     8018BLACSINCL!$BLACSINCL$ac_delim
     8019BLACSLIB!$BLACSLIB$ac_delim
     8020MATHLIB!$MATHLIB$ac_delim
     8021FORTRANLIB!$FORTRANLIB$ac_delim
     8022LIBOBJS!$LIBOBJS$ac_delim
     8023LTLIBOBJS!$LTLIBOBJS$ac_delim
     8024_ACEOF
     8025
     8026  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
     8027    break
     8028  elif $ac_last_try; then
     8029    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
     8030echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
    81688031   { (exit 1); exit 1; }; }
    8169 _ACEOF
     8032  else
     8033    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
     8034  fi
     8035done
     8036
     8037ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
     8038if test -n "$ac_eof"; then
     8039  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
     8040  ac_eof=`expr $ac_eof + 1`
     8041fi
     8042
     8043cat >>$CONFIG_STATUS <<_ACEOF
     8044cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
     8045/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
     8046_ACEOF
     8047sed '
     8048s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
     8049s/^/s,@/; s/!/@,|#_!!_#|/
     8050:n
     8051t n
     8052s/'"$ac_delim"'$/,g/; t
     8053s/$/\\/; p
     8054N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
     8055' >>$CONFIG_STATUS <conf$$subs.sed
     8056rm -f conf$$subs.sed
     8057cat >>$CONFIG_STATUS <<_ACEOF
     8058:end
     8059s/|#_!!_#|//g
     8060CEOF$ac_eof
     8061_ACEOF
     8062
    81708063
    81718064# VPATH may cause trouble with some makes, so we remove $(srcdir),
     
    81848077fi
    81858078
    8186 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8079cat >>$CONFIG_STATUS <<\_ACEOF
    81878080fi # test -n "$CONFIG_FILES"
    81888081
    8189 # Set up the scripts for CONFIG_HEADERS section.
    8190 # No need to generate them if there are no CONFIG_HEADERS.
    8191 # This happens for instance with `./config.status Makefile'.
    8192 if test -n "$CONFIG_HEADERS"; then
    8193 cat >"$tmp/defines.awk" <<\_ACAWK ||
    8194 BEGIN {
    8195 _ACEOF
    8196 
    8197 # Transform confdefs.h into an awk script `defines.awk', embedded as
    8198 # here-document in config.status, that substitutes the proper values into
    8199 # config.h.in to produce config.h.
    8200 
    8201 # Create a delimiter string that does not exist in confdefs.h, to ease
    8202 # handling of long lines.
    8203 ac_delim='%!_!# '
    8204 for ac_last_try in false false :; do
    8205   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
    8206   if test -z "$ac_t"; then
    8207     break
    8208   elif $ac_last_try; then
    8209     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
    8210 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
    8211    { (exit 1); exit 1; }; }
    8212   else
    8213     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
    8214   fi
    8215 done
    8216 
    8217 # For the awk script, D is an array of macro values keyed by name,
    8218 # likewise P contains macro parameters if any.  Preserve backslash
    8219 # newline sequences.
    8220 
    8221 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
    8222 sed -n '
    8223 s/.\{148\}/&'"$ac_delim"'/g
    8224 t rset
    8225 :rset
    8226 s/^[     ]*#[    ]*define[       ][      ]*/ /
    8227 t def
    8228 d
    8229 :def
    8230 s/\\$//
    8231 t bsnl
    8232 s/["\\]/\\&/g
    8233 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8234 D["\1"]=" \3"/p
    8235 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
    8236 d
    8237 :bsnl
    8238 s/["\\]/\\&/g
    8239 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
    8240 D["\1"]=" \3\\\\\\n"\\/p
    8241 t cont
    8242 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
    8243 t cont
    8244 d
    8245 :cont
    8246 n
    8247 s/.\{148\}/&'"$ac_delim"'/g
    8248 t clear
    8249 :clear
    8250 s/\\$//
    8251 t bsnlc
    8252 s/["\\]/\\&/g; s/^/"/; s/$/"/p
    8253 d
    8254 :bsnlc
    8255 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
    8256 b cont
    8257 ' <confdefs.h | sed '
    8258 s/'"$ac_delim"'/"\\\
    8259 "/g' >>$CONFIG_STATUS || ac_write_fail=1
    8260 
    8261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8262   for (key in D) D_is_set[key] = 1
    8263   FS = ""
    8264 }
    8265 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
    8266   line = \$ 0
    8267   split(line, arg, " ")
    8268   if (arg[1] == "#") {
    8269     defundef = arg[2]
    8270     mac1 = arg[3]
    8271   } else {
    8272     defundef = substr(arg[1], 2)
    8273     mac1 = arg[2]
    8274   }
    8275   split(mac1, mac2, "(") #)
    8276   macro = mac2[1]
    8277   prefix = substr(line, 1, index(line, defundef) - 1)
    8278   if (D_is_set[macro]) {
    8279     # Preserve the white space surrounding the "#".
    8280     print prefix "define", macro P[macro] D[macro]
    8281     next
    8282   } else {
    8283     # Replace #undef with comments.  This is necessary, for example,
    8284     # in the case of _POSIX_SOURCE, which is predefined and required
    8285     # on some systems where configure will not decide to define it.
    8286     if (defundef == "undef") {
    8287       print "/*", prefix defundef, macro, "*/"
    8288       next
    8289     }
    8290   }
    8291 }
    8292 { print }
    8293 _ACAWK
    8294 _ACEOF
    8295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
    8296   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
    8297 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
    8298    { (exit 1); exit 1; }; }
    8299 fi # test -n "$CONFIG_HEADERS"
    8300 
    8301 
    8302 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
    8303 shift
    8304 for ac_tag
     8082
     8083for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
    83058084do
    83068085  case $ac_tag in
     
    83098088  case $ac_mode$ac_tag in
    83108089  :[FHL]*:*);;
    8311   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
    8312 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
     8090  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
     8091echo "$as_me: error: Invalid tag $ac_tag." >&2;}
    83138092   { (exit 1); exit 1; }; };;
    83148093  :[FH]-) ac_tag=-:-;;
     
    83398118           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
    83408119           esac ||
    8341            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
    8342 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
     8120           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
     8121echo "$as_me: error: cannot find input file: $ac_f" >&2;}
    83438122   { (exit 1); exit 1; }; };;
    83448123      esac
    8345       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
    8346       ac_file_inputs="$ac_file_inputs '$ac_f'"
     8124      ac_file_inputs="$ac_file_inputs $ac_f"
    83478125    done
    83488126
     
    83508128    # use $as_me), people would be surprised to read:
    83518129    #    /* config.h.  Generated by config.status.  */
    8352     configure_input='Generated from '`
    8353           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
    8354         `' by configure.'
     8130    configure_input="Generated from "`IFS=:
     8131          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    83558132    if test x"$ac_file" != x-; then
    83568133      configure_input="$ac_file.  $configure_input"
    8357       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
    8358 $as_echo "$as_me: creating $ac_file" >&6;}
     8134      { echo "$as_me:$LINENO: creating $ac_file" >&5
     8135echo "$as_me: creating $ac_file" >&6;}
    83598136    fi
    8360     # Neutralize special characters interpreted by sed in replacement strings.
    8361     case $configure_input in #(
    8362     *\&* | *\|* | *\\* )
    8363        ac_sed_conf_input=`$as_echo "$configure_input" |
    8364        sed 's/[\\\\&|]/\\\\&/g'`;; #(
    8365     *) ac_sed_conf_input=$configure_input;;
    8366     esac
    83678137
    83688138    case $ac_tag in
    8369     *:-:* | *:-) cat >"$tmp/stdin" \
    8370       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8371 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8372    { (exit 1); exit 1; }; } ;;
     8139    *:-:* | *:-) cat >"$tmp/stdin";;
    83738140    esac
    83748141    ;;
     
    83808147         X"$ac_file" : 'X\(//\)$' \| \
    83818148         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
    8382 $as_echo X"$ac_file" |
     8149echo X"$ac_file" |
    83838150    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    83848151            s//\1/
     
    84068173    while :; do
    84078174      case $as_dir in #(
    8408       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8175      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    84098176      *) as_qdir=$as_dir;;
    84108177      esac
     
    84158182         X"$as_dir" : 'X\(//\)$' \| \
    84168183         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8417 $as_echo X"$as_dir" |
     8184echo X"$as_dir" |
    84188185    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    84198186            s//\1/
     
    84368203    done
    84378204    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8438   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8439 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8205  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8206echo "$as_me: error: cannot create directory $as_dir" >&2;}
    84408207   { (exit 1); exit 1; }; }; }
    84418208  ac_builddir=.
     
    84448211.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
    84458212*)
    8446   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
     8213  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
    84478214  # A ".." for each directory in $ac_dir_suffix.
    8448   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
     8215  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
    84498216  case $ac_top_builddir_sub in
    84508217  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
     
    84918258_ACEOF
    84928259
    8493 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8260cat >>$CONFIG_STATUS <<\_ACEOF
    84948261# If the template does not know about datarootdir, expand it.
    84958262# FIXME: This hack should be removed a few years after 2.60.
    84968263ac_datarootdir_hack=; ac_datarootdir_seen=
    84978264
    8498 ac_sed_dataroot='
    8499 /datarootdir/ {
     8265case `sed -n '/datarootdir/ {
    85008266  p
    85018267  q
     
    85068272/@localedir@/p
    85078273/@mandir@/p
    8508 '
    8509 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
     8274' $ac_file_inputs` in
    85108275*datarootdir*) ac_datarootdir_seen=yes;;
    85118276*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
    8512   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
    8513 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
    8514 _ACEOF
    8515 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
     8277  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
     8278echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
     8279_ACEOF
     8280cat >>$CONFIG_STATUS <<_ACEOF
    85168281  ac_datarootdir_hack='
    85178282  s&@datadir@&$datadir&g
     
    85278292# Shell code in configure.ac might set extrasub.
    85288293# FIXME: do we really want to maintain this feature?
    8529 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
    8530 ac_sed_extra="$ac_vpsub
     8294cat >>$CONFIG_STATUS <<_ACEOF
     8295  sed "$ac_vpsub
    85318296$extrasub
    85328297_ACEOF
    8533 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
     8298cat >>$CONFIG_STATUS <<\_ACEOF
    85348299:t
    85358300/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
    8536 s|@configure_input@|$ac_sed_conf_input|;t t
     8301s&@configure_input@&$configure_input&;t t
    85378302s&@top_builddir@&$ac_top_builddir_sub&;t t
    8538 s&@top_build_prefix@&$ac_top_build_prefix&;t t
    85398303s&@srcdir@&$ac_srcdir&;t t
    85408304s&@abs_srcdir@&$ac_abs_srcdir&;t t
     
    85478311s&@MKDIR_P@&$ac_MKDIR_P&;t t
    85488312$ac_datarootdir_hack
    8549 "
    8550 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
    8551   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8552 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8553    { (exit 1); exit 1; }; }
     8313" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
    85548314
    85558315test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
    85568316  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
    85578317  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
    8558   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8318  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    85598319which seems to be undefined.  Please make sure it is defined." >&5
    8560 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
     8320echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
    85618321which seems to be undefined.  Please make sure it is defined." >&2;}
    85628322
    85638323  rm -f "$tmp/stdin"
    85648324  case $ac_file in
    8565   -) cat "$tmp/out" && rm -f "$tmp/out";;
    8566   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
    8567   esac \
    8568   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8569 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8570    { (exit 1); exit 1; }; }
     8325  -) cat "$tmp/out"; rm -f "$tmp/out";;
     8326  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
     8327  esac
    85718328 ;;
    85728329  :H)
     
    85748331  # CONFIG_HEADER
    85758332  #
     8333_ACEOF
     8334
     8335# Transform confdefs.h into a sed script `conftest.defines', that
     8336# substitutes the proper values into config.h.in to produce config.h.
     8337rm -f conftest.defines conftest.tail
     8338# First, append a space to every undef/define line, to ease matching.
     8339echo 's/$/ /' >conftest.defines
     8340# Then, protect against being on the right side of a sed subst, or in
     8341# an unquoted here document, in config.status.  If some macros were
     8342# called several times there might be several #defines for the same
     8343# symbol, which is useless.  But do not sort them, since the last
     8344# AC_DEFINE must be honored.
     8345ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
     8346# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
     8347# NAME is the cpp macro being defined, VALUE is the value it is being given.
     8348# PARAMS is the parameter list in the macro definition--in most cases, it's
     8349# just an empty string.
     8350ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
     8351ac_dB='\\)[      (].*,\\1define\\2'
     8352ac_dC=' '
     8353ac_dD=' ,'
     8354
     8355uniq confdefs.h |
     8356  sed -n '
     8357        t rset
     8358        :rset
     8359        s/^[     ]*#[    ]*define[       ][      ]*//
     8360        t ok
     8361        d
     8362        :ok
     8363        s/[\\&,]/\\&/g
     8364        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
     8365        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
     8366  ' >>conftest.defines
     8367
     8368# Remove the space that was appended to ease matching.
     8369# Then replace #undef with comments.  This is necessary, for
     8370# example, in the case of _POSIX_SOURCE, which is predefined and required
     8371# on some systems where configure will not decide to define it.
     8372# (The regexp can be short, since the line contains either #define or #undef.)
     8373echo 's/ $//
     8374s,^[     #]*u.*,/* & */,' >>conftest.defines
     8375
     8376# Break up conftest.defines:
     8377ac_max_sed_lines=50
     8378
     8379# First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
     8380# Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
     8381# Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
     8382# et cetera.
     8383ac_in='$ac_file_inputs'
     8384ac_out='"$tmp/out1"'
     8385ac_nxt='"$tmp/out2"'
     8386
     8387while :
     8388do
     8389  # Write a here document:
     8390    cat >>$CONFIG_STATUS <<_ACEOF
     8391    # First, check the format of the line:
     8392    cat >"\$tmp/defines.sed" <<\\CEOF
     8393/^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
     8394/^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
     8395b
     8396:def
     8397_ACEOF
     8398  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
     8399  echo 'CEOF
     8400    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
     8401  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
     8402  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
     8403  grep . conftest.tail >/dev/null || break
     8404  rm -f conftest.defines
     8405  mv conftest.tail conftest.defines
     8406done
     8407rm -f conftest.defines conftest.tail
     8408
     8409echo "ac_result=$ac_in" >>$CONFIG_STATUS
     8410cat >>$CONFIG_STATUS <<\_ACEOF
    85768411  if test x"$ac_file" != x-; then
    8577     {
    8578       $as_echo "/* $configure_input  */" \
    8579       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
    8580     } >"$tmp/config.h" \
    8581       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8582 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8583    { (exit 1); exit 1; }; }
    8584     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
    8585       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
    8586 $as_echo "$as_me: $ac_file is unchanged" >&6;}
     8412    echo "/* $configure_input  */" >"$tmp/config.h"
     8413    cat "$ac_result" >>"$tmp/config.h"
     8414    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
     8415      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
     8416echo "$as_me: $ac_file is unchanged" >&6;}
    85878417    else
    8588       rm -f "$ac_file"
    8589       mv "$tmp/config.h" "$ac_file" \
    8590         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
    8591 $as_echo "$as_me: error: could not create $ac_file" >&2;}
    8592    { (exit 1); exit 1; }; }
     8418      rm -f $ac_file
     8419      mv "$tmp/config.h" $ac_file
    85938420    fi
    85948421  else
    8595     $as_echo "/* $configure_input  */" \
    8596       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
    8597       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
    8598 $as_echo "$as_me: error: could not create -" >&2;}
    8599    { (exit 1); exit 1; }; }
     8422    echo "/* $configure_input  */"
     8423    cat "$ac_result"
    86008424  fi
    8601 # Compute "$ac_file"'s index in $config_headers.
    8602 _am_arg="$ac_file"
     8425  rm -f "$tmp/out12"
     8426# Compute $ac_file's index in $config_headers.
    86038427_am_stamp_count=1
    86048428for _am_header in $config_headers :; do
    86058429  case $_am_header in
    8606     $_am_arg | $_am_arg:* )
     8430    $ac_file | $ac_file:* )
    86078431      break ;;
    86088432    * )
     
    86108434  esac
    86118435done
    8612 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
    8613 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
    8614          X"$_am_arg" : 'X\(//\)[^/]' \| \
    8615          X"$_am_arg" : 'X\(//\)$' \| \
    8616          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
    8617 $as_echo X"$_am_arg" |
     8436echo "timestamp for $ac_file" >`$as_dirname -- $ac_file ||
     8437$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     8438         X$ac_file : 'X\(//\)[^/]' \| \
     8439         X$ac_file : 'X\(//\)$' \| \
     8440         X$ac_file : 'X\(/\)' \| . 2>/dev/null ||
     8441echo X$ac_file |
    86188442    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86198443            s//\1/
     
    86358459 ;;
    86368460
    8637   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
    8638 $as_echo "$as_me: executing $ac_file commands" >&6;}
     8461  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
     8462echo "$as_me: executing $ac_file commands" >&6;}
    86398463 ;;
    86408464  esac
     
    86428466
    86438467  case $ac_file$ac_mode in
    8644     "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
    8645 # are listed without --file.  Let's play safe and only enable the eval
    8646 # if we detect the quoting.
    8647 case $CONFIG_FILES in
    8648 *\'*) eval set x "$CONFIG_FILES" ;;
    8649 *)   set x $CONFIG_FILES ;;
    8650 esac
    8651 shift
    8652 for mf
    8653 do
     8468    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
    86548469  # Strip MF so we end up with the name of the file.
    86558470  mf=`echo "$mf" | sed -e 's/:.*$//'`
     
    86618476  # Grep'ing the whole file is not good either: AIX grep has a line
    86628477  # limit of 2048, but all sed's we know have understand at least 4000.
    8663   if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
     8478  if sed 10q "$mf" | grep '^#.*generated by automake' > /dev/null 2>&1; then
    86648479    dirpart=`$as_dirname -- "$mf" ||
    86658480$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
     
    86678482         X"$mf" : 'X\(//\)$' \| \
    86688483         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
    8669 $as_echo X"$mf" |
     8484echo X"$mf" |
    86708485    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    86718486            s//\1/
     
    87118526         X"$file" : 'X\(//\)$' \| \
    87128527         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
    8713 $as_echo X"$file" |
     8528echo X"$file" |
    87148529    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    87158530            s//\1/
     
    87378552    while :; do
    87388553      case $as_dir in #(
    8739       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
     8554      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
    87408555      *) as_qdir=$as_dir;;
    87418556      esac
     
    87468561         X"$as_dir" : 'X\(//\)$' \| \
    87478562         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
    8748 $as_echo X"$as_dir" |
     8563echo X"$as_dir" |
    87498564    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
    87508565            s//\1/
     
    87678582    done
    87688583    test -z "$as_dirs" || eval "mkdir $as_dirs"
    8769   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
    8770 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
     8584  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
     8585echo "$as_me: error: cannot create directory $as_dir" >&2;}
    87718586   { (exit 1); exit 1; }; }; }
    87728587    # echo "creating $dirpart/$file"
     
    87848599chmod +x $CONFIG_STATUS
    87858600ac_clean_files=$ac_clean_files_save
    8786 
    8787 test $ac_write_fail = 0 ||
    8788   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
    8789 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
    8790    { (exit 1); exit 1; }; }
    87918601
    87928602
     
    88118621  $ac_cs_success || { (exit 1); exit 1; }
    88128622fi
    8813 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
    8814   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
    8815 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
    8816 fi
    8817 
    8818 
     8623
     8624
  • issm/trunk/externalpackages/dakota/install.sh

    r1358 r1378  
    7878#Install dakota
    7979make  -j $NUMCPUS install
     80
     81
     82#Weird behaviour of Dakota: libamplsolver.a and amplsolver.a are not the same thing!
     83cd install/lib
     84mv libamplsolver.a libamplsolver.a.bak
     85ln -s ../../src/packages/ampl/amplsolver.a ./libamplsolver.a
  • issm/trunk/externalpackages/petsc/configs/mac/configure.sh

    r1358 r1378  
    11#!/bin/bash
    2 echo $ISSM_DIR
    3 ./config/configure.py  --with-parallel-no --prefix="$ISSM_DIR/externalpackages/petsc/install" --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=1 --download-mumps=yes --download-scalapack=yes --download-blas=yes --download-f-blas-lapack=yes  --with-mpi=0;
    4 
     2./config/configure.py  --prefix="$ISSM_DIR/externalpackages/petsc/install" --with-mpi-dir=$ISSM_DIR/externalpackages/mpich2/install --PETSC_ARCH=macosx-gnu --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/install" --with-fc=gfortran --with-debugging=0 --with-shared=0 --download-mumps=yes --download-scalapack=yes --download-blacs=yes --download-blas=yes --download-f-blas-lapack=yes --FFLAGS="-I$ISSM_DIR/externalpackages/mpich2/install/include -L$ISSM_DIR/externalpackages/mpich2/install/lib -lmpich -lpmpich" --download-plapack=yes
  • issm/trunk/m4/issm_options.m4

    r1062 r1378  
    6767                        fi
    6868                        ;;
     69                        *darwin9.6.0*)
     70                        MEXLIB=-L"$MATLAB_ROOT/bin/maci/ -lmex -lmx"
     71                        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"
     72                        ;;
     73
    6974                esac
    7075
     
    148153                DAKOTAINCL=-I$DAKOTA_ROOT/include
    149154                DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs  -levidence -lsurfpack -lconmin -lddace -lfsudace    -ljega -lcport -lopt -lpsuade -lnewmat    -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl     -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver "
    150 
    151155
    152156                AC_DEFINE([_HAVE_DAKOTA_],[1],[with Dakota in ISSM src])
     
    434438        AC_MSG_RESULT($HAVE_BLACS)
    435439
    436 
    437 
     440        dnl math library  option
     441        AC_MSG_CHECKING(for math library...)
     442        AC_ARG_WITH([math-lib],
     443                          AS_HELP_STRING([--with-math-lib = otions],
     444                                                         [math options, for ex: "/usr/lib/libm.a]),
     445                          [MATH_LIB=$withval],[MATH_LIB=""])
     446
     447        dnl check that --with-math-lib may have been provided
     448        if test -n "$MATH_LIB" ; then
     449                HAVE_MATH=yes
     450                MATHLIB="$MATH_LIB"
     451
     452                AC_DEFINE([_HAVE_MATH_],[1],[with MATH in ISSM src])
     453                AC_SUBST([MATHLIB])
     454        fi
     455        AC_MSG_RESULT(done)
     456
     457        dnl fortran library  option
     458        AC_MSG_CHECKING(for fortran library...)
     459        AC_ARG_WITH([fortran-lib],
     460                          AS_HELP_STRING([--with-fortran-lib = options],
     461                                                         [fortran options, for ex: "/usr/lib/gfortran.a]),
     462                          [FORTRAN_LIB=$withval],[FORTRAN_LIB=""])
     463
     464        dnl check that --with-fortran-lib may have been provided
     465        if test -n "$FORTRAN_LIB" ; then
     466                HAVE_FORTRAN=yes
     467                FORTRANLIB="$FORTRAN_LIB"
     468
     469                AC_DEFINE([_HAVE_FORTRAN_],[1],[with FORTRAN in ISSM src])
     470                AC_SUBST([FORTRANLIB])
     471        fi
     472        AC_MSG_RESULT(done)
    438473
    439474])
  • issm/trunk/src/c/Makefile.am

    r1265 r1378  
    290290
    291291
    292 libISSM_a_CXXFLAGS = -fPIC -DMATLAB -D_SERIAL_ -ansi -D_GNU_SOURCE -fno-omit-frame-pointer -pthread -D_CPP_
     292libISSM_a_CXXFLAGS = -fPIC -DMATLAB -D_SERIAL_ -ansi -D_GNU_SOURCE -fno-omit-frame-pointer -pthread -D_CPP_ -m32
    293293if LARGEARRAYS
    294294libISSM_a_CXXFLAGS += -D__GCC4BUILD__ 
  • issm/trunk/src/mex/Makefile.am

    r1172 r1378  
    5454endif
    5555
    56 LDADD =  $(MEXLIB) $(TRIANGLELIB)  $(PETSCLIB) ../c/libISSM.a $(DAKOTALIB) $(METISLIB) $(FLIBS)
     56
     57LDADD =   $(TRIANGLELIB)  $(PETSCLIB)  ../c/libISSM.a  $(METISLIB) $(FLIBS)  $(PLAPACKLIB) $(SCALAPACKLIB) $(BLASLAPACKLIB) $(MUMPSLIB) $(BLACSLIB) $(DAKOTALIB)  $(MPILIB) $(MEXLIB) $(MATHLIB) $(FORTRANLIB)
    5758
    5859AM_LDFLAGS = $(MEXLINK)
Note: See TracChangeset for help on using the changeset viewer.