ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/configure
(Generate patch)

Comparing trunk/configure (file contents):
Revision 1299 by skuang, Fri Sep 26 18:54:53 2008 UTC vs.
Revision 1311 by gezelter, Tue Oct 21 18:50:37 2008 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Guess values for system-dependent variables and create Makefiles.
3 < # Generated by GNU Autoconf 2.61 for OOPSE 4.0.
3 > # Generated by GNU Autoconf 2.62 for OOPSE 4.0.
4   #
5   # Report bugs to <gezelter@nd.edu>.
6   #
7   # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 < # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
8 > # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9   # This configure script is free software; the Free Software Foundation
10   # gives unlimited permission to copy, distribute and modify it.
11   ## --------------------- ##
# Line 17 | Line 17 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/
17   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18    emulate sh
19    NULLCMD=:
20 <  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20 >  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21    # is contrary to our usage.  Disable this feature.
22    alias -g '${1+"$@"}'='"$@"'
23    setopt NO_GLOB_SUBST
# Line 39 | Line 39 | as_cr_alnum=$as_cr_Letters$as_cr_digits
39   as_cr_digits='0123456789'
40   as_cr_alnum=$as_cr_Letters$as_cr_digits
41  
42 < # The user is always right.
43 < if test "${PATH_SEPARATOR+set}" != set; then
44 <  echo "#! /bin/sh" >conf$$.sh
45 <  echo  "exit 0"   >>conf$$.sh
46 <  chmod +x conf$$.sh
47 <  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 <    PATH_SEPARATOR=';'
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 <    PATH_SEPARATOR=:
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 <  rm -f conf$$.sh
70 >  export as_echo_body
71 >  as_echo='sh -c $as_echo_body as_echo'
72   fi
73  
74 + # The user is always right.
75 + if 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 +  }
81 + fi
82 +
83   # Support unset when possible.
84   if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85    as_unset=unset
# Line 65 | Line 93 | fi
93   # there to prevent editors from complaining about space-tab.
94   # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95   # splitting by setting IFS to empty value.)
68 as_nl='
69 '
96   IFS=" ""        $as_nl"
97  
98   # Find who we are.  Look in the path if we contain no directory separator.
# Line 89 | Line 115 | if test ! -f "$as_myself"; then
115    as_myself=$0
116   fi
117   if test ! -f "$as_myself"; then
118 <  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
118 >  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119    { (exit 1); exit 1; }
120   fi
121  
# Line 102 | Line 128 | PS4='+ '
128   PS4='+ '
129  
130   # NLS nuisances.
131 < for as_var in \
132 <  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
133 <  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
134 <  LC_TELEPHONE LC_TIME
109 < do
110 <  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 <    eval $as_var=C; export $as_var
112 <  else
113 <    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114 <  fi
115 < done
131 > LC_ALL=C
132 > export LC_ALL
133 > LANGUAGE=C
134 > export LANGUAGE
135  
136   # Required to use basename.
137   if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 134 | Line 153 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
153   $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154           X"$0" : 'X\(//\)$' \| \
155           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 < echo X/"$0" |
156 > $as_echo X/"$0" |
157      sed '/^.*\/\([^/][^/]*\)\/*$/{
158              s//\1/
159              q
# Line 160 | Line 179 | fi
179    as_have_required=no
180   fi
181  
182 <  if test $as_have_required = yes &&     (eval ":
182 >  if test $as_have_required = yes &&     (eval ":
183   (as_func_return () {
184    (exit \$1)
185   }
# Line 242 | Line 261 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/
261   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262    emulate sh
263    NULLCMD=:
264 <  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
264 >  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265    # is contrary to our usage.  Disable this feature.
266    alias -g '${1+"$@"}'='"$@"'
267    setopt NO_GLOB_SUBST
# Line 263 | Line 282 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/
282   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283    emulate sh
284    NULLCMD=:
285 <  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
285 >  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286    # is contrary to our usage.  Disable this feature.
287    alias -g '${1+"$@"}'='"$@"'
288    setopt NO_GLOB_SUBST
# Line 343 | Line 362 | fi
362  
363        if test "x$CONFIG_SHELL" != x; then
364    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+"$@"}
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+"$@"}
369   fi
370  
371  
# Line 415 | Line 434 | test \$exitcode = 0") || {
434  
435   test \$exitcode = 0") || {
436    echo No shell found that supports shell functions.
437 <  echo Please tell autoconf@gnu.org about your system,
438 <  echo including any error possibly output before this
439 <  echo message
437 >  echo Please tell bug-autoconf@gnu.org about your system,
438 >  echo including any error possibly output before this message.
439 >  echo This can help us improve future autoconf versions.
440 >  echo Configuration will now proceed without shell functions.
441   }
442  
443  
# Line 453 | Line 473 | test \$exitcode = 0") || {
473        s/-\n.*//
474      ' >$as_me.lineno &&
475    chmod +x "$as_me.lineno" ||
476 <    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
476 >    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477     { (exit 1); exit 1; }; }
478  
479    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 481 | Line 501 | esac
501   *)
502    ECHO_N='-n';;
503   esac
484
504   if expr a : '\(a\)' >/dev/null 2>&1 &&
505     test "X`expr 00001 : '.*\(...\)'`" = X001; then
506    as_expr=expr
# Line 494 | Line 513 | else
513    rm -f conf$$.dir/conf$$.file
514   else
515    rm -f conf$$.dir
516 <  mkdir conf$$.dir
516 >  mkdir conf$$.dir 2>/dev/null
517   fi
518 < echo >conf$$.file
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 ||
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
530      as_ln_s='cp -p'
531 < elif ln conf$$.file conf$$ 2>/dev/null; then
509 <  as_ln_s=ln
531 >  fi
532   else
533    as_ln_s='cp -p'
534   fi
# Line 531 | Line 553 | else
553    as_test_x='
554      eval sh -c '\''
555        if test -d "$1"; then
556 <        test -d "$1/.";
556 >        test -d "$1/.";
557        else
558          case $1 in
559 <        -*)set "./$1";;
559 >        -*)set "./$1";;
560          esac;
561          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562          ???[sx]*):;;*)false;;esac;fi
# Line 753 | Line 775 | ac_subst_files=''
775   SUBDIRS
776   LTLIBOBJS'
777   ac_subst_files=''
778 + ac_user_opts='
779 + enable_option_checking
780 + enable_oopse_home
781 + enable_debug
782 + enable_single
783 + enable_float
784 + with_mpi
785 + with_perl_shebang
786 + with_zlib
787 + with_fftw
788 + with_qhull
789 + with_openbabel
790 + with_cgalmakefile
791 + enable_doxygen
792 + enable_dot
793 + enable_html_docs
794 + enable_latex_docs
795 + '
796        ac_precious_vars='build_alias
797   host_alias
798   target_alias
# Line 773 | Line 813 | ac_init_version=false
813   # Initialize some variables set by options.
814   ac_init_help=
815   ac_init_version=false
816 + ac_unrecognized_opts=
817 + ac_unrecognized_sep=
818   # The variables have the same names as the options, with
819   # dashes changed to underlines.
820   cache_file=/dev/null
# Line 871 | Line 913 | do
913      datarootdir=$ac_optarg ;;
914  
915    -disable-* | --disable-*)
916 <    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
916 >    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
917      # Reject names that are not valid shell variable names.
918 <    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
919 <      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
918 >    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
919 >      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
920     { (exit 1); exit 1; }; }
921 <    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
922 <    eval enable_$ac_feature=no ;;
921 >    ac_useropt_orig=$ac_useropt
922 >    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 >    case $ac_user_opts in
924 >      *"
925 > "enable_$ac_useropt"
926 > "*) ;;
927 >      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
928 >         ac_unrecognized_sep=', ';;
929 >    esac
930 >    eval enable_$ac_useropt=no ;;
931  
932    -docdir | --docdir | --docdi | --doc | --do)
933      ac_prev=docdir ;;
# Line 890 | Line 940 | do
940      dvidir=$ac_optarg ;;
941  
942    -enable-* | --enable-*)
943 <    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943 >    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
944      # Reject names that are not valid shell variable names.
945 <    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
946 <      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
945 >    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
946 >      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
947     { (exit 1); exit 1; }; }
948 <    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
949 <    eval enable_$ac_feature=\$ac_optarg ;;
948 >    ac_useropt_orig=$ac_useropt
949 >    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 >    case $ac_user_opts in
951 >      *"
952 > "enable_$ac_useropt"
953 > "*) ;;
954 >      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
955 >         ac_unrecognized_sep=', ';;
956 >    esac
957 >    eval enable_$ac_useropt=\$ac_optarg ;;
958  
959    -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
960    | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
# Line 1087 | Line 1145 | do
1145      ac_init_version=: ;;
1146  
1147    -with-* | --with-*)
1148 <    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1148 >    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1149      # Reject names that are not valid shell variable names.
1150 <    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1151 <      { echo "$as_me: error: invalid package name: $ac_package" >&2
1150 >    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 >      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1152     { (exit 1); exit 1; }; }
1153 <    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1154 <    eval with_$ac_package=\$ac_optarg ;;
1153 >    ac_useropt_orig=$ac_useropt
1154 >    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 >    case $ac_user_opts in
1156 >      *"
1157 > "with_$ac_useropt"
1158 > "*) ;;
1159 >      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1160 >         ac_unrecognized_sep=', ';;
1161 >    esac
1162 >    eval with_$ac_useropt=\$ac_optarg ;;
1163  
1164    -without-* | --without-*)
1165 <    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1165 >    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1166      # Reject names that are not valid shell variable names.
1167 <    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1168 <      { echo "$as_me: error: invalid package name: $ac_package" >&2
1167 >    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1168 >      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1169     { (exit 1); exit 1; }; }
1170 <    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1171 <    eval with_$ac_package=no ;;
1170 >    ac_useropt_orig=$ac_useropt
1171 >    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 >    case $ac_user_opts in
1173 >      *"
1174 > "with_$ac_useropt"
1175 > "*) ;;
1176 >      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1177 >         ac_unrecognized_sep=', ';;
1178 >    esac
1179 >    eval with_$ac_useropt=no ;;
1180  
1181    --x)
1182      # Obsolete; use --with-x.
# Line 1122 | Line 1196 | do
1196    | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1197      x_libraries=$ac_optarg ;;
1198  
1199 <  -*) { echo "$as_me: error: unrecognized option: $ac_option
1199 >  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1200   Try \`$0 --help' for more information." >&2
1201     { (exit 1); exit 1; }; }
1202      ;;
# Line 1131 | Line 1205 | Try \`$0 --help' for more information." >&2
1205      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1206      # Reject names that are not valid shell variable names.
1207      expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1208 <      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1208 >      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1209     { (exit 1); exit 1; }; }
1210      eval $ac_envvar=\$ac_optarg
1211      export $ac_envvar ;;
1212  
1213    *)
1214      # FIXME: should be removed in autoconf 3.0.
1215 <    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1215 >    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1216      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1217 <      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1217 >      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1218      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1219      ;;
1220  
# Line 1149 | Line 1223 | if test -n "$ac_prev"; then
1223  
1224   if test -n "$ac_prev"; then
1225    ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1226 <  { echo "$as_me: error: missing argument to $ac_option" >&2
1226 >  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1227     { (exit 1); exit 1; }; }
1228   fi
1229  
1230 < # Be sure to have absolute directory names.
1230 > if test -n "$ac_unrecognized_opts"; then
1231 >  case $enable_option_checking in
1232 >    no) ;;
1233 >    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
1234 >   { (exit 1); exit 1; }; } ;;
1235 >    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
1236 >  esac
1237 > fi
1238 >
1239 > # Check all directory arguments for consistency.
1240   for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1241                  datadir sysconfdir sharedstatedir localstatedir includedir \
1242                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1243                  libdir localedir mandir
1244   do
1245    eval ac_val=\$$ac_var
1246 +  # Remove trailing slashes.
1247    case $ac_val in
1248 +    */ )
1249 +      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1250 +      eval $ac_var=\$ac_val;;
1251 +  esac
1252 +  # Be sure to have absolute directory names.
1253 +  case $ac_val in
1254      [\\/$]* | ?:[\\/]* )  continue;;
1255      NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1256    esac
1257 <  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1257 >  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1258     { (exit 1); exit 1; }; }
1259   done
1260  
# Line 1179 | Line 1269 | if test "x$host_alias" != x; then
1269   if test "x$host_alias" != x; then
1270    if test "x$build_alias" = x; then
1271      cross_compiling=maybe
1272 <    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1272 >    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1273      If a cross compiler is detected then cross compile mode will be used." >&2
1274    elif test "x$build_alias" != "x$host_alias"; then
1275      cross_compiling=yes
# Line 1195 | Line 1285 | ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1285   ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286   ac_ls_di=`ls -di .` &&
1287   ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1288 <  { echo "$as_me: error: Working directory cannot be determined" >&2
1288 >  { $as_echo "$as_me: error: Working directory cannot be determined" >&2
1289     { (exit 1); exit 1; }; }
1290   test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1291 <  { echo "$as_me: error: pwd does not report name of working directory" >&2
1291 >  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1292     { (exit 1); exit 1; }; }
1293  
1294  
# Line 1206 | Line 1296 | if test -z "$srcdir"; then
1296   if test -z "$srcdir"; then
1297    ac_srcdir_defaulted=yes
1298    # Try the directory containing this script, then the parent directory.
1299 <  ac_confdir=`$as_dirname -- "$0" ||
1300 < $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1301 <         X"$0" : 'X\(//\)[^/]' \| \
1302 <         X"$0" : 'X\(//\)$' \| \
1303 <         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1304 < echo X"$0" |
1299 >  ac_confdir=`$as_dirname -- "$as_myself" ||
1300 > $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1301 >         X"$as_myself" : 'X\(//\)[^/]' \| \
1302 >         X"$as_myself" : 'X\(//\)$' \| \
1303 >         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1304 > $as_echo X"$as_myself" |
1305      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1306              s//\1/
1307              q
# Line 1238 | Line 1328 | if test ! -r "$srcdir/$ac_unique_file"; then
1328   fi
1329   if test ! -r "$srcdir/$ac_unique_file"; then
1330    test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1331 <  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1331 >  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1332     { (exit 1); exit 1; }; }
1333   fi
1334   ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1335   ac_abs_confdir=`(
1336 <        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1336 >        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1337     { (exit 1); exit 1; }; }
1338          pwd)`
1339   # When building in place, set srcdir=.
# Line 1292 | Line 1382 | Installation directories:
1382  
1383   Installation directories:
1384    --prefix=PREFIX         install architecture-independent files in PREFIX
1385 <                          [$ac_default_prefix]
1385 >                          [$ac_default_prefix]
1386    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1387 <                          [PREFIX]
1387 >                          [PREFIX]
1388  
1389   By default, \`make install' will install all the files in
1390   \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 1304 | Line 1394 | Fine tuning of the installation directories:
1394   For better control, use the options below.
1395  
1396   Fine tuning of the installation directories:
1397 <  --bindir=DIR           user executables [EPREFIX/bin]
1398 <  --sbindir=DIR          system admin executables [EPREFIX/sbin]
1399 <  --libexecdir=DIR       program executables [EPREFIX/libexec]
1400 <  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1401 <  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1402 <  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1403 <  --libdir=DIR           object code libraries [EPREFIX/lib]
1404 <  --includedir=DIR       C header files [PREFIX/include]
1405 <  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1406 <  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1407 <  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1408 <  --infodir=DIR          info documentation [DATAROOTDIR/info]
1409 <  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1410 <  --mandir=DIR           man documentation [DATAROOTDIR/man]
1411 <  --docdir=DIR           documentation root [DATAROOTDIR/doc/oopse]
1412 <  --htmldir=DIR          html documentation [DOCDIR]
1413 <  --dvidir=DIR           dvi documentation [DOCDIR]
1414 <  --pdfdir=DIR           pdf documentation [DOCDIR]
1415 <  --psdir=DIR            ps documentation [DOCDIR]
1397 >  --bindir=DIR            user executables [EPREFIX/bin]
1398 >  --sbindir=DIR           system admin executables [EPREFIX/sbin]
1399 >  --libexecdir=DIR        program executables [EPREFIX/libexec]
1400 >  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1401 >  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1402 >  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1403 >  --libdir=DIR            object code libraries [EPREFIX/lib]
1404 >  --includedir=DIR        C header files [PREFIX/include]
1405 >  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1406 >  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1407 >  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1408 >  --infodir=DIR           info documentation [DATAROOTDIR/info]
1409 >  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1410 >  --mandir=DIR            man documentation [DATAROOTDIR/man]
1411 >  --docdir=DIR            documentation root [DATAROOTDIR/doc/oopse]
1412 >  --htmldir=DIR           html documentation [DOCDIR]
1413 >  --dvidir=DIR            dvi documentation [DOCDIR]
1414 >  --pdfdir=DIR            pdf documentation [DOCDIR]
1415 >  --psdir=DIR             ps documentation [DOCDIR]
1416   _ACEOF
1417  
1418    cat <<\_ACEOF
# Line 1340 | Line 1430 | Optional Features:
1430    cat <<\_ACEOF
1431  
1432   Optional Features:
1433 +  --disable-option-checking  ignore unrecognized --enable/--with options
1434    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1435    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1436    --enable-oopse-home=DIR      define oopse home dir PREFIX/oopse
# Line 1397 | Line 1488 | if test "$ac_init_help" = "recursive"; then
1488   if test "$ac_init_help" = "recursive"; then
1489    # If there are subdirs, report their specific --help.
1490    for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1491 <    test -d "$ac_dir" || continue
1491 >    test -d "$ac_dir" ||
1492 >      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 >      continue
1494      ac_builddir=.
1495  
1496   case "$ac_dir" in
1497   .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498   *)
1499 <  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1499 >  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500    # A ".." for each directory in $ac_dir_suffix.
1501 <  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1501 >  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502    case $ac_top_builddir_sub in
1503    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 1441 | Line 1534 | ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1534        echo &&
1535        $SHELL "$ac_srcdir/configure" --help=recursive
1536      else
1537 <      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1537 >      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538      fi || ac_status=$?
1539      cd "$ac_pwd" || { ac_status=$?; break; }
1540    done
# Line 1451 | Line 1544 | OOPSE configure 4.0
1544   if $ac_init_version; then
1545    cat <<\_ACEOF
1546   OOPSE configure 4.0
1547 < generated by GNU Autoconf 2.61
1547 > generated by GNU Autoconf 2.62
1548  
1549   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1550 < 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1550 > 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1551   This configure script is free software; the Free Software Foundation
1552   gives unlimited permission to copy, distribute and modify it.
1553   _ACEOF
# Line 1465 | Line 1558 | It was created by OOPSE $as_me 4.0, which was
1558   running configure, to aid debugging if configure makes a mistake.
1559  
1560   It was created by OOPSE $as_me 4.0, which was
1561 < generated by GNU Autoconf 2.61.  Invocation command line was
1561 > generated by GNU Autoconf 2.62.  Invocation command line was
1562  
1563    $ $0 $@
1564  
# Line 1501 | Line 1594 | do
1594   do
1595    IFS=$as_save_IFS
1596    test -z "$as_dir" && as_dir=.
1597 <  echo "PATH: $as_dir"
1597 >  $as_echo "PATH: $as_dir"
1598   done
1599   IFS=$as_save_IFS
1600  
# Line 1536 | Line 1629 | do
1629      | -silent | --silent | --silen | --sile | --sil)
1630        continue ;;
1631      *\'*)
1632 <      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1632 >      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1633      esac
1634      case $ac_pass in
1635      1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
# Line 1588 | Line 1681 | _ASBOX
1681      case $ac_val in #(
1682      *${as_nl}*)
1683        case $ac_var in #(
1684 <      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1685 < echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1684 >      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1685 > $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1686        esac
1687        case $ac_var in #(
1688        _ | IFS | as_nl) ;; #(
1689 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1690        *) $as_unset $ac_var ;;
1691        esac ;;
1692      esac
# Line 1622 | Line 1716 | _ASBOX
1716      do
1717        eval ac_val=\$$ac_var
1718        case $ac_val in
1719 <      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1719 >      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1720        esac
1721 <      echo "$ac_var='\''$ac_val'\''"
1721 >      $as_echo "$ac_var='\''$ac_val'\''"
1722      done | sort
1723      echo
1724  
# Line 1639 | Line 1733 | _ASBOX
1733        do
1734          eval ac_val=\$$ac_var
1735          case $ac_val in
1736 <        *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1736 >        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1737          esac
1738 <        echo "$ac_var='\''$ac_val'\''"
1738 >        $as_echo "$ac_var='\''$ac_val'\''"
1739        done | sort
1740        echo
1741      fi
# Line 1657 | Line 1751 | _ASBOX
1751        echo
1752      fi
1753      test "$ac_signal" != 0 &&
1754 <      echo "$as_me: caught signal $ac_signal"
1755 <    echo "$as_me: exit $exit_status"
1754 >      $as_echo "$as_me: caught signal $ac_signal"
1755 >    $as_echo "$as_me: exit $exit_status"
1756    } >&5
1757    rm -f core *.core core.conftest.* &&
1758      rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
# Line 1700 | Line 1794 | _ACEOF
1794  
1795  
1796   # Let the site file select an alternate cache file if it wants to.
1797 < # Prefer explicitly selected file to automatically selected ones.
1797 > # Prefer an explicitly selected file to automatically selected ones.
1798 > ac_site_file1=NONE
1799 > ac_site_file2=NONE
1800   if test -n "$CONFIG_SITE"; then
1801 <  set x "$CONFIG_SITE"
1801 >  ac_site_file1=$CONFIG_SITE
1802   elif test "x$prefix" != xNONE; then
1803 <  set x "$prefix/share/config.site" "$prefix/etc/config.site"
1804 < else
1805 <  set x "$ac_default_prefix/share/config.site" \
1806 <        "$ac_default_prefix/etc/config.site"
1803 >  ac_site_file1=$prefix/share/config.site
1804 >  ac_site_file2=$prefix/etc/config.site
1805 > else
1806 >  ac_site_file1=$ac_default_prefix/share/config.site
1807 >  ac_site_file2=$ac_default_prefix/etc/config.site
1808   fi
1809 < shift
1713 < for ac_site_file
1809 > for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1810   do
1811 +  test "x$ac_site_file" = xNONE && continue
1812    if test -r "$ac_site_file"; then
1813 <    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1814 < echo "$as_me: loading site script $ac_site_file" >&6;}
1813 >    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1814 > $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1815      sed 's/^/| /' "$ac_site_file" >&5
1816      . "$ac_site_file"
1817    fi
# Line 1724 | Line 1821 | if test -r "$cache_file"; then
1821    # Some versions of bash will fail to source /dev/null (special
1822    # files actually), so we avoid doing that.
1823    if test -f "$cache_file"; then
1824 <    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1825 < echo "$as_me: loading cache $cache_file" >&6;}
1824 >    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1825 > $as_echo "$as_me: loading cache $cache_file" >&6;}
1826      case $cache_file in
1827        [\\/]* | ?:[\\/]* ) . "$cache_file";;
1828        *)                      . "./$cache_file";;
1829      esac
1830    fi
1831   else
1832 <  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1833 < echo "$as_me: creating cache $cache_file" >&6;}
1832 >  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1833 > $as_echo "$as_me: creating cache $cache_file" >&6;}
1834    >$cache_file
1835   fi
1836  
# Line 1747 | Line 1844 | for ac_var in $ac_precious_vars; do
1844    eval ac_new_val=\$ac_env_${ac_var}_value
1845    case $ac_old_set,$ac_new_set in
1846      set,)
1847 <      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1848 < echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1847 >      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1848 > $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1849        ac_cache_corrupted=: ;;
1850      ,set)
1851 <      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1852 < echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1851 >      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1852 > $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1853        ac_cache_corrupted=: ;;
1854      ,);;
1855      *)
1856        if test "x$ac_old_val" != "x$ac_new_val"; then
1857 <        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1858 < echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1859 <        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1860 < echo "$as_me:   former value:  $ac_old_val" >&2;}
1861 <        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1862 < echo "$as_me:   current value: $ac_new_val" >&2;}
1863 <        ac_cache_corrupted=:
1857 >        # differences in whitespace do not lead to failure.
1858 >        ac_old_val_w=`echo x $ac_old_val`
1859 >        ac_new_val_w=`echo x $ac_new_val`
1860 >        if test "$ac_old_val_w" != "$ac_new_val_w"; then
1861 >          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1862 > $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1863 >          ac_cache_corrupted=:
1864 >        else
1865 >          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1866 > $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1867 >          eval $ac_var=\$ac_old_val
1868 >        fi
1869 >        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1870 > $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1871 >        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1872 > $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1873        fi;;
1874    esac
1875    # Pass precious variables to config.status.
1876    if test "$ac_new_set" = set; then
1877      case $ac_new_val in
1878 <    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1878 >    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1879      *) ac_arg=$ac_var=$ac_new_val ;;
1880      esac
1881      case " $ac_configure_args " in
# Line 1779 | Line 1885 | if $ac_cache_corrupted; then
1885    fi
1886   done
1887   if $ac_cache_corrupted; then
1888 <  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1889 < echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1890 <  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1891 < echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1888 >  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1889 > $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1890 >  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1891 > $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1892     { (exit 1); exit 1; }; }
1893   fi
1894  
# Line 1834 | Line 1940 | if test -z "$ac_aux_dir"; then
1940    fi
1941   done
1942   if test -z "$ac_aux_dir"; then
1943 <  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ac-tools \"$srcdir\"/ac-tools" >&5
1944 < echo "$as_me: error: cannot find install-sh or install.sh in ac-tools \"$srcdir\"/ac-tools" >&2;}
1943 >  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ac-tools \"$srcdir\"/ac-tools" >&5
1944 > $as_echo "$as_me: error: cannot find install-sh or install.sh in ac-tools \"$srcdir\"/ac-tools" >&2;}
1945     { (exit 1); exit 1; }; }
1946   fi
1947  
# Line 2076 | Line 2182 | $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 |
2182   # who am i
2183   # Make sure we can run config.sub.
2184   $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2185 <  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2186 < echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2185 >  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2186 > $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2187     { (exit 1); exit 1; }; }
2188  
2189 < { echo "$as_me:$LINENO: checking build system type" >&5
2190 < echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2189 > { $as_echo "$as_me:$LINENO: checking build system type" >&5
2190 > $as_echo_n "checking build system type... " >&6; }
2191   if test "${ac_cv_build+set}" = set; then
2192 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2192 >  $as_echo_n "(cached) " >&6
2193   else
2194    ac_build_alias=$build_alias
2195   test "x$ac_build_alias" = x &&
2196    ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2197   test "x$ac_build_alias" = x &&
2198 <  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2199 < echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2198 >  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2199 > $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2200     { (exit 1); exit 1; }; }
2201   ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2202 <  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2203 < echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2202 >  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2203 > $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2204     { (exit 1); exit 1; }; }
2205  
2206   fi
2207 < { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2208 < echo "${ECHO_T}$ac_cv_build" >&6; }
2207 > { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2208 > $as_echo "$ac_cv_build" >&6; }
2209   case $ac_cv_build in
2210   *-*-*) ;;
2211 < *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2212 < echo "$as_me: error: invalid value of canonical build" >&2;}
2211 > *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2212 > $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2213     { (exit 1); exit 1; }; };;
2214   esac
2215   build=$ac_cv_build
# Line 2120 | Line 2226 | case $build_os in *\ *) build_os=`echo "$build_os" | s
2226   case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2227  
2228  
2229 < { echo "$as_me:$LINENO: checking host system type" >&5
2230 < echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2229 > { $as_echo "$as_me:$LINENO: checking host system type" >&5
2230 > $as_echo_n "checking host system type... " >&6; }
2231   if test "${ac_cv_host+set}" = set; then
2232 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2232 >  $as_echo_n "(cached) " >&6
2233   else
2234    if test "x$host_alias" = x; then
2235    ac_cv_host=$ac_cv_build
2236   else
2237    ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2238 <    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2239 < echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2238 >    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2239 > $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2240     { (exit 1); exit 1; }; }
2241   fi
2242  
2243   fi
2244 < { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2245 < echo "${ECHO_T}$ac_cv_host" >&6; }
2244 > { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2245 > $as_echo "$ac_cv_host" >&6; }
2246   case $ac_cv_host in
2247   *-*-*) ;;
2248 < *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2249 < echo "$as_me: error: invalid value of canonical host" >&2;}
2248 > *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2249 > $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2250     { (exit 1); exit 1; }; };;
2251   esac
2252   host=$ac_cv_host
# Line 2228 | Line 2334 | set dummy $ac_prog; ac_word=$2
2334   do
2335    # Extract the first word of "$ac_prog", so it can be a program name with args.
2336   set dummy $ac_prog; ac_word=$2
2337 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2337 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 > $as_echo_n "checking for $ac_word... " >&6; }
2339   if test "${ac_cv_prog_ac_cc_set+set}" = set; then
2340 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2340 >  $as_echo_n "(cached) " >&6
2341   else
2342    if test -n "$ac_cc_set"; then
2343    ac_cv_prog_ac_cc_set="$ac_cc_set" # Let the user override the test.
# Line 2244 | Line 2350 | do
2350    for ac_exec_ext in '' $ac_executable_extensions; do
2351    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352      ac_cv_prog_ac_cc_set="$ac_prog"
2353 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2354      break 2
2355    fi
2356   done
# Line 2255 | Line 2361 | if test -n "$ac_cc_set"; then
2361   fi
2362   ac_cc_set=$ac_cv_prog_ac_cc_set
2363   if test -n "$ac_cc_set"; then
2364 <  { echo "$as_me:$LINENO: result: $ac_cc_set" >&5
2365 < echo "${ECHO_T}$ac_cc_set" >&6; }
2364 >  { $as_echo "$as_me:$LINENO: result: $ac_cc_set" >&5
2365 > $as_echo "$ac_cc_set" >&6; }
2366   else
2367 <  { echo "$as_me:$LINENO: result: no" >&5
2368 < echo "${ECHO_T}no" >&6; }
2367 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2368 > $as_echo "no" >&6; }
2369   fi
2370  
2371  
# Line 2271 | Line 2377 | set dummy $ac_cc_set; ac_word=$2
2377  
2378       # Extract the first word of "$ac_cc_set", so it can be a program name with args.
2379   set dummy $ac_cc_set; ac_word=$2
2380 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2381 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2380 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2381 > $as_echo_n "checking for $ac_word... " >&6; }
2382   if test "${ac_cv_path_ac_cc_path+set}" = set; then
2383 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2383 >  $as_echo_n "(cached) " >&6
2384   else
2385    case $ac_cc_path in
2386    [\\/]* | ?:[\\/]*)
# Line 2289 | Line 2395 | do
2395    for ac_exec_ext in '' $ac_executable_extensions; do
2396    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2397      ac_cv_path_ac_cc_path="$as_dir/$ac_word$ac_exec_ext"
2398 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2398 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2399      break 2
2400    fi
2401   done
# Line 2302 | Line 2408 | if test -n "$ac_cc_path"; then
2408   fi
2409   ac_cc_path=$ac_cv_path_ac_cc_path
2410   if test -n "$ac_cc_path"; then
2411 <  { echo "$as_me:$LINENO: result: $ac_cc_path" >&5
2412 < echo "${ECHO_T}$ac_cc_path" >&6; }
2411 >  { $as_echo "$as_me:$LINENO: result: $ac_cc_path" >&5
2412 > $as_echo "$ac_cc_path" >&6; }
2413   else
2414 <  { echo "$as_me:$LINENO: result: no" >&5
2415 < echo "${ECHO_T}no" >&6; }
2414 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2415 > $as_echo "no" >&6; }
2416   fi
2417  
2418  
2419   else
2420  
2421 <     { { echo "$as_me:$LINENO: error: Specified C compiler $CC doesn't seem to exist!" >&5
2422 < echo "$as_me: error: Specified C compiler $CC doesn't seem to exist!" >&2;}
2421 >     { { $as_echo "$as_me:$LINENO: error: Specified C compiler $CC doesn't seem to exist!" >&5
2422 > $as_echo "$as_me: error: Specified C compiler $CC doesn't seem to exist!" >&2;}
2423     { (exit 1); exit 1; }; }
2424   fi
2425  
2426  
2427     if test $ac_cc_path != no; then
2428  
2429 <     { echo "$as_me:$LINENO: Will attempt to use $CC as C compiler" >&5
2430 < echo "$as_me: Will attempt to use $CC as C compiler" >&6;}
2429 >     { $as_echo "$as_me:$LINENO: Will attempt to use $CC as C compiler" >&5
2430 > $as_echo "$as_me: Will attempt to use $CC as C compiler" >&6;}
2431   else
2432  
2433 <     { { echo "$as_me:$LINENO: error: Can't find path to user-specified C compiler $CC" >&5
2434 < echo "$as_me: error: Can't find path to user-specified C compiler $CC" >&2;}
2433 >     { { $as_echo "$as_me:$LINENO: error: Can't find path to user-specified C compiler $CC" >&5
2434 > $as_echo "$as_me: error: Can't find path to user-specified C compiler $CC" >&2;}
2435     { (exit 1); exit 1; }; }
2436   fi
2437  
# Line 2336 | Line 2442 | set dummy $ac_prog; ac_word=$2
2442   do
2443    # Extract the first word of "$ac_prog", so it can be a program name with args.
2444   set dummy $ac_prog; ac_word=$2
2445 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2446 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2446 > $as_echo_n "checking for $ac_word... " >&6; }
2447   if test "${ac_cv_prog_ac_cxx_set+set}" = set; then
2448 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2448 >  $as_echo_n "(cached) " >&6
2449   else
2450    if test -n "$ac_cxx_set"; then
2451    ac_cv_prog_ac_cxx_set="$ac_cxx_set" # Let the user override the test.
# Line 2352 | Line 2458 | do
2458    for ac_exec_ext in '' $ac_executable_extensions; do
2459    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2460      ac_cv_prog_ac_cxx_set="$ac_prog"
2461 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2461 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2462      break 2
2463    fi
2464   done
# Line 2363 | Line 2469 | if test -n "$ac_cxx_set"; then
2469   fi
2470   ac_cxx_set=$ac_cv_prog_ac_cxx_set
2471   if test -n "$ac_cxx_set"; then
2472 <  { echo "$as_me:$LINENO: result: $ac_cxx_set" >&5
2473 < echo "${ECHO_T}$ac_cxx_set" >&6; }
2472 >  { $as_echo "$as_me:$LINENO: result: $ac_cxx_set" >&5
2473 > $as_echo "$ac_cxx_set" >&6; }
2474   else
2475 <  { echo "$as_me:$LINENO: result: no" >&5
2476 < echo "${ECHO_T}no" >&6; }
2475 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2476 > $as_echo "no" >&6; }
2477   fi
2478  
2479  
# Line 2379 | Line 2485 | set dummy $ac_cxx_set; ac_word=$2
2485  
2486       # Extract the first word of "$ac_cxx_set", so it can be a program name with args.
2487   set dummy $ac_cxx_set; ac_word=$2
2488 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2489 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2488 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2489 > $as_echo_n "checking for $ac_word... " >&6; }
2490   if test "${ac_cv_path_ac_cxx_path+set}" = set; then
2491 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2491 >  $as_echo_n "(cached) " >&6
2492   else
2493    case $ac_cxx_path in
2494    [\\/]* | ?:[\\/]*)
# Line 2397 | Line 2503 | do
2503    for ac_exec_ext in '' $ac_executable_extensions; do
2504    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2505      ac_cv_path_ac_cxx_path="$as_dir/$ac_word$ac_exec_ext"
2506 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2506 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2507      break 2
2508    fi
2509   done
# Line 2410 | Line 2516 | if test -n "$ac_cxx_path"; then
2516   fi
2517   ac_cxx_path=$ac_cv_path_ac_cxx_path
2518   if test -n "$ac_cxx_path"; then
2519 <  { echo "$as_me:$LINENO: result: $ac_cxx_path" >&5
2520 < echo "${ECHO_T}$ac_cxx_path" >&6; }
2519 >  { $as_echo "$as_me:$LINENO: result: $ac_cxx_path" >&5
2520 > $as_echo "$ac_cxx_path" >&6; }
2521   else
2522 <  { echo "$as_me:$LINENO: result: no" >&5
2523 < echo "${ECHO_T}no" >&6; }
2522 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2523 > $as_echo "no" >&6; }
2524   fi
2525  
2526  
2527   else
2528  
2529 <     { { echo "$as_me:$LINENO: error: Specified C++ compiler $CXX doesn't seem to exist!" >&5
2530 < echo "$as_me: error: Specified C++ compiler $CXX doesn't seem to exist!" >&2;}
2529 >     { { $as_echo "$as_me:$LINENO: error: Specified C++ compiler $CXX doesn't seem to exist!" >&5
2530 > $as_echo "$as_me: error: Specified C++ compiler $CXX doesn't seem to exist!" >&2;}
2531     { (exit 1); exit 1; }; }
2532   fi
2533  
2534  
2535     if test $ac_cxx_path != no; then
2536  
2537 <     { echo "$as_me:$LINENO: Will attempt to use $CXX as C++ compiler" >&5
2538 < echo "$as_me: Will attempt to use $CXX as C++ compiler" >&6;}
2537 >     { $as_echo "$as_me:$LINENO: Will attempt to use $CXX as C++ compiler" >&5
2538 > $as_echo "$as_me: Will attempt to use $CXX as C++ compiler" >&6;}
2539   else
2540  
2541 <     { { echo "$as_me:$LINENO: error: Can't find path to user-specified C++ compiler $CXX" >&5
2542 < echo "$as_me: error: Can't find path to user-specified C++ compiler $CXX" >&2;}
2541 >     { { $as_echo "$as_me:$LINENO: error: Can't find path to user-specified C++ compiler $CXX" >&5
2542 > $as_echo "$as_me: error: Can't find path to user-specified C++ compiler $CXX" >&2;}
2543     { (exit 1); exit 1; }; }
2544   fi
2545  
# Line 2444 | Line 2550 | set dummy $ac_prog; ac_word=$2
2550   do
2551    # Extract the first word of "$ac_prog", so it can be a program name with args.
2552   set dummy $ac_prog; ac_word=$2
2553 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2554 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2553 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2554 > $as_echo_n "checking for $ac_word... " >&6; }
2555   if test "${ac_cv_prog_ac_fc_set+set}" = set; then
2556 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2556 >  $as_echo_n "(cached) " >&6
2557   else
2558    if test -n "$ac_fc_set"; then
2559    ac_cv_prog_ac_fc_set="$ac_fc_set" # Let the user override the test.
# Line 2460 | Line 2566 | do
2566    for ac_exec_ext in '' $ac_executable_extensions; do
2567    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2568      ac_cv_prog_ac_fc_set="$ac_prog"
2569 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570      break 2
2571    fi
2572   done
# Line 2471 | Line 2577 | if test -n "$ac_fc_set"; then
2577   fi
2578   ac_fc_set=$ac_cv_prog_ac_fc_set
2579   if test -n "$ac_fc_set"; then
2580 <  { echo "$as_me:$LINENO: result: $ac_fc_set" >&5
2581 < echo "${ECHO_T}$ac_fc_set" >&6; }
2580 >  { $as_echo "$as_me:$LINENO: result: $ac_fc_set" >&5
2581 > $as_echo "$ac_fc_set" >&6; }
2582   else
2583 <  { echo "$as_me:$LINENO: result: no" >&5
2584 < echo "${ECHO_T}no" >&6; }
2583 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2584 > $as_echo "no" >&6; }
2585   fi
2586  
2587  
# Line 2487 | Line 2593 | set dummy $ac_fc_set; ac_word=$2
2593  
2594       # Extract the first word of "$ac_fc_set", so it can be a program name with args.
2595   set dummy $ac_fc_set; ac_word=$2
2596 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2597 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2596 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2597 > $as_echo_n "checking for $ac_word... " >&6; }
2598   if test "${ac_cv_path_ac_fc_path+set}" = set; then
2599 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2599 >  $as_echo_n "(cached) " >&6
2600   else
2601    case $ac_fc_path in
2602    [\\/]* | ?:[\\/]*)
# Line 2505 | Line 2611 | do
2611    for ac_exec_ext in '' $ac_executable_extensions; do
2612    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2613      ac_cv_path_ac_fc_path="$as_dir/$ac_word$ac_exec_ext"
2614 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2615      break 2
2616    fi
2617   done
# Line 2518 | Line 2624 | if test -n "$ac_fc_path"; then
2624   fi
2625   ac_fc_path=$ac_cv_path_ac_fc_path
2626   if test -n "$ac_fc_path"; then
2627 <  { echo "$as_me:$LINENO: result: $ac_fc_path" >&5
2628 < echo "${ECHO_T}$ac_fc_path" >&6; }
2627 >  { $as_echo "$as_me:$LINENO: result: $ac_fc_path" >&5
2628 > $as_echo "$ac_fc_path" >&6; }
2629   else
2630 <  { echo "$as_me:$LINENO: result: no" >&5
2631 < echo "${ECHO_T}no" >&6; }
2630 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2631 > $as_echo "no" >&6; }
2632   fi
2633  
2634  
2635   else
2636  
2637 <     { { echo "$as_me:$LINENO: error: Specified Fortran compiler $FC doesn't seem to exist!" >&5
2638 < echo "$as_me: error: Specified Fortran compiler $FC doesn't seem to exist!" >&2;}
2637 >     { { $as_echo "$as_me:$LINENO: error: Specified Fortran compiler $FC doesn't seem to exist!" >&5
2638 > $as_echo "$as_me: error: Specified Fortran compiler $FC doesn't seem to exist!" >&2;}
2639     { (exit 1); exit 1; }; }
2640   fi
2641  
2642  
2643     if test $ac_fc_path != no; then
2644  
2645 <     { echo "$as_me:$LINENO: Will attempt to use $FC as Fortran compiler" >&5
2646 < echo "$as_me: Will attempt to use $FC as Fortran compiler" >&6;}
2645 >     { $as_echo "$as_me:$LINENO: Will attempt to use $FC as Fortran compiler" >&5
2646 > $as_echo "$as_me: Will attempt to use $FC as Fortran compiler" >&6;}
2647   else
2648  
2649 <     { { echo "$as_me:$LINENO: error: Can't find path to user-specified Fortran compiler $FC" >&5
2650 < echo "$as_me: error: Can't find path to user-specified Fortran compiler $FC" >&2;}
2649 >     { { $as_echo "$as_me:$LINENO: error: Can't find path to user-specified Fortran compiler $FC" >&5
2650 > $as_echo "$as_me: error: Can't find path to user-specified Fortran compiler $FC" >&2;}
2651     { (exit 1); exit 1; }; }
2652   fi
2653  
# Line 2564 | Line 2670 | set dummy $ac_prog; ac_word=$2
2670   do
2671    # Extract the first word of "$ac_prog", so it can be a program name with args.
2672   set dummy $ac_prog; ac_word=$2
2673 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2674 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2673 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2674 > $as_echo_n "checking for $ac_word... " >&6; }
2675   if test "${ac_cv_prog_acx_mpi_mpicc+set}" = set; then
2676 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2676 >  $as_echo_n "(cached) " >&6
2677   else
2678    if test -n "$acx_mpi_mpicc"; then
2679    ac_cv_prog_acx_mpi_mpicc="$acx_mpi_mpicc" # Let the user override the test.
# Line 2580 | Line 2686 | do
2686    for ac_exec_ext in '' $ac_executable_extensions; do
2687    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2688      ac_cv_prog_acx_mpi_mpicc="$ac_prog"
2689 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2689 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2690      break 2
2691    fi
2692   done
# Line 2591 | Line 2697 | if test -n "$acx_mpi_mpicc"; then
2697   fi
2698   acx_mpi_mpicc=$ac_cv_prog_acx_mpi_mpicc
2699   if test -n "$acx_mpi_mpicc"; then
2700 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpicc" >&5
2701 < echo "${ECHO_T}$acx_mpi_mpicc" >&6; }
2700 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpicc" >&5
2701 > $as_echo "$acx_mpi_mpicc" >&6; }
2702   else
2703 <  { echo "$as_me:$LINENO: result: no" >&5
2704 < echo "${ECHO_T}no" >&6; }
2703 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2704 > $as_echo "no" >&6; }
2705   fi
2706  
2707  
# Line 2607 | Line 2713 | set dummy $acx_mpi_mpicc; ac_word=$2
2713  
2714    # Extract the first word of "$acx_mpi_mpicc", so it can be a program name with args.
2715   set dummy $acx_mpi_mpicc; ac_word=$2
2716 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2717 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2716 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2717 > $as_echo_n "checking for $ac_word... " >&6; }
2718   if test "${ac_cv_path_acx_mpi_mpicc_path+set}" = set; then
2719 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2719 >  $as_echo_n "(cached) " >&6
2720   else
2721    case $acx_mpi_mpicc_path in
2722    [\\/]* | ?:[\\/]*)
# Line 2625 | Line 2731 | do
2731    for ac_exec_ext in '' $ac_executable_extensions; do
2732    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2733      ac_cv_path_acx_mpi_mpicc_path="$as_dir/$ac_word$ac_exec_ext"
2734 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2734 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2735      break 2
2736    fi
2737   done
# Line 2638 | Line 2744 | if test -n "$acx_mpi_mpicc_path"; then
2744   fi
2745   acx_mpi_mpicc_path=$ac_cv_path_acx_mpi_mpicc_path
2746   if test -n "$acx_mpi_mpicc_path"; then
2747 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpicc_path" >&5
2748 < echo "${ECHO_T}$acx_mpi_mpicc_path" >&6; }
2747 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpicc_path" >&5
2748 > $as_echo "$acx_mpi_mpicc_path" >&6; }
2749   else
2750 <  { echo "$as_me:$LINENO: result: no" >&5
2751 < echo "${ECHO_T}no" >&6; }
2750 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2751 > $as_echo "no" >&6; }
2752   fi
2753  
2754  
# Line 2652 | Line 2758 | set dummy $ac_prog; ac_word=$2
2758   do
2759    # Extract the first word of "$ac_prog", so it can be a program name with args.
2760   set dummy $ac_prog; ac_word=$2
2761 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2762 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2761 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2762 > $as_echo_n "checking for $ac_word... " >&6; }
2763   if test "${ac_cv_prog_acx_mpi_mpif90+set}" = set; then
2764 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2764 >  $as_echo_n "(cached) " >&6
2765   else
2766    if test -n "$acx_mpi_mpif90"; then
2767    ac_cv_prog_acx_mpi_mpif90="$acx_mpi_mpif90" # Let the user override the test.
# Line 2668 | Line 2774 | do
2774    for ac_exec_ext in '' $ac_executable_extensions; do
2775    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2776      ac_cv_prog_acx_mpi_mpif90="$ac_prog"
2777 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2778      break 2
2779    fi
2780   done
# Line 2679 | Line 2785 | if test -n "$acx_mpi_mpif90"; then
2785   fi
2786   acx_mpi_mpif90=$ac_cv_prog_acx_mpi_mpif90
2787   if test -n "$acx_mpi_mpif90"; then
2788 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpif90" >&5
2789 < echo "${ECHO_T}$acx_mpi_mpif90" >&6; }
2788 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpif90" >&5
2789 > $as_echo "$acx_mpi_mpif90" >&6; }
2790   else
2791 <  { echo "$as_me:$LINENO: result: no" >&5
2792 < echo "${ECHO_T}no" >&6; }
2791 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2792 > $as_echo "no" >&6; }
2793   fi
2794  
2795  
# Line 2695 | Line 2801 | set dummy $acx_mpi_mpif90; ac_word=$2
2801  
2802    # Extract the first word of "$acx_mpi_mpif90", so it can be a program name with args.
2803   set dummy $acx_mpi_mpif90; ac_word=$2
2804 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2805 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2804 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2805 > $as_echo_n "checking for $ac_word... " >&6; }
2806   if test "${ac_cv_path_acx_mpi_mpif90_path+set}" = set; then
2807 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2807 >  $as_echo_n "(cached) " >&6
2808   else
2809    case $acx_mpi_mpif90_path in
2810    [\\/]* | ?:[\\/]*)
# Line 2713 | Line 2819 | do
2819    for ac_exec_ext in '' $ac_executable_extensions; do
2820    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2821      ac_cv_path_acx_mpi_mpif90_path="$as_dir/$ac_word$ac_exec_ext"
2822 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2822 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2823      break 2
2824    fi
2825   done
# Line 2726 | Line 2832 | if test -n "$acx_mpi_mpif90_path"; then
2832   fi
2833   acx_mpi_mpif90_path=$ac_cv_path_acx_mpi_mpif90_path
2834   if test -n "$acx_mpi_mpif90_path"; then
2835 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpif90_path" >&5
2836 < echo "${ECHO_T}$acx_mpi_mpif90_path" >&6; }
2835 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpif90_path" >&5
2836 > $as_echo "$acx_mpi_mpif90_path" >&6; }
2837   else
2838 <  { echo "$as_me:$LINENO: result: no" >&5
2839 < echo "${ECHO_T}no" >&6; }
2838 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2839 > $as_echo "no" >&6; }
2840   fi
2841  
2842  
# Line 2740 | Line 2846 | set dummy $ac_prog; ac_word=$2
2846   do
2847    # Extract the first word of "$ac_prog", so it can be a program name with args.
2848   set dummy $ac_prog; ac_word=$2
2849 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2850 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2849 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2850 > $as_echo_n "checking for $ac_word... " >&6; }
2851   if test "${ac_cv_prog_acx_mpi_mpicxx+set}" = set; then
2852 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2852 >  $as_echo_n "(cached) " >&6
2853   else
2854    if test -n "$acx_mpi_mpicxx"; then
2855    ac_cv_prog_acx_mpi_mpicxx="$acx_mpi_mpicxx" # Let the user override the test.
# Line 2756 | Line 2862 | do
2862    for ac_exec_ext in '' $ac_executable_extensions; do
2863    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2864      ac_cv_prog_acx_mpi_mpicxx="$ac_prog"
2865 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2865 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2866      break 2
2867    fi
2868   done
# Line 2767 | Line 2873 | if test -n "$acx_mpi_mpicxx"; then
2873   fi
2874   acx_mpi_mpicxx=$ac_cv_prog_acx_mpi_mpicxx
2875   if test -n "$acx_mpi_mpicxx"; then
2876 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpicxx" >&5
2877 < echo "${ECHO_T}$acx_mpi_mpicxx" >&6; }
2876 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpicxx" >&5
2877 > $as_echo "$acx_mpi_mpicxx" >&6; }
2878   else
2879 <  { echo "$as_me:$LINENO: result: no" >&5
2880 < echo "${ECHO_T}no" >&6; }
2879 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2880 > $as_echo "no" >&6; }
2881   fi
2882  
2883  
# Line 2783 | Line 2889 | set dummy $acx_mpi_mpicxx; ac_word=$2
2889  
2890    # Extract the first word of "$acx_mpi_mpicxx", so it can be a program name with args.
2891   set dummy $acx_mpi_mpicxx; ac_word=$2
2892 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
2893 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2892 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2893 > $as_echo_n "checking for $ac_word... " >&6; }
2894   if test "${ac_cv_path_acx_mpi_mpicxx_path+set}" = set; then
2895 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2895 >  $as_echo_n "(cached) " >&6
2896   else
2897    case $acx_mpi_mpicxx_path in
2898    [\\/]* | ?:[\\/]*)
# Line 2801 | Line 2907 | do
2907    for ac_exec_ext in '' $ac_executable_extensions; do
2908    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2909      ac_cv_path_acx_mpi_mpicxx_path="$as_dir/$ac_word$ac_exec_ext"
2910 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2910 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2911      break 2
2912    fi
2913   done
# Line 2814 | Line 2920 | if test -n "$acx_mpi_mpicxx_path"; then
2920   fi
2921   acx_mpi_mpicxx_path=$ac_cv_path_acx_mpi_mpicxx_path
2922   if test -n "$acx_mpi_mpicxx_path"; then
2923 <  { echo "$as_me:$LINENO: result: $acx_mpi_mpicxx_path" >&5
2924 < echo "${ECHO_T}$acx_mpi_mpicxx_path" >&6; }
2923 >  { $as_echo "$as_me:$LINENO: result: $acx_mpi_mpicxx_path" >&5
2924 > $as_echo "$acx_mpi_mpicxx_path" >&6; }
2925   else
2926 <  { echo "$as_me:$LINENO: result: no" >&5
2927 < echo "${ECHO_T}no" >&6; }
2926 >  { $as_echo "$as_me:$LINENO: result: no" >&5
2927 > $as_echo "no" >&6; }
2928   fi
2929  
2930  
# Line 2846 | Line 2952 | else
2952  
2953   else
2954  
2955 <    { echo "$as_me:$LINENO: checking whether to use $acx_mpi_mpicc or $acx_mpi_mpicxx" >&5
2956 < echo $ECHO_N "checking whether to use $acx_mpi_mpicc or $acx_mpi_mpicxx... $ECHO_C" >&6; }
2955 >    { $as_echo "$as_me:$LINENO: checking whether to use $acx_mpi_mpicc or $acx_mpi_mpicxx" >&5
2956 > $as_echo_n "checking whether to use $acx_mpi_mpicc or $acx_mpi_mpicxx... " >&6; }
2957      ac_ext=cpp
2958   ac_cpp='$CXXCPP $CPPFLAGS'
2959   ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 2878 | Line 2984 | esac
2984    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2985    *) ac_try_echo=$ac_try;;
2986   esac
2987 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2987 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2988 > $as_echo "$ac_try_echo") >&5
2989    (eval "$acx_mpi_mpicxx_path -c conftest.$ac_ext >&5") 2>conftest.er1
2990    ac_status=$?
2991    grep -v '^ *+' conftest.er1 >conftest.err
2992    rm -f conftest.er1
2993    cat conftest.err >&5
2994 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2994 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2995    (exit $ac_status); } && {
2996           test -z "$ac_cxx_werror_flag" ||
2997           test ! -s conftest.err
# Line 2905 | Line 3012 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
3012   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3013   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3014  
3015 <    { echo "$as_me:$LINENO: result: $acx_mpi_compiler" >&5
3016 < echo "${ECHO_T}$acx_mpi_compiler" >&6; }
3015 >    { $as_echo "$as_me:$LINENO: result: $acx_mpi_compiler" >&5
3016 > $as_echo "$acx_mpi_compiler" >&6; }
3017   fi
3018  
3019   fi
3020  
3021 < { echo "$as_me:$LINENO: checking whether mpif.h is usable" >&5
3022 < echo $ECHO_N "checking whether mpif.h is usable... $ECHO_C" >&6; }
3021 > { $as_echo "$as_me:$LINENO: checking whether mpif.h is usable" >&5
3022 > $as_echo_n "checking whether mpif.h is usable... " >&6; }
3023   ac_ext=${ac_fc_srcext-f}
3024   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
3025   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
# Line 2929 | Line 3036 | if $acx_mpi_mpif90_path -c conftest.$ac_ext > conftest
3036   EOF
3037   if $acx_mpi_mpif90_path -c conftest.$ac_ext > conftest.out 2>&1 ; then
3038          acx_mpi_f90_compiler=yes
3039 <        { echo "$as_me:$LINENO: result: yes" >&5
3040 < echo "${ECHO_T}yes" >&6; }
3039 >        { $as_echo "$as_me:$LINENO: result: yes" >&5
3040 > $as_echo "yes" >&6; }
3041   else
3042          if test -s conftest.out ; then
3043                  cat conftest.out >> config.log
3044          fi
3045          acx_mpi_f90_compiler=no
3046 <        { echo "$as_me:$LINENO: result: no! Check MPI fortran include paths" >&5
3047 < echo "${ECHO_T}no! Check MPI fortran include paths" >&6; }
3046 >        { $as_echo "$as_me:$LINENO: result: no! Check MPI fortran include paths" >&5
3047 > $as_echo "no! Check MPI fortran include paths" >&6; }
3048   fi
3049   rm -f conftest*
3050   ac_ext=$ac_save_ext
# Line 2951 | Line 3058 | else
3058  
3059   acx_cv_mpi_implementation=no
3060   else
3061 <  { echo "$as_me:$LINENO: checking for the MPI implementation flavor" >&5
3062 < echo $ECHO_N "checking for the MPI implementation flavor... $ECHO_C" >&6; }
3061 >  { $as_echo "$as_me:$LINENO: checking for the MPI implementation flavor" >&5
3062 > $as_echo_n "checking for the MPI implementation flavor... " >&6; }
3063   if test "${acx_cv_mpi_implementation+set}" = set; then
3064 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3064 >  $as_echo_n "(cached) " >&6
3065   else
3066    acx_cv_mpi_implementation=no
3067   if { (ac_try="grep -q LAM $acx_mpi_compiler_path"
# Line 2962 | Line 3069 | esac
3069    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3070    *) ac_try_echo=$ac_try;;
3071   esac
3072 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3072 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3073 > $as_echo "$ac_try_echo") >&5
3074    (eval "grep -q LAM $acx_mpi_compiler_path") 2>conftest.er1
3075    ac_status=$?
3076    grep -v '^ *+' conftest.er1 >conftest.err
3077    rm -f conftest.er1
3078    cat conftest.err >&5
3079 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3079 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3080    (exit $ac_status); }; then
3081  
3082    acx_cv_mpi_implementation=lammpi
# Line 2980 | Line 3088 | esac
3088    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3089    *) ac_try_echo=$ac_try;;
3090   esac
3091 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3091 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3092 > $as_echo "$ac_try_echo") >&5
3093    (eval "grep -q showme $acx_mpi_compiler_path") 2>conftest.er1
3094    ac_status=$?
3095    grep -v '^ *+' conftest.er1 >conftest.err
3096    rm -f conftest.er1
3097    cat conftest.err >&5
3098 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3098 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3099    (exit $ac_status); }; then
3100  
3101      acx_cv_mpi_implementation=openmpi
# Line 2998 | Line 3107 | esac
3107    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3108    *) ac_try_echo=$ac_try;;
3109   esac
3110 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3110 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3111 > $as_echo "$ac_try_echo") >&5
3112    (eval "grep -q MPICH $acx_mpi_compiler_path") 2>conftest.er1
3113    ac_status=$?
3114    grep -v '^ *+' conftest.er1 >conftest.err
3115    rm -f conftest.er1
3116    cat conftest.err >&5
3117 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3117 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3118    (exit $ac_status); }; then
3119  
3120        acx_cv_mpi_implementation=mpich
# Line 3018 | Line 3128 | fi
3128   fi
3129  
3130   fi
3131 < { echo "$as_me:$LINENO: result: $acx_cv_mpi_implementation" >&5
3132 < echo "${ECHO_T}$acx_cv_mpi_implementation" >&6; }
3131 > { $as_echo "$as_me:$LINENO: result: $acx_cv_mpi_implementation" >&5
3132 > $as_echo "$acx_cv_mpi_implementation" >&6; }
3133  
3134   fi
3135   case $acx_cv_mpi_implementation in
# Line 3050 | Line 3160 | USE_MPI="no"
3160   acx_mpi_cflags=""
3161   acx_mpi_libs=""
3162   USE_MPI="no"
3163 <        { echo "$as_me:$LINENO: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&5
3164 < echo "$as_me: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&2;}
3163 >        { $as_echo "$as_me:$LINENO: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&5
3164 > $as_echo "$as_me: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&2;}
3165   else
3166  
3167  
3168 < { echo "$as_me:$LINENO: checking how to compile MPI-C code" >&5
3169 < echo $ECHO_N "checking how to compile MPI-C code... $ECHO_C" >&6; }
3168 > { $as_echo "$as_me:$LINENO: checking how to compile MPI-C code" >&5
3169 > $as_echo_n "checking how to compile MPI-C code... " >&6; }
3170   if test "${acx_mpi_cflags+set}" = set; then
3171 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3171 >  $as_echo_n "(cached) " >&6
3172   else
3173  
3174   case $acx_cv_mpi_implementation in
# Line 3086 | Line 3196 | esac
3196      cfo="-compile_info $sc_cv_cn"
3197      ;;
3198   esac
3199 < echo "$as_me:$LINENO: mpi_pre_cflags=\"\`$acx_mpi_compiler_path $cfo || echo ' no'\`\"" >&5
3199 > $as_echo "$as_me:$LINENO: mpi_pre_cflags=\"\`$acx_mpi_compiler_path $cfo || echo ' no'\`\"" >&5
3200   mpi_pre_cflags="`$acx_mpi_compiler_path $cfo 2>conftest.er1 || echo ' no'`"
3201   grep -v '^ *+' conftest.er1 >conftest.err
3202   rm -f conftest.er1
3203   cat conftest.err >&5
3204 < echo "$as_me:$LINENO: mpi_pre_cflags = $mpi_pre_cflags" >&5
3204 > $as_echo "$as_me:$LINENO: mpi_pre_cflags = $mpi_pre_cflags" >&5
3205   case "$mpi_pre_cflags" in
3206    (*no)
3207      acx_mpi_cflags=no
# Line 3110 | Line 3220 | case "$mpi_pre_cflags" in
3220              acx_mpi_tmp_mode="accept"
3221              ;;
3222            (-I*|-D*)
3223 <            eval "acx_mpi_cflags=\"`eval echo '${'\\acx_mpi_cflags'}'` \$acx_mpi_tmp\""
3223 >            eval "acx_mpi_cflags=\"`eval 'as_val=${'\\acx_mpi_cflags'}
3224 >                 $as_echo "$as_val"'` \$acx_mpi_tmp\""
3225              ;;
3226            (-L|-l)
3227              acx_mpi_tmp_mode="skip"
# Line 3120 | Line 3231 | case "$mpi_pre_cflags" in
3231          esac
3232          ;;
3233        (accept)
3234 <        eval "acx_mpi_cflags=\"`eval echo '${'\\acx_mpi_cflags'}'` \$acx_mpi_tmp_prefix \$acx_mpi_tmp\""
3234 >        eval "acx_mpi_cflags=\"`eval 'as_val=${'\\acx_mpi_cflags'}
3235 >                 $as_echo "$as_val"'` \$acx_mpi_tmp_prefix \$acx_mpi_tmp\""
3236          ;;
3237        (skip)
3238          ;;
# Line 3131 | Line 3243 | fi
3243   esac
3244  
3245   fi
3246 < { echo "$as_me:$LINENO: result: $acx_mpi_cflags" >&5
3247 < echo "${ECHO_T}$acx_mpi_cflags" >&6; }
3246 > { $as_echo "$as_me:$LINENO: result: $acx_mpi_cflags" >&5
3247 > $as_echo "$acx_mpi_cflags" >&6; }
3248  
3249  
3250 < { echo "$as_me:$LINENO: checking how to link MPI-C code" >&5
3251 < echo $ECHO_N "checking how to link MPI-C code... $ECHO_C" >&6; }
3250 > { $as_echo "$as_me:$LINENO: checking how to link MPI-C code" >&5
3251 > $as_echo_n "checking how to link MPI-C code... " >&6; }
3252   if test "${acx_mpi_libs+set}" = set; then
3253 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3253 >  $as_echo_n "(cached) " >&6
3254   else
3255  
3256   case $acx_cv_mpi_implementation in
# Line 3166 | Line 3278 | esac
3278      lfo="-link_info $sc_cv_cn"
3279      ;;
3280   esac
3281 < echo "$as_me:$LINENO: mpi_pre_libs=\"\`$acx_mpi_compiler_path $lfo || echo ' no'\`\"" >&5
3281 > $as_echo "$as_me:$LINENO: mpi_pre_libs=\"\`$acx_mpi_compiler_path $lfo || echo ' no'\`\"" >&5
3282   mpi_pre_libs="`$acx_mpi_compiler_path $lfo 2>conftest.er1 || echo ' no'`"
3283   grep -v '^ *+' conftest.er1 >conftest.err
3284   rm -f conftest.er1
3285   cat conftest.err >&5
3286 < echo "$as_me:$LINENO: mpi_pre_libs = $mpi_pre_libs" >&5
3286 > $as_echo "$as_me:$LINENO: mpi_pre_libs = $mpi_pre_libs" >&5
3287   case "$mpi_pre_libs" in
3288    (*no)
3289      acx_mpi_libs=no
# Line 3182 | Line 3294 | fi
3294   esac
3295  
3296   fi
3297 < { echo "$as_me:$LINENO: result: $acx_mpi_libs" >&5
3298 < echo "${ECHO_T}$acx_mpi_libs" >&6; }
3297 > { $as_echo "$as_me:$LINENO: result: $acx_mpi_libs" >&5
3298 > $as_echo "$acx_mpi_libs" >&6; }
3299  
3300   if test $acx_mpi_mpif90_path != no; then
3301  
3302  
3303 <  { echo "$as_me:$LINENO: checking how to link MPI-Fortran code" >&5
3304 < echo $ECHO_N "checking how to link MPI-Fortran code... $ECHO_C" >&6; }
3303 >  { $as_echo "$as_me:$LINENO: checking how to link MPI-Fortran code" >&5
3304 > $as_echo_n "checking how to link MPI-Fortran code... " >&6; }
3305   if test "${acx_mpi90_libs+set}" = set; then
3306 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3306 >  $as_echo_n "(cached) " >&6
3307   else
3308  
3309 <    echo "$as_me:$LINENO: mpi_pre_libs=\"\`$acx_mpi_mpif90_path $lfo || echo \" no\"\`\"" >&5
3309 >    $as_echo "$as_me:$LINENO: mpi_pre_libs=\"\`$acx_mpi_mpif90_path $lfo || echo \" no\"\`\"" >&5
3310      mpi_pre_libs="`$acx_mpi_mpif90_path $lfo 2>conftest.er1 || echo " no"`"
3311      grep -v '^ *+' conftest.er1 >conftest.err
3312      rm -f conftest.er1
3313      cat conftest.err >&5
3314 <    echo "$as_me:$LINENO: mpi_pre_libs = $mpi_pre_libs" >&5
3314 >    $as_echo "$as_me:$LINENO: mpi_pre_libs = $mpi_pre_libs" >&5
3315      case "$mpi_pre_libs" in
3316        (*no)
3317          acx_mpi90_libs=no
# Line 3210 | Line 3322 | fi
3322      esac
3323  
3324   fi
3325 < { echo "$as_me:$LINENO: result: $acx_mpi90_libs" >&5
3326 < echo "${ECHO_T}$acx_mpi90_libs" >&6; }
3325 > { $as_echo "$as_me:$LINENO: result: $acx_mpi90_libs" >&5
3326 > $as_echo "$acx_mpi90_libs" >&6; }
3327  
3328  
3329   fi
# Line 3221 | Line 3333 | USE_MPI="no"
3333   acx_mpi_cflags=""
3334   acx_mpi_libs=""
3335   USE_MPI="no"
3336 <        { echo "$as_me:$LINENO: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&5
3337 < echo "$as_me: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&2;}
3336 >        { $as_echo "$as_me:$LINENO: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&5
3337 > $as_echo "$as_me: WARNING: No suitable MPI implementation found. oopse_MPI will not be build." >&2;}
3338   else
3339  
3340   MPI_CPPFLAGS=$acx_mpi_cflags
# Line 3260 | Line 3372 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3372    do
3373      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3374   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3375 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
3376 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3375 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3376 > $as_echo_n "checking for $ac_word... " >&6; }
3377   if test "${ac_cv_prog_CXX+set}" = set; then
3378 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3378 >  $as_echo_n "(cached) " >&6
3379   else
3380    if test -n "$CXX"; then
3381    ac_cv_prog_CXX="$CXX" # Let the user override the test.
# Line 3276 | Line 3388 | do
3388    for ac_exec_ext in '' $ac_executable_extensions; do
3389    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3390      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3391 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3391 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3392      break 2
3393    fi
3394   done
# Line 3287 | Line 3399 | if test -n "$CXX"; then
3399   fi
3400   CXX=$ac_cv_prog_CXX
3401   if test -n "$CXX"; then
3402 <  { echo "$as_me:$LINENO: result: $CXX" >&5
3403 < echo "${ECHO_T}$CXX" >&6; }
3402 >  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3403 > $as_echo "$CXX" >&6; }
3404   else
3405 <  { echo "$as_me:$LINENO: result: no" >&5
3406 < echo "${ECHO_T}no" >&6; }
3405 >  { $as_echo "$as_me:$LINENO: result: no" >&5
3406 > $as_echo "no" >&6; }
3407   fi
3408  
3409  
# Line 3304 | Line 3416 | set dummy $ac_prog; ac_word=$2
3416   do
3417    # Extract the first word of "$ac_prog", so it can be a program name with args.
3418   set dummy $ac_prog; ac_word=$2
3419 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
3420 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3419 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3420 > $as_echo_n "checking for $ac_word... " >&6; }
3421   if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3422 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3422 >  $as_echo_n "(cached) " >&6
3423   else
3424    if test -n "$ac_ct_CXX"; then
3425    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
# Line 3320 | Line 3432 | do
3432    for ac_exec_ext in '' $ac_executable_extensions; do
3433    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3434      ac_cv_prog_ac_ct_CXX="$ac_prog"
3435 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3435 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3436      break 2
3437    fi
3438   done
# Line 3331 | Line 3443 | if test -n "$ac_ct_CXX"; then
3443   fi
3444   ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3445   if test -n "$ac_ct_CXX"; then
3446 <  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3447 < echo "${ECHO_T}$ac_ct_CXX" >&6; }
3446 >  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3447 > $as_echo "$ac_ct_CXX" >&6; }
3448   else
3449 <  { echo "$as_me:$LINENO: result: no" >&5
3450 < echo "${ECHO_T}no" >&6; }
3449 >  { $as_echo "$as_me:$LINENO: result: no" >&5
3450 > $as_echo "no" >&6; }
3451   fi
3452  
3453  
# Line 3347 | Line 3459 | yes:)
3459    else
3460      case $cross_compiling:$ac_tool_warned in
3461   yes:)
3462 < { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3462 > { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3463   whose name does not start with the host triplet.  If you think this
3464   configuration is useful to you, please write to autoconf@gnu.org." >&5
3465 < echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3465 > $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3466   whose name does not start with the host triplet.  If you think this
3467   configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3468   ac_tool_warned=yes ;;
# Line 3362 | Line 3474 | fi
3474    fi
3475   fi
3476   # Provide some information about the compiler.
3477 < echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3478 < ac_compiler=`set X $ac_compile; echo $2`
3477 > $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3478 > set X $ac_compile
3479 > ac_compiler=$2
3480   { (ac_try="$ac_compiler --version >&5"
3481   case "(($ac_try" in
3482    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483    *) ac_try_echo=$ac_try;;
3484   esac
3485 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3485 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 > $as_echo "$ac_try_echo") >&5
3487    (eval "$ac_compiler --version >&5") 2>&5
3488    ac_status=$?
3489 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490    (exit $ac_status); }
3491   { (ac_try="$ac_compiler -v >&5"
3492   case "(($ac_try" in
3493    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3494    *) ac_try_echo=$ac_try;;
3495   esac
3496 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3496 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3497 > $as_echo "$ac_try_echo") >&5
3498    (eval "$ac_compiler -v >&5") 2>&5
3499    ac_status=$?
3500 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3500 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501    (exit $ac_status); }
3502   { (ac_try="$ac_compiler -V >&5"
3503   case "(($ac_try" in
3504    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3505    *) ac_try_echo=$ac_try;;
3506   esac
3507 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3507 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3508 > $as_echo "$ac_try_echo") >&5
3509    (eval "$ac_compiler -V >&5") 2>&5
3510    ac_status=$?
3511 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3511 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3512    (exit $ac_status); }
3513  
3514   cat >conftest.$ac_ext <<_ACEOF
# Line 3411 | Line 3527 | ac_clean_files_save=$ac_clean_files
3527   }
3528   _ACEOF
3529   ac_clean_files_save=$ac_clean_files
3530 < ac_clean_files="$ac_clean_files a.out a.exe b.out"
3530 > ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3531   # Try to create an executable without -o first, disregard a.out.
3532   # It will help us diagnose broken compilers, and finding out an intuition
3533   # of exeext.
3534 < { echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
3535 < echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6; }
3536 < ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3537 < #
3538 < # List of possible output files, starting from the most likely.
3539 < # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
3540 < # only as a last resort.  b.out is created by i960 compilers.
3425 < ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
3426 < #
3427 < # The IRIX 6 linker writes into existing files which may not be
3428 < # executable, retaining their permissions.  Remove them first so a
3429 < # subsequent execution test works.
3534 > { $as_echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
3535 > $as_echo_n "checking for C++ compiler default output file name... " >&6; }
3536 > ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3537 >
3538 > # The possible output files:
3539 > ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3540 >
3541   ac_rmfiles=
3542   for ac_file in $ac_files
3543   do
3544    case $ac_file in
3545 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3545 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3546      * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3547    esac
3548   done
# Line 3442 | Line 3553 | esac
3553    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3554    *) ac_try_echo=$ac_try;;
3555   esac
3556 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3556 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3557 > $as_echo "$ac_try_echo") >&5
3558    (eval "$ac_link_default") 2>&5
3559    ac_status=$?
3560 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3560 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3561    (exit $ac_status); }; then
3562    # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3563   # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
# Line 3456 | Line 3568 | do
3568   do
3569    test -f "$ac_file" || continue
3570    case $ac_file in
3571 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
3571 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3572          ;;
3573      [ab].out )
3574          # We found the default executable, but exeext='' is most
# Line 3483 | Line 3595 | fi
3595    ac_file=''
3596   fi
3597  
3598 < { echo "$as_me:$LINENO: result: $ac_file" >&5
3599 < echo "${ECHO_T}$ac_file" >&6; }
3598 > { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3599 > $as_echo "$ac_file" >&6; }
3600   if test -z "$ac_file"; then
3601 <  echo "$as_me: failed program was:" >&5
3601 >  $as_echo "$as_me: failed program was:" >&5
3602   sed 's/^/| /' conftest.$ac_ext >&5
3603  
3604 < { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
3604 > { { $as_echo "$as_me:$LINENO: error: C++ compiler cannot create executables
3605   See \`config.log' for more details." >&5
3606 < echo "$as_me: error: C++ compiler cannot create executables
3606 > $as_echo "$as_me: error: C++ compiler cannot create executables
3607   See \`config.log' for more details." >&2;}
3608     { (exit 77); exit 77; }; }
3609   fi
# Line 3500 | Line 3612 | ac_exeext=$ac_cv_exeext
3612  
3613   # Check that the compiler produces executables we can run.  If not, either
3614   # the compiler is broken, or we cross compile.
3615 < { echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
3616 < echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6; }
3615 > { $as_echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
3616 > $as_echo_n "checking whether the C++ compiler works... " >&6; }
3617   # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3618   # If not cross compiling, check that we can run a simple program.
3619   if test "$cross_compiling" != yes; then
# Line 3510 | Line 3622 | esac
3622    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3623    *) ac_try_echo=$ac_try;;
3624   esac
3625 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3625 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3626 > $as_echo "$ac_try_echo") >&5
3627    (eval "$ac_try") 2>&5
3628    ac_status=$?
3629 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3629 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3630    (exit $ac_status); }; }; then
3631      cross_compiling=no
3632    else
3633      if test "$cross_compiling" = maybe; then
3634          cross_compiling=yes
3635      else
3636 <        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
3636 >        { { $as_echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
3637   If you meant to cross compile, use \`--host'.
3638   See \`config.log' for more details." >&5
3639 < echo "$as_me: error: cannot run C++ compiled programs.
3639 > $as_echo "$as_me: error: cannot run C++ compiled programs.
3640   If you meant to cross compile, use \`--host'.
3641   See \`config.log' for more details." >&2;}
3642     { (exit 1); exit 1; }; }
3643      fi
3644    fi
3645   fi
3646 < { echo "$as_me:$LINENO: result: yes" >&5
3647 < echo "${ECHO_T}yes" >&6; }
3646 > { $as_echo "$as_me:$LINENO: result: yes" >&5
3647 > $as_echo "yes" >&6; }
3648  
3649 < rm -f a.out a.exe conftest$ac_cv_exeext b.out
3649 > rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3650   ac_clean_files=$ac_clean_files_save
3651   # Check that the compiler produces executables we can run.  If not, either
3652   # the compiler is broken, or we cross compile.
3653 < { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3654 < echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
3655 < { echo "$as_me:$LINENO: result: $cross_compiling" >&5
3656 < echo "${ECHO_T}$cross_compiling" >&6; }
3653 > { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3654 > $as_echo_n "checking whether we are cross compiling... " >&6; }
3655 > { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3656 > $as_echo "$cross_compiling" >&6; }
3657  
3658 < { echo "$as_me:$LINENO: checking for suffix of executables" >&5
3659 < echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
3658 > { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3659 > $as_echo_n "checking for suffix of executables... " >&6; }
3660   if { (ac_try="$ac_link"
3661   case "(($ac_try" in
3662    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3663    *) ac_try_echo=$ac_try;;
3664   esac
3665 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3665 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3666 > $as_echo "$ac_try_echo") >&5
3667    (eval "$ac_link") 2>&5
3668    ac_status=$?
3669 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3669 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670    (exit $ac_status); }; then
3671    # If both `conftest.exe' and `conftest' are `present' (well, observable)
3672   # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
# Line 3561 | Line 3675 | for ac_file in conftest.exe conftest conftest.*; do
3675   for ac_file in conftest.exe conftest conftest.*; do
3676    test -f "$ac_file" || continue
3677    case $ac_file in
3678 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
3678 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3679      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3680            break;;
3681      * ) break;;
3682    esac
3683   done
3684   else
3685 <  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3685 >  { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
3686   See \`config.log' for more details." >&5
3687 < echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3687 > $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
3688   See \`config.log' for more details." >&2;}
3689     { (exit 1); exit 1; }; }
3690   fi
3691  
3692   rm -f conftest$ac_cv_exeext
3693 < { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3694 < echo "${ECHO_T}$ac_cv_exeext" >&6; }
3693 > { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3694 > $as_echo "$ac_cv_exeext" >&6; }
3695  
3696   rm -f conftest.$ac_ext
3697   EXEEXT=$ac_cv_exeext
3698   ac_exeext=$EXEEXT
3699 < { echo "$as_me:$LINENO: checking for suffix of object files" >&5
3700 < echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
3699 > { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3700 > $as_echo_n "checking for suffix of object files... " >&6; }
3701   if test "${ac_cv_objext+set}" = set; then
3702 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3702 >  $as_echo_n "(cached) " >&6
3703   else
3704    cat >conftest.$ac_ext <<_ACEOF
3705   /* confdefs.h.  */
# Line 3608 | Line 3722 | esac
3722    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3723    *) ac_try_echo=$ac_try;;
3724   esac
3725 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3725 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3726 > $as_echo "$ac_try_echo") >&5
3727    (eval "$ac_compile") 2>&5
3728    ac_status=$?
3729 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3729 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3730    (exit $ac_status); }; then
3731    for ac_file in conftest.o conftest.obj conftest.*; do
3732    test -f "$ac_file" || continue;
3733    case $ac_file in
3734 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
3734 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3735      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3736         break;;
3737    esac
3738   done
3739   else
3740 <  echo "$as_me: failed program was:" >&5
3740 >  $as_echo "$as_me: failed program was:" >&5
3741   sed 's/^/| /' conftest.$ac_ext >&5
3742  
3743 < { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3743 > { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3744   See \`config.log' for more details." >&5
3745 < echo "$as_me: error: cannot compute suffix of object files: cannot compile
3745 > $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3746   See \`config.log' for more details." >&2;}
3747     { (exit 1); exit 1; }; }
3748   fi
3749  
3750   rm -f conftest.$ac_cv_objext conftest.$ac_ext
3751   fi
3752 < { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3753 < echo "${ECHO_T}$ac_cv_objext" >&6; }
3752 > { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3753 > $as_echo "$ac_cv_objext" >&6; }
3754   OBJEXT=$ac_cv_objext
3755   ac_objext=$OBJEXT
3756 < { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3757 < echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3756 > { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3757 > $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3758   if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3759 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3759 >  $as_echo_n "(cached) " >&6
3760   else
3761    cat >conftest.$ac_ext <<_ACEOF
3762   /* confdefs.h.  */
# Line 3667 | Line 3782 | esac
3782    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3783    *) ac_try_echo=$ac_try;;
3784   esac
3785 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3785 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3786 > $as_echo "$ac_try_echo") >&5
3787    (eval "$ac_compile") 2>conftest.er1
3788    ac_status=$?
3789    grep -v '^ *+' conftest.er1 >conftest.err
3790    rm -f conftest.er1
3791    cat conftest.err >&5
3792 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3793    (exit $ac_status); } && {
3794           test -z "$ac_cxx_werror_flag" ||
3795           test ! -s conftest.err
3796         } && test -s conftest.$ac_objext; then
3797    ac_compiler_gnu=yes
3798   else
3799 <  echo "$as_me: failed program was:" >&5
3799 >  $as_echo "$as_me: failed program was:" >&5
3800   sed 's/^/| /' conftest.$ac_ext >&5
3801  
3802          ac_compiler_gnu=no
# Line 3690 | Line 3806 | fi
3806   ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3807  
3808   fi
3809 < { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3810 < echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3811 < GXX=`test $ac_compiler_gnu = yes && echo yes`
3809 > { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3810 > $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3811 > if test $ac_compiler_gnu = yes; then
3812 >  GXX=yes
3813 > else
3814 >  GXX=
3815 > fi
3816   ac_test_CXXFLAGS=${CXXFLAGS+set}
3817   ac_save_CXXFLAGS=$CXXFLAGS
3818 < { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3819 < echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3818 > { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3819 > $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3820   if test "${ac_cv_prog_cxx_g+set}" = set; then
3821 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3821 >  $as_echo_n "(cached) " >&6
3822   else
3823    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3824     ac_cxx_werror_flag=yes
# Line 3725 | Line 3845 | esac
3845    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846    *) ac_try_echo=$ac_try;;
3847   esac
3848 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3848 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3849 > $as_echo "$ac_try_echo") >&5
3850    (eval "$ac_compile") 2>conftest.er1
3851    ac_status=$?
3852    grep -v '^ *+' conftest.er1 >conftest.err
3853    rm -f conftest.er1
3854    cat conftest.err >&5
3855 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3855 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3856    (exit $ac_status); } && {
3857           test -z "$ac_cxx_werror_flag" ||
3858           test ! -s conftest.err
3859         } && test -s conftest.$ac_objext; then
3860    ac_cv_prog_cxx_g=yes
3861   else
3862 <  echo "$as_me: failed program was:" >&5
3862 >  $as_echo "$as_me: failed program was:" >&5
3863   sed 's/^/| /' conftest.$ac_ext >&5
3864  
3865          CXXFLAGS=""
# Line 3763 | Line 3884 | esac
3884    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885    *) ac_try_echo=$ac_try;;
3886   esac
3887 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3887 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3888 > $as_echo "$ac_try_echo") >&5
3889    (eval "$ac_compile") 2>conftest.er1
3890    ac_status=$?
3891    grep -v '^ *+' conftest.er1 >conftest.err
3892    rm -f conftest.er1
3893    cat conftest.err >&5
3894 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3894 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3895    (exit $ac_status); } && {
3896           test -z "$ac_cxx_werror_flag" ||
3897           test ! -s conftest.err
3898         } && test -s conftest.$ac_objext; then
3899    :
3900   else
3901 <  echo "$as_me: failed program was:" >&5
3901 >  $as_echo "$as_me: failed program was:" >&5
3902   sed 's/^/| /' conftest.$ac_ext >&5
3903  
3904          ac_cxx_werror_flag=$ac_save_cxx_werror_flag
# Line 3802 | Line 3924 | esac
3924    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3925    *) ac_try_echo=$ac_try;;
3926   esac
3927 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3927 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3928 > $as_echo "$ac_try_echo") >&5
3929    (eval "$ac_compile") 2>conftest.er1
3930    ac_status=$?
3931    grep -v '^ *+' conftest.er1 >conftest.err
3932    rm -f conftest.er1
3933    cat conftest.err >&5
3934 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3935    (exit $ac_status); } && {
3936           test -z "$ac_cxx_werror_flag" ||
3937           test ! -s conftest.err
3938         } && test -s conftest.$ac_objext; then
3939    ac_cv_prog_cxx_g=yes
3940   else
3941 <  echo "$as_me: failed program was:" >&5
3941 >  $as_echo "$as_me: failed program was:" >&5
3942   sed 's/^/| /' conftest.$ac_ext >&5
3943  
3944  
# Line 3830 | Line 3953 | fi
3953   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3954     ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3955   fi
3956 < { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3957 < echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3956 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3957 > $as_echo "$ac_cv_prog_cxx_g" >&6; }
3958   if test "$ac_test_CXXFLAGS" = set; then
3959    CXXFLAGS=$ac_save_CXXFLAGS
3960   elif test $ac_cv_prog_cxx_g = yes; then
# Line 3863 | Line 3986 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3986    do
3987      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3988   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3989 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
3990 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3989 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3990 > $as_echo_n "checking for $ac_word... " >&6; }
3991   if test "${ac_cv_prog_CC+set}" = set; then
3992 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3992 >  $as_echo_n "(cached) " >&6
3993   else
3994    if test -n "$CC"; then
3995    ac_cv_prog_CC="$CC" # Let the user override the test.
# Line 3879 | Line 4002 | do
4002    for ac_exec_ext in '' $ac_executable_extensions; do
4003    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4004      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4005 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4005 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4006      break 2
4007    fi
4008   done
# Line 3890 | Line 4013 | if test -n "$CC"; then
4013   fi
4014   CC=$ac_cv_prog_CC
4015   if test -n "$CC"; then
4016 <  { echo "$as_me:$LINENO: result: $CC" >&5
4017 < echo "${ECHO_T}$CC" >&6; }
4016 >  { $as_echo "$as_me:$LINENO: result: $CC" >&5
4017 > $as_echo "$CC" >&6; }
4018   else
4019 <  { echo "$as_me:$LINENO: result: no" >&5
4020 < echo "${ECHO_T}no" >&6; }
4019 >  { $as_echo "$as_me:$LINENO: result: no" >&5
4020 > $as_echo "no" >&6; }
4021   fi
4022  
4023  
# Line 3907 | Line 4030 | set dummy $ac_prog; ac_word=$2
4030   do
4031    # Extract the first word of "$ac_prog", so it can be a program name with args.
4032   set dummy $ac_prog; ac_word=$2
4033 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
4034 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4033 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4034 > $as_echo_n "checking for $ac_word... " >&6; }
4035   if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
4036 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4036 >  $as_echo_n "(cached) " >&6
4037   else
4038    if test -n "$ac_ct_CC"; then
4039    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
# Line 3923 | Line 4046 | do
4046    for ac_exec_ext in '' $ac_executable_extensions; do
4047    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4048      ac_cv_prog_ac_ct_CC="$ac_prog"
4049 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4049 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4050      break 2
4051    fi
4052   done
# Line 3934 | Line 4057 | if test -n "$ac_ct_CC"; then
4057   fi
4058   ac_ct_CC=$ac_cv_prog_ac_ct_CC
4059   if test -n "$ac_ct_CC"; then
4060 <  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4061 < echo "${ECHO_T}$ac_ct_CC" >&6; }
4060 >  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
4061 > $as_echo "$ac_ct_CC" >&6; }
4062   else
4063 <  { echo "$as_me:$LINENO: result: no" >&5
4064 < echo "${ECHO_T}no" >&6; }
4063 >  { $as_echo "$as_me:$LINENO: result: no" >&5
4064 > $as_echo "no" >&6; }
4065   fi
4066  
4067  
# Line 3950 | Line 4073 | yes:)
4073    else
4074      case $cross_compiling:$ac_tool_warned in
4075   yes:)
4076 < { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4076 > { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4077   whose name does not start with the host triplet.  If you think this
4078   configuration is useful to you, please write to autoconf@gnu.org." >&5
4079 < echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4079 > $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4080   whose name does not start with the host triplet.  If you think this
4081   configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4082   ac_tool_warned=yes ;;
# Line 3963 | Line 4086 | fi
4086   fi
4087  
4088  
4089 < test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4089 > test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
4090   See \`config.log' for more details." >&5
4091 < echo "$as_me: error: no acceptable C compiler found in \$PATH
4091 > $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
4092   See \`config.log' for more details." >&2;}
4093     { (exit 1); exit 1; }; }
4094  
4095   # Provide some information about the compiler.
4096 < echo "$as_me:$LINENO: checking for C compiler version" >&5
4097 < ac_compiler=`set X $ac_compile; echo $2`
4096 > $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
4097 > set X $ac_compile
4098 > ac_compiler=$2
4099   { (ac_try="$ac_compiler --version >&5"
4100   case "(($ac_try" in
4101    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4102    *) ac_try_echo=$ac_try;;
4103   esac
4104 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4104 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4105 > $as_echo "$ac_try_echo") >&5
4106    (eval "$ac_compiler --version >&5") 2>&5
4107    ac_status=$?
4108 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4109    (exit $ac_status); }
4110   { (ac_try="$ac_compiler -v >&5"
4111   case "(($ac_try" in
4112    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4113    *) ac_try_echo=$ac_try;;
4114   esac
4115 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4115 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4116 > $as_echo "$ac_try_echo") >&5
4117    (eval "$ac_compiler -v >&5") 2>&5
4118    ac_status=$?
4119 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4119 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4120    (exit $ac_status); }
4121   { (ac_try="$ac_compiler -V >&5"
4122   case "(($ac_try" in
4123    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4124    *) ac_try_echo=$ac_try;;
4125   esac
4126 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4126 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4127 > $as_echo "$ac_try_echo") >&5
4128    (eval "$ac_compiler -V >&5") 2>&5
4129    ac_status=$?
4130 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4130 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4131    (exit $ac_status); }
4132  
4133 < { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4134 < echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
4133 > { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
4134 > $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4135   if test "${ac_cv_c_compiler_gnu+set}" = set; then
4136 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4136 >  $as_echo_n "(cached) " >&6
4137   else
4138    cat >conftest.$ac_ext <<_ACEOF
4139   /* confdefs.h.  */
# Line 4032 | Line 4159 | esac
4159    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4160    *) ac_try_echo=$ac_try;;
4161   esac
4162 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4162 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4163 > $as_echo "$ac_try_echo") >&5
4164    (eval "$ac_compile") 2>conftest.er1
4165    ac_status=$?
4166    grep -v '^ *+' conftest.er1 >conftest.err
4167    rm -f conftest.er1
4168    cat conftest.err >&5
4169 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4169 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170    (exit $ac_status); } && {
4171           test -z "$ac_c_werror_flag" ||
4172           test ! -s conftest.err
4173         } && test -s conftest.$ac_objext; then
4174    ac_compiler_gnu=yes
4175   else
4176 <  echo "$as_me: failed program was:" >&5
4176 >  $as_echo "$as_me: failed program was:" >&5
4177   sed 's/^/| /' conftest.$ac_ext >&5
4178  
4179          ac_compiler_gnu=no
# Line 4055 | Line 4183 | fi
4183   ac_cv_c_compiler_gnu=$ac_compiler_gnu
4184  
4185   fi
4186 < { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4187 < echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
4188 < GCC=`test $ac_compiler_gnu = yes && echo yes`
4186 > { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
4187 > $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4188 > if test $ac_compiler_gnu = yes; then
4189 >  GCC=yes
4190 > else
4191 >  GCC=
4192 > fi
4193   ac_test_CFLAGS=${CFLAGS+set}
4194   ac_save_CFLAGS=$CFLAGS
4195 < { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4196 < echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
4195 > { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
4196 > $as_echo_n "checking whether $CC accepts -g... " >&6; }
4197   if test "${ac_cv_prog_cc_g+set}" = set; then
4198 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4198 >  $as_echo_n "(cached) " >&6
4199   else
4200    ac_save_c_werror_flag=$ac_c_werror_flag
4201     ac_c_werror_flag=yes
# Line 4090 | Line 4222 | esac
4222    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4223    *) ac_try_echo=$ac_try;;
4224   esac
4225 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4225 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4226 > $as_echo "$ac_try_echo") >&5
4227    (eval "$ac_compile") 2>conftest.er1
4228    ac_status=$?
4229    grep -v '^ *+' conftest.er1 >conftest.err
4230    rm -f conftest.er1
4231    cat conftest.err >&5
4232 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4233    (exit $ac_status); } && {
4234           test -z "$ac_c_werror_flag" ||
4235           test ! -s conftest.err
4236         } && test -s conftest.$ac_objext; then
4237    ac_cv_prog_cc_g=yes
4238   else
4239 <  echo "$as_me: failed program was:" >&5
4239 >  $as_echo "$as_me: failed program was:" >&5
4240   sed 's/^/| /' conftest.$ac_ext >&5
4241  
4242          CFLAGS=""
# Line 4128 | Line 4261 | esac
4261    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4262    *) ac_try_echo=$ac_try;;
4263   esac
4264 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4265 > $as_echo "$ac_try_echo") >&5
4266    (eval "$ac_compile") 2>conftest.er1
4267    ac_status=$?
4268    grep -v '^ *+' conftest.er1 >conftest.err
4269    rm -f conftest.er1
4270    cat conftest.err >&5
4271 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4272    (exit $ac_status); } && {
4273           test -z "$ac_c_werror_flag" ||
4274           test ! -s conftest.err
4275         } && test -s conftest.$ac_objext; then
4276    :
4277   else
4278 <  echo "$as_me: failed program was:" >&5
4278 >  $as_echo "$as_me: failed program was:" >&5
4279   sed 's/^/| /' conftest.$ac_ext >&5
4280  
4281          ac_c_werror_flag=$ac_save_c_werror_flag
# Line 4167 | Line 4301 | esac
4301    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4302    *) ac_try_echo=$ac_try;;
4303   esac
4304 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4304 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4305 > $as_echo "$ac_try_echo") >&5
4306    (eval "$ac_compile") 2>conftest.er1
4307    ac_status=$?
4308    grep -v '^ *+' conftest.er1 >conftest.err
4309    rm -f conftest.er1
4310    cat conftest.err >&5
4311 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4311 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4312    (exit $ac_status); } && {
4313           test -z "$ac_c_werror_flag" ||
4314           test ! -s conftest.err
4315         } && test -s conftest.$ac_objext; then
4316    ac_cv_prog_cc_g=yes
4317   else
4318 <  echo "$as_me: failed program was:" >&5
4318 >  $as_echo "$as_me: failed program was:" >&5
4319   sed 's/^/| /' conftest.$ac_ext >&5
4320  
4321  
# Line 4195 | Line 4330 | fi
4330   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4331     ac_c_werror_flag=$ac_save_c_werror_flag
4332   fi
4333 < { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4334 < echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
4333 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
4334 > $as_echo "$ac_cv_prog_cc_g" >&6; }
4335   if test "$ac_test_CFLAGS" = set; then
4336    CFLAGS=$ac_save_CFLAGS
4337   elif test $ac_cv_prog_cc_g = yes; then
# Line 4212 | Line 4347 | fi
4347      CFLAGS=
4348    fi
4349   fi
4350 < { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4351 < echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
4350 > { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
4351 > $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4352   if test "${ac_cv_prog_cc_c89+set}" = set; then
4353 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4353 >  $as_echo_n "(cached) " >&6
4354   else
4355    ac_cv_prog_cc_c89=no
4356   ac_save_CC=$CC
# Line 4286 | Line 4421 | esac
4421    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4422    *) ac_try_echo=$ac_try;;
4423   esac
4424 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4425 > $as_echo "$ac_try_echo") >&5
4426    (eval "$ac_compile") 2>conftest.er1
4427    ac_status=$?
4428    grep -v '^ *+' conftest.er1 >conftest.err
4429    rm -f conftest.er1
4430    cat conftest.err >&5
4431 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4431 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4432    (exit $ac_status); } && {
4433           test -z "$ac_c_werror_flag" ||
4434           test ! -s conftest.err
4435         } && test -s conftest.$ac_objext; then
4436    ac_cv_prog_cc_c89=$ac_arg
4437   else
4438 <  echo "$as_me: failed program was:" >&5
4438 >  $as_echo "$as_me: failed program was:" >&5
4439   sed 's/^/| /' conftest.$ac_ext >&5
4440  
4441  
# Line 4315 | Line 4451 | case "x$ac_cv_prog_cc_c89" in
4451   # AC_CACHE_VAL
4452   case "x$ac_cv_prog_cc_c89" in
4453    x)
4454 <    { echo "$as_me:$LINENO: result: none needed" >&5
4455 < echo "${ECHO_T}none needed" >&6; } ;;
4454 >    { $as_echo "$as_me:$LINENO: result: none needed" >&5
4455 > $as_echo "none needed" >&6; } ;;
4456    xno)
4457 <    { echo "$as_me:$LINENO: result: unsupported" >&5
4458 < echo "${ECHO_T}unsupported" >&6; } ;;
4457 >    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
4458 > $as_echo "unsupported" >&6; } ;;
4459    *)
4460      CC="$CC $ac_cv_prog_cc_c89"
4461 <    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4462 < echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
4461 >    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
4462 > $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4463   esac
4464  
4465  
# Line 4342 | Line 4478 | set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4478    do
4479      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4480   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4481 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
4482 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4481 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4482 > $as_echo_n "checking for $ac_word... " >&6; }
4483   if test "${ac_cv_prog_FC+set}" = set; then
4484 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4484 >  $as_echo_n "(cached) " >&6
4485   else
4486    if test -n "$FC"; then
4487    ac_cv_prog_FC="$FC" # Let the user override the test.
# Line 4358 | Line 4494 | do
4494    for ac_exec_ext in '' $ac_executable_extensions; do
4495    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4496      ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
4497 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4497 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4498      break 2
4499    fi
4500   done
# Line 4369 | Line 4505 | if test -n "$FC"; then
4505   fi
4506   FC=$ac_cv_prog_FC
4507   if test -n "$FC"; then
4508 <  { echo "$as_me:$LINENO: result: $FC" >&5
4509 < echo "${ECHO_T}$FC" >&6; }
4508 >  { $as_echo "$as_me:$LINENO: result: $FC" >&5
4509 > $as_echo "$FC" >&6; }
4510   else
4511 <  { echo "$as_me:$LINENO: result: no" >&5
4512 < echo "${ECHO_T}no" >&6; }
4511 >  { $as_echo "$as_me:$LINENO: result: no" >&5
4512 > $as_echo "no" >&6; }
4513   fi
4514  
4515  
# Line 4386 | Line 4522 | set dummy $ac_prog; ac_word=$2
4522   do
4523    # Extract the first word of "$ac_prog", so it can be a program name with args.
4524   set dummy $ac_prog; ac_word=$2
4525 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
4526 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4525 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4526 > $as_echo_n "checking for $ac_word... " >&6; }
4527   if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4528 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4528 >  $as_echo_n "(cached) " >&6
4529   else
4530    if test -n "$ac_ct_FC"; then
4531    ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
# Line 4402 | Line 4538 | do
4538    for ac_exec_ext in '' $ac_executable_extensions; do
4539    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540      ac_cv_prog_ac_ct_FC="$ac_prog"
4541 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4541 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4542      break 2
4543    fi
4544   done
# Line 4413 | Line 4549 | if test -n "$ac_ct_FC"; then
4549   fi
4550   ac_ct_FC=$ac_cv_prog_ac_ct_FC
4551   if test -n "$ac_ct_FC"; then
4552 <  { echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4553 < echo "${ECHO_T}$ac_ct_FC" >&6; }
4552 >  { $as_echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4553 > $as_echo "$ac_ct_FC" >&6; }
4554   else
4555 <  { echo "$as_me:$LINENO: result: no" >&5
4556 < echo "${ECHO_T}no" >&6; }
4555 >  { $as_echo "$as_me:$LINENO: result: no" >&5
4556 > $as_echo "no" >&6; }
4557   fi
4558  
4559  
# Line 4429 | Line 4565 | yes:)
4565    else
4566      case $cross_compiling:$ac_tool_warned in
4567   yes:)
4568 < { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4568 > { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4569   whose name does not start with the host triplet.  If you think this
4570   configuration is useful to you, please write to autoconf@gnu.org." >&5
4571 < echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4571 > $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4572   whose name does not start with the host triplet.  If you think this
4573   configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4574   ac_tool_warned=yes ;;
# Line 4443 | Line 4579 | fi
4579  
4580  
4581   # Provide some information about the compiler.
4582 < echo "$as_me:$LINENO: checking for Fortran compiler version" >&5
4583 < ac_compiler=`set X $ac_compile; echo $2`
4582 > $as_echo "$as_me:$LINENO: checking for Fortran compiler version" >&5
4583 > set X $ac_compile
4584 > ac_compiler=$2
4585   { (ac_try="$ac_compiler --version >&5"
4586   case "(($ac_try" in
4587    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588    *) ac_try_echo=$ac_try;;
4589   esac
4590 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4590 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 > $as_echo "$ac_try_echo") >&5
4592    (eval "$ac_compiler --version >&5") 2>&5
4593    ac_status=$?
4594 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4594 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4595    (exit $ac_status); }
4596   { (ac_try="$ac_compiler -v >&5"
4597   case "(($ac_try" in
4598    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4599    *) ac_try_echo=$ac_try;;
4600   esac
4601 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4601 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4602 > $as_echo "$ac_try_echo") >&5
4603    (eval "$ac_compiler -v >&5") 2>&5
4604    ac_status=$?
4605 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4605 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4606    (exit $ac_status); }
4607   { (ac_try="$ac_compiler -V >&5"
4608   case "(($ac_try" in
4609    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4610    *) ac_try_echo=$ac_try;;
4611   esac
4612 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4612 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4613 > $as_echo "$ac_try_echo") >&5
4614    (eval "$ac_compiler -V >&5") 2>&5
4615    ac_status=$?
4616 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4616 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4617    (exit $ac_status); }
4618   rm -f a.out
4619  
# Line 4481 | Line 4621 | ac_ext=F
4621   # input file.  (Note that this only needs to work for GNU compilers.)
4622   ac_save_ext=$ac_ext
4623   ac_ext=F
4624 < { echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4625 < echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6; }
4624 > { $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4625 > $as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
4626   if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4627 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4627 >  $as_echo_n "(cached) " >&6
4628   else
4629    cat >conftest.$ac_ext <<_ACEOF
4630        program main
# Line 4500 | Line 4640 | esac
4640    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4641    *) ac_try_echo=$ac_try;;
4642   esac
4643 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4643 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4644 > $as_echo "$ac_try_echo") >&5
4645    (eval "$ac_compile") 2>conftest.er1
4646    ac_status=$?
4647    grep -v '^ *+' conftest.er1 >conftest.err
4648    rm -f conftest.er1
4649    cat conftest.err >&5
4650 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4650 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4651    (exit $ac_status); } && {
4652           test -z "$ac_fc_werror_flag" ||
4653           test ! -s conftest.err
4654         } && test -s conftest.$ac_objext; then
4655    ac_compiler_gnu=yes
4656   else
4657 <  echo "$as_me: failed program was:" >&5
4657 >  $as_echo "$as_me: failed program was:" >&5
4658   sed 's/^/| /' conftest.$ac_ext >&5
4659  
4660          ac_compiler_gnu=no
# Line 4523 | Line 4664 | fi
4664   ac_cv_fc_compiler_gnu=$ac_compiler_gnu
4665  
4666   fi
4667 < { echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4668 < echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6; }
4667 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4668 > $as_echo "$ac_cv_fc_compiler_gnu" >&6; }
4669   ac_ext=$ac_save_ext
4670   ac_test_FFLAGS=${FCFLAGS+set}
4671   ac_save_FFLAGS=$FCFLAGS
4672   FCFLAGS=
4673 < { echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4674 < echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6; }
4673 > { $as_echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4674 > $as_echo_n "checking whether $FC accepts -g... " >&6; }
4675   if test "${ac_cv_prog_fc_g+set}" = set; then
4676 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4676 >  $as_echo_n "(cached) " >&6
4677   else
4678    FCFLAGS=-g
4679   cat >conftest.$ac_ext <<_ACEOF
# Line 4546 | Line 4687 | esac
4687    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4688    *) ac_try_echo=$ac_try;;
4689   esac
4690 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4690 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4691 > $as_echo "$ac_try_echo") >&5
4692    (eval "$ac_compile") 2>conftest.er1
4693    ac_status=$?
4694    grep -v '^ *+' conftest.er1 >conftest.err
4695    rm -f conftest.er1
4696    cat conftest.err >&5
4697 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4698    (exit $ac_status); } && {
4699           test -z "$ac_fc_werror_flag" ||
4700           test ! -s conftest.err
4701         } && test -s conftest.$ac_objext; then
4702    ac_cv_prog_fc_g=yes
4703   else
4704 <  echo "$as_me: failed program was:" >&5
4704 >  $as_echo "$as_me: failed program was:" >&5
4705   sed 's/^/| /' conftest.$ac_ext >&5
4706  
4707          ac_cv_prog_fc_g=no
# Line 4568 | Line 4710 | fi
4710   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711  
4712   fi
4713 < { echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4714 < echo "${ECHO_T}$ac_cv_prog_fc_g" >&6; }
4713 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4714 > $as_echo "$ac_cv_prog_fc_g" >&6; }
4715   if test "$ac_test_FFLAGS" = set; then
4716    FCFLAGS=$ac_save_FFLAGS
4717   elif test $ac_cv_prog_fc_g = yes; then
# Line 4597 | Line 4739 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
4739   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4740   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4741   ac_compiler_gnu=$ac_cv_c_compiler_gnu
4742 < { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4743 < echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
4742 > { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4743 > $as_echo_n "checking how to run the C preprocessor... " >&6; }
4744   # On Suns, sometimes $CPP names a directory.
4745   if test -n "$CPP" && test -d "$CPP"; then
4746    CPP=
4747   fi
4748   if test -z "$CPP"; then
4749    if test "${ac_cv_prog_CPP+set}" = set; then
4750 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4750 >  $as_echo_n "(cached) " >&6
4751   else
4752        # Double quotes because CPP needs to be expanded
4753      for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
# Line 4637 | Line 4779 | esac
4779    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4780    *) ac_try_echo=$ac_try;;
4781   esac
4782 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4782 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4783 > $as_echo "$ac_try_echo") >&5
4784    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4785    ac_status=$?
4786    grep -v '^ *+' conftest.er1 >conftest.err
4787    rm -f conftest.er1
4788    cat conftest.err >&5
4789 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4789 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4790    (exit $ac_status); } >/dev/null && {
4791           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4792           test ! -s conftest.err
4793         }; then
4794    :
4795   else
4796 <  echo "$as_me: failed program was:" >&5
4796 >  $as_echo "$as_me: failed program was:" >&5
4797   sed 's/^/| /' conftest.$ac_ext >&5
4798  
4799    # Broken: fails on valid input.
# Line 4674 | Line 4817 | esac
4817    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4818    *) ac_try_echo=$ac_try;;
4819   esac
4820 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4820 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4821 > $as_echo "$ac_try_echo") >&5
4822    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4823    ac_status=$?
4824    grep -v '^ *+' conftest.er1 >conftest.err
4825    rm -f conftest.er1
4826    cat conftest.err >&5
4827 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4827 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4828    (exit $ac_status); } >/dev/null && {
4829           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4830           test ! -s conftest.err
# Line 4688 | Line 4832 | else
4832    # Broken: success on invalid input.
4833   continue
4834   else
4835 <  echo "$as_me: failed program was:" >&5
4835 >  $as_echo "$as_me: failed program was:" >&5
4836   sed 's/^/| /' conftest.$ac_ext >&5
4837  
4838    # Passes both tests.
# Line 4713 | Line 4857 | fi
4857   else
4858    ac_cv_prog_CPP=$CPP
4859   fi
4860 < { echo "$as_me:$LINENO: result: $CPP" >&5
4861 < echo "${ECHO_T}$CPP" >&6; }
4860 > { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4861 > $as_echo "$CPP" >&6; }
4862   ac_preproc_ok=false
4863   for ac_c_preproc_warn_flag in '' yes
4864   do
# Line 4742 | Line 4886 | esac
4886    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4887    *) ac_try_echo=$ac_try;;
4888   esac
4889 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4889 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4890 > $as_echo "$ac_try_echo") >&5
4891    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4892    ac_status=$?
4893    grep -v '^ *+' conftest.er1 >conftest.err
4894    rm -f conftest.er1
4895    cat conftest.err >&5
4896 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4897    (exit $ac_status); } >/dev/null && {
4898           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4899           test ! -s conftest.err
4900         }; then
4901    :
4902   else
4903 <  echo "$as_me: failed program was:" >&5
4903 >  $as_echo "$as_me: failed program was:" >&5
4904   sed 's/^/| /' conftest.$ac_ext >&5
4905  
4906    # Broken: fails on valid input.
# Line 4779 | Line 4924 | esac
4924    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4925    *) ac_try_echo=$ac_try;;
4926   esac
4927 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4927 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4928 > $as_echo "$ac_try_echo") >&5
4929    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4930    ac_status=$?
4931    grep -v '^ *+' conftest.er1 >conftest.err
4932    rm -f conftest.er1
4933    cat conftest.err >&5
4934 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4934 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935    (exit $ac_status); } >/dev/null && {
4936           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4937           test ! -s conftest.err
# Line 4793 | Line 4939 | else
4939    # Broken: success on invalid input.
4940   continue
4941   else
4942 <  echo "$as_me: failed program was:" >&5
4942 >  $as_echo "$as_me: failed program was:" >&5
4943   sed 's/^/| /' conftest.$ac_ext >&5
4944  
4945    # Passes both tests.
# Line 4809 | Line 4955 | else
4955   if $ac_preproc_ok; then
4956    :
4957   else
4958 <  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4958 >  { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4959   See \`config.log' for more details." >&5
4960 < echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4960 > $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4961   See \`config.log' for more details." >&2;}
4962     { (exit 1); exit 1; }; }
4963   fi
# Line 4822 | Line 4968 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
4968   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4969   ac_compiler_gnu=$ac_cv_c_compiler_gnu
4970  
4971 < { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4972 < echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4971 > { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4972 > $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4973   if test "${ac_cv_path_GREP+set}" = set; then
4974 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4974 >  $as_echo_n "(cached) " >&6
4975   else
4976 <  # Extract the first word of "grep ggrep" to use in msg output
4831 < if test -z "$GREP"; then
4832 < set dummy grep ggrep; ac_prog_name=$2
4833 < if test "${ac_cv_path_GREP+set}" = set; then
4834 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4835 < else
4976 >  if test -z "$GREP"; then
4977    ac_path_GREP_found=false
4978 < # Loop through the user's path and test for each of PROGNAME-LIST
4979 < as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4978 >  # Loop through the user's path and test for each of PROGNAME-LIST
4979 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4980   for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4981   do
4982    IFS=$as_save_IFS
4983    test -z "$as_dir" && as_dir=.
4984    for ac_prog in grep ggrep; do
4985 <  for ac_exec_ext in '' $ac_executable_extensions; do
4986 <    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4987 <    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4988 <    # Check for GNU ac_path_GREP and select it if it is found.
4985 >    for ac_exec_ext in '' $ac_executable_extensions; do
4986 >      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4987 >      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4988 > # Check for GNU ac_path_GREP and select it if it is found.
4989    # Check for GNU $ac_path_GREP
4990   case `"$ac_path_GREP" --version 2>&1` in
4991   *GNU*)
4992    ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4993   *)
4994    ac_count=0
4995 <  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4995 >  $as_echo_n 0123456789 >"conftest.in"
4996    while :
4997    do
4998      cat "conftest.in" "conftest.in" >"conftest.tmp"
4999      mv "conftest.tmp" "conftest.in"
5000      cp "conftest.in" "conftest.nl"
5001 <    echo 'GREP' >> "conftest.nl"
5001 >    $as_echo 'GREP' >> "conftest.nl"
5002      "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5003      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5004      ac_count=`expr $ac_count + 1`
# Line 4872 | Line 5013 | esac
5013    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5014   esac
5015  
5016 <
5017 <    $ac_path_GREP_found && break 3
5016 >      $ac_path_GREP_found && break 3
5017 >    done
5018    done
5019   done
4879
4880 done
5020   IFS=$as_save_IFS
5021 <
5022 <
5023 < fi
4885 <
4886 < GREP="$ac_cv_path_GREP"
4887 < if test -z "$GREP"; then
4888 <  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4889 < echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5021 >  if test -z "$ac_cv_path_GREP"; then
5022 >    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5023 > $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5024     { (exit 1); exit 1; }; }
5025 < fi
4892 <
5025 >  fi
5026   else
5027    ac_cv_path_GREP=$GREP
5028   fi
5029  
4897
5030   fi
5031 < { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5032 < echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5031 > { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5032 > $as_echo "$ac_cv_path_GREP" >&6; }
5033   GREP="$ac_cv_path_GREP"
5034  
5035  
5036 < { echo "$as_me:$LINENO: checking for egrep" >&5
5037 < echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5036 > { $as_echo "$as_me:$LINENO: checking for egrep" >&5
5037 > $as_echo_n "checking for egrep... " >&6; }
5038   if test "${ac_cv_path_EGREP+set}" = set; then
5039 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5039 >  $as_echo_n "(cached) " >&6
5040   else
5041    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5042     then ac_cv_path_EGREP="$GREP -E"
5043     else
5044 <     # Extract the first word of "egrep" to use in msg output
4913 < if test -z "$EGREP"; then
4914 < set dummy egrep; ac_prog_name=$2
4915 < if test "${ac_cv_path_EGREP+set}" = set; then
4916 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4917 < else
5044 >     if test -z "$EGREP"; then
5045    ac_path_EGREP_found=false
5046 < # Loop through the user's path and test for each of PROGNAME-LIST
5047 < as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5046 >  # Loop through the user's path and test for each of PROGNAME-LIST
5047 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5048   for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5049   do
5050    IFS=$as_save_IFS
5051    test -z "$as_dir" && as_dir=.
5052    for ac_prog in egrep; do
5053 <  for ac_exec_ext in '' $ac_executable_extensions; do
5054 <    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5055 <    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5056 <    # Check for GNU ac_path_EGREP and select it if it is found.
5053 >    for ac_exec_ext in '' $ac_executable_extensions; do
5054 >      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5055 >      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5056 > # Check for GNU ac_path_EGREP and select it if it is found.
5057    # Check for GNU $ac_path_EGREP
5058   case `"$ac_path_EGREP" --version 2>&1` in
5059   *GNU*)
5060    ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5061   *)
5062    ac_count=0
5063 <  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5063 >  $as_echo_n 0123456789 >"conftest.in"
5064    while :
5065    do
5066      cat "conftest.in" "conftest.in" >"conftest.tmp"
5067      mv "conftest.tmp" "conftest.in"
5068      cp "conftest.in" "conftest.nl"
5069 <    echo 'EGREP' >> "conftest.nl"
5069 >    $as_echo 'EGREP' >> "conftest.nl"
5070      "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5071      diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5072      ac_count=`expr $ac_count + 1`
# Line 4954 | Line 5081 | esac
5081    rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5082   esac
5083  
5084 <
5085 <    $ac_path_EGREP_found && break 3
5084 >      $ac_path_EGREP_found && break 3
5085 >    done
5086    done
5087   done
4961
4962 done
5088   IFS=$as_save_IFS
5089 <
5090 <
5091 < fi
4967 <
4968 < EGREP="$ac_cv_path_EGREP"
4969 < if test -z "$EGREP"; then
4970 <  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4971 < echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5089 >  if test -z "$ac_cv_path_EGREP"; then
5090 >    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5091 > $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5092     { (exit 1); exit 1; }; }
5093 < fi
4974 <
5093 >  fi
5094   else
5095    ac_cv_path_EGREP=$EGREP
5096   fi
5097  
4979
5098     fi
5099   fi
5100 < { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5101 < echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5100 > { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5101 > $as_echo "$ac_cv_path_EGREP" >&6; }
5102   EGREP="$ac_cv_path_EGREP"
5103  
5104  
5105 < { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5106 < echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5105 > { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
5106 > $as_echo_n "checking whether ln -s works... " >&6; }
5107   LN_S=$as_ln_s
5108   if test "$LN_S" = "ln -s"; then
5109 <  { echo "$as_me:$LINENO: result: yes" >&5
5110 < echo "${ECHO_T}yes" >&6; }
5109 >  { $as_echo "$as_me:$LINENO: result: yes" >&5
5110 > $as_echo "yes" >&6; }
5111   else
5112 <  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5113 < echo "${ECHO_T}no, using $LN_S" >&6; }
5112 >  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5113 > $as_echo "no, using $LN_S" >&6; }
5114   fi
5115  
5116 < { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5117 < echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
5118 < set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5116 > { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5117 > $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
5118 > set x ${MAKE-make}
5119 > ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
5120   if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
5121 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5121 >  $as_echo_n "(cached) " >&6
5122   else
5123    cat >conftest.make <<\_ACEOF
5124   SHELL = /bin/sh
# Line 5016 | Line 5135 | if eval test \$ac_cv_prog_make_${ac_make}_set = yes; t
5135   rm -f conftest.make
5136   fi
5137   if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
5138 <  { echo "$as_me:$LINENO: result: yes" >&5
5139 < echo "${ECHO_T}yes" >&6; }
5138 >  { $as_echo "$as_me:$LINENO: result: yes" >&5
5139 > $as_echo "yes" >&6; }
5140    SET_MAKE=
5141   else
5142 <  { echo "$as_me:$LINENO: result: no" >&5
5143 < echo "${ECHO_T}no" >&6; }
5142 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5143 > $as_echo "no" >&6; }
5144    SET_MAKE="MAKE=${MAKE-make}"
5145   fi
5146  
5147   if test -n "$ac_tool_prefix"; then
5148    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5149   set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5150 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
5151 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5150 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5151 > $as_echo_n "checking for $ac_word... " >&6; }
5152   if test "${ac_cv_prog_RANLIB+set}" = set; then
5153 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5153 >  $as_echo_n "(cached) " >&6
5154   else
5155    if test -n "$RANLIB"; then
5156    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
# Line 5044 | Line 5163 | do
5163    for ac_exec_ext in '' $ac_executable_extensions; do
5164    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5166 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5166 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5167      break 2
5168    fi
5169   done
# Line 5055 | Line 5174 | if test -n "$RANLIB"; then
5174   fi
5175   RANLIB=$ac_cv_prog_RANLIB
5176   if test -n "$RANLIB"; then
5177 <  { echo "$as_me:$LINENO: result: $RANLIB" >&5
5178 < echo "${ECHO_T}$RANLIB" >&6; }
5177 >  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5178 > $as_echo "$RANLIB" >&6; }
5179   else
5180 <  { echo "$as_me:$LINENO: result: no" >&5
5181 < echo "${ECHO_T}no" >&6; }
5180 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5181 > $as_echo "no" >&6; }
5182   fi
5183  
5184  
# Line 5068 | Line 5187 | set dummy ranlib; ac_word=$2
5187    ac_ct_RANLIB=$RANLIB
5188    # Extract the first word of "ranlib", so it can be a program name with args.
5189   set dummy ranlib; ac_word=$2
5190 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
5191 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5190 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5191 > $as_echo_n "checking for $ac_word... " >&6; }
5192   if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5193 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5193 >  $as_echo_n "(cached) " >&6
5194   else
5195    if test -n "$ac_ct_RANLIB"; then
5196    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
# Line 5084 | Line 5203 | do
5203    for ac_exec_ext in '' $ac_executable_extensions; do
5204    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5205      ac_cv_prog_ac_ct_RANLIB="ranlib"
5206 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5206 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5207      break 2
5208    fi
5209   done
# Line 5095 | Line 5214 | if test -n "$ac_ct_RANLIB"; then
5214   fi
5215   ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5216   if test -n "$ac_ct_RANLIB"; then
5217 <  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5218 < echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5217 >  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5218 > $as_echo "$ac_ct_RANLIB" >&6; }
5219   else
5220 <  { echo "$as_me:$LINENO: result: no" >&5
5221 < echo "${ECHO_T}no" >&6; }
5220 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5221 > $as_echo "no" >&6; }
5222   fi
5223  
5224    if test "x$ac_ct_RANLIB" = x; then
# Line 5107 | Line 5226 | yes:)
5226    else
5227      case $cross_compiling:$ac_tool_warned in
5228   yes:)
5229 < { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5229 > { $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5230   whose name does not start with the host triplet.  If you think this
5231   configuration is useful to you, please write to autoconf@gnu.org." >&5
5232 < echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5232 > $as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5233   whose name does not start with the host triplet.  If you think this
5234   configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5235   ac_tool_warned=yes ;;
# Line 5124 | Line 5243 | set dummy perl; ac_word=$2
5243  
5244     # Extract the first word of "perl", so it can be a program name with args.
5245   set dummy perl; ac_word=$2
5246 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
5247 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5246 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5247 > $as_echo_n "checking for $ac_word... " >&6; }
5248   if test "${ac_cv_path_PERLINTERP+set}" = set; then
5249 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5249 >  $as_echo_n "(cached) " >&6
5250   else
5251    case $PERLINTERP in
5252    [\\/]* | ?:[\\/]*)
# Line 5142 | Line 5261 | do
5261    for ac_exec_ext in '' $ac_executable_extensions; do
5262    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5263      ac_cv_path_PERLINTERP="$as_dir/$ac_word$ac_exec_ext"
5264 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5264 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5265      break 2
5266    fi
5267   done
# Line 5155 | Line 5274 | if test -n "$PERLINTERP"; then
5274   fi
5275   PERLINTERP=$ac_cv_path_PERLINTERP
5276   if test -n "$PERLINTERP"; then
5277 <  { echo "$as_me:$LINENO: result: $PERLINTERP" >&5
5278 < echo "${ECHO_T}$PERLINTERP" >&6; }
5277 >  { $as_echo "$as_me:$LINENO: result: $PERLINTERP" >&5
5278 > $as_echo "$PERLINTERP" >&6; }
5279   else
5280 <  { echo "$as_me:$LINENO: result: no" >&5
5281 < echo "${ECHO_T}no" >&6; }
5280 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5281 > $as_echo "no" >&6; }
5282   fi
5283  
5284  
# Line 5174 | Line 5293 | fi
5293                  opt_perl_shebang="not_set"
5294   fi
5295  
5296 <   { echo "$as_me:$LINENO: checking whether explicit instead of detected sharpbang is to be used" >&5
5297 < echo $ECHO_N "checking whether explicit instead of detected sharpbang is to be used... $ECHO_C" >&6; }
5296 >   { $as_echo "$as_me:$LINENO: checking whether explicit instead of detected sharpbang is to be used" >&5
5297 > $as_echo_n "checking whether explicit instead of detected sharpbang is to be used... " >&6; }
5298   if test "${ax_cv_opt_perl_shebang+set}" = set; then
5299 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5299 >  $as_echo_n "(cached) " >&6
5300   else
5301     case "$opt_perl_shebang" in
5302                        not_set  ) ax_cv_opt_perl_shebang=''
# Line 5187 | Line 5306 | fi
5306                      esac
5307  
5308   fi
5309 < { echo "$as_me:$LINENO: result: $ax_cv_opt_perl_shebang" >&5
5310 < echo "${ECHO_T}$ax_cv_opt_perl_shebang" >&6; }
5309 > { $as_echo "$as_me:$LINENO: result: $ax_cv_opt_perl_shebang" >&5
5310 > $as_echo "$ax_cv_opt_perl_shebang" >&6; }
5311     if test "A$ax_cv_opt_perl_shebang" != "A"
5312       then
5313         ac_cv_sys_kernshrpbang_perl="$ax_cv_opt_perl_shebang"
5314         PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl"
5315 <              { echo "$as_me:$LINENO: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&5
5316 < echo "$as_me: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&6;}
5315 >              { $as_echo "$as_me:$LINENO: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&5
5316 > $as_echo "$as_me: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&6;}
5317  
5318   # Automatic detection of sharpbang formula starts here
5319       else
5320     _somian_shbangperl=`$PERLINTERP -V:startperl`
5321     negclass="[^']"; # must leave this comment:  m4 will remove the outer brackets for us, heheh
5322 <   { echo "$as_me:$LINENO: checking for kernel sharpbang invocation to start perl" >&5
5323 < echo $ECHO_N "checking for kernel sharpbang invocation to start perl... $ECHO_C" >&6; }
5322 >   { $as_echo "$as_me:$LINENO: checking for kernel sharpbang invocation to start perl" >&5
5323 > $as_echo_n "checking for kernel sharpbang invocation to start perl... " >&6; }
5324   if test "${ac_cv_sys_kernshrpbang_perl+set}" = set; then
5325 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5325 >  $as_echo_n "(cached) " >&6
5326   else
5327    _somian_kspb_perl=`echo "$_somian_shbangperl" | sed -ne"s|.*='\($negclass*\)';$|\1|p"`
5328          if test "x$_somian_kspb_perl" == x
# Line 5219 | Line 5338 | fi
5338          fi
5339  
5340   fi
5341 < { echo "$as_me:$LINENO: result: $ac_cv_sys_kernshrpbang_perl" >&5
5342 < echo "${ECHO_T}$ac_cv_sys_kernshrpbang_perl" >&6; }
5341 > { $as_echo "$as_me:$LINENO: result: $ac_cv_sys_kernshrpbang_perl" >&5
5342 > $as_echo "$ac_cv_sys_kernshrpbang_perl" >&6; }
5343   # The above prints Checking ... result message to user.
5344     PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl"
5345  
5346      if test A${_somian_ksbp_warn_empty+set} == Aset
5347 <      then   { echo "$as_me:$LINENO: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&5
5348 < echo "$as_me: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&2;}
5347 >      then   { $as_echo "$as_me:$LINENO: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&5
5348 > $as_echo "$as_me: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&2;}
5349      fi
5350   # Inform user after printing result value
5351      if test A${_somian_ksbp_warn_defau+set} == Aset
5352 <      then { echo "$as_me:$LINENO: Maybe Not good -" >&5
5353 < echo "$as_me: Maybe Not good -" >&6;}
5354 <           { echo "$as_me:$LINENO: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&5
5355 < echo "$as_me: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&2;}
5356 <      else { echo "$as_me:$LINENO: OK Good result - " >&5
5357 < echo "$as_me: OK Good result - " >&6;}
5358 <           { echo "$as_me:$LINENO: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&5
5359 < echo "$as_me: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&6;}
5352 >      then { $as_echo "$as_me:$LINENO: Maybe Not good -" >&5
5353 > $as_echo "$as_me: Maybe Not good -" >&6;}
5354 >           { $as_echo "$as_me:$LINENO: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&5
5355 > $as_echo "$as_me: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&2;}
5356 >      else { $as_echo "$as_me:$LINENO: OK Good result - " >&5
5357 > $as_echo "$as_me: OK Good result - " >&6;}
5358 >           { $as_echo "$as_me:$LINENO: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&5
5359 > $as_echo "$as_me: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&6;}
5360      fi
5361    fi
5362  
# Line 5254 | Line 5373 | echo "$as_me: In last check we got a proper-looking an
5373   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5374   # OS/2's system install, which has a completely different semantic
5375   # ./install, which can be erroneously created by make from ./install.sh.
5376 < { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5377 < echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5376 > # Reject install programs that cannot install multiple files.
5377 > { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5378 > $as_echo_n "checking for a BSD-compatible install... " >&6; }
5379   if test -z "$INSTALL"; then
5380   if test "${ac_cv_path_install+set}" = set; then
5381 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5381 >  $as_echo_n "(cached) " >&6
5382   else
5383    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5384   for as_dir in $PATH
# Line 5287 | Line 5407 | case $as_dir/ in
5407              # program-specific install script used by HP pwplus--don't use.
5408              :
5409            else
5410 <            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5411 <            break 3
5410 >            rm -rf conftest.one conftest.two conftest.dir
5411 >            echo one > conftest.one
5412 >            echo two > conftest.two
5413 >            mkdir conftest.dir
5414 >            if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5415 >              test -s conftest.one && test -s conftest.two &&
5416 >              test -s conftest.dir/conftest.one &&
5417 >              test -s conftest.dir/conftest.two
5418 >            then
5419 >              ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5420 >              break 3
5421 >            fi
5422            fi
5423          fi
5424        done
5425      done
5426      ;;
5427   esac
5428 +
5429   done
5430   IFS=$as_save_IFS
5431  
5432 + rm -rf conftest.one conftest.two conftest.dir
5433  
5434   fi
5435    if test "${ac_cv_path_install+set}" = set; then
# Line 5310 | Line 5442 | fi
5442      INSTALL=$ac_install_sh
5443    fi
5444   fi
5445 < { echo "$as_me:$LINENO: result: $INSTALL" >&5
5446 < echo "${ECHO_T}$INSTALL" >&6; }
5445 > { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5446 > $as_echo "$INSTALL" >&6; }
5447  
5448   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5449   # It thinks the first close brace ends the variable substitution.
# Line 5328 | Line 5460 | set dummy ar; ac_word=$2
5460   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
5461   # Extract the first word of "ar", so it can be a program name with args.
5462   set dummy ar; ac_word=$2
5463 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5463 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 > $as_echo_n "checking for $ac_word... " >&6; }
5465   if test "${ac_cv_prog_AR+set}" = set; then
5466 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5466 >  $as_echo_n "(cached) " >&6
5467   else
5468    if test -n "$AR"; then
5469    ac_cv_prog_AR="$AR" # Let the user override the test.
# Line 5344 | Line 5476 | do
5476    for ac_exec_ext in '' $ac_executable_extensions; do
5477    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478      ac_cv_prog_AR="ar"
5479 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5479 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480      break 2
5481    fi
5482   done
# Line 5356 | Line 5488 | if test -n "$AR"; then
5488   fi
5489   AR=$ac_cv_prog_AR
5490   if test -n "$AR"; then
5491 <  { echo "$as_me:$LINENO: result: $AR" >&5
5492 < echo "${ECHO_T}$AR" >&6; }
5491 >  { $as_echo "$as_me:$LINENO: result: $AR" >&5
5492 > $as_echo "$AR" >&6; }
5493   else
5494 <  { echo "$as_me:$LINENO: result: no" >&5
5495 < echo "${ECHO_T}no" >&6; }
5494 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5495 > $as_echo "no" >&6; }
5496   fi
5497  
5498  
# Line 5392 | Line 5524 | _ACEOF
5524      case $ac_val in #(
5525      *${as_nl}*)
5526        case $ac_var in #(
5527 <      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
5528 < echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
5527 >      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
5528 > $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
5529        esac
5530        case $ac_var in #(
5531        _ | IFS | as_nl) ;; #(
5532 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
5533        *) $as_unset $ac_var ;;
5534        esac ;;
5535      esac
# Line 5429 | Line 5562 | if diff "$cache_file" confcache >/dev/null 2>&1; then
5562   if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
5563    if test -w "$cache_file"; then
5564      test "x$cache_file" != "x/dev/null" &&
5565 <      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
5566 < echo "$as_me: updating cache $cache_file" >&6;}
5565 >      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
5566 > $as_echo "$as_me: updating cache $cache_file" >&6;}
5567      cat confcache >$cache_file
5568    else
5569 <    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5570 < echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5569 >    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
5570 > $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5571    fi
5572   fi
5573   rm -f confcache
# Line 5442 | Line 5575 | set dummy ps; ac_word=$2
5575   fi
5576   # Extract the first word of "ps", so it can be a program name with args.
5577   set dummy ps; ac_word=$2
5578 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
5579 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5578 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5579 > $as_echo_n "checking for $ac_word... " >&6; }
5580   if test "${ac_cv_path_PS+set}" = set; then
5581 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5581 >  $as_echo_n "(cached) " >&6
5582   else
5583    case $PS in
5584    [\\/]* | ?:[\\/]*)
# Line 5460 | Line 5593 | do
5593    for ac_exec_ext in '' $ac_executable_extensions; do
5594    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5595      ac_cv_path_PS="$as_dir/$ac_word$ac_exec_ext"
5596 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5596 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5597      break 2
5598    fi
5599   done
# Line 5472 | Line 5605 | if test -n "$PS"; then
5605   fi
5606   PS=$ac_cv_path_PS
5607   if test -n "$PS"; then
5608 <  { echo "$as_me:$LINENO: result: $PS" >&5
5609 < echo "${ECHO_T}$PS" >&6; }
5608 >  { $as_echo "$as_me:$LINENO: result: $PS" >&5
5609 > $as_echo "$PS" >&6; }
5610   else
5611 <  { echo "$as_me:$LINENO: result: no" >&5
5612 < echo "${ECHO_T}no" >&6; }
5611 >  { $as_echo "$as_me:$LINENO: result: no" >&5
5612 > $as_echo "no" >&6; }
5613   fi
5614  
5615  
5616 < { echo "$as_me:$LINENO: checking for POSIX or BSD ps syntax" >&5
5617 < echo $ECHO_N "checking for POSIX or BSD ps syntax... $ECHO_C" >&6; }
5616 > { $as_echo "$as_me:$LINENO: checking for POSIX or BSD ps syntax" >&5
5617 > $as_echo_n "checking for POSIX or BSD ps syntax... " >&6; }
5618   if test "${ac_cv_prog_ps_syntax+set}" = set; then
5619 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5619 >  $as_echo_n "(cached) " >&6
5620   else
5621  
5622          if $PS ax -o rss > /dev/null 2>&1; then
# Line 5502 | Line 5635 | else
5635                  if test "$ac_cv_prog_ps_ef" = yes; then
5636                          ac_cv_prog_ps_syntax=POSIX
5637                  else
5638 <                        { { echo "$as_me:$LINENO: error: Could not determine ps syntax" >&5
5639 < echo "$as_me: error: Could not determine ps syntax" >&2;}
5638 >                        { { $as_echo "$as_me:$LINENO: error: Could not determine ps syntax" >&5
5639 > $as_echo "$as_me: error: Could not determine ps syntax" >&2;}
5640     { (exit 1); exit 1; }; }
5641                  fi
5642          fi
5643  
5644   fi
5645 < { echo "$as_me:$LINENO: result: $ac_cv_prog_ps_syntax" >&5
5646 < echo "${ECHO_T}$ac_cv_prog_ps_syntax" >&6; }
5645 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_ps_syntax" >&5
5646 > $as_echo "$ac_cv_prog_ps_syntax" >&6; }
5647  
5648   cat >>confdefs.h <<_ACEOF
5649   #define PSCOMMAND $PS
# Line 5530 | Line 5663 | _ACEOF
5663   _ACEOF
5664  
5665     else
5666 <       { { echo "$as_me:$LINENO: error: Unknown ps syntax type!" >&5
5667 < echo "$as_me: error: Unknown ps syntax type!" >&2;}
5666 >       { { $as_echo "$as_me:$LINENO: error: Unknown ps syntax type!" >&5
5667 > $as_echo "$as_me: error: Unknown ps syntax type!" >&2;}
5668     { (exit 1); exit 1; }; }
5669     fi
5670   fi
# Line 5546 | Line 5679 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5679   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
5680   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
5681   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5682 < { echo "$as_me:$LINENO: checking for Fortran flag to compile .F90 files" >&5
5683 < echo $ECHO_N "checking for Fortran flag to compile .F90 files... $ECHO_C" >&6; }
5682 > { $as_echo "$as_me:$LINENO: checking for Fortran flag to compile .F90 files" >&5
5683 > $as_echo_n "checking for Fortran flag to compile .F90 files... " >&6; }
5684   if test "${ac_cv_fc_srcext_F90+set}" = set; then
5685 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5685 >  $as_echo_n "(cached) " >&6
5686   else
5687    ac_ext=F90
5688   ac_fcflags_srcext_save=$ac_fcflags_srcext
# Line 5568 | Line 5701 | esac
5701    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5702    *) ac_try_echo=$ac_try;;
5703   esac
5704 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5704 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5705 > $as_echo "$ac_try_echo") >&5
5706    (eval "$ac_compile") 2>conftest.er1
5707    ac_status=$?
5708    grep -v '^ *+' conftest.er1 >conftest.err
5709    rm -f conftest.er1
5710    cat conftest.err >&5
5711 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5711 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5712    (exit $ac_status); } && {
5713           test -z "$ac_fc_werror_flag" ||
5714           test ! -s conftest.err
5715         } && test -s conftest.$ac_objext; then
5716    ac_cv_fc_srcext_F90=$ac_flag; break
5717   else
5718 <  echo "$as_me: failed program was:" >&5
5718 >  $as_echo "$as_me: failed program was:" >&5
5719   sed 's/^/| /' conftest.$ac_ext >&5
5720  
5721  
# Line 5593 | Line 5727 | fi
5727   ac_fcflags_srcext=$ac_fcflags_srcext_save
5728  
5729   fi
5730 < { echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_F90" >&5
5731 < echo "${ECHO_T}$ac_cv_fc_srcext_F90" >&6; }
5730 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_F90" >&5
5731 > $as_echo "$ac_cv_fc_srcext_F90" >&6; }
5732   if test "x$ac_cv_fc_srcext_F90" = xunknown; then
5733 <  { { echo "$as_me:$LINENO: error: Fortran could not compile .F90 files" >&5
5734 < echo "$as_me: error: Fortran could not compile .F90 files" >&2;}
5733 >  { { $as_echo "$as_me:$LINENO: error: Fortran could not compile .F90 files" >&5
5734 > $as_echo "$as_me: error: Fortran could not compile .F90 files" >&2;}
5735     { (exit 1); exit 1; }; }
5736   else
5737    ac_fc_srcext=F90
# Line 5640 | Line 5774 | if test "$ac_test_PREPFLAG" != "set"; then
5774    esac
5775  
5776    if test -z "$PREPFLAG"; then
5777 <        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPFLAG\"" >&5
5778 < echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;}
5777 >        { $as_echo "$as_me:$LINENO: WARNING: \"Using empty PREPFLAG\"" >&5
5778 > $as_echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;}
5779          PREPFLAG=""
5780    fi
5781  
5782 <  { echo "$as_me:$LINENO: checking to make sure F90 preprocessor flag works" >&5
5783 < echo $ECHO_N "checking to make sure F90 preprocessor flag works... $ECHO_C" >&6; }
5782 >  { $as_echo "$as_me:$LINENO: checking to make sure F90 preprocessor flag works" >&5
5783 > $as_echo_n "checking to make sure F90 preprocessor flag works... " >&6; }
5784  
5785    ac_ext=${ac_fc_srcext-f}
5786   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
# Line 5676 | Line 5810 | esac
5810    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5811    *) ac_try_echo=$ac_try;;
5812   esac
5813 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5813 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5814 > $as_echo "$ac_try_echo") >&5
5815    (eval "$ac_compile") 2>conftest.er1
5816    ac_status=$?
5817    grep -v '^ *+' conftest.er1 >conftest.err
5818    rm -f conftest.er1
5819    cat conftest.err >&5
5820 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5820 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5821    (exit $ac_status); } && {
5822           test -z "$ac_fc_werror_flag" ||
5823           test ! -s conftest.err
5824         } && test -s conftest.$ac_objext; then
5825    prepflagworks=1
5826   else
5827 <  echo "$as_me: failed program was:" >&5
5827 >  $as_echo "$as_me: failed program was:" >&5
5828   sed 's/^/| /' conftest.$ac_ext >&5
5829  
5830          prepflagworks=0
# Line 5706 | Line 5841 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5841  
5842  
5843    if test "$prepflagworks" = 1; then
5844 <    { echo "$as_me:$LINENO: result: yes" >&5
5845 < echo "${ECHO_T}yes" >&6; }
5844 >    { $as_echo "$as_me:$LINENO: result: yes" >&5
5845 > $as_echo "yes" >&6; }
5846      FCFLAGS_SRCEXT="${PREPFLAG}"
5847  
5848    else
5849 <    { echo "$as_me:$LINENO: result: no" >&5
5850 < echo "${ECHO_T}no" >&6; }
5851 <    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor flag" >&5
5852 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
5849 >    { $as_echo "$as_me:$LINENO: result: no" >&5
5850 > $as_echo "no" >&6; }
5851 >    { { $as_echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor flag" >&5
5852 > $as_echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
5853     { (exit 1); exit 1; }; }
5854    fi
5855   fi
# Line 5743 | Line 5878 | if test "$ac_test_PREPDEFFLAG" != "set"; then
5878    esac
5879  
5880    if test -z "$PREPDEFFLAG"; then
5881 <        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPDEFFLAG\"" >&5
5882 < echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;}
5881 >        { $as_echo "$as_me:$LINENO: WARNING: \"Using empty PREPDEFFLAG\"" >&5
5882 > $as_echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;}
5883          PREPDEFFLAG=" "
5884    fi
5885  
5886 <  { echo "$as_me:$LINENO: checking to make sure F90 preprocessor define flag works" >&5
5887 < echo $ECHO_N "checking to make sure F90 preprocessor define flag works... $ECHO_C" >&6; }
5886 >  { $as_echo "$as_me:$LINENO: checking to make sure F90 preprocessor define flag works" >&5
5887 > $as_echo_n "checking to make sure F90 preprocessor define flag works... " >&6; }
5888  
5889    ac_ext=${ac_fc_srcext-f}
5890   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
# Line 5783 | Line 5918 | esac
5918    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5919    *) ac_try_echo=$ac_try;;
5920   esac
5921 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5921 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5922 > $as_echo "$ac_try_echo") >&5
5923    (eval "$ac_compile") 2>conftest.er1
5924    ac_status=$?
5925    grep -v '^ *+' conftest.er1 >conftest.err
5926    rm -f conftest.er1
5927    cat conftest.err >&5
5928 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5928 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5929    (exit $ac_status); } && {
5930           test -z "$ac_fc_werror_flag" ||
5931           test ! -s conftest.err
5932         } && test -s conftest.$ac_objext; then
5933    prepdefflagworks=1
5934   else
5935 <  echo "$as_me: failed program was:" >&5
5935 >  $as_echo "$as_me: failed program was:" >&5
5936   sed 's/^/| /' conftest.$ac_ext >&5
5937  
5938          prepdefflagworks=0
# Line 5813 | Line 5949 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5949  
5950  
5951    if test "$prepdefflagworks" = 1; then
5952 <    { echo "$as_me:$LINENO: result: yes" >&5
5953 < echo "${ECHO_T}yes" >&6; }
5952 >    { $as_echo "$as_me:$LINENO: result: yes" >&5
5953 > $as_echo "yes" >&6; }
5954  
5955    else
5956 <    { echo "$as_me:$LINENO: result: no" >&5
5957 < echo "${ECHO_T}no" >&6; }
5958 <    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor define flag" >&5
5959 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
5956 >    { $as_echo "$as_me:$LINENO: result: no" >&5
5957 > $as_echo "no" >&6; }
5958 >    { { $as_echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor define flag" >&5
5959 > $as_echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
5960     { (exit 1); exit 1; }; }
5961    fi
5962   fi
# Line 5829 | Line 5965 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5965   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
5966   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
5967   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5968 < { echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
5969 < echo $ECHO_N "checking how to get verbose linking output from $FC... $ECHO_C" >&6; }
5968 > { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
5969 > $as_echo_n "checking how to get verbose linking output from $FC... " >&6; }
5970   if test "${ac_cv_prog_fc_v+set}" = set; then
5971 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5971 >  $as_echo_n "(cached) " >&6
5972   else
5973    cat >conftest.$ac_ext <<_ACEOF
5974        program main
# Line 5845 | Line 5981 | esac
5981    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5982    *) ac_try_echo=$ac_try;;
5983   esac
5984 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5984 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5985 > $as_echo "$ac_try_echo") >&5
5986    (eval "$ac_compile") 2>conftest.er1
5987    ac_status=$?
5988    grep -v '^ *+' conftest.er1 >conftest.err
5989    rm -f conftest.er1
5990    cat conftest.err >&5
5991 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5991 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5992    (exit $ac_status); } && {
5993           test -z "$ac_fc_werror_flag" ||
5994           test ! -s conftest.err
# Line 5873 | Line 6010 | shift
6010   FCFLAGS="$FCFLAGS $ac_verb"
6011   eval "set x $ac_link"
6012   shift
6013 < echo "$as_me:$LINENO: $*" >&5
6014 < ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
6015 < echo "$ac_fc_v_output" >&5
6013 > $as_echo "$as_me:$LINENO: $*" >&5
6014 > # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
6015 > # LIBRARY_PATH; skip all such settings.
6016 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 |
6017 >  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
6018 > $as_echo "$ac_fc_v_output" >&5
6019   FCFLAGS=$ac_save_FFLAGS
6020  
6021 < rm -f conftest*
6021 > rm -rf conftest*
6022  
6023   # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
6024   # /foo, /bar, and /baz are search directories for the Fortran linker.
6025   # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
6026   ac_fc_v_output="`echo $ac_fc_v_output |
6027          grep 'LPATH is:' |
6028 <        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
6028 >        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output"
6029  
6030   # FIXME: we keep getting bitten by quoted arguments; a more general fix
6031   #        that detects unbalanced quotes in FLIBS should be implemented
# Line 5925 | Line 6065 | if test -z "$ac_cv_prog_fc_v"; then
6065    done
6066   done
6067   if test -z "$ac_cv_prog_fc_v"; then
6068 <   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
6069 < echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
6068 >   { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
6069 > $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
6070   fi
6071   else
6072 <  echo "$as_me: failed program was:" >&5
6072 >  $as_echo "$as_me: failed program was:" >&5
6073   sed 's/^/| /' conftest.$ac_ext >&5
6074  
6075 <        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
6076 < echo "$as_me: WARNING: compilation failed" >&2;}
6075 >        { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
6076 > $as_echo "$as_me: WARNING: compilation failed" >&2;}
6077   fi
6078  
6079   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6080  
6081   fi
6082 < { echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
6083 < echo "${ECHO_T}$ac_cv_prog_fc_v" >&6; }
6084 < { echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
6085 < echo $ECHO_N "checking for Fortran libraries of $FC... $ECHO_C" >&6; }
6082 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
6083 > $as_echo "$ac_cv_prog_fc_v" >&6; }
6084 > { $as_echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
6085 > $as_echo_n "checking for Fortran libraries of $FC... " >&6; }
6086   if test "${ac_cv_fc_libs+set}" = set; then
6087 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6087 >  $as_echo_n "(cached) " >&6
6088   else
6089    if test "x$FCLIBS" != "x"; then
6090    ac_cv_fc_libs="$FCLIBS" # Let the user override the test.
# Line 5964 | Line 6104 | shift
6104   FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v"
6105   eval "set x $ac_link"
6106   shift
6107 < echo "$as_me:$LINENO: $*" >&5
6108 < ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
6109 < echo "$ac_fc_v_output" >&5
6107 > $as_echo "$as_me:$LINENO: $*" >&5
6108 > # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
6109 > # LIBRARY_PATH; skip all such settings.
6110 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 |
6111 >  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
6112 > $as_echo "$ac_fc_v_output" >&5
6113   FCFLAGS=$ac_save_FFLAGS
6114  
6115 < rm -f conftest*
6115 > rm -rf conftest*
6116  
6117   # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
6118   # /foo, /bar, and /baz are search directories for the Fortran linker.
6119   # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
6120   ac_fc_v_output="`echo $ac_fc_v_output |
6121          grep 'LPATH is:' |
6122 <        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
6122 >        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output"
6123  
6124   # FIXME: we keep getting bitten by quoted arguments; a more general fix
6125   #        that detects unbalanced quotes in FLIBS should be implemented
# Line 6075 | Line 6218 | fi
6218            esac
6219            ;;
6220          -YP,*)
6221 <          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
6221 >          for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
6222                ac_exists=false
6223    for ac_i in $ac_cv_fc_libs; do
6224      if test x"$ac_j" = x"$ac_i"; then
# Line 6123 | Line 6266 | case `(uname -sr) 2>/dev/null` in
6266   # must begin with a "/").
6267   case `(uname -sr) 2>/dev/null` in
6268     "SunOS 5"*)
6269 <      ac_ld_run_path=`echo $ac_fc_v_output |
6269 >      ac_ld_run_path=`$as_echo "$ac_fc_v_output" |
6270                          sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
6271        test "x$ac_ld_run_path" != x &&
6272          if test "$ac_compiler_gnu" = yes; then
# Line 6138 | Line 6281 | fi
6281   fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
6282  
6283   fi
6284 < { echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
6285 < echo "${ECHO_T}$ac_cv_fc_libs" >&6; }
6284 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
6285 > $as_echo "$ac_cv_fc_libs" >&6; }
6286   FCLIBS="$ac_cv_fc_libs"
6287  
6288  
# Line 6154 | Line 6297 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6297   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
6298   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6299  
6300 < { echo "$as_me:$LINENO: checking for dummy main to link with Fortran libraries" >&5
6301 < echo $ECHO_N "checking for dummy main to link with Fortran libraries... $ECHO_C" >&6; }
6300 > { $as_echo "$as_me:$LINENO: checking for dummy main to link with Fortran libraries" >&5
6301 > $as_echo_n "checking for dummy main to link with Fortran libraries... " >&6; }
6302   if test "${ac_cv_fc_dummy_main+set}" = set; then
6303 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6303 >  $as_echo_n "(cached) " >&6
6304   else
6305    ac_fc_dm_save_LIBS=$LIBS
6306   LIBS="$LIBS $FCLIBS"
# Line 6198 | Line 6341 | esac
6341    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6342    *) ac_try_echo=$ac_try;;
6343   esac
6344 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6344 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6345 > $as_echo "$ac_try_echo") >&5
6346    (eval "$ac_link") 2>conftest.er1
6347    ac_status=$?
6348    grep -v '^ *+' conftest.er1 >conftest.err
6349    rm -f conftest.er1
6350    cat conftest.err >&5
6351 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6352    (exit $ac_status); } && {
6353           test -z "$ac_c_werror_flag" ||
6354           test ! -s conftest.err
6355 <       } && test -s conftest$ac_exeext &&
6356 <       $as_test_x conftest$ac_exeext; then
6355 >       } && test -s conftest$ac_exeext && {
6356 >         test "$cross_compiling" = yes ||
6357 >         $as_test_x conftest$ac_exeext
6358 >       }; then
6359    ac_cv_fortran_dummy_main=none
6360   else
6361 <  echo "$as_me: failed program was:" >&5
6361 >  $as_echo "$as_me: failed program was:" >&5
6362   sed 's/^/| /' conftest.$ac_ext >&5
6363  
6364          ac_cv_fortran_dummy_main=unknown
6365   fi
6366  
6367 + rm -rf conftest.dSYM
6368   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6369        conftest$ac_exeext conftest.$ac_ext
6370  
# Line 6252 | Line 6399 | esac
6399    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6400    *) ac_try_echo=$ac_try;;
6401   esac
6402 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6402 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6403 > $as_echo "$ac_try_echo") >&5
6404    (eval "$ac_link") 2>conftest.er1
6405    ac_status=$?
6406    grep -v '^ *+' conftest.er1 >conftest.err
6407    rm -f conftest.er1
6408    cat conftest.err >&5
6409 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6409 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6410    (exit $ac_status); } && {
6411           test -z "$ac_c_werror_flag" ||
6412           test ! -s conftest.err
6413 <       } && test -s conftest$ac_exeext &&
6414 <       $as_test_x conftest$ac_exeext; then
6413 >       } && test -s conftest$ac_exeext && {
6414 >         test "$cross_compiling" = yes ||
6415 >         $as_test_x conftest$ac_exeext
6416 >       }; then
6417    ac_cv_fortran_dummy_main=$ac_func; break
6418   else
6419 <  echo "$as_me: failed program was:" >&5
6419 >  $as_echo "$as_me: failed program was:" >&5
6420   sed 's/^/| /' conftest.$ac_ext >&5
6421  
6422  
6423   fi
6424  
6425 + rm -rf conftest.dSYM
6426   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6427        conftest$ac_exeext conftest.$ac_ext
6428     done
# Line 6281 | Line 6432 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6432   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
6433   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6434   ac_cv_fc_dummy_main=$ac_cv_fortran_dummy_main
6435 < rm -f conftest*
6435 > rm -rf conftest*
6436   LIBS=$ac_fc_dm_save_LIBS
6437  
6438   fi
6439 < { echo "$as_me:$LINENO: result: $ac_cv_fc_dummy_main" >&5
6440 < echo "${ECHO_T}$ac_cv_fc_dummy_main" >&6; }
6439 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_dummy_main" >&5
6440 > $as_echo "$ac_cv_fc_dummy_main" >&6; }
6441   FC_DUMMY_MAIN=$ac_cv_fc_dummy_main
6442   if test "$FC_DUMMY_MAIN" != unknown; then
6443    if test $FC_DUMMY_MAIN != none; then
# Line 6304 | Line 6455 | else
6455    fi
6456   fi
6457   else
6458 <  { { echo "$as_me:$LINENO: error: linking to Fortran libraries from C fails
6458 >  { { $as_echo "$as_me:$LINENO: error: linking to Fortran libraries from C fails
6459   See \`config.log' for more details." >&5
6460 < echo "$as_me: error: linking to Fortran libraries from C fails
6460 > $as_echo "$as_me: error: linking to Fortran libraries from C fails
6461   See \`config.log' for more details." >&2;}
6462     { (exit 1); exit 1; }; }
6463   fi
# Line 6321 | Line 6472 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6472   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
6473   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
6474   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6475 < { echo "$as_me:$LINENO: checking for Fortran name-mangling scheme" >&5
6476 < echo $ECHO_N "checking for Fortran name-mangling scheme... $ECHO_C" >&6; }
6475 > { $as_echo "$as_me:$LINENO: checking for Fortran name-mangling scheme" >&5
6476 > $as_echo_n "checking for Fortran name-mangling scheme... " >&6; }
6477   if test "${ac_cv_fc_mangling+set}" = set; then
6478 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6478 >  $as_echo_n "(cached) " >&6
6479   else
6480    cat >conftest.$ac_ext <<_ACEOF
6481        subroutine foobar()
# Line 6340 | Line 6491 | esac
6491    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6492    *) ac_try_echo=$ac_try;;
6493   esac
6494 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6494 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6495 > $as_echo "$ac_try_echo") >&5
6496    (eval "$ac_compile") 2>conftest.er1
6497    ac_status=$?
6498    grep -v '^ *+' conftest.er1 >conftest.err
6499    rm -f conftest.er1
6500    cat conftest.err >&5
6501 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6501 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502    (exit $ac_status); } && {
6503           test -z "$ac_fc_werror_flag" ||
6504           test ! -s conftest.err
# Line 6401 | Line 6553 | esac
6553    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6554    *) ac_try_echo=$ac_try;;
6555   esac
6556 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6556 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6557 > $as_echo "$ac_try_echo") >&5
6558    (eval "$ac_link") 2>conftest.er1
6559    ac_status=$?
6560    grep -v '^ *+' conftest.er1 >conftest.err
6561    rm -f conftest.er1
6562    cat conftest.err >&5
6563 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6563 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6564    (exit $ac_status); } && {
6565           test -z "$ac_c_werror_flag" ||
6566           test ! -s conftest.err
6567 <       } && test -s conftest$ac_exeext &&
6568 <       $as_test_x conftest$ac_exeext; then
6567 >       } && test -s conftest$ac_exeext && {
6568 >         test "$cross_compiling" = yes ||
6569 >         $as_test_x conftest$ac_exeext
6570 >       }; then
6571    ac_success=yes; break 2
6572   else
6573 <  echo "$as_me: failed program was:" >&5
6573 >  $as_echo "$as_me: failed program was:" >&5
6574   sed 's/^/| /' conftest.$ac_ext >&5
6575  
6576  
6577   fi
6578  
6579 + rm -rf conftest.dSYM
6580   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6581        conftest$ac_exeext conftest.$ac_ext
6582      done
# Line 6486 | Line 6642 | esac
6642    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6643    *) ac_try_echo=$ac_try;;
6644   esac
6645 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6645 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6646 > $as_echo "$ac_try_echo") >&5
6647    (eval "$ac_link") 2>conftest.er1
6648    ac_status=$?
6649    grep -v '^ *+' conftest.er1 >conftest.err
6650    rm -f conftest.er1
6651    cat conftest.err >&5
6652 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6652 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6653    (exit $ac_status); } && {
6654           test -z "$ac_c_werror_flag" ||
6655           test ! -s conftest.err
6656 <       } && test -s conftest$ac_exeext &&
6657 <       $as_test_x conftest$ac_exeext; then
6656 >       } && test -s conftest$ac_exeext && {
6657 >         test "$cross_compiling" = yes ||
6658 >         $as_test_x conftest$ac_exeext
6659 >       }; then
6660    ac_success_extra=yes; break
6661   else
6662 <  echo "$as_me: failed program was:" >&5
6662 >  $as_echo "$as_me: failed program was:" >&5
6663   sed 's/^/| /' conftest.$ac_ext >&5
6664  
6665  
6666   fi
6667  
6668 + rm -rf conftest.dSYM
6669   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6670        conftest$ac_exeext conftest.$ac_ext
6671       done
# Line 6534 | Line 6694 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6694    fi
6695  
6696    LIBS=$ac_save_LIBS
6697 <  rm -f cfortran_test* conftest*
6697 >  rm -rf conftest*
6698 >  rm -f cfortran_test*
6699   else
6700 <  echo "$as_me: failed program was:" >&5
6700 >  $as_echo "$as_me: failed program was:" >&5
6701   sed 's/^/| /' conftest.$ac_ext >&5
6702  
6703 <        { { echo "$as_me:$LINENO: error: cannot compile a simple Fortran program
6703 >        { { $as_echo "$as_me:$LINENO: error: cannot compile a simple Fortran program
6704   See \`config.log' for more details." >&5
6705 < echo "$as_me: error: cannot compile a simple Fortran program
6705 > $as_echo "$as_me: error: cannot compile a simple Fortran program
6706   See \`config.log' for more details." >&2;}
6707     { (exit 1); exit 1; }; }
6708   fi
# Line 6549 | Line 6710 | fi
6710   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6711  
6712   fi
6713 < { echo "$as_me:$LINENO: result: $ac_cv_fc_mangling" >&5
6714 < echo "${ECHO_T}$ac_cv_fc_mangling" >&6; }
6713 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_mangling" >&5
6714 > $as_echo "$ac_cv_fc_mangling" >&6; }
6715  
6716   ac_ext=${ac_fc_srcext-f}
6717   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
# Line 6637 | Line 6798 | _ACEOF
6798   _ACEOF
6799   ;;
6800    *)
6801 <          { echo "$as_me:$LINENO: WARNING: unknown Fortran name-mangling scheme" >&5
6802 < echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;}
6801 >          { $as_echo "$as_me:$LINENO: WARNING: unknown Fortran name-mangling scheme" >&5
6802 > $as_echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;}
6803            ;;
6804   esac
6805  
# Line 6653 | Line 6814 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6814   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
6815   ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
6816   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
6817 < { echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
6818 < echo $ECHO_N "checking how to get verbose linking output from $FC... $ECHO_C" >&6; }
6817 > { $as_echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
6818 > $as_echo_n "checking how to get verbose linking output from $FC... " >&6; }
6819   if test "${ac_cv_prog_fc_v+set}" = set; then
6820 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6820 >  $as_echo_n "(cached) " >&6
6821   else
6822    cat >conftest.$ac_ext <<_ACEOF
6823        program main
# Line 6669 | Line 6830 | esac
6830    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6831    *) ac_try_echo=$ac_try;;
6832   esac
6833 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6833 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6834 > $as_echo "$ac_try_echo") >&5
6835    (eval "$ac_compile") 2>conftest.er1
6836    ac_status=$?
6837    grep -v '^ *+' conftest.er1 >conftest.err
6838    rm -f conftest.er1
6839    cat conftest.err >&5
6840 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6840 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6841    (exit $ac_status); } && {
6842           test -z "$ac_fc_werror_flag" ||
6843           test ! -s conftest.err
# Line 6697 | Line 6859 | shift
6859   FCFLAGS="$FCFLAGS $ac_verb"
6860   eval "set x $ac_link"
6861   shift
6862 < echo "$as_me:$LINENO: $*" >&5
6863 < ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
6864 < echo "$ac_fc_v_output" >&5
6862 > $as_echo "$as_me:$LINENO: $*" >&5
6863 > # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
6864 > # LIBRARY_PATH; skip all such settings.
6865 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 |
6866 >  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
6867 > $as_echo "$ac_fc_v_output" >&5
6868   FCFLAGS=$ac_save_FFLAGS
6869  
6870 < rm -f conftest*
6870 > rm -rf conftest*
6871  
6872   # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
6873   # /foo, /bar, and /baz are search directories for the Fortran linker.
6874   # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
6875   ac_fc_v_output="`echo $ac_fc_v_output |
6876          grep 'LPATH is:' |
6877 <        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
6877 >        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output"
6878  
6879   # FIXME: we keep getting bitten by quoted arguments; a more general fix
6880   #        that detects unbalanced quotes in FLIBS should be implemented
# Line 6749 | Line 6914 | if test -z "$ac_cv_prog_fc_v"; then
6914    done
6915   done
6916   if test -z "$ac_cv_prog_fc_v"; then
6917 <   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
6918 < echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
6917 >   { $as_echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
6918 > $as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
6919   fi
6920   else
6921 <  echo "$as_me: failed program was:" >&5
6921 >  $as_echo "$as_me: failed program was:" >&5
6922   sed 's/^/| /' conftest.$ac_ext >&5
6923  
6924 <        { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
6925 < echo "$as_me: WARNING: compilation failed" >&2;}
6924 >        { $as_echo "$as_me:$LINENO: WARNING: compilation failed" >&5
6925 > $as_echo "$as_me: WARNING: compilation failed" >&2;}
6926   fi
6927  
6928   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6929  
6930   fi
6931 < { echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
6932 < echo "${ECHO_T}$ac_cv_prog_fc_v" >&6; }
6933 < { echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
6934 < echo $ECHO_N "checking for Fortran libraries of $FC... $ECHO_C" >&6; }
6931 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
6932 > $as_echo "$ac_cv_prog_fc_v" >&6; }
6933 > { $as_echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
6934 > $as_echo_n "checking for Fortran libraries of $FC... " >&6; }
6935   if test "${ac_cv_fc_libs+set}" = set; then
6936 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6936 >  $as_echo_n "(cached) " >&6
6937   else
6938    if test "x$FCLIBS" != "x"; then
6939    ac_cv_fc_libs="$FCLIBS" # Let the user override the test.
# Line 6788 | Line 6953 | shift
6953   FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v"
6954   eval "set x $ac_link"
6955   shift
6956 < echo "$as_me:$LINENO: $*" >&5
6957 < ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
6958 < echo "$ac_fc_v_output" >&5
6956 > $as_echo "$as_me:$LINENO: $*" >&5
6957 > # gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH,
6958 > # LIBRARY_PATH; skip all such settings.
6959 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 |
6960 >  grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="`
6961 > $as_echo "$ac_fc_v_output" >&5
6962   FCFLAGS=$ac_save_FFLAGS
6963  
6964 < rm -f conftest*
6964 > rm -rf conftest*
6965  
6966   # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
6967   # /foo, /bar, and /baz are search directories for the Fortran linker.
6968   # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
6969   ac_fc_v_output="`echo $ac_fc_v_output |
6970          grep 'LPATH is:' |
6971 <        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
6971 >        sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output"
6972  
6973   # FIXME: we keep getting bitten by quoted arguments; a more general fix
6974   #        that detects unbalanced quotes in FLIBS should be implemented
# Line 6899 | Line 7067 | fi
7067            esac
7068            ;;
7069          -YP,*)
7070 <          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
7070 >          for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
7071                ac_exists=false
7072    for ac_i in $ac_cv_fc_libs; do
7073      if test x"$ac_j" = x"$ac_i"; then
# Line 6947 | Line 7115 | case `(uname -sr) 2>/dev/null` in
7115   # must begin with a "/").
7116   case `(uname -sr) 2>/dev/null` in
7117     "SunOS 5"*)
7118 <      ac_ld_run_path=`echo $ac_fc_v_output |
7118 >      ac_ld_run_path=`$as_echo "$ac_fc_v_output" |
7119                          sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
7120        test "x$ac_ld_run_path" != x &&
7121          if test "$ac_compiler_gnu" = yes; then
# Line 6962 | Line 7130 | fi
7130   fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
7131  
7132   fi
7133 < { echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
7134 < echo "${ECHO_T}$ac_cv_fc_libs" >&6; }
7133 > { $as_echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
7134 > $as_echo "$ac_cv_fc_libs" >&6; }
7135   FCLIBS="$ac_cv_fc_libs"
7136  
7137  
# Line 6974 | Line 7142 | ac_compiler_gnu=$ac_cv_fc_compiler_gnu
7142  
7143  
7144  
7145 < { echo "$as_me:$LINENO: checking for module suffix" >&5
7146 < echo $ECHO_N "checking for module suffix... $ECHO_C" >&6; }
7145 > { $as_echo "$as_me:$LINENO: checking for module suffix" >&5
7146 > $as_echo_n "checking for module suffix... " >&6; }
7147   rm -f conftest*
7148   # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
7149   rm -f work*
# Line 7001 | Line 7169 | if (eval $ac_compile) 2>/dev/null ; then
7169          fi
7170      fi
7171      if test -z "$MOD" ; then
7172 <        { echo "$as_me:$LINENO: result: unknown" >&5
7173 < echo "${ECHO_T}unknown" >&6; }
7172 >        { $as_echo "$as_me:$LINENO: result: unknown" >&5
7173 > $as_echo "unknown" >&6; }
7174          # Use mod if we can't figure it out
7175          MOD="mod"
7176      else
7177 <        { echo "$as_me:$LINENO: result: $MOD" >&5
7178 < echo "${ECHO_T}$MOD" >&6; }
7177 >        { $as_echo "$as_me:$LINENO: result: $MOD" >&5
7178 > $as_echo "$MOD" >&6; }
7179      fi
7180      if test -s work.pcl ; then
7181 <        { echo "$as_me:$LINENO: WARNING: Compiler generates auxillery files!" >&5
7182 < echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
7181 >        { $as_echo "$as_me:$LINENO: WARNING: Compiler generates auxillery files!" >&5
7182 > $as_echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
7183      fi
7184   else
7185 <    { echo "$as_me:$LINENO: result: unknown" >&5
7186 < echo "${ECHO_T}unknown" >&6; }
7185 >    { $as_echo "$as_me:$LINENO: result: unknown" >&5
7186 > $as_echo "unknown" >&6; }
7187   fi
7188  
7189  
# Line 7028 | Line 7196 | fi
7196   # specified, work.pcl and work.pc are created.  However, if you specify
7197   # a file, it must contain a the name of a file ending in .pc .  Ugh!
7198   # Use the module made above
7199 < { echo "$as_me:$LINENO: checking for module directory path flag" >&5
7200 < echo $ECHO_N "checking for module directory path flag... $ECHO_C" >&6; }
7199 > { $as_echo "$as_me:$LINENO: checking for module directory path flag" >&5
7200 > $as_echo_n "checking for module directory path flag... " >&6; }
7201   rm -f conftest*
7202   # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
7203   rm -f work*
# Line 7062 | Line 7230 | EOF
7230     if $FC -c -Iconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext > conftest.out 2>&1 ; then
7231         MODDIRFLAG="-I"
7232         F90MODINCSPEC="-I<dir>"
7233 <       { echo "$as_me:$LINENO: result: -I" >&5
7234 < echo "${ECHO_T}-I" >&6; }
7233 >       { $as_echo "$as_me:$LINENO: result: -I" >&5
7234 > $as_echo "-I" >&6; }
7235     elif $FC -c -Mconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then
7236         MODDIRFLAG="-M"
7237         F90MODINCSPEC="-M<dir>"
7238 <       { echo "$as_me:$LINENO: result: -M" >&5
7239 < echo "${ECHO_T}-M" >&6; }
7238 >       { $as_echo "$as_me:$LINENO: result: -M" >&5
7239 > $as_echo "-M" >&6; }
7240     elif $FC -c -pconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then
7241         MODDIRFLAG="-p"
7242         F90MODINCSPEC="-p<dir>"
7243 <       { echo "$as_me:$LINENO: result: -p" >&5
7244 < echo "${ECHO_T}-p" >&6; }
7243 >       { $as_echo "$as_me:$LINENO: result: -p" >&5
7244 > $as_echo "-p" >&6; }
7245     elif test -s work.pc ; then
7246          cp work.pc conf/mpimod.pc
7247          echo "mpimod.pc" > conf/mpimod.pcl
7248          echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl
7249          if $FC -c -cl,conf/mpimod.pcl $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >>conftest.out 2>&1 ; then
7250              MODDIRFLAG='-cl,mpimod.pcl'
7251 <            { echo "$as_me:$LINENO: result: -cl,filename where filename contains a list of files and directories" >&5
7252 < echo "${ECHO_T}-cl,filename where filename contains a list of files and directories" >&6; }
7251 >            { $as_echo "$as_me:$LINENO: result: -cl,filename where filename contains a list of files and directories" >&5
7252 > $as_echo "-cl,filename where filename contains a list of files and directories" >&6; }
7253              F90_WORK_FILES_ARG="-cl,mpimod.pcl"
7254              F90MODINCSPEC="-cl,<dir>/<file>mod.pcl"
7255  
# Line 7093 | Line 7261 | echo "${ECHO_T}-cl,filename where filename contains a
7261          fi
7262     fi
7263     if test -z "MODDIRFLAG" ; then
7264 <       { echo "$as_me:$LINENO: result: unknown" >&5
7265 < echo "${ECHO_T}unknown" >&6; }
7264 >       { $as_echo "$as_me:$LINENO: result: unknown" >&5
7265 > $as_echo "unknown" >&6; }
7266     fi
7267  
7268  
# Line 7103 | Line 7271 | fi
7271   fi
7272  
7273  
7274 < { echo "$as_me:$LINENO: checking for Fortran 90 module file names" >&5
7275 < echo $ECHO_N "checking for Fortran 90 module file names... $ECHO_C" >&6; }
7274 > { $as_echo "$as_me:$LINENO: checking for Fortran 90 module file names" >&5
7275 > $as_echo_n "checking for Fortran 90 module file names... " >&6; }
7276   if test "${ac_cv_f90_module_names+set}" = set; then
7277 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7277 >  $as_echo_n "(cached) " >&6
7278   else
7279    ac_ext=${ac_fc_srcext-f}
7280   ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
# Line 7126 | Line 7294 | esac
7294    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7295    *) ac_try_echo=$ac_try;;
7296   esac
7297 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7297 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7298 > $as_echo "$ac_try_echo") >&5
7299    (eval "$ac_compile") 2>conftest.er1
7300    ac_status=$?
7301    grep -v '^ *+' conftest.er1 >conftest.err
7302    rm -f conftest.er1
7303    cat conftest.err >&5
7304 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7305    (exit $ac_status); } && {
7306           test -z "$ac_fc_werror_flag" ||
7307           test ! -s conftest.err
# Line 7218 | Line 7387 | fi
7387            ;;
7388         # Other files - we have no idea how they are generated
7389         *)
7390 <          { echo "$as_me:$LINENO: WARNING: Bogus file found: $ac_file" >&5
7391 < echo "$as_me: WARNING: Bogus file found: $ac_file" >&2;}
7390 >          { $as_echo "$as_me:$LINENO: WARNING: Bogus file found: $ac_file" >&5
7391 > $as_echo "$as_me: WARNING: Bogus file found: $ac_file" >&2;}
7392            ;;
7393     esac
7394   done
7395   if test "x$ac_cv_f90_module_names" = "x"; then
7396 <  { echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
7397 < echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
7396 >  { $as_echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
7397 > $as_echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
7398   fi
7399  
7400   else
7401 <  echo "$as_me: failed program was:" >&5
7401 >  $as_echo "$as_me: failed program was:" >&5
7402   sed 's/^/| /' conftest.$ac_ext >&5
7403  
7404          ac_cv_f90_module_names=
7405 < { echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
7406 < echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
7405 > { $as_echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
7406 > $as_echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
7407   fi
7408  
7409   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
# Line 7247 | Line 7416 | fi
7416   ac_compiler_gnu=$ac_cv_fc_compiler_gnu
7417  
7418   fi
7419 < { echo "$as_me:$LINENO: result: $ac_cv_f90_module_names" >&5
7420 < echo "${ECHO_T}$ac_cv_f90_module_names" >&6; } # AC_CACHE_CHECK
7419 > { $as_echo "$as_me:$LINENO: result: $ac_cv_f90_module_names" >&5
7420 > $as_echo "$ac_cv_f90_module_names" >&6; } # AC_CACHE_CHECK
7421  
7422   # We now generate a shell script that will help us to figure out the correct
7423   # module file names, using the value of ac_cv_f90_module_names
# Line 7341 | Line 7510 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
7510  
7511  
7512  
7513 < { echo "$as_me:$LINENO: checking for asin in -lm" >&5
7514 < echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6; }
7513 > { $as_echo "$as_me:$LINENO: checking for asin in -lm" >&5
7514 > $as_echo_n "checking for asin in -lm... " >&6; }
7515   if test "${ac_cv_lib_m_asin+set}" = set; then
7516 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7516 >  $as_echo_n "(cached) " >&6
7517   else
7518    ac_check_lib_save_LIBS=$LIBS
7519   LIBS="-lm  $LIBS"
# Line 7384 | Line 7553 | esac
7553    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7554    *) ac_try_echo=$ac_try;;
7555   esac
7556 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7556 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7557 > $as_echo "$ac_try_echo") >&5
7558    (eval "$ac_link") 2>conftest.er1
7559    ac_status=$?
7560    grep -v '^ *+' conftest.er1 >conftest.err
7561    rm -f conftest.er1
7562    cat conftest.err >&5
7563 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7563 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7564    (exit $ac_status); } && {
7565           test -z "$ac_c_werror_flag" ||
7566           test ! -s conftest.err
7567 <       } && test -s conftest$ac_exeext &&
7568 <       $as_test_x conftest$ac_exeext; then
7567 >       } && test -s conftest$ac_exeext && {
7568 >         test "$cross_compiling" = yes ||
7569 >         $as_test_x conftest$ac_exeext
7570 >       }; then
7571    ac_cv_lib_m_asin=yes
7572   else
7573 <  echo "$as_me: failed program was:" >&5
7573 >  $as_echo "$as_me: failed program was:" >&5
7574   sed 's/^/| /' conftest.$ac_ext >&5
7575  
7576          ac_cv_lib_m_asin=no
7577   fi
7578  
7579 + rm -rf conftest.dSYM
7580   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7581        conftest$ac_exeext conftest.$ac_ext
7582   LIBS=$ac_check_lib_save_LIBS
7583   fi
7584 < { echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
7585 < echo "${ECHO_T}$ac_cv_lib_m_asin" >&6; }
7584 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
7585 > $as_echo "$ac_cv_lib_m_asin" >&6; }
7586   if test $ac_cv_lib_m_asin = yes; then
7587    cat >>confdefs.h <<_ACEOF
7588   #define HAVE_LIBM 1
# Line 7422 | Line 7595 | fi
7595   fi
7596  
7597  
7598 < { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7599 < echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7598 > { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7599 > $as_echo_n "checking for ANSI C header files... " >&6; }
7600   if test "${ac_cv_header_stdc+set}" = set; then
7601 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7601 >  $as_echo_n "(cached) " >&6
7602   else
7603    cat >conftest.$ac_ext <<_ACEOF
7604   /* confdefs.h.  */
# Line 7460 | Line 7633 | esac
7633    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7634    *) ac_try_echo=$ac_try;;
7635   esac
7636 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7636 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7637 > $as_echo "$ac_try_echo") >&5
7638    (eval "$ac_compile") 2>conftest.er1
7639    ac_status=$?
7640    grep -v '^ *+' conftest.er1 >conftest.err
7641    rm -f conftest.er1
7642    cat conftest.err >&5
7643 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7643 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7644    (exit $ac_status); } && {
7645           test -z "$ac_c_werror_flag" ||
7646           test ! -s conftest.err
7647         } && test -s conftest.$ac_objext; then
7648    ac_cv_header_stdc=yes
7649   else
7650 <  echo "$as_me: failed program was:" >&5
7650 >  $as_echo "$as_me: failed program was:" >&5
7651   sed 's/^/| /' conftest.$ac_ext >&5
7652  
7653          ac_cv_header_stdc=no
# Line 7565 | Line 7739 | esac
7739    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7740    *) ac_try_echo=$ac_try;;
7741   esac
7742 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7742 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7743 > $as_echo "$ac_try_echo") >&5
7744    (eval "$ac_link") 2>&5
7745    ac_status=$?
7746 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7748    { (case "(($ac_try" in
7749    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7750    *) ac_try_echo=$ac_try;;
7751   esac
7752 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7752 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7753 > $as_echo "$ac_try_echo") >&5
7754    (eval "$ac_try") 2>&5
7755    ac_status=$?
7756 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757    (exit $ac_status); }; }; then
7758    :
7759   else
7760 <  echo "$as_me: program exited with status $ac_status" >&5
7761 < echo "$as_me: failed program was:" >&5
7760 >  $as_echo "$as_me: program exited with status $ac_status" >&5
7761 > $as_echo "$as_me: failed program was:" >&5
7762   sed 's/^/| /' conftest.$ac_ext >&5
7763  
7764   ( exit $ac_status )
7765   ac_cv_header_stdc=no
7766   fi
7767 + rm -rf conftest.dSYM
7768   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7769   fi
7770  
7771  
7772   fi
7773   fi
7774 < { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7775 < echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7774 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7775 > $as_echo "$ac_cv_header_stdc" >&6; }
7776   if test $ac_cv_header_stdc = yes; then
7777  
7778   cat >>confdefs.h <<\_ACEOF
# Line 7617 | Line 7794 | do
7794   for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7795                    inttypes.h stdint.h unistd.h
7796   do
7797 < as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7798 < { echo "$as_me:$LINENO: checking for $ac_header" >&5
7799 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7797 > as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7798 > { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7799 > $as_echo_n "checking for $ac_header... " >&6; }
7800   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7801 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7801 >  $as_echo_n "(cached) " >&6
7802   else
7803    cat >conftest.$ac_ext <<_ACEOF
7804   /* confdefs.h.  */
# Line 7639 | Line 7816 | esac
7816    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7817    *) ac_try_echo=$ac_try;;
7818   esac
7819 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7819 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7820 > $as_echo "$ac_try_echo") >&5
7821    (eval "$ac_compile") 2>conftest.er1
7822    ac_status=$?
7823    grep -v '^ *+' conftest.er1 >conftest.err
7824    rm -f conftest.er1
7825    cat conftest.err >&5
7826 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7827    (exit $ac_status); } && {
7828           test -z "$ac_c_werror_flag" ||
7829           test ! -s conftest.err
7830         } && test -s conftest.$ac_objext; then
7831    eval "$as_ac_Header=yes"
7832   else
7833 <  echo "$as_me: failed program was:" >&5
7833 >  $as_echo "$as_me: failed program was:" >&5
7834   sed 's/^/| /' conftest.$ac_ext >&5
7835  
7836          eval "$as_ac_Header=no"
# Line 7660 | Line 7838 | fi
7838  
7839   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7840   fi
7841 < ac_res=`eval echo '${'$as_ac_Header'}'`
7842 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
7843 < echo "${ECHO_T}$ac_res" >&6; }
7844 < if test `eval echo '${'$as_ac_Header'}'` = yes; then
7841 > ac_res=`eval 'as_val=${'$as_ac_Header'}
7842 >                 $as_echo "$as_val"'`
7843 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7844 > $as_echo "$ac_res" >&6; }
7845 > if test `eval 'as_val=${'$as_ac_Header'}
7846 >                 $as_echo "$as_val"'` = yes; then
7847    cat >>confdefs.h <<_ACEOF
7848 < #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7848 > #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7849   _ACEOF
7850  
7851   fi
# Line 7691 | Line 7871 | if test "$zlib_dir" != "not_set" ; then
7871    then
7872      ZLIB_HOME="$zlib_dir"
7873    else
7874 <    { echo "$as_me:$LINENO: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&5
7875 < echo "$as_me: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&2;}
7874 >    { $as_echo "$as_me:$LINENO: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&5
7875 > $as_echo "$as_me: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&2;}
7876          ZLIB_HOME=/usr/local
7877          if test ! -f "${ZLIB_HOME}/include/zlib.h"
7878          then
# Line 7716 | Line 7896 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
7896   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7897   ac_compiler_gnu=$ac_cv_c_compiler_gnu
7898  
7899 <        { echo "$as_me:$LINENO: checking for inflateEnd in -lz" >&5
7900 < echo $ECHO_N "checking for inflateEnd in -lz... $ECHO_C" >&6; }
7899 >        { $as_echo "$as_me:$LINENO: checking for inflateEnd in -lz" >&5
7900 > $as_echo_n "checking for inflateEnd in -lz... " >&6; }
7901   if test "${ac_cv_lib_z_inflateEnd+set}" = set; then
7902 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7902 >  $as_echo_n "(cached) " >&6
7903   else
7904    ac_check_lib_save_LIBS=$LIBS
7905   LIBS="-lz  $LIBS"
# Line 7759 | Line 7939 | esac
7939    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7940    *) ac_try_echo=$ac_try;;
7941   esac
7942 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7942 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7943 > $as_echo "$ac_try_echo") >&5
7944    (eval "$ac_link") 2>conftest.er1
7945    ac_status=$?
7946    grep -v '^ *+' conftest.er1 >conftest.err
7947    rm -f conftest.er1
7948    cat conftest.err >&5
7949 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7949 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7950    (exit $ac_status); } && {
7951           test -z "$ac_c_werror_flag" ||
7952           test ! -s conftest.err
7953 <       } && test -s conftest$ac_exeext &&
7954 <       $as_test_x conftest$ac_exeext; then
7953 >       } && test -s conftest$ac_exeext && {
7954 >         test "$cross_compiling" = yes ||
7955 >         $as_test_x conftest$ac_exeext
7956 >       }; then
7957    ac_cv_lib_z_inflateEnd=yes
7958   else
7959 <  echo "$as_me: failed program was:" >&5
7959 >  $as_echo "$as_me: failed program was:" >&5
7960   sed 's/^/| /' conftest.$ac_ext >&5
7961  
7962          ac_cv_lib_z_inflateEnd=no
7963   fi
7964  
7965 + rm -rf conftest.dSYM
7966   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7967        conftest$ac_exeext conftest.$ac_ext
7968   LIBS=$ac_check_lib_save_LIBS
7969   fi
7970 < { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflateEnd" >&5
7971 < echo "${ECHO_T}$ac_cv_lib_z_inflateEnd" >&6; }
7970 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflateEnd" >&5
7971 > $as_echo "$ac_cv_lib_z_inflateEnd" >&6; }
7972   if test $ac_cv_lib_z_inflateEnd = yes; then
7973    zlib_cv_libz=yes
7974   else
# Line 7792 | Line 7976 | fi
7976   fi
7977  
7978          if test "${ac_cv_header_zlib_h+set}" = set; then
7979 <  { echo "$as_me:$LINENO: checking for zlib.h" >&5
7980 < echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
7979 >  { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
7980 > $as_echo_n "checking for zlib.h... " >&6; }
7981   if test "${ac_cv_header_zlib_h+set}" = set; then
7982 <  echo $ECHO_N "(cached) $ECHO_C" >&6
7982 >  $as_echo_n "(cached) " >&6
7983   fi
7984 < { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
7985 < echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
7984 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
7985 > $as_echo "$ac_cv_header_zlib_h" >&6; }
7986   else
7987    # Is the header compilable?
7988 < { echo "$as_me:$LINENO: checking zlib.h usability" >&5
7989 < echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6; }
7988 > { $as_echo "$as_me:$LINENO: checking zlib.h usability" >&5
7989 > $as_echo_n "checking zlib.h usability... " >&6; }
7990   cat >conftest.$ac_ext <<_ACEOF
7991   /* confdefs.h.  */
7992   _ACEOF
# Line 7818 | Line 8002 | esac
8002    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8003    *) ac_try_echo=$ac_try;;
8004   esac
8005 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8005 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8006 > $as_echo "$ac_try_echo") >&5
8007    (eval "$ac_compile") 2>conftest.er1
8008    ac_status=$?
8009    grep -v '^ *+' conftest.er1 >conftest.err
8010    rm -f conftest.er1
8011    cat conftest.err >&5
8012 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013    (exit $ac_status); } && {
8014           test -z "$ac_c_werror_flag" ||
8015           test ! -s conftest.err
8016         } && test -s conftest.$ac_objext; then
8017    ac_header_compiler=yes
8018   else
8019 <  echo "$as_me: failed program was:" >&5
8019 >  $as_echo "$as_me: failed program was:" >&5
8020   sed 's/^/| /' conftest.$ac_ext >&5
8021  
8022          ac_header_compiler=no
8023   fi
8024  
8025   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8026 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8027 < echo "${ECHO_T}$ac_header_compiler" >&6; }
8026 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8027 > $as_echo "$ac_header_compiler" >&6; }
8028  
8029   # Is the header present?
8030 < { echo "$as_me:$LINENO: checking zlib.h presence" >&5
8031 < echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6; }
8030 > { $as_echo "$as_me:$LINENO: checking zlib.h presence" >&5
8031 > $as_echo_n "checking zlib.h presence... " >&6; }
8032   cat >conftest.$ac_ext <<_ACEOF
8033   /* confdefs.h.  */
8034   _ACEOF
# Line 7857 | Line 8042 | esac
8042    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8043    *) ac_try_echo=$ac_try;;
8044   esac
8045 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8045 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8046 > $as_echo "$ac_try_echo") >&5
8047    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8048    ac_status=$?
8049    grep -v '^ *+' conftest.er1 >conftest.err
8050    rm -f conftest.er1
8051    cat conftest.err >&5
8052 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8052 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8053    (exit $ac_status); } >/dev/null && {
8054           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8055           test ! -s conftest.err
8056         }; then
8057    ac_header_preproc=yes
8058   else
8059 <  echo "$as_me: failed program was:" >&5
8059 >  $as_echo "$as_me: failed program was:" >&5
8060   sed 's/^/| /' conftest.$ac_ext >&5
8061  
8062    ac_header_preproc=no
8063   fi
8064  
8065   rm -f conftest.err conftest.$ac_ext
8066 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8067 < echo "${ECHO_T}$ac_header_preproc" >&6; }
8066 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8067 > $as_echo "$ac_header_preproc" >&6; }
8068  
8069   # So?  What about this header?
8070   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8071    yes:no: )
8072 <    { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
8073 < echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8074 <    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
8075 < echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
8072 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
8073 > $as_echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8074 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
8075 > $as_echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
8076      ac_header_preproc=yes
8077      ;;
8078    no:yes:* )
8079 <    { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
8080 < echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
8081 <    { echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
8082 < echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
8083 <    { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
8084 < echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
8085 <    { echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
8086 < echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8087 <    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
8088 < echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
8089 <    { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
8090 < echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
8079 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
8080 > $as_echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
8081 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
8082 > $as_echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
8083 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
8084 > $as_echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
8085 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
8086 > $as_echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8087 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
8088 > $as_echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
8089 >    { $as_echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
8090 > $as_echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
8091      ( cat <<\_ASBOX
8092   ## ------------------------------ ##
8093   ## Report this to gezelter@nd.edu ##
# Line 7910 | Line 8096 | esac
8096       ) | sed "s/^/$as_me: WARNING:     /" >&2
8097      ;;
8098   esac
8099 < { echo "$as_me:$LINENO: checking for zlib.h" >&5
8100 < echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6; }
8099 > { $as_echo "$as_me:$LINENO: checking for zlib.h" >&5
8100 > $as_echo_n "checking for zlib.h... " >&6; }
8101   if test "${ac_cv_header_zlib_h+set}" = set; then
8102 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8102 >  $as_echo_n "(cached) " >&6
8103   else
8104    ac_cv_header_zlib_h=$ac_header_preproc
8105   fi
8106 < { echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
8107 < echo "${ECHO_T}$ac_cv_header_zlib_h" >&6; }
8106 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
8107 > $as_echo "$ac_cv_header_zlib_h" >&6; }
8108  
8109   fi
8110   if test $ac_cv_header_zlib_h = yes; then
# Line 7950 | Line 8136 | _ACEOF
8136                  ZLIB_LIB_DIR="${ZLIB_HOME}/lib"
8137                  ZLIB="-lz"
8138          else
8139 <                { echo "$as_me:$LINENO: checking zlib in ${ZLIB_HOME}" >&5
8140 < echo $ECHO_N "checking zlib in ${ZLIB_HOME}... $ECHO_C" >&6; }
8139 >                { $as_echo "$as_me:$LINENO: checking zlib in ${ZLIB_HOME}" >&5
8140 > $as_echo_n "checking zlib in ${ZLIB_HOME}... " >&6; }
8141                  ZLIB_INC_DIR=
8142                  ZLIB_LIB_DIR=
8143                  ZLIB=
8144                  LDFLAGS="$ZLIB_OLD_LDFLAGS"
8145                  CFLAGS="$ZLIB_OLD_CFLAGS"
8146 <                { echo "$as_me:$LINENO: result: failed" >&5
8147 < echo "${ECHO_T}failed" >&6; }
8146 >                { $as_echo "$as_me:$LINENO: result: failed" >&5
8147 > $as_echo "failed" >&6; }
8148                  echo ""
8149                  echo "*********************************************************"
8150                  echo "* WARNING: Could not find a working zlib installation   *"
# Line 7992 | Line 8178 | if test "$fftw_dir" != "no"; then
8178      if test -d "$fftw_dir"; then
8179        FFTW_HOME="$fftw_dir"
8180      else
8181 <      { echo "$as_me:$LINENO: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&5
8182 < echo "$as_me: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&2;}
8181 >      { $as_echo "$as_me:$LINENO: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&5
8182 > $as_echo "$as_me: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&2;}
8183        FFTW_HOME=/usr/local
8184        if test ! -f "${FFTW_HOME}/include/fftw3.h" -o -f "${FFTW_HOME}/include/fftw.h" -o  -f "${FFTW_HOME}/include/dfftw.h"; then
8185          FFTW_HOME=/usr
# Line 8014 | Line 8200 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
8200   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8201   ac_compiler_gnu=$ac_cv_c_compiler_gnu
8202  
8203 <      { echo "$as_me:$LINENO: checking for fftw_execute in -lfftw3" >&5
8204 < echo $ECHO_N "checking for fftw_execute in -lfftw3... $ECHO_C" >&6; }
8203 >      { $as_echo "$as_me:$LINENO: checking for fftw_execute in -lfftw3" >&5
8204 > $as_echo_n "checking for fftw_execute in -lfftw3... " >&6; }
8205   if test "${ac_cv_lib_fftw3_fftw_execute+set}" = set; then
8206 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8206 >  $as_echo_n "(cached) " >&6
8207   else
8208    ac_check_lib_save_LIBS=$LIBS
8209   LIBS="-lfftw3  $LIBS"
# Line 8057 | Line 8243 | esac
8243    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8244    *) ac_try_echo=$ac_try;;
8245   esac
8246 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8246 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8247 > $as_echo "$ac_try_echo") >&5
8248    (eval "$ac_link") 2>conftest.er1
8249    ac_status=$?
8250    grep -v '^ *+' conftest.er1 >conftest.err
8251    rm -f conftest.er1
8252    cat conftest.err >&5
8253 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8253 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8254    (exit $ac_status); } && {
8255           test -z "$ac_c_werror_flag" ||
8256           test ! -s conftest.err
8257 <       } && test -s conftest$ac_exeext &&
8258 <       $as_test_x conftest$ac_exeext; then
8257 >       } && test -s conftest$ac_exeext && {
8258 >         test "$cross_compiling" = yes ||
8259 >         $as_test_x conftest$ac_exeext
8260 >       }; then
8261    ac_cv_lib_fftw3_fftw_execute=yes
8262   else
8263 <  echo "$as_me: failed program was:" >&5
8263 >  $as_echo "$as_me: failed program was:" >&5
8264   sed 's/^/| /' conftest.$ac_ext >&5
8265  
8266          ac_cv_lib_fftw3_fftw_execute=no
8267   fi
8268  
8269 + rm -rf conftest.dSYM
8270   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8271        conftest$ac_exeext conftest.$ac_ext
8272   LIBS=$ac_check_lib_save_LIBS
8273   fi
8274 < { echo "$as_me:$LINENO: result: $ac_cv_lib_fftw3_fftw_execute" >&5
8275 < echo "${ECHO_T}$ac_cv_lib_fftw3_fftw_execute" >&6; }
8274 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_fftw3_fftw_execute" >&5
8275 > $as_echo "$ac_cv_lib_fftw3_fftw_execute" >&6; }
8276   if test $ac_cv_lib_fftw3_fftw_execute = yes; then
8277    fftw_cv_libfftw3=yes
8278   else
# Line 8090 | Line 8280 | fi
8280   fi
8281  
8282        if test "${ac_cv_header_fftw3_h+set}" = set; then
8283 <  { echo "$as_me:$LINENO: checking for fftw3.h" >&5
8284 < echo $ECHO_N "checking for fftw3.h... $ECHO_C" >&6; }
8283 >  { $as_echo "$as_me:$LINENO: checking for fftw3.h" >&5
8284 > $as_echo_n "checking for fftw3.h... " >&6; }
8285   if test "${ac_cv_header_fftw3_h+set}" = set; then
8286 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8286 >  $as_echo_n "(cached) " >&6
8287   fi
8288 < { echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
8289 < echo "${ECHO_T}$ac_cv_header_fftw3_h" >&6; }
8288 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
8289 > $as_echo "$ac_cv_header_fftw3_h" >&6; }
8290   else
8291    # Is the header compilable?
8292 < { echo "$as_me:$LINENO: checking fftw3.h usability" >&5
8293 < echo $ECHO_N "checking fftw3.h usability... $ECHO_C" >&6; }
8292 > { $as_echo "$as_me:$LINENO: checking fftw3.h usability" >&5
8293 > $as_echo_n "checking fftw3.h usability... " >&6; }
8294   cat >conftest.$ac_ext <<_ACEOF
8295   /* confdefs.h.  */
8296   _ACEOF
# Line 8116 | Line 8306 | esac
8306    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8307    *) ac_try_echo=$ac_try;;
8308   esac
8309 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8309 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8310 > $as_echo "$ac_try_echo") >&5
8311    (eval "$ac_compile") 2>conftest.er1
8312    ac_status=$?
8313    grep -v '^ *+' conftest.er1 >conftest.err
8314    rm -f conftest.er1
8315    cat conftest.err >&5
8316 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8316 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8317    (exit $ac_status); } && {
8318           test -z "$ac_c_werror_flag" ||
8319           test ! -s conftest.err
8320         } && test -s conftest.$ac_objext; then
8321    ac_header_compiler=yes
8322   else
8323 <  echo "$as_me: failed program was:" >&5
8323 >  $as_echo "$as_me: failed program was:" >&5
8324   sed 's/^/| /' conftest.$ac_ext >&5
8325  
8326          ac_header_compiler=no
8327   fi
8328  
8329   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8330 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8331 < echo "${ECHO_T}$ac_header_compiler" >&6; }
8330 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8331 > $as_echo "$ac_header_compiler" >&6; }
8332  
8333   # Is the header present?
8334 < { echo "$as_me:$LINENO: checking fftw3.h presence" >&5
8335 < echo $ECHO_N "checking fftw3.h presence... $ECHO_C" >&6; }
8334 > { $as_echo "$as_me:$LINENO: checking fftw3.h presence" >&5
8335 > $as_echo_n "checking fftw3.h presence... " >&6; }
8336   cat >conftest.$ac_ext <<_ACEOF
8337   /* confdefs.h.  */
8338   _ACEOF
# Line 8155 | Line 8346 | esac
8346    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8347    *) ac_try_echo=$ac_try;;
8348   esac
8349 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8349 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8350 > $as_echo "$ac_try_echo") >&5
8351    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8352    ac_status=$?
8353    grep -v '^ *+' conftest.er1 >conftest.err
8354    rm -f conftest.er1
8355    cat conftest.err >&5
8356 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8356 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357    (exit $ac_status); } >/dev/null && {
8358           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8359           test ! -s conftest.err
8360         }; then
8361    ac_header_preproc=yes
8362   else
8363 <  echo "$as_me: failed program was:" >&5
8363 >  $as_echo "$as_me: failed program was:" >&5
8364   sed 's/^/| /' conftest.$ac_ext >&5
8365  
8366    ac_header_preproc=no
8367   fi
8368  
8369   rm -f conftest.err conftest.$ac_ext
8370 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8371 < echo "${ECHO_T}$ac_header_preproc" >&6; }
8370 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8371 > $as_echo "$ac_header_preproc" >&6; }
8372  
8373   # So?  What about this header?
8374   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8375    yes:no: )
8376 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&5
8377 < echo "$as_me: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8378 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the compiler's result" >&5
8379 < echo "$as_me: WARNING: fftw3.h: proceeding with the compiler's result" >&2;}
8376 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&5
8377 > $as_echo "$as_me: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8378 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the compiler's result" >&5
8379 > $as_echo "$as_me: WARNING: fftw3.h: proceeding with the compiler's result" >&2;}
8380      ac_header_preproc=yes
8381      ;;
8382    no:yes:* )
8383 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: present but cannot be compiled" >&5
8384 < echo "$as_me: WARNING: fftw3.h: present but cannot be compiled" >&2;}
8385 <    { echo "$as_me:$LINENO: WARNING: fftw3.h:     check for missing prerequisite headers?" >&5
8386 < echo "$as_me: WARNING: fftw3.h:     check for missing prerequisite headers?" >&2;}
8387 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: see the Autoconf documentation" >&5
8388 < echo "$as_me: WARNING: fftw3.h: see the Autoconf documentation" >&2;}
8389 <    { echo "$as_me:$LINENO: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&5
8390 < echo "$as_me: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8391 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the preprocessor's result" >&5
8392 < echo "$as_me: WARNING: fftw3.h: proceeding with the preprocessor's result" >&2;}
8393 <    { echo "$as_me:$LINENO: WARNING: fftw3.h: in the future, the compiler will take precedence" >&5
8394 < echo "$as_me: WARNING: fftw3.h: in the future, the compiler will take precedence" >&2;}
8383 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: present but cannot be compiled" >&5
8384 > $as_echo "$as_me: WARNING: fftw3.h: present but cannot be compiled" >&2;}
8385 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h:     check for missing prerequisite headers?" >&5
8386 > $as_echo "$as_me: WARNING: fftw3.h:     check for missing prerequisite headers?" >&2;}
8387 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: see the Autoconf documentation" >&5
8388 > $as_echo "$as_me: WARNING: fftw3.h: see the Autoconf documentation" >&2;}
8389 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&5
8390 > $as_echo "$as_me: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8391 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the preprocessor's result" >&5
8392 > $as_echo "$as_me: WARNING: fftw3.h: proceeding with the preprocessor's result" >&2;}
8393 >    { $as_echo "$as_me:$LINENO: WARNING: fftw3.h: in the future, the compiler will take precedence" >&5
8394 > $as_echo "$as_me: WARNING: fftw3.h: in the future, the compiler will take precedence" >&2;}
8395      ( cat <<\_ASBOX
8396   ## ------------------------------ ##
8397   ## Report this to gezelter@nd.edu ##
# Line 8208 | Line 8400 | esac
8400       ) | sed "s/^/$as_me: WARNING:     /" >&2
8401      ;;
8402   esac
8403 < { echo "$as_me:$LINENO: checking for fftw3.h" >&5
8404 < echo $ECHO_N "checking for fftw3.h... $ECHO_C" >&6; }
8403 > { $as_echo "$as_me:$LINENO: checking for fftw3.h" >&5
8404 > $as_echo_n "checking for fftw3.h... " >&6; }
8405   if test "${ac_cv_header_fftw3_h+set}" = set; then
8406 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8406 >  $as_echo_n "(cached) " >&6
8407   else
8408    ac_cv_header_fftw3_h=$ac_header_preproc
8409   fi
8410 < { echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
8411 < echo "${ECHO_T}$ac_cv_header_fftw3_h" >&6; }
8410 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
8411 > $as_echo "$ac_cv_header_fftw3_h" >&6; }
8412  
8413   fi
8414   if test $ac_cv_header_fftw3_h = yes; then
# Line 8227 | Line 8419 | fi
8419  
8420  
8421        if test "$fftw_cv_libfftw3" = "no" -o "$fftw_cv_fftw3_h" = "no"; then
8422 <        { echo "$as_me:$LINENO: checking for fftwnd_one in -lfftw" >&5
8423 < echo $ECHO_N "checking for fftwnd_one in -lfftw... $ECHO_C" >&6; }
8422 >        { $as_echo "$as_me:$LINENO: checking for fftwnd_one in -lfftw" >&5
8423 > $as_echo_n "checking for fftwnd_one in -lfftw... " >&6; }
8424   if test "${ac_cv_lib_fftw_fftwnd_one+set}" = set; then
8425 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8425 >  $as_echo_n "(cached) " >&6
8426   else
8427    ac_check_lib_save_LIBS=$LIBS
8428   LIBS="-lfftw  $LIBS"
# Line 8270 | Line 8462 | esac
8462    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8463    *) ac_try_echo=$ac_try;;
8464   esac
8465 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8465 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8466 > $as_echo "$ac_try_echo") >&5
8467    (eval "$ac_link") 2>conftest.er1
8468    ac_status=$?
8469    grep -v '^ *+' conftest.er1 >conftest.err
8470    rm -f conftest.er1
8471    cat conftest.err >&5
8472 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8473    (exit $ac_status); } && {
8474           test -z "$ac_c_werror_flag" ||
8475           test ! -s conftest.err
8476 <       } && test -s conftest$ac_exeext &&
8477 <       $as_test_x conftest$ac_exeext; then
8476 >       } && test -s conftest$ac_exeext && {
8477 >         test "$cross_compiling" = yes ||
8478 >         $as_test_x conftest$ac_exeext
8479 >       }; then
8480    ac_cv_lib_fftw_fftwnd_one=yes
8481   else
8482 <  echo "$as_me: failed program was:" >&5
8482 >  $as_echo "$as_me: failed program was:" >&5
8483   sed 's/^/| /' conftest.$ac_ext >&5
8484  
8485          ac_cv_lib_fftw_fftwnd_one=no
8486   fi
8487  
8488 + rm -rf conftest.dSYM
8489   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8490        conftest$ac_exeext conftest.$ac_ext
8491   LIBS=$ac_check_lib_save_LIBS
8492   fi
8493 < { echo "$as_me:$LINENO: result: $ac_cv_lib_fftw_fftwnd_one" >&5
8494 < echo "${ECHO_T}$ac_cv_lib_fftw_fftwnd_one" >&6; }
8493 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_fftw_fftwnd_one" >&5
8494 > $as_echo "$ac_cv_lib_fftw_fftwnd_one" >&6; }
8495   if test $ac_cv_lib_fftw_fftwnd_one = yes; then
8496    fftw_cv_libfftw=yes
8497   else
# Line 8303 | Line 8499 | fi
8499   fi
8500  
8501          if test "${ac_cv_header_fftw_h+set}" = set; then
8502 <  { echo "$as_me:$LINENO: checking for fftw.h" >&5
8503 < echo $ECHO_N "checking for fftw.h... $ECHO_C" >&6; }
8502 >  { $as_echo "$as_me:$LINENO: checking for fftw.h" >&5
8503 > $as_echo_n "checking for fftw.h... " >&6; }
8504   if test "${ac_cv_header_fftw_h+set}" = set; then
8505 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8505 >  $as_echo_n "(cached) " >&6
8506   fi
8507 < { echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
8508 < echo "${ECHO_T}$ac_cv_header_fftw_h" >&6; }
8507 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
8508 > $as_echo "$ac_cv_header_fftw_h" >&6; }
8509   else
8510    # Is the header compilable?
8511 < { echo "$as_me:$LINENO: checking fftw.h usability" >&5
8512 < echo $ECHO_N "checking fftw.h usability... $ECHO_C" >&6; }
8511 > { $as_echo "$as_me:$LINENO: checking fftw.h usability" >&5
8512 > $as_echo_n "checking fftw.h usability... " >&6; }
8513   cat >conftest.$ac_ext <<_ACEOF
8514   /* confdefs.h.  */
8515   _ACEOF
# Line 8329 | Line 8525 | esac
8525    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8526    *) ac_try_echo=$ac_try;;
8527   esac
8528 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8528 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8529 > $as_echo "$ac_try_echo") >&5
8530    (eval "$ac_compile") 2>conftest.er1
8531    ac_status=$?
8532    grep -v '^ *+' conftest.er1 >conftest.err
8533    rm -f conftest.er1
8534    cat conftest.err >&5
8535 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8535 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8536    (exit $ac_status); } && {
8537           test -z "$ac_c_werror_flag" ||
8538           test ! -s conftest.err
8539         } && test -s conftest.$ac_objext; then
8540    ac_header_compiler=yes
8541   else
8542 <  echo "$as_me: failed program was:" >&5
8542 >  $as_echo "$as_me: failed program was:" >&5
8543   sed 's/^/| /' conftest.$ac_ext >&5
8544  
8545          ac_header_compiler=no
8546   fi
8547  
8548   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8549 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8550 < echo "${ECHO_T}$ac_header_compiler" >&6; }
8549 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8550 > $as_echo "$ac_header_compiler" >&6; }
8551  
8552   # Is the header present?
8553 < { echo "$as_me:$LINENO: checking fftw.h presence" >&5
8554 < echo $ECHO_N "checking fftw.h presence... $ECHO_C" >&6; }
8553 > { $as_echo "$as_me:$LINENO: checking fftw.h presence" >&5
8554 > $as_echo_n "checking fftw.h presence... " >&6; }
8555   cat >conftest.$ac_ext <<_ACEOF
8556   /* confdefs.h.  */
8557   _ACEOF
# Line 8368 | Line 8565 | esac
8565    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8566    *) ac_try_echo=$ac_try;;
8567   esac
8568 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8568 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8569 > $as_echo "$ac_try_echo") >&5
8570    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8571    ac_status=$?
8572    grep -v '^ *+' conftest.er1 >conftest.err
8573    rm -f conftest.er1
8574    cat conftest.err >&5
8575 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8575 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8576    (exit $ac_status); } >/dev/null && {
8577           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8578           test ! -s conftest.err
8579         }; then
8580    ac_header_preproc=yes
8581   else
8582 <  echo "$as_me: failed program was:" >&5
8582 >  $as_echo "$as_me: failed program was:" >&5
8583   sed 's/^/| /' conftest.$ac_ext >&5
8584  
8585    ac_header_preproc=no
8586   fi
8587  
8588   rm -f conftest.err conftest.$ac_ext
8589 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8590 < echo "${ECHO_T}$ac_header_preproc" >&6; }
8589 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8590 > $as_echo "$ac_header_preproc" >&6; }
8591  
8592   # So?  What about this header?
8593   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8594    yes:no: )
8595 <    { echo "$as_me:$LINENO: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
8596 < echo "$as_me: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8597 <    { echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the compiler's result" >&5
8598 < echo "$as_me: WARNING: fftw.h: proceeding with the compiler's result" >&2;}
8595 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
8596 > $as_echo "$as_me: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8597 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the compiler's result" >&5
8598 > $as_echo "$as_me: WARNING: fftw.h: proceeding with the compiler's result" >&2;}
8599      ac_header_preproc=yes
8600      ;;
8601    no:yes:* )
8602 <    { echo "$as_me:$LINENO: WARNING: fftw.h: present but cannot be compiled" >&5
8603 < echo "$as_me: WARNING: fftw.h: present but cannot be compiled" >&2;}
8604 <    { echo "$as_me:$LINENO: WARNING: fftw.h:     check for missing prerequisite headers?" >&5
8605 < echo "$as_me: WARNING: fftw.h:     check for missing prerequisite headers?" >&2;}
8606 <    { echo "$as_me:$LINENO: WARNING: fftw.h: see the Autoconf documentation" >&5
8607 < echo "$as_me: WARNING: fftw.h: see the Autoconf documentation" >&2;}
8608 <    { echo "$as_me:$LINENO: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&5
8609 < echo "$as_me: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8610 <    { echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the preprocessor's result" >&5
8611 < echo "$as_me: WARNING: fftw.h: proceeding with the preprocessor's result" >&2;}
8612 <    { echo "$as_me:$LINENO: WARNING: fftw.h: in the future, the compiler will take precedence" >&5
8613 < echo "$as_me: WARNING: fftw.h: in the future, the compiler will take precedence" >&2;}
8602 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: present but cannot be compiled" >&5
8603 > $as_echo "$as_me: WARNING: fftw.h: present but cannot be compiled" >&2;}
8604 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h:     check for missing prerequisite headers?" >&5
8605 > $as_echo "$as_me: WARNING: fftw.h:     check for missing prerequisite headers?" >&2;}
8606 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: see the Autoconf documentation" >&5
8607 > $as_echo "$as_me: WARNING: fftw.h: see the Autoconf documentation" >&2;}
8608 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&5
8609 > $as_echo "$as_me: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8610 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the preprocessor's result" >&5
8611 > $as_echo "$as_me: WARNING: fftw.h: proceeding with the preprocessor's result" >&2;}
8612 >    { $as_echo "$as_me:$LINENO: WARNING: fftw.h: in the future, the compiler will take precedence" >&5
8613 > $as_echo "$as_me: WARNING: fftw.h: in the future, the compiler will take precedence" >&2;}
8614      ( cat <<\_ASBOX
8615   ## ------------------------------ ##
8616   ## Report this to gezelter@nd.edu ##
# Line 8421 | Line 8619 | esac
8619       ) | sed "s/^/$as_me: WARNING:     /" >&2
8620      ;;
8621   esac
8622 < { echo "$as_me:$LINENO: checking for fftw.h" >&5
8623 < echo $ECHO_N "checking for fftw.h... $ECHO_C" >&6; }
8622 > { $as_echo "$as_me:$LINENO: checking for fftw.h" >&5
8623 > $as_echo_n "checking for fftw.h... " >&6; }
8624   if test "${ac_cv_header_fftw_h+set}" = set; then
8625 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8625 >  $as_echo_n "(cached) " >&6
8626   else
8627    ac_cv_header_fftw_h=$ac_header_preproc
8628   fi
8629 < { echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
8630 < echo "${ECHO_T}$ac_cv_header_fftw_h" >&6; }
8629 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
8630 > $as_echo "$ac_cv_header_fftw_h" >&6; }
8631  
8632   fi
8633   if test $ac_cv_header_fftw_h = yes; then
# Line 8440 | Line 8638 | fi
8638  
8639  
8640          if test "$fftw_cv_libfftw" = "no" -o "$fftw_cv_fftw_h" = "no"; then
8641 <          { echo "$as_me:$LINENO: checking for fftwnd_one in -ldfftw" >&5
8642 < echo $ECHO_N "checking for fftwnd_one in -ldfftw... $ECHO_C" >&6; }
8641 >          { $as_echo "$as_me:$LINENO: checking for fftwnd_one in -ldfftw" >&5
8642 > $as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; }
8643   if test "${ac_cv_lib_dfftw_fftwnd_one+set}" = set; then
8644 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8644 >  $as_echo_n "(cached) " >&6
8645   else
8646    ac_check_lib_save_LIBS=$LIBS
8647   LIBS="-ldfftw  $LIBS"
# Line 8483 | Line 8681 | esac
8681    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8682    *) ac_try_echo=$ac_try;;
8683   esac
8684 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8684 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8685 > $as_echo "$ac_try_echo") >&5
8686    (eval "$ac_link") 2>conftest.er1
8687    ac_status=$?
8688    grep -v '^ *+' conftest.er1 >conftest.err
8689    rm -f conftest.er1
8690    cat conftest.err >&5
8691 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8692    (exit $ac_status); } && {
8693           test -z "$ac_c_werror_flag" ||
8694           test ! -s conftest.err
8695 <       } && test -s conftest$ac_exeext &&
8696 <       $as_test_x conftest$ac_exeext; then
8695 >       } && test -s conftest$ac_exeext && {
8696 >         test "$cross_compiling" = yes ||
8697 >         $as_test_x conftest$ac_exeext
8698 >       }; then
8699    ac_cv_lib_dfftw_fftwnd_one=yes
8700   else
8701 <  echo "$as_me: failed program was:" >&5
8701 >  $as_echo "$as_me: failed program was:" >&5
8702   sed 's/^/| /' conftest.$ac_ext >&5
8703  
8704          ac_cv_lib_dfftw_fftwnd_one=no
8705   fi
8706  
8707 + rm -rf conftest.dSYM
8708   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8709        conftest$ac_exeext conftest.$ac_ext
8710   LIBS=$ac_check_lib_save_LIBS
8711   fi
8712 < { echo "$as_me:$LINENO: result: $ac_cv_lib_dfftw_fftwnd_one" >&5
8713 < echo "${ECHO_T}$ac_cv_lib_dfftw_fftwnd_one" >&6; }
8712 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dfftw_fftwnd_one" >&5
8713 > $as_echo "$ac_cv_lib_dfftw_fftwnd_one" >&6; }
8714   if test $ac_cv_lib_dfftw_fftwnd_one = yes; then
8715    fftw_cv_libdfftw=yes
8716   else
# Line 8516 | Line 8718 | fi
8718   fi
8719  
8720            if test "${ac_cv_header_dfftw_h+set}" = set; then
8721 <  { echo "$as_me:$LINENO: checking for dfftw.h" >&5
8722 < echo $ECHO_N "checking for dfftw.h... $ECHO_C" >&6; }
8721 >  { $as_echo "$as_me:$LINENO: checking for dfftw.h" >&5
8722 > $as_echo_n "checking for dfftw.h... " >&6; }
8723   if test "${ac_cv_header_dfftw_h+set}" = set; then
8724 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8724 >  $as_echo_n "(cached) " >&6
8725   fi
8726 < { echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
8727 < echo "${ECHO_T}$ac_cv_header_dfftw_h" >&6; }
8726 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
8727 > $as_echo "$ac_cv_header_dfftw_h" >&6; }
8728   else
8729    # Is the header compilable?
8730 < { echo "$as_me:$LINENO: checking dfftw.h usability" >&5
8731 < echo $ECHO_N "checking dfftw.h usability... $ECHO_C" >&6; }
8730 > { $as_echo "$as_me:$LINENO: checking dfftw.h usability" >&5
8731 > $as_echo_n "checking dfftw.h usability... " >&6; }
8732   cat >conftest.$ac_ext <<_ACEOF
8733   /* confdefs.h.  */
8734   _ACEOF
# Line 8542 | Line 8744 | esac
8744    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8745    *) ac_try_echo=$ac_try;;
8746   esac
8747 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8747 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8748 > $as_echo "$ac_try_echo") >&5
8749    (eval "$ac_compile") 2>conftest.er1
8750    ac_status=$?
8751    grep -v '^ *+' conftest.er1 >conftest.err
8752    rm -f conftest.er1
8753    cat conftest.err >&5
8754 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8754 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8755    (exit $ac_status); } && {
8756           test -z "$ac_c_werror_flag" ||
8757           test ! -s conftest.err
8758         } && test -s conftest.$ac_objext; then
8759    ac_header_compiler=yes
8760   else
8761 <  echo "$as_me: failed program was:" >&5
8761 >  $as_echo "$as_me: failed program was:" >&5
8762   sed 's/^/| /' conftest.$ac_ext >&5
8763  
8764          ac_header_compiler=no
8765   fi
8766  
8767   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8768 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8769 < echo "${ECHO_T}$ac_header_compiler" >&6; }
8768 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8769 > $as_echo "$ac_header_compiler" >&6; }
8770  
8771   # Is the header present?
8772 < { echo "$as_me:$LINENO: checking dfftw.h presence" >&5
8773 < echo $ECHO_N "checking dfftw.h presence... $ECHO_C" >&6; }
8772 > { $as_echo "$as_me:$LINENO: checking dfftw.h presence" >&5
8773 > $as_echo_n "checking dfftw.h presence... " >&6; }
8774   cat >conftest.$ac_ext <<_ACEOF
8775   /* confdefs.h.  */
8776   _ACEOF
# Line 8581 | Line 8784 | esac
8784    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8785    *) ac_try_echo=$ac_try;;
8786   esac
8787 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8787 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8788 > $as_echo "$ac_try_echo") >&5
8789    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8790    ac_status=$?
8791    grep -v '^ *+' conftest.er1 >conftest.err
8792    rm -f conftest.er1
8793    cat conftest.err >&5
8794 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8794 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8795    (exit $ac_status); } >/dev/null && {
8796           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8797           test ! -s conftest.err
8798         }; then
8799    ac_header_preproc=yes
8800   else
8801 <  echo "$as_me: failed program was:" >&5
8801 >  $as_echo "$as_me: failed program was:" >&5
8802   sed 's/^/| /' conftest.$ac_ext >&5
8803  
8804    ac_header_preproc=no
8805   fi
8806  
8807   rm -f conftest.err conftest.$ac_ext
8808 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8809 < echo "${ECHO_T}$ac_header_preproc" >&6; }
8808 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8809 > $as_echo "$ac_header_preproc" >&6; }
8810  
8811   # So?  What about this header?
8812   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8813    yes:no: )
8814 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
8815 < echo "$as_me: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8816 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the compiler's result" >&5
8817 < echo "$as_me: WARNING: dfftw.h: proceeding with the compiler's result" >&2;}
8814 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
8815 > $as_echo "$as_me: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8816 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the compiler's result" >&5
8817 > $as_echo "$as_me: WARNING: dfftw.h: proceeding with the compiler's result" >&2;}
8818      ac_header_preproc=yes
8819      ;;
8820    no:yes:* )
8821 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: present but cannot be compiled" >&5
8822 < echo "$as_me: WARNING: dfftw.h: present but cannot be compiled" >&2;}
8823 <    { echo "$as_me:$LINENO: WARNING: dfftw.h:     check for missing prerequisite headers?" >&5
8824 < echo "$as_me: WARNING: dfftw.h:     check for missing prerequisite headers?" >&2;}
8825 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: see the Autoconf documentation" >&5
8826 < echo "$as_me: WARNING: dfftw.h: see the Autoconf documentation" >&2;}
8827 <    { echo "$as_me:$LINENO: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&5
8828 < echo "$as_me: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8829 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the preprocessor's result" >&5
8830 < echo "$as_me: WARNING: dfftw.h: proceeding with the preprocessor's result" >&2;}
8831 <    { echo "$as_me:$LINENO: WARNING: dfftw.h: in the future, the compiler will take precedence" >&5
8832 < echo "$as_me: WARNING: dfftw.h: in the future, the compiler will take precedence" >&2;}
8821 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: present but cannot be compiled" >&5
8822 > $as_echo "$as_me: WARNING: dfftw.h: present but cannot be compiled" >&2;}
8823 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h:     check for missing prerequisite headers?" >&5
8824 > $as_echo "$as_me: WARNING: dfftw.h:     check for missing prerequisite headers?" >&2;}
8825 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: see the Autoconf documentation" >&5
8826 > $as_echo "$as_me: WARNING: dfftw.h: see the Autoconf documentation" >&2;}
8827 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&5
8828 > $as_echo "$as_me: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
8829 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the preprocessor's result" >&5
8830 > $as_echo "$as_me: WARNING: dfftw.h: proceeding with the preprocessor's result" >&2;}
8831 >    { $as_echo "$as_me:$LINENO: WARNING: dfftw.h: in the future, the compiler will take precedence" >&5
8832 > $as_echo "$as_me: WARNING: dfftw.h: in the future, the compiler will take precedence" >&2;}
8833      ( cat <<\_ASBOX
8834   ## ------------------------------ ##
8835   ## Report this to gezelter@nd.edu ##
# Line 8634 | Line 8838 | esac
8838       ) | sed "s/^/$as_me: WARNING:     /" >&2
8839      ;;
8840   esac
8841 < { echo "$as_me:$LINENO: checking for dfftw.h" >&5
8842 < echo $ECHO_N "checking for dfftw.h... $ECHO_C" >&6; }
8841 > { $as_echo "$as_me:$LINENO: checking for dfftw.h" >&5
8842 > $as_echo_n "checking for dfftw.h... " >&6; }
8843   if test "${ac_cv_header_dfftw_h+set}" = set; then
8844 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8844 >  $as_echo_n "(cached) " >&6
8845   else
8846    ac_cv_header_dfftw_h=$ac_header_preproc
8847   fi
8848 < { echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
8849 < echo "${ECHO_T}$ac_cv_header_dfftw_h" >&6; }
8848 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
8849 > $as_echo "$ac_cv_header_dfftw_h" >&6; }
8850  
8851   fi
8852   if test $ac_cv_header_dfftw_h = yes; then
# Line 8690 | Line 8894 | _ACEOF
8894              FFTW_LIB_DIR="${FFTW_HOME}/lib"
8895              FFTW_LIBS="-ldfftw"
8896            else
8897 <            { echo "$as_me:$LINENO: checking fftw in ${FFTW_HOME}" >&5
8898 < echo $ECHO_N "checking fftw in ${FFTW_HOME}... $ECHO_C" >&6; }
8897 >            { $as_echo "$as_me:$LINENO: checking fftw in ${FFTW_HOME}" >&5
8898 > $as_echo_n "checking fftw in ${FFTW_HOME}... " >&6; }
8899              FFTW_INC_DIR=
8900              FFTW_LIB_DIR=
8901              FFTW_LIBS=
8902              LDFLAGS="$FFTW_OLD_LDFLAGS"
8903              CFLAGS="$FFTW_OLD_CFLAGS"
8904 <            { echo "$as_me:$LINENO: result: failed" >&5
8905 < echo "${ECHO_T}failed" >&6; }
8904 >            { $as_echo "$as_me:$LINENO: result: failed" >&5
8905 > $as_echo "failed" >&6; }
8906              echo ""
8907              echo "*********************************************************"
8908              echo "* WARNING: Could not find a working FFTW installation   *"
# Line 8727 | Line 8931 | else
8931   if test "${with_qhull+set}" = set; then
8932    withval=$with_qhull; qhull_dir="$withval"
8933   else
8934 <                qhull_dir="not_set"
8934 >  qhull_dir="not_set"
8935   fi
8936  
8937 + QHULL_INC_DIR=
8938 + QHULL_LIB_DIR=
8939 + QHULL=
8940 + USE_QHULL=no
8941 +
8942   if test "$qhull_dir" != "no"; then
8943 +   if test "$qhull_dir" != "not_set" ; then
8944 +     if test -d "$qhull_dir"; then
8945 +       QHULL_HOME="$qhull_dir"
8946 +     else
8947 +       { $as_echo "$as_me:$LINENO: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&5
8948 + $as_echo "$as_me: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&2;}
8949 +       QHULL_HOME=/usr/local
8950 +       if test ! -f "${QHULL_HOME}/include/qhull/qhull.h"; then
8951 +          QHULL_HOME=/usr
8952 +       fi
8953 +     fi
8954 +   fi
8955 +   #
8956 +   # Locate qhull, if wanted
8957 +   #
8958 +   if test -n "${QHULL_HOME}"; then
8959 +        { $as_echo "$as_me:$LINENO: Checking for qhull in ${QHULL_HOME}" >&5
8960 + $as_echo "$as_me: Checking for qhull in ${QHULL_HOME}" >&6;}
8961  
8735 if test "$qhull_dir" != "not_set" ; then
8736  if test -d "$qhull_dir"
8737  then
8738    QHULL_HOME="$qhull_dir"
8739  else
8740    { echo "$as_me:$LINENO: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&5
8741 echo "$as_me: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&2;}
8742        QHULL_HOME=/usr/local
8743        if test ! -f "${QHULL_HOME}/include/qhull/qhull.h"
8744        then
8745                QHULL_HOME=/usr
8746        fi
8747  fi
8748 fi
8749 #
8750 # Locate qhull, if wanted
8751 #
8752 if test -n "${QHULL_HOME}"
8753 then
8754
8962          ac_ext=c
8963   ac_cpp='$CPP $CPPFLAGS'
8964   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 8765 | Line 8972 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
8972          CFLAGS="$CFLAGS -I${QHULL_HOME}/include"
8973          CPPFLAGS="$CPPFLAGS -I${QHULL_HOME}/include"
8974          if test "${ac_cv_header_qhull_qhull_h+set}" = set; then
8975 <  { echo "$as_me:$LINENO: checking for qhull/qhull.h" >&5
8976 < echo $ECHO_N "checking for qhull/qhull.h... $ECHO_C" >&6; }
8975 >  { $as_echo "$as_me:$LINENO: checking for qhull/qhull.h" >&5
8976 > $as_echo_n "checking for qhull/qhull.h... " >&6; }
8977   if test "${ac_cv_header_qhull_qhull_h+set}" = set; then
8978 <  echo $ECHO_N "(cached) $ECHO_C" >&6
8978 >  $as_echo_n "(cached) " >&6
8979   fi
8980 < { echo "$as_me:$LINENO: result: $ac_cv_header_qhull_qhull_h" >&5
8981 < echo "${ECHO_T}$ac_cv_header_qhull_qhull_h" >&6; }
8980 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_qhull_qhull_h" >&5
8981 > $as_echo "$ac_cv_header_qhull_qhull_h" >&6; }
8982   else
8983    # Is the header compilable?
8984 < { echo "$as_me:$LINENO: checking qhull/qhull.h usability" >&5
8985 < echo $ECHO_N "checking qhull/qhull.h usability... $ECHO_C" >&6; }
8984 > { $as_echo "$as_me:$LINENO: checking qhull/qhull.h usability" >&5
8985 > $as_echo_n "checking qhull/qhull.h usability... " >&6; }
8986   cat >conftest.$ac_ext <<_ACEOF
8987   /* confdefs.h.  */
8988   _ACEOF
# Line 8791 | Line 8998 | esac
8998    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8999    *) ac_try_echo=$ac_try;;
9000   esac
9001 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9001 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9002 > $as_echo "$ac_try_echo") >&5
9003    (eval "$ac_compile") 2>conftest.er1
9004    ac_status=$?
9005    grep -v '^ *+' conftest.er1 >conftest.err
9006    rm -f conftest.er1
9007    cat conftest.err >&5
9008 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9008 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9009    (exit $ac_status); } && {
9010           test -z "$ac_c_werror_flag" ||
9011           test ! -s conftest.err
9012         } && test -s conftest.$ac_objext; then
9013    ac_header_compiler=yes
9014   else
9015 <  echo "$as_me: failed program was:" >&5
9015 >  $as_echo "$as_me: failed program was:" >&5
9016   sed 's/^/| /' conftest.$ac_ext >&5
9017  
9018          ac_header_compiler=no
9019   fi
9020  
9021   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9022 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9023 < echo "${ECHO_T}$ac_header_compiler" >&6; }
9022 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9023 > $as_echo "$ac_header_compiler" >&6; }
9024  
9025   # Is the header present?
9026 < { echo "$as_me:$LINENO: checking qhull/qhull.h presence" >&5
9027 < echo $ECHO_N "checking qhull/qhull.h presence... $ECHO_C" >&6; }
9026 > { $as_echo "$as_me:$LINENO: checking qhull/qhull.h presence" >&5
9027 > $as_echo_n "checking qhull/qhull.h presence... " >&6; }
9028   cat >conftest.$ac_ext <<_ACEOF
9029   /* confdefs.h.  */
9030   _ACEOF
# Line 8830 | Line 9038 | esac
9038    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9039    *) ac_try_echo=$ac_try;;
9040   esac
9041 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9041 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9042 > $as_echo "$ac_try_echo") >&5
9043    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9044    ac_status=$?
9045    grep -v '^ *+' conftest.er1 >conftest.err
9046    rm -f conftest.er1
9047    cat conftest.err >&5
9048 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9048 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049    (exit $ac_status); } >/dev/null && {
9050           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9051           test ! -s conftest.err
9052         }; then
9053    ac_header_preproc=yes
9054   else
9055 <  echo "$as_me: failed program was:" >&5
9055 >  $as_echo "$as_me: failed program was:" >&5
9056   sed 's/^/| /' conftest.$ac_ext >&5
9057  
9058    ac_header_preproc=no
9059   fi
9060  
9061   rm -f conftest.err conftest.$ac_ext
9062 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9063 < echo "${ECHO_T}$ac_header_preproc" >&6; }
9062 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9063 > $as_echo "$ac_header_preproc" >&6; }
9064  
9065   # So?  What about this header?
9066   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9067    yes:no: )
9068 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: accepted by the compiler, rejected by the preprocessor!" >&5
9069 < echo "$as_me: WARNING: qhull/qhull.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9070 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: proceeding with the compiler's result" >&5
9071 < echo "$as_me: WARNING: qhull/qhull.h: proceeding with the compiler's result" >&2;}
9068 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: accepted by the compiler, rejected by the preprocessor!" >&5
9069 > $as_echo "$as_me: WARNING: qhull/qhull.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9070 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: proceeding with the compiler's result" >&5
9071 > $as_echo "$as_me: WARNING: qhull/qhull.h: proceeding with the compiler's result" >&2;}
9072      ac_header_preproc=yes
9073      ;;
9074    no:yes:* )
9075 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: present but cannot be compiled" >&5
9076 < echo "$as_me: WARNING: qhull/qhull.h: present but cannot be compiled" >&2;}
9077 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h:     check for missing prerequisite headers?" >&5
9078 < echo "$as_me: WARNING: qhull/qhull.h:     check for missing prerequisite headers?" >&2;}
9079 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: see the Autoconf documentation" >&5
9080 < echo "$as_me: WARNING: qhull/qhull.h: see the Autoconf documentation" >&2;}
9081 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h:     section \"Present But Cannot Be Compiled\"" >&5
9082 < echo "$as_me: WARNING: qhull/qhull.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9083 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: proceeding with the preprocessor's result" >&5
9084 < echo "$as_me: WARNING: qhull/qhull.h: proceeding with the preprocessor's result" >&2;}
9085 <    { echo "$as_me:$LINENO: WARNING: qhull/qhull.h: in the future, the compiler will take precedence" >&5
9086 < echo "$as_me: WARNING: qhull/qhull.h: in the future, the compiler will take precedence" >&2;}
9075 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: present but cannot be compiled" >&5
9076 > $as_echo "$as_me: WARNING: qhull/qhull.h: present but cannot be compiled" >&2;}
9077 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h:     check for missing prerequisite headers?" >&5
9078 > $as_echo "$as_me: WARNING: qhull/qhull.h:     check for missing prerequisite headers?" >&2;}
9079 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: see the Autoconf documentation" >&5
9080 > $as_echo "$as_me: WARNING: qhull/qhull.h: see the Autoconf documentation" >&2;}
9081 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h:     section \"Present But Cannot Be Compiled\"" >&5
9082 > $as_echo "$as_me: WARNING: qhull/qhull.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9083 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: proceeding with the preprocessor's result" >&5
9084 > $as_echo "$as_me: WARNING: qhull/qhull.h: proceeding with the preprocessor's result" >&2;}
9085 >    { $as_echo "$as_me:$LINENO: WARNING: qhull/qhull.h: in the future, the compiler will take precedence" >&5
9086 > $as_echo "$as_me: WARNING: qhull/qhull.h: in the future, the compiler will take precedence" >&2;}
9087      ( cat <<\_ASBOX
9088   ## ------------------------------ ##
9089   ## Report this to gezelter@nd.edu ##
# Line 8883 | Line 9092 | esac
9092       ) | sed "s/^/$as_me: WARNING:     /" >&2
9093      ;;
9094   esac
9095 < { echo "$as_me:$LINENO: checking for qhull/qhull.h" >&5
9096 < echo $ECHO_N "checking for qhull/qhull.h... $ECHO_C" >&6; }
9095 > { $as_echo "$as_me:$LINENO: checking for qhull/qhull.h" >&5
9096 > $as_echo_n "checking for qhull/qhull.h... " >&6; }
9097   if test "${ac_cv_header_qhull_qhull_h+set}" = set; then
9098 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9098 >  $as_echo_n "(cached) " >&6
9099   else
9100    ac_cv_header_qhull_qhull_h=$ac_header_preproc
9101   fi
9102 < { echo "$as_me:$LINENO: result: $ac_cv_header_qhull_qhull_h" >&5
9103 < echo "${ECHO_T}$ac_cv_header_qhull_qhull_h" >&6; }
9102 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_qhull_qhull_h" >&5
9103 > $as_echo "$ac_cv_header_qhull_qhull_h" >&6; }
9104  
9105   fi
9106   if test $ac_cv_header_qhull_qhull_h = yes; then
# Line 8901 | Line 9110 | fi
9110   fi
9111  
9112  
9113 <        { echo "$as_me:$LINENO: checking for qh_qhull in -lqhull" >&5
9114 < echo $ECHO_N "checking for qh_qhull in -lqhull... $ECHO_C" >&6; }
9113 >        { $as_echo "$as_me:$LINENO: checking for qh_qhull in -lqhull" >&5
9114 > $as_echo_n "checking for qh_qhull in -lqhull... " >&6; }
9115   if test "${ac_cv_lib_qhull_qh_qhull+set}" = set; then
9116 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9116 >  $as_echo_n "(cached) " >&6
9117   else
9118    ac_check_lib_save_LIBS=$LIBS
9119   LIBS="-lqhull  $LIBS"
# Line 8944 | Line 9153 | esac
9153    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9154    *) ac_try_echo=$ac_try;;
9155   esac
9156 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9156 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9157 > $as_echo "$ac_try_echo") >&5
9158    (eval "$ac_link") 2>conftest.er1
9159    ac_status=$?
9160    grep -v '^ *+' conftest.er1 >conftest.err
9161    rm -f conftest.er1
9162    cat conftest.err >&5
9163 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9163 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9164    (exit $ac_status); } && {
9165           test -z "$ac_c_werror_flag" ||
9166           test ! -s conftest.err
9167 <       } && test -s conftest$ac_exeext &&
9168 <       $as_test_x conftest$ac_exeext; then
9167 >       } && test -s conftest$ac_exeext && {
9168 >         test "$cross_compiling" = yes ||
9169 >         $as_test_x conftest$ac_exeext
9170 >       }; then
9171    ac_cv_lib_qhull_qh_qhull=yes
9172   else
9173 <  echo "$as_me: failed program was:" >&5
9173 >  $as_echo "$as_me: failed program was:" >&5
9174   sed 's/^/| /' conftest.$ac_ext >&5
9175  
9176          ac_cv_lib_qhull_qh_qhull=no
9177   fi
9178  
9179 + rm -rf conftest.dSYM
9180   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9181        conftest$ac_exeext conftest.$ac_ext
9182   LIBS=$ac_check_lib_save_LIBS
9183   fi
9184 < { echo "$as_me:$LINENO: result: $ac_cv_lib_qhull_qh_qhull" >&5
9185 < echo "${ECHO_T}$ac_cv_lib_qhull_qh_qhull" >&6; }
9184 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_qhull_qh_qhull" >&5
9185 > $as_echo "$ac_cv_lib_qhull_qh_qhull" >&6; }
9186   if test $ac_cv_lib_qhull_qh_qhull = yes; then
9187    qhull_cv_libqhull=yes
9188   else
# Line 8997 | Line 9210 | _ACEOF
9210   #define HAVE_QHULL 1
9211   _ACEOF
9212  
9213 <                USE_QHULL=yes
9214 <                QHULL_INC_DIR="${QHULL_HOME}/include"
9215 <                QHULL_LIB_DIR="${QHULL_HOME}/lib"
9216 <                QHULL="-lqhull"
9213 >           USE_QHULL=yes
9214 >           QHULL_INC_DIR="${QHULL_HOME}/include"
9215 >           QHULL_LIB_DIR="${QHULL_HOME}/lib"
9216 >           QHULL="-lqhull"
9217 >           { $as_echo "$as_me:$LINENO: result: Working qhull found, will proceed." >&5
9218 > $as_echo "Working qhull found, will proceed." >&6; }
9219          else
9220 <                { echo "$as_me:$LINENO: checking qhull in ${QHULL_HOME}" >&5
9221 < echo $ECHO_N "checking qhull in ${QHULL_HOME}... $ECHO_C" >&6; }
9222 <                QHULL_INC_DIR=
9223 <                QHULL_LIB_DIR=
9224 <                QHULL=
9225 <                USE_QHULL=no
9226 <                { echo "$as_me:$LINENO: result: failed" >&5
9227 < echo "${ECHO_T}failed" >&6; }
9228 <                echo ""
9229 <                echo "*********************************************************"
9230 <                echo "* WARNING: Could not find a working qhull installation  *"
9231 <                echo "* If you need OOPSE to be able to deal with convex      *"
9232 <                echo "* hulls be sure to specify a valid qhull installation   *"
9233 <                echo "* with --with-qhull=DIR                                 *"
9234 <                echo "*                                                       *"
9235 <                echo "* OOPSE will still work without qhull installed.        *"
9021 <                echo "*********************************************************"
9022 <                echo ""
9220 >           { $as_echo "$as_me:$LINENO: WARNING: " >&5
9221 > $as_echo "$as_me: WARNING: " >&2;}
9222 >           { $as_echo "$as_me:$LINENO: WARNING: Could not find a working qhull installation" >&5
9223 > $as_echo "$as_me: WARNING: Could not find a working qhull installation" >&2;}
9224 >           { $as_echo "$as_me:$LINENO: WARNING: If you need OOPSE to be able to deal with convex    " >&5
9225 > $as_echo "$as_me: WARNING: If you need OOPSE to be able to deal with convex    " >&2;}
9226 >           { $as_echo "$as_me:$LINENO: WARNING: hulls be sure to specify a valid qhull installation " >&5
9227 > $as_echo "$as_me: WARNING: hulls be sure to specify a valid qhull installation " >&2;}
9228 >           { $as_echo "$as_me:$LINENO: WARNING: with --with-qhull=DIR                               " >&5
9229 > $as_echo "$as_me: WARNING: with --with-qhull=DIR                               " >&2;}
9230 >           { $as_echo "$as_me:$LINENO: WARNING: " >&5
9231 > $as_echo "$as_me: WARNING: " >&2;}
9232 >           { $as_echo "$as_me:$LINENO: WARNING: OOPSE will still work without qhull installed.      " >&5
9233 > $as_echo "$as_me: WARNING: OOPSE will still work without qhull installed.      " >&2;}
9234 >           { $as_echo "$as_me:$LINENO: WARNING: " >&5
9235 > $as_echo "$as_me: WARNING: " >&2;}
9236          fi
9237 +    fi
9238 + fi
9239  
9240  
9241  
9242  
9028 fi
9029 fi
9243  
9244  
9245   ac_ext=cpp
# Line 9034 | Line 9247 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9247   ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9248   ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9249   ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9250 < { echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
9251 < echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
9250 > { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
9251 > $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
9252   if test -z "$CXXCPP"; then
9253    if test "${ac_cv_prog_CXXCPP+set}" = set; then
9254 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9254 >  $as_echo_n "(cached) " >&6
9255   else
9256        # Double quotes because CXXCPP needs to be expanded
9257      for CXXCPP in "$CXX -E" "/lib/cpp"
# Line 9070 | Line 9283 | esac
9283    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9284    *) ac_try_echo=$ac_try;;
9285   esac
9286 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9286 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9287 > $as_echo "$ac_try_echo") >&5
9288    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9289    ac_status=$?
9290    grep -v '^ *+' conftest.er1 >conftest.err
9291    rm -f conftest.er1
9292    cat conftest.err >&5
9293 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9293 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9294    (exit $ac_status); } >/dev/null && {
9295           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9296           test ! -s conftest.err
9297         }; then
9298    :
9299   else
9300 <  echo "$as_me: failed program was:" >&5
9300 >  $as_echo "$as_me: failed program was:" >&5
9301   sed 's/^/| /' conftest.$ac_ext >&5
9302  
9303    # Broken: fails on valid input.
# Line 9107 | Line 9321 | esac
9321    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9322    *) ac_try_echo=$ac_try;;
9323   esac
9324 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9324 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9325 > $as_echo "$ac_try_echo") >&5
9326    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9327    ac_status=$?
9328    grep -v '^ *+' conftest.er1 >conftest.err
9329    rm -f conftest.er1
9330    cat conftest.err >&5
9331 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9331 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9332    (exit $ac_status); } >/dev/null && {
9333           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9334           test ! -s conftest.err
# Line 9121 | Line 9336 | else
9336    # Broken: success on invalid input.
9337   continue
9338   else
9339 <  echo "$as_me: failed program was:" >&5
9339 >  $as_echo "$as_me: failed program was:" >&5
9340   sed 's/^/| /' conftest.$ac_ext >&5
9341  
9342    # Passes both tests.
# Line 9146 | Line 9361 | fi
9361   else
9362    ac_cv_prog_CXXCPP=$CXXCPP
9363   fi
9364 < { echo "$as_me:$LINENO: result: $CXXCPP" >&5
9365 < echo "${ECHO_T}$CXXCPP" >&6; }
9364 > { $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
9365 > $as_echo "$CXXCPP" >&6; }
9366   ac_preproc_ok=false
9367   for ac_cxx_preproc_warn_flag in '' yes
9368   do
# Line 9175 | Line 9390 | esac
9390    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9391    *) ac_try_echo=$ac_try;;
9392   esac
9393 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9393 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9394 > $as_echo "$ac_try_echo") >&5
9395    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9396    ac_status=$?
9397    grep -v '^ *+' conftest.er1 >conftest.err
9398    rm -f conftest.er1
9399    cat conftest.err >&5
9400 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9400 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9401    (exit $ac_status); } >/dev/null && {
9402           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9403           test ! -s conftest.err
9404         }; then
9405    :
9406   else
9407 <  echo "$as_me: failed program was:" >&5
9407 >  $as_echo "$as_me: failed program was:" >&5
9408   sed 's/^/| /' conftest.$ac_ext >&5
9409  
9410    # Broken: fails on valid input.
# Line 9212 | Line 9428 | esac
9428    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9429    *) ac_try_echo=$ac_try;;
9430   esac
9431 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9431 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9432 > $as_echo "$ac_try_echo") >&5
9433    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9434    ac_status=$?
9435    grep -v '^ *+' conftest.er1 >conftest.err
9436    rm -f conftest.er1
9437    cat conftest.err >&5
9438 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9439    (exit $ac_status); } >/dev/null && {
9440           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9441           test ! -s conftest.err
# Line 9226 | Line 9443 | else
9443    # Broken: success on invalid input.
9444   continue
9445   else
9446 <  echo "$as_me: failed program was:" >&5
9446 >  $as_echo "$as_me: failed program was:" >&5
9447   sed 's/^/| /' conftest.$ac_ext >&5
9448  
9449    # Passes both tests.
# Line 9242 | Line 9459 | else
9459   if $ac_preproc_ok; then
9460    :
9461   else
9462 <  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
9462 >  { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
9463   See \`config.log' for more details." >&5
9464 < echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
9464 > $as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
9465   See \`config.log' for more details." >&2;}
9466     { (exit 1); exit 1; }; }
9467   fi
# Line 9274 | Line 9491 | if test "$openbabel_dir" != "not_set" ; then
9491    then
9492      OPENBABEL_HOME="$openbabel_dir"
9493    else
9494 <    { echo "$as_me:$LINENO: WARNING: Sorry, $openbabel_dir does not exist, checking usual places" >&5
9495 < echo "$as_me: WARNING: Sorry, $openbabel_dir does not exist, checking usual places" >&2;}
9494 >    { $as_echo "$as_me:$LINENO: WARNING: Sorry, $openbabel_dir does not exist, checking usual places" >&5
9495 > $as_echo "$as_me: WARNING: Sorry, $openbabel_dir does not exist, checking usual places" >&2;}
9496          OPENBABEL_HOME=/usr/local
9497          if test ! -f "${OPENBABEL_HOME}/include/openbabel-2.0/openbabel/babelconfig.h" -a -f "${OPENBABEL_HOME}/include/openbabel-2.0/openbabel/obconversion.h"
9498          then
# Line 9300 | Line 9517 | ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
9517          LDFLAGS="$LDFLAGS -L${OPENBABEL_HOME}/lib -lopenbabel"
9518          CPPFLAGS="$CPPFLAGS -I${OPENBABEL_HOME}/include/openbabel-2.0"
9519          if test "${ac_cv_header_openbabel_babelconfig_h+set}" = set; then
9520 <  { echo "$as_me:$LINENO: checking for openbabel/babelconfig.h" >&5
9521 < echo $ECHO_N "checking for openbabel/babelconfig.h... $ECHO_C" >&6; }
9522 < if test "${ac_cv_header_openbabel_babelconfig_h+set}" = set; then
9523 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9520 >  { $as_echo "$as_me:$LINENO: checking for openbabel/babelconfig.h" >&5
9521 > $as_echo_n "checking for openbabel/babelconfig.h... " >&6; }
9522 > if test "${ac_cv_header_openbabel_babelconfig_h+set}" = set; then
9523 >  $as_echo_n "(cached) " >&6
9524   fi
9525 < { echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_babelconfig_h" >&5
9526 < echo "${ECHO_T}$ac_cv_header_openbabel_babelconfig_h" >&6; }
9525 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_babelconfig_h" >&5
9526 > $as_echo "$ac_cv_header_openbabel_babelconfig_h" >&6; }
9527   else
9528    # Is the header compilable?
9529 < { echo "$as_me:$LINENO: checking openbabel/babelconfig.h usability" >&5
9530 < echo $ECHO_N "checking openbabel/babelconfig.h usability... $ECHO_C" >&6; }
9529 > { $as_echo "$as_me:$LINENO: checking openbabel/babelconfig.h usability" >&5
9530 > $as_echo_n "checking openbabel/babelconfig.h usability... " >&6; }
9531   cat >conftest.$ac_ext <<_ACEOF
9532   /* confdefs.h.  */
9533   _ACEOF
# Line 9326 | Line 9543 | esac
9543    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9544    *) ac_try_echo=$ac_try;;
9545   esac
9546 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9546 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9547 > $as_echo "$ac_try_echo") >&5
9548    (eval "$ac_compile") 2>conftest.er1
9549    ac_status=$?
9550    grep -v '^ *+' conftest.er1 >conftest.err
9551    rm -f conftest.er1
9552    cat conftest.err >&5
9553 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9553 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9554    (exit $ac_status); } && {
9555           test -z "$ac_cxx_werror_flag" ||
9556           test ! -s conftest.err
9557         } && test -s conftest.$ac_objext; then
9558    ac_header_compiler=yes
9559   else
9560 <  echo "$as_me: failed program was:" >&5
9560 >  $as_echo "$as_me: failed program was:" >&5
9561   sed 's/^/| /' conftest.$ac_ext >&5
9562  
9563          ac_header_compiler=no
9564   fi
9565  
9566   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9567 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9568 < echo "${ECHO_T}$ac_header_compiler" >&6; }
9567 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9568 > $as_echo "$ac_header_compiler" >&6; }
9569  
9570   # Is the header present?
9571 < { echo "$as_me:$LINENO: checking openbabel/babelconfig.h presence" >&5
9572 < echo $ECHO_N "checking openbabel/babelconfig.h presence... $ECHO_C" >&6; }
9571 > { $as_echo "$as_me:$LINENO: checking openbabel/babelconfig.h presence" >&5
9572 > $as_echo_n "checking openbabel/babelconfig.h presence... " >&6; }
9573   cat >conftest.$ac_ext <<_ACEOF
9574   /* confdefs.h.  */
9575   _ACEOF
# Line 9365 | Line 9583 | esac
9583    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9584    *) ac_try_echo=$ac_try;;
9585   esac
9586 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9586 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9587 > $as_echo "$ac_try_echo") >&5
9588    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9589    ac_status=$?
9590    grep -v '^ *+' conftest.er1 >conftest.err
9591    rm -f conftest.er1
9592    cat conftest.err >&5
9593 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594    (exit $ac_status); } >/dev/null && {
9595           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9596           test ! -s conftest.err
9597         }; then
9598    ac_header_preproc=yes
9599   else
9600 <  echo "$as_me: failed program was:" >&5
9600 >  $as_echo "$as_me: failed program was:" >&5
9601   sed 's/^/| /' conftest.$ac_ext >&5
9602  
9603    ac_header_preproc=no
9604   fi
9605  
9606   rm -f conftest.err conftest.$ac_ext
9607 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9608 < echo "${ECHO_T}$ac_header_preproc" >&6; }
9607 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9608 > $as_echo "$ac_header_preproc" >&6; }
9609  
9610   # So?  What about this header?
9611   case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9612    yes:no: )
9613 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: accepted by the compiler, rejected by the preprocessor!" >&5
9614 < echo "$as_me: WARNING: openbabel/babelconfig.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9615 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: proceeding with the compiler's result" >&5
9616 < echo "$as_me: WARNING: openbabel/babelconfig.h: proceeding with the compiler's result" >&2;}
9613 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: accepted by the compiler, rejected by the preprocessor!" >&5
9614 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9615 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: proceeding with the compiler's result" >&5
9616 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: proceeding with the compiler's result" >&2;}
9617      ac_header_preproc=yes
9618      ;;
9619    no:yes:* )
9620 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: present but cannot be compiled" >&5
9621 < echo "$as_me: WARNING: openbabel/babelconfig.h: present but cannot be compiled" >&2;}
9622 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h:     check for missing prerequisite headers?" >&5
9623 < echo "$as_me: WARNING: openbabel/babelconfig.h:     check for missing prerequisite headers?" >&2;}
9624 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: see the Autoconf documentation" >&5
9625 < echo "$as_me: WARNING: openbabel/babelconfig.h: see the Autoconf documentation" >&2;}
9626 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h:     section \"Present But Cannot Be Compiled\"" >&5
9627 < echo "$as_me: WARNING: openbabel/babelconfig.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9628 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: proceeding with the preprocessor's result" >&5
9629 < echo "$as_me: WARNING: openbabel/babelconfig.h: proceeding with the preprocessor's result" >&2;}
9630 <    { echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: in the future, the compiler will take precedence" >&5
9631 < echo "$as_me: WARNING: openbabel/babelconfig.h: in the future, the compiler will take precedence" >&2;}
9620 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: present but cannot be compiled" >&5
9621 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: present but cannot be compiled" >&2;}
9622 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h:     check for missing prerequisite headers?" >&5
9623 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h:     check for missing prerequisite headers?" >&2;}
9624 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: see the Autoconf documentation" >&5
9625 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: see the Autoconf documentation" >&2;}
9626 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h:     section \"Present But Cannot Be Compiled\"" >&5
9627 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9628 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: proceeding with the preprocessor's result" >&5
9629 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: proceeding with the preprocessor's result" >&2;}
9630 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/babelconfig.h: in the future, the compiler will take precedence" >&5
9631 > $as_echo "$as_me: WARNING: openbabel/babelconfig.h: in the future, the compiler will take precedence" >&2;}
9632      ( cat <<\_ASBOX
9633   ## ------------------------------ ##
9634   ## Report this to gezelter@nd.edu ##
# Line 9418 | Line 9637 | esac
9637       ) | sed "s/^/$as_me: WARNING:     /" >&2
9638      ;;
9639   esac
9640 < { echo "$as_me:$LINENO: checking for openbabel/babelconfig.h" >&5
9641 < echo $ECHO_N "checking for openbabel/babelconfig.h... $ECHO_C" >&6; }
9640 > { $as_echo "$as_me:$LINENO: checking for openbabel/babelconfig.h" >&5
9641 > $as_echo_n "checking for openbabel/babelconfig.h... " >&6; }
9642   if test "${ac_cv_header_openbabel_babelconfig_h+set}" = set; then
9643 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9643 >  $as_echo_n "(cached) " >&6
9644   else
9645    ac_cv_header_openbabel_babelconfig_h=$ac_header_preproc
9646   fi
9647 < { echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_babelconfig_h" >&5
9648 < echo "${ECHO_T}$ac_cv_header_openbabel_babelconfig_h" >&6; }
9647 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_babelconfig_h" >&5
9648 > $as_echo "$ac_cv_header_openbabel_babelconfig_h" >&6; }
9649  
9650   fi
9651   if test $ac_cv_header_openbabel_babelconfig_h = yes; then
# Line 9437 | Line 9656 | fi
9656  
9657  
9658          if test "${ac_cv_header_openbabel_obconversion_h+set}" = set; then
9659 <  { echo "$as_me:$LINENO: checking for openbabel/obconversion.h" >&5
9660 < echo $ECHO_N "checking for openbabel/obconversion.h... $ECHO_C" >&6; }
9659 >  { $as_echo "$as_me:$LINENO: checking for openbabel/obconversion.h" >&5
9660 > $as_echo_n "checking for openbabel/obconversion.h... " >&6; }
9661   if test "${ac_cv_header_openbabel_obconversion_h+set}" = set; then
9662 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9662 >  $as_echo_n "(cached) " >&6
9663   fi
9664 < { echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_obconversion_h" >&5
9665 < echo "${ECHO_T}$ac_cv_header_openbabel_obconversion_h" >&6; }
9664 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_obconversion_h" >&5
9665 > $as_echo "$ac_cv_header_openbabel_obconversion_h" >&6; }
9666   else
9667    # Is the header compilable?
9668 < { echo "$as_me:$LINENO: checking openbabel/obconversion.h usability" >&5
9669 < echo $ECHO_N "checking openbabel/obconversion.h usability... $ECHO_C" >&6; }
9668 > { $as_echo "$as_me:$LINENO: checking openbabel/obconversion.h usability" >&5
9669 > $as_echo_n "checking openbabel/obconversion.h usability... " >&6; }
9670   cat >conftest.$ac_ext <<_ACEOF
9671   /* confdefs.h.  */
9672   _ACEOF
# Line 9463 | Line 9682 | esac
9682    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9683    *) ac_try_echo=$ac_try;;
9684   esac
9685 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9685 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9686 > $as_echo "$ac_try_echo") >&5
9687    (eval "$ac_compile") 2>conftest.er1
9688    ac_status=$?
9689    grep -v '^ *+' conftest.er1 >conftest.err
9690    rm -f conftest.er1
9691    cat conftest.err >&5
9692 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9692 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9693    (exit $ac_status); } && {
9694           test -z "$ac_cxx_werror_flag" ||
9695           test ! -s conftest.err
9696         } && test -s conftest.$ac_objext; then
9697    ac_header_compiler=yes
9698   else
9699 <  echo "$as_me: failed program was:" >&5
9699 >  $as_echo "$as_me: failed program was:" >&5
9700   sed 's/^/| /' conftest.$ac_ext >&5
9701  
9702          ac_header_compiler=no
9703   fi
9704  
9705   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9706 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9707 < echo "${ECHO_T}$ac_header_compiler" >&6; }
9706 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9707 > $as_echo "$ac_header_compiler" >&6; }
9708  
9709   # Is the header present?
9710 < { echo "$as_me:$LINENO: checking openbabel/obconversion.h presence" >&5
9711 < echo $ECHO_N "checking openbabel/obconversion.h presence... $ECHO_C" >&6; }
9710 > { $as_echo "$as_me:$LINENO: checking openbabel/obconversion.h presence" >&5
9711 > $as_echo_n "checking openbabel/obconversion.h presence... " >&6; }
9712   cat >conftest.$ac_ext <<_ACEOF
9713   /* confdefs.h.  */
9714   _ACEOF
# Line 9502 | Line 9722 | esac
9722    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9723    *) ac_try_echo=$ac_try;;
9724   esac
9725 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9725 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9726 > $as_echo "$ac_try_echo") >&5
9727    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9728    ac_status=$?
9729    grep -v '^ *+' conftest.er1 >conftest.err
9730    rm -f conftest.er1
9731    cat conftest.err >&5
9732 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9732 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9733    (exit $ac_status); } >/dev/null && {
9734           test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
9735           test ! -s conftest.err
9736         }; then
9737    ac_header_preproc=yes
9738   else
9739 <  echo "$as_me: failed program was:" >&5
9739 >  $as_echo "$as_me: failed program was:" >&5
9740   sed 's/^/| /' conftest.$ac_ext >&5
9741  
9742    ac_header_preproc=no
9743   fi
9744  
9745   rm -f conftest.err conftest.$ac_ext
9746 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9747 < echo "${ECHO_T}$ac_header_preproc" >&6; }
9746 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9747 > $as_echo "$ac_header_preproc" >&6; }
9748  
9749   # So?  What about this header?
9750   case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
9751    yes:no: )
9752 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: accepted by the compiler, rejected by the preprocessor!" >&5
9753 < echo "$as_me: WARNING: openbabel/obconversion.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9754 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: proceeding with the compiler's result" >&5
9755 < echo "$as_me: WARNING: openbabel/obconversion.h: proceeding with the compiler's result" >&2;}
9752 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: accepted by the compiler, rejected by the preprocessor!" >&5
9753 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9754 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: proceeding with the compiler's result" >&5
9755 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: proceeding with the compiler's result" >&2;}
9756      ac_header_preproc=yes
9757      ;;
9758    no:yes:* )
9759 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: present but cannot be compiled" >&5
9760 < echo "$as_me: WARNING: openbabel/obconversion.h: present but cannot be compiled" >&2;}
9761 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h:     check for missing prerequisite headers?" >&5
9762 < echo "$as_me: WARNING: openbabel/obconversion.h:     check for missing prerequisite headers?" >&2;}
9763 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: see the Autoconf documentation" >&5
9764 < echo "$as_me: WARNING: openbabel/obconversion.h: see the Autoconf documentation" >&2;}
9765 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h:     section \"Present But Cannot Be Compiled\"" >&5
9766 < echo "$as_me: WARNING: openbabel/obconversion.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9767 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: proceeding with the preprocessor's result" >&5
9768 < echo "$as_me: WARNING: openbabel/obconversion.h: proceeding with the preprocessor's result" >&2;}
9769 <    { echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: in the future, the compiler will take precedence" >&5
9770 < echo "$as_me: WARNING: openbabel/obconversion.h: in the future, the compiler will take precedence" >&2;}
9759 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: present but cannot be compiled" >&5
9760 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: present but cannot be compiled" >&2;}
9761 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h:     check for missing prerequisite headers?" >&5
9762 > $as_echo "$as_me: WARNING: openbabel/obconversion.h:     check for missing prerequisite headers?" >&2;}
9763 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: see the Autoconf documentation" >&5
9764 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: see the Autoconf documentation" >&2;}
9765 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h:     section \"Present But Cannot Be Compiled\"" >&5
9766 > $as_echo "$as_me: WARNING: openbabel/obconversion.h:     section \"Present But Cannot Be Compiled\"" >&2;}
9767 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: proceeding with the preprocessor's result" >&5
9768 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: proceeding with the preprocessor's result" >&2;}
9769 >    { $as_echo "$as_me:$LINENO: WARNING: openbabel/obconversion.h: in the future, the compiler will take precedence" >&5
9770 > $as_echo "$as_me: WARNING: openbabel/obconversion.h: in the future, the compiler will take precedence" >&2;}
9771      ( cat <<\_ASBOX
9772   ## ------------------------------ ##
9773   ## Report this to gezelter@nd.edu ##
# Line 9555 | Line 9776 | esac
9776       ) | sed "s/^/$as_me: WARNING:     /" >&2
9777      ;;
9778   esac
9779 < { echo "$as_me:$LINENO: checking for openbabel/obconversion.h" >&5
9780 < echo $ECHO_N "checking for openbabel/obconversion.h... $ECHO_C" >&6; }
9779 > { $as_echo "$as_me:$LINENO: checking for openbabel/obconversion.h" >&5
9780 > $as_echo_n "checking for openbabel/obconversion.h... " >&6; }
9781   if test "${ac_cv_header_openbabel_obconversion_h+set}" = set; then
9782 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9782 >  $as_echo_n "(cached) " >&6
9783   else
9784    ac_cv_header_openbabel_obconversion_h=$ac_header_preproc
9785   fi
9786 < { echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_obconversion_h" >&5
9787 < echo "${ECHO_T}$ac_cv_header_openbabel_obconversion_h" >&6; }
9786 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_openbabel_obconversion_h" >&5
9787 > $as_echo "$ac_cv_header_openbabel_obconversion_h" >&6; }
9788  
9789   fi
9790   if test $ac_cv_header_openbabel_obconversion_h = yes; then
# Line 9611 | Line 9832 | esac
9832    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9833    *) ac_try_echo=$ac_try;;
9834   esac
9835 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9835 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9836 > $as_echo "$ac_try_echo") >&5
9837    (eval "$ac_link") 2>conftest.er1
9838    ac_status=$?
9839    grep -v '^ *+' conftest.er1 >conftest.err
9840    rm -f conftest.er1
9841    cat conftest.err >&5
9842 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9842 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9843    (exit $ac_status); } && {
9844           test -z "$ac_cxx_werror_flag" ||
9845           test ! -s conftest.err
9846 <       } && test -s conftest$ac_exeext &&
9847 <       $as_test_x conftest$ac_exeext; then
9846 >       } && test -s conftest$ac_exeext && {
9847 >         test "$cross_compiling" = yes ||
9848 >         $as_test_x conftest$ac_exeext
9849 >       }; then
9850  
9851                  openbabel_lib_found="yes"
9852 <                { echo "$as_me:$LINENO: result: found" >&5
9853 < echo "${ECHO_T}found" >&6; }
9852 >                { $as_echo "$as_me:$LINENO: result: found" >&5
9853 > $as_echo "found" >&6; }
9854  
9855   else
9856 <  echo "$as_me: failed program was:" >&5
9856 >  $as_echo "$as_me: failed program was:" >&5
9857   sed 's/^/| /' conftest.$ac_ext >&5
9858  
9859  
9860                  openbabel_lib_found="no"
9861 <                { echo "$as_me:$LINENO: result: not found" >&5
9862 < echo "${ECHO_T}not found" >&6; }
9861 >                { $as_echo "$as_me:$LINENO: result: not found" >&5
9862 > $as_echo "not found" >&6; }
9863  
9864  
9865   fi
9866  
9867 + rm -rf conftest.dSYM
9868   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9869        conftest$ac_exeext conftest.$ac_ext
9870          ac_ext=c
# Line 9657 | Line 9882 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
9882                  OPENBABEL_LIB_DIR="${OPENBABEL_HOME}/lib"
9883                  OPENBABEL_LIB="-lopenbabel"
9884          else
9885 <                { echo "$as_me:$LINENO: checking openbabel in ${OPENBABEL_HOME}" >&5
9886 < echo $ECHO_N "checking openbabel in ${OPENBABEL_HOME}... $ECHO_C" >&6; }
9885 >                { $as_echo "$as_me:$LINENO: checking openbabel in ${OPENBABEL_HOME}" >&5
9886 > $as_echo_n "checking openbabel in ${OPENBABEL_HOME}... " >&6; }
9887                  OPENBABEL_INC_DIR=
9888                  OPENBABEL_LIB_DIR=
9889                  OPENBABEL_LIB=
9890                  USE_OPENBABEL=no
9891 <                { echo "$as_me:$LINENO: result: failed" >&5
9892 < echo "${ECHO_T}failed" >&6; }
9891 >                { $as_echo "$as_me:$LINENO: result: failed" >&5
9892 > $as_echo "failed" >&6; }
9893                  echo ""
9894                  echo "*********************************************************"
9895                  echo "* WARNING: Could not find a working openbabel-2.x       *"
# Line 9685 | Line 9910 | fi
9910  
9911  
9912   # Checks for header files.
9913 < { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
9914 < echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
9913 > { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
9914 > $as_echo_n "checking for ANSI C header files... " >&6; }
9915   if test "${ac_cv_header_stdc+set}" = set; then
9916 <  echo $ECHO_N "(cached) $ECHO_C" >&6
9916 >  $as_echo_n "(cached) " >&6
9917   else
9918    cat >conftest.$ac_ext <<_ACEOF
9919   /* confdefs.h.  */
# Line 9723 | Line 9948 | esac
9948    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9949    *) ac_try_echo=$ac_try;;
9950   esac
9951 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9951 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9952 > $as_echo "$ac_try_echo") >&5
9953    (eval "$ac_compile") 2>conftest.er1
9954    ac_status=$?
9955    grep -v '^ *+' conftest.er1 >conftest.err
9956    rm -f conftest.er1
9957    cat conftest.err >&5
9958 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9958 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959    (exit $ac_status); } && {
9960           test -z "$ac_c_werror_flag" ||
9961           test ! -s conftest.err
9962         } && test -s conftest.$ac_objext; then
9963    ac_cv_header_stdc=yes
9964   else
9965 <  echo "$as_me: failed program was:" >&5
9965 >  $as_echo "$as_me: failed program was:" >&5
9966   sed 's/^/| /' conftest.$ac_ext >&5
9967  
9968          ac_cv_header_stdc=no
# Line 9828 | Line 10054 | esac
10054    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10055    *) ac_try_echo=$ac_try;;
10056   esac
10057 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10057 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10058 > $as_echo "$ac_try_echo") >&5
10059    (eval "$ac_link") 2>&5
10060    ac_status=$?
10061 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
10063    { (case "(($ac_try" in
10064    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10065    *) ac_try_echo=$ac_try;;
10066   esac
10067 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10067 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10068 > $as_echo "$ac_try_echo") >&5
10069    (eval "$ac_try") 2>&5
10070    ac_status=$?
10071 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10071 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10072    (exit $ac_status); }; }; then
10073    :
10074   else
10075 <  echo "$as_me: program exited with status $ac_status" >&5
10076 < echo "$as_me: failed program was:" >&5
10075 >  $as_echo "$as_me: program exited with status $ac_status" >&5
10076 > $as_echo "$as_me: failed program was:" >&5
10077   sed 's/^/| /' conftest.$ac_ext >&5
10078  
10079   ( exit $ac_status )
10080   ac_cv_header_stdc=no
10081   fi
10082 + rm -rf conftest.dSYM
10083   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10084   fi
10085  
10086  
10087   fi
10088   fi
10089 < { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
10090 < echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
10089 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
10090 > $as_echo "$ac_cv_header_stdc" >&6; }
10091   if test $ac_cv_header_stdc = yes; then
10092  
10093   cat >>confdefs.h <<\_ACEOF
# Line 9884 | Line 10113 | do
10113  
10114   for ac_header in libintl.h limits.h machine/hal_sysinfo.h stdlib.h string.h strings.h sys/param.h sys/pstat.h sys/sysctl.h sys/sysinfo.h sys/sysmp.h sys/systemcfg.h sys/table.h sys/time.h unistd.h
10115   do
10116 < as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10116 > as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10117   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10118 <  { echo "$as_me:$LINENO: checking for $ac_header" >&5
10119 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10118 >  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10119 > $as_echo_n "checking for $ac_header... " >&6; }
10120   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10121 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10121 >  $as_echo_n "(cached) " >&6
10122   fi
10123 < ac_res=`eval echo '${'$as_ac_Header'}'`
10124 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
10125 < echo "${ECHO_T}$ac_res" >&6; }
10123 > ac_res=`eval 'as_val=${'$as_ac_Header'}
10124 >                 $as_echo "$as_val"'`
10125 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10126 > $as_echo "$ac_res" >&6; }
10127   else
10128    # Is the header compilable?
10129 < { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10130 < echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10129 > { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
10130 > $as_echo_n "checking $ac_header usability... " >&6; }
10131   cat >conftest.$ac_ext <<_ACEOF
10132   /* confdefs.h.  */
10133   _ACEOF
# Line 9913 | Line 10143 | esac
10143    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10144    *) ac_try_echo=$ac_try;;
10145   esac
10146 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10146 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10147 > $as_echo "$ac_try_echo") >&5
10148    (eval "$ac_compile") 2>conftest.er1
10149    ac_status=$?
10150    grep -v '^ *+' conftest.er1 >conftest.err
10151    rm -f conftest.er1
10152    cat conftest.err >&5
10153 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10153 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10154    (exit $ac_status); } && {
10155           test -z "$ac_c_werror_flag" ||
10156           test ! -s conftest.err
10157         } && test -s conftest.$ac_objext; then
10158    ac_header_compiler=yes
10159   else
10160 <  echo "$as_me: failed program was:" >&5
10160 >  $as_echo "$as_me: failed program was:" >&5
10161   sed 's/^/| /' conftest.$ac_ext >&5
10162  
10163          ac_header_compiler=no
10164   fi
10165  
10166   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10167 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10168 < echo "${ECHO_T}$ac_header_compiler" >&6; }
10167 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10168 > $as_echo "$ac_header_compiler" >&6; }
10169  
10170   # Is the header present?
10171 < { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10172 < echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10171 > { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
10172 > $as_echo_n "checking $ac_header presence... " >&6; }
10173   cat >conftest.$ac_ext <<_ACEOF
10174   /* confdefs.h.  */
10175   _ACEOF
# Line 9952 | Line 10183 | esac
10183    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10184    *) ac_try_echo=$ac_try;;
10185   esac
10186 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10186 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10187 > $as_echo "$ac_try_echo") >&5
10188    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10189    ac_status=$?
10190    grep -v '^ *+' conftest.er1 >conftest.err
10191    rm -f conftest.er1
10192    cat conftest.err >&5
10193 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10193 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10194    (exit $ac_status); } >/dev/null && {
10195           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10196           test ! -s conftest.err
10197         }; then
10198    ac_header_preproc=yes
10199   else
10200 <  echo "$as_me: failed program was:" >&5
10200 >  $as_echo "$as_me: failed program was:" >&5
10201   sed 's/^/| /' conftest.$ac_ext >&5
10202  
10203    ac_header_preproc=no
10204   fi
10205  
10206   rm -f conftest.err conftest.$ac_ext
10207 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10208 < echo "${ECHO_T}$ac_header_preproc" >&6; }
10207 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10208 > $as_echo "$ac_header_preproc" >&6; }
10209  
10210   # So?  What about this header?
10211   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10212    yes:no: )
10213 <    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10214 < echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10215 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10216 < echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10213 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10214 > $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10215 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10216 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10217      ac_header_preproc=yes
10218      ;;
10219    no:yes:* )
10220 <    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10221 < echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10222 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10223 < echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10224 <    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10225 < echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10226 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10227 < echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10228 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10229 < echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10230 <    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10231 < echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10220 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10221 > $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10222 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10223 > $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10224 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10225 > $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10226 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10227 > $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10228 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10229 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10230 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10231 > $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10232      ( cat <<\_ASBOX
10233   ## ------------------------------ ##
10234   ## Report this to gezelter@nd.edu ##
# Line 10005 | Line 10237 | esac
10237       ) | sed "s/^/$as_me: WARNING:     /" >&2
10238      ;;
10239   esac
10240 < { echo "$as_me:$LINENO: checking for $ac_header" >&5
10241 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10242 < if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10243 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10240 > { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10241 > $as_echo_n "checking for $ac_header... " >&6; }
10242 > if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10243 >  $as_echo_n "(cached) " >&6
10244   else
10245    eval "$as_ac_Header=\$ac_header_preproc"
10246   fi
10247 < ac_res=`eval echo '${'$as_ac_Header'}'`
10248 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
10249 < echo "${ECHO_T}$ac_res" >&6; }
10247 > ac_res=`eval 'as_val=${'$as_ac_Header'}
10248 >                 $as_echo "$as_val"'`
10249 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10250 > $as_echo "$ac_res" >&6; }
10251  
10252   fi
10253 < if test `eval echo '${'$as_ac_Header'}'` = yes; then
10253 > if test `eval 'as_val=${'$as_ac_Header'}
10254 >                 $as_echo "$as_val"'` = yes; then
10255    cat >>confdefs.h <<_ACEOF
10256 < #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10256 > #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10257   _ACEOF
10258  
10259   fi
# Line 10028 | Line 10262 | done
10262  
10263  
10264   # Checks for typedefs, structures, and compiler characteristics.
10265 < { echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
10266 < echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6; }
10265 > { $as_echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
10266 > $as_echo_n "checking for stdbool.h that conforms to C99... " >&6; }
10267   if test "${ac_cv_header_stdbool_h+set}" = set; then
10268 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10268 >  $as_echo_n "(cached) " >&6
10269   else
10270    cat >conftest.$ac_ext <<_ACEOF
10271   /* confdefs.h.  */
# Line 10072 | Line 10306 | cat >>conftest.$ac_ext <<_ACEOF
10306          char h[sizeof (_Bool)];
10307          char i[sizeof s.t];
10308          enum { j = false, k = true, l = false * true, m = true * 256 };
10309 +        /* The following fails for
10310 +           HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
10311          _Bool n[m];
10312          char o[sizeof n == m * sizeof n[0] ? 1 : -1];
10313          char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
# Line 10129 | Line 10365 | esac
10365    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10366    *) ac_try_echo=$ac_try;;
10367   esac
10368 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10368 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10369 > $as_echo "$ac_try_echo") >&5
10370    (eval "$ac_compile") 2>conftest.er1
10371    ac_status=$?
10372    grep -v '^ *+' conftest.er1 >conftest.err
10373    rm -f conftest.er1
10374    cat conftest.err >&5
10375 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10375 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10376    (exit $ac_status); } && {
10377           test -z "$ac_c_werror_flag" ||
10378           test ! -s conftest.err
10379         } && test -s conftest.$ac_objext; then
10380    ac_cv_header_stdbool_h=yes
10381   else
10382 <  echo "$as_me: failed program was:" >&5
10382 >  $as_echo "$as_me: failed program was:" >&5
10383   sed 's/^/| /' conftest.$ac_ext >&5
10384  
10385          ac_cv_header_stdbool_h=no
# Line 10150 | Line 10387 | fi
10387  
10388   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10389   fi
10390 < { echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
10391 < echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6; }
10392 < { echo "$as_me:$LINENO: checking for _Bool" >&5
10393 < echo $ECHO_N "checking for _Bool... $ECHO_C" >&6; }
10390 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
10391 > $as_echo "$ac_cv_header_stdbool_h" >&6; }
10392 > { $as_echo "$as_me:$LINENO: checking for _Bool" >&5
10393 > $as_echo_n "checking for _Bool... " >&6; }
10394   if test "${ac_cv_type__Bool+set}" = set; then
10395 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10395 >  $as_echo_n "(cached) " >&6
10396   else
10397 <  cat >conftest.$ac_ext <<_ACEOF
10397 >  ac_cv_type__Bool=no
10398 > cat >conftest.$ac_ext <<_ACEOF
10399   /* confdefs.h.  */
10400   _ACEOF
10401   cat confdefs.h >>conftest.$ac_ext
10402   cat >>conftest.$ac_ext <<_ACEOF
10403   /* end confdefs.h.  */
10404   $ac_includes_default
10167 typedef _Bool ac__type_new_;
10405   #ifdef FC_DUMMY_MAIN
10406   #ifndef FC_DUMMY_MAIN_EQ_F77
10407   #  ifdef __cplusplus
# Line 10176 | Line 10413 | main ()
10413   int
10414   main ()
10415   {
10416 < if ((ac__type_new_ *) 0)
10417 <  return 0;
10181 < if (sizeof (ac__type_new_))
10182 <  return 0;
10416 > if (sizeof (_Bool))
10417 >       return 0;
10418    ;
10419    return 0;
10420   }
# Line 10190 | Line 10425 | esac
10425    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10426    *) ac_try_echo=$ac_try;;
10427   esac
10428 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10428 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10429 > $as_echo "$ac_try_echo") >&5
10430    (eval "$ac_compile") 2>conftest.er1
10431    ac_status=$?
10432    grep -v '^ *+' conftest.er1 >conftest.err
10433    rm -f conftest.er1
10434    cat conftest.err >&5
10435 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436    (exit $ac_status); } && {
10437           test -z "$ac_c_werror_flag" ||
10438           test ! -s conftest.err
10439         } && test -s conftest.$ac_objext; then
10440 <  ac_cv_type__Bool=yes
10441 < else
10442 <  echo "$as_me: failed program was:" >&5
10440 >  cat >conftest.$ac_ext <<_ACEOF
10441 > /* confdefs.h.  */
10442 > _ACEOF
10443 > cat confdefs.h >>conftest.$ac_ext
10444 > cat >>conftest.$ac_ext <<_ACEOF
10445 > /* end confdefs.h.  */
10446 > $ac_includes_default
10447 > #ifdef FC_DUMMY_MAIN
10448 > #ifndef FC_DUMMY_MAIN_EQ_F77
10449 > #  ifdef __cplusplus
10450 >     extern "C"
10451 > #  endif
10452 >   int FC_DUMMY_MAIN() { return 1; }
10453 > #endif
10454 > #endif
10455 > int
10456 > main ()
10457 > {
10458 > if (sizeof ((_Bool)))
10459 >          return 0;
10460 >  ;
10461 >  return 0;
10462 > }
10463 > _ACEOF
10464 > rm -f conftest.$ac_objext
10465 > if { (ac_try="$ac_compile"
10466 > case "(($ac_try" in
10467 >  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10468 >  *) ac_try_echo=$ac_try;;
10469 > esac
10470 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10471 > $as_echo "$ac_try_echo") >&5
10472 >  (eval "$ac_compile") 2>conftest.er1
10473 >  ac_status=$?
10474 >  grep -v '^ *+' conftest.er1 >conftest.err
10475 >  rm -f conftest.er1
10476 >  cat conftest.err >&5
10477 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 >  (exit $ac_status); } && {
10479 >         test -z "$ac_c_werror_flag" ||
10480 >         test ! -s conftest.err
10481 >       } && test -s conftest.$ac_objext; then
10482 >  :
10483 > else
10484 >  $as_echo "$as_me: failed program was:" >&5
10485   sed 's/^/| /' conftest.$ac_ext >&5
10486  
10487 <        ac_cv_type__Bool=no
10487 >        ac_cv_type__Bool=yes
10488   fi
10489  
10490   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10491 + else
10492 +  $as_echo "$as_me: failed program was:" >&5
10493 + sed 's/^/| /' conftest.$ac_ext >&5
10494 +
10495 +
10496   fi
10497 < { echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
10498 < echo "${ECHO_T}$ac_cv_type__Bool" >&6; }
10497 >
10498 > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10499 > fi
10500 > { $as_echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
10501 > $as_echo "$ac_cv_type__Bool" >&6; }
10502   if test $ac_cv_type__Bool = yes; then
10503  
10504   cat >>confdefs.h <<_ACEOF
# Line 10230 | Line 10516 | fi
10516  
10517   fi
10518  
10519 < { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
10520 < echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
10519 > { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
10520 > $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
10521   if test "${ac_cv_c_const+set}" = set; then
10522 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10522 >  $as_echo_n "(cached) " >&6
10523   else
10524    cat >conftest.$ac_ext <<_ACEOF
10525   /* confdefs.h.  */
# Line 10313 | Line 10599 | esac
10599    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10600    *) ac_try_echo=$ac_try;;
10601   esac
10602 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10603 > $as_echo "$ac_try_echo") >&5
10604    (eval "$ac_compile") 2>conftest.er1
10605    ac_status=$?
10606    grep -v '^ *+' conftest.er1 >conftest.err
10607    rm -f conftest.er1
10608    cat conftest.err >&5
10609 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10609 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610    (exit $ac_status); } && {
10611           test -z "$ac_c_werror_flag" ||
10612           test ! -s conftest.err
10613         } && test -s conftest.$ac_objext; then
10614    ac_cv_c_const=yes
10615   else
10616 <  echo "$as_me: failed program was:" >&5
10616 >  $as_echo "$as_me: failed program was:" >&5
10617   sed 's/^/| /' conftest.$ac_ext >&5
10618  
10619          ac_cv_c_const=no
# Line 10334 | Line 10621 | fi
10621  
10622   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10623   fi
10624 < { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
10625 < echo "${ECHO_T}$ac_cv_c_const" >&6; }
10624 > { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
10625 > $as_echo "$ac_cv_c_const" >&6; }
10626   if test $ac_cv_c_const = no; then
10627  
10628   cat >>confdefs.h <<\_ACEOF
10629 < #define const
10629 > #define const /**/
10630   _ACEOF
10631  
10632   fi
10633  
10634 < { echo "$as_me:$LINENO: checking for inline" >&5
10635 < echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
10634 > { $as_echo "$as_me:$LINENO: checking for inline" >&5
10635 > $as_echo_n "checking for inline... " >&6; }
10636   if test "${ac_cv_c_inline+set}" = set; then
10637 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10637 >  $as_echo_n "(cached) " >&6
10638   else
10639    ac_cv_c_inline=no
10640   for ac_kw in inline __inline__ __inline; do
# Line 10370 | Line 10657 | esac
10657    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10658    *) ac_try_echo=$ac_try;;
10659   esac
10660 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10660 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10661 > $as_echo "$ac_try_echo") >&5
10662    (eval "$ac_compile") 2>conftest.er1
10663    ac_status=$?
10664    grep -v '^ *+' conftest.er1 >conftest.err
10665    rm -f conftest.er1
10666    cat conftest.err >&5
10667 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10667 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668    (exit $ac_status); } && {
10669           test -z "$ac_c_werror_flag" ||
10670           test ! -s conftest.err
10671         } && test -s conftest.$ac_objext; then
10672    ac_cv_c_inline=$ac_kw
10673   else
10674 <  echo "$as_me: failed program was:" >&5
10674 >  $as_echo "$as_me: failed program was:" >&5
10675   sed 's/^/| /' conftest.$ac_ext >&5
10676  
10677  
# Line 10394 | Line 10682 | fi
10682   done
10683  
10684   fi
10685 < { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
10686 < echo "${ECHO_T}$ac_cv_c_inline" >&6; }
10685 > { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
10686 > $as_echo "$ac_cv_c_inline" >&6; }
10687  
10688  
10689   case $ac_cv_c_inline in
# Line 10413 | Line 10701 | esac
10701      ;;
10702   esac
10703  
10704 < { echo "$as_me:$LINENO: checking for size_t" >&5
10705 < echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
10704 > { $as_echo "$as_me:$LINENO: checking for size_t" >&5
10705 > $as_echo_n "checking for size_t... " >&6; }
10706   if test "${ac_cv_type_size_t+set}" = set; then
10707 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10707 >  $as_echo_n "(cached) " >&6
10708   else
10709 <  cat >conftest.$ac_ext <<_ACEOF
10709 >  ac_cv_type_size_t=no
10710 > cat >conftest.$ac_ext <<_ACEOF
10711   /* confdefs.h.  */
10712   _ACEOF
10713   cat confdefs.h >>conftest.$ac_ext
10714   cat >>conftest.$ac_ext <<_ACEOF
10715   /* end confdefs.h.  */
10716   $ac_includes_default
10428 typedef size_t ac__type_new_;
10717   #ifdef FC_DUMMY_MAIN
10718   #ifndef FC_DUMMY_MAIN_EQ_F77
10719   #  ifdef __cplusplus
# Line 10437 | Line 10725 | main ()
10725   int
10726   main ()
10727   {
10728 < if ((ac__type_new_ *) 0)
10728 > if (sizeof (size_t))
10729 >       return 0;
10730 >  ;
10731    return 0;
10732 < if (sizeof (ac__type_new_))
10733 <  return 0;
10732 > }
10733 > _ACEOF
10734 > rm -f conftest.$ac_objext
10735 > if { (ac_try="$ac_compile"
10736 > case "(($ac_try" in
10737 >  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10738 >  *) ac_try_echo=$ac_try;;
10739 > esac
10740 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10741 > $as_echo "$ac_try_echo") >&5
10742 >  (eval "$ac_compile") 2>conftest.er1
10743 >  ac_status=$?
10744 >  grep -v '^ *+' conftest.er1 >conftest.err
10745 >  rm -f conftest.er1
10746 >  cat conftest.err >&5
10747 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10748 >  (exit $ac_status); } && {
10749 >         test -z "$ac_c_werror_flag" ||
10750 >         test ! -s conftest.err
10751 >       } && test -s conftest.$ac_objext; then
10752 >  cat >conftest.$ac_ext <<_ACEOF
10753 > /* confdefs.h.  */
10754 > _ACEOF
10755 > cat confdefs.h >>conftest.$ac_ext
10756 > cat >>conftest.$ac_ext <<_ACEOF
10757 > /* end confdefs.h.  */
10758 > $ac_includes_default
10759 > #ifdef FC_DUMMY_MAIN
10760 > #ifndef FC_DUMMY_MAIN_EQ_F77
10761 > #  ifdef __cplusplus
10762 >     extern "C"
10763 > #  endif
10764 >   int FC_DUMMY_MAIN() { return 1; }
10765 > #endif
10766 > #endif
10767 > int
10768 > main ()
10769 > {
10770 > if (sizeof ((size_t)))
10771 >          return 0;
10772    ;
10773    return 0;
10774   }
# Line 10451 | Line 10779 | esac
10779    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10780    *) ac_try_echo=$ac_try;;
10781   esac
10782 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10782 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10783 > $as_echo "$ac_try_echo") >&5
10784    (eval "$ac_compile") 2>conftest.er1
10785    ac_status=$?
10786    grep -v '^ *+' conftest.er1 >conftest.err
10787    rm -f conftest.er1
10788    cat conftest.err >&5
10789 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10789 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10790    (exit $ac_status); } && {
10791           test -z "$ac_c_werror_flag" ||
10792           test ! -s conftest.err
10793         } && test -s conftest.$ac_objext; then
10794 <  ac_cv_type_size_t=yes
10794 >  :
10795   else
10796 <  echo "$as_me: failed program was:" >&5
10796 >  $as_echo "$as_me: failed program was:" >&5
10797   sed 's/^/| /' conftest.$ac_ext >&5
10798  
10799 <        ac_cv_type_size_t=no
10799 >        ac_cv_type_size_t=yes
10800   fi
10801  
10802   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10803 + else
10804 +  $as_echo "$as_me: failed program was:" >&5
10805 + sed 's/^/| /' conftest.$ac_ext >&5
10806 +
10807 +
10808   fi
10809 < { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
10810 < echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
10809 >
10810 > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10811 > fi
10812 > { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
10813 > $as_echo "$ac_cv_type_size_t" >&6; }
10814   if test $ac_cv_type_size_t = yes; then
10815    :
10816   else
# Line 10484 | Line 10821 | fi
10821  
10822   fi
10823  
10824 < { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
10825 < echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; }
10824 > { $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
10825 > $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
10826   if test "${ac_cv_header_time+set}" = set; then
10827 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10827 >  $as_echo_n "(cached) " >&6
10828   else
10829    cat >conftest.$ac_ext <<_ACEOF
10830   /* confdefs.h.  */
# Line 10522 | Line 10859 | esac
10859    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10860    *) ac_try_echo=$ac_try;;
10861   esac
10862 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10862 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10863 > $as_echo "$ac_try_echo") >&5
10864    (eval "$ac_compile") 2>conftest.er1
10865    ac_status=$?
10866    grep -v '^ *+' conftest.er1 >conftest.err
10867    rm -f conftest.er1
10868    cat conftest.err >&5
10869 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870    (exit $ac_status); } && {
10871           test -z "$ac_c_werror_flag" ||
10872           test ! -s conftest.err
10873         } && test -s conftest.$ac_objext; then
10874    ac_cv_header_time=yes
10875   else
10876 <  echo "$as_me: failed program was:" >&5
10876 >  $as_echo "$as_me: failed program was:" >&5
10877   sed 's/^/| /' conftest.$ac_ext >&5
10878  
10879          ac_cv_header_time=no
# Line 10543 | Line 10881 | fi
10881  
10882   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10883   fi
10884 < { echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
10885 < echo "${ECHO_T}$ac_cv_header_time" >&6; }
10884 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
10885 > $as_echo "$ac_cv_header_time" >&6; }
10886   if test $ac_cv_header_time = yes; then
10887  
10888   cat >>confdefs.h <<\_ACEOF
# Line 10558 | Line 10896 | do
10896  
10897   for ac_header in stdlib.h
10898   do
10899 < as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10899 > as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10900   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10901 <  { echo "$as_me:$LINENO: checking for $ac_header" >&5
10902 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10901 >  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10902 > $as_echo_n "checking for $ac_header... " >&6; }
10903   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10904 <  echo $ECHO_N "(cached) $ECHO_C" >&6
10904 >  $as_echo_n "(cached) " >&6
10905   fi
10906 < ac_res=`eval echo '${'$as_ac_Header'}'`
10907 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
10908 < echo "${ECHO_T}$ac_res" >&6; }
10906 > ac_res=`eval 'as_val=${'$as_ac_Header'}
10907 >                 $as_echo "$as_val"'`
10908 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10909 > $as_echo "$ac_res" >&6; }
10910   else
10911    # Is the header compilable?
10912 < { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10913 < echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10912 > { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
10913 > $as_echo_n "checking $ac_header usability... " >&6; }
10914   cat >conftest.$ac_ext <<_ACEOF
10915   /* confdefs.h.  */
10916   _ACEOF
# Line 10587 | Line 10926 | esac
10926    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10927    *) ac_try_echo=$ac_try;;
10928   esac
10929 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10929 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10930 > $as_echo "$ac_try_echo") >&5
10931    (eval "$ac_compile") 2>conftest.er1
10932    ac_status=$?
10933    grep -v '^ *+' conftest.er1 >conftest.err
10934    rm -f conftest.er1
10935    cat conftest.err >&5
10936 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937    (exit $ac_status); } && {
10938           test -z "$ac_c_werror_flag" ||
10939           test ! -s conftest.err
10940         } && test -s conftest.$ac_objext; then
10941    ac_header_compiler=yes
10942   else
10943 <  echo "$as_me: failed program was:" >&5
10943 >  $as_echo "$as_me: failed program was:" >&5
10944   sed 's/^/| /' conftest.$ac_ext >&5
10945  
10946          ac_header_compiler=no
10947   fi
10948  
10949   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10950 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10951 < echo "${ECHO_T}$ac_header_compiler" >&6; }
10950 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10951 > $as_echo "$ac_header_compiler" >&6; }
10952  
10953   # Is the header present?
10954 < { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10955 < echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10954 > { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
10955 > $as_echo_n "checking $ac_header presence... " >&6; }
10956   cat >conftest.$ac_ext <<_ACEOF
10957   /* confdefs.h.  */
10958   _ACEOF
# Line 10626 | Line 10966 | esac
10966    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10967    *) ac_try_echo=$ac_try;;
10968   esac
10969 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10970 > $as_echo "$ac_try_echo") >&5
10971    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10972    ac_status=$?
10973    grep -v '^ *+' conftest.er1 >conftest.err
10974    rm -f conftest.er1
10975    cat conftest.err >&5
10976 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10977    (exit $ac_status); } >/dev/null && {
10978           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10979           test ! -s conftest.err
10980         }; then
10981    ac_header_preproc=yes
10982   else
10983 <  echo "$as_me: failed program was:" >&5
10983 >  $as_echo "$as_me: failed program was:" >&5
10984   sed 's/^/| /' conftest.$ac_ext >&5
10985  
10986    ac_header_preproc=no
10987   fi
10988  
10989   rm -f conftest.err conftest.$ac_ext
10990 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10991 < echo "${ECHO_T}$ac_header_preproc" >&6; }
10990 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10991 > $as_echo "$ac_header_preproc" >&6; }
10992  
10993   # So?  What about this header?
10994   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10995    yes:no: )
10996 <    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10997 < echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10998 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10999 < echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10996 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10997 > $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10998 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10999 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11000      ac_header_preproc=yes
11001      ;;
11002    no:yes:* )
11003 <    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11004 < echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11005 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11006 < echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11007 <    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11008 < echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11009 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11010 < echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11011 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11012 < echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11013 <    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11014 < echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11003 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11004 > $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11005 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11006 > $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11007 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11008 > $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11009 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11010 > $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11011 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11012 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11013 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11014 > $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11015      ( cat <<\_ASBOX
11016   ## ------------------------------ ##
11017   ## Report this to gezelter@nd.edu ##
# Line 10679 | Line 11020 | esac
11020       ) | sed "s/^/$as_me: WARNING:     /" >&2
11021      ;;
11022   esac
11023 < { echo "$as_me:$LINENO: checking for $ac_header" >&5
11024 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11023 > { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11024 > $as_echo_n "checking for $ac_header... " >&6; }
11025   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11026 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11026 >  $as_echo_n "(cached) " >&6
11027   else
11028    eval "$as_ac_Header=\$ac_header_preproc"
11029   fi
11030 < ac_res=`eval echo '${'$as_ac_Header'}'`
11031 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
11032 < echo "${ECHO_T}$ac_res" >&6; }
11030 > ac_res=`eval 'as_val=${'$as_ac_Header'}
11031 >                 $as_echo "$as_val"'`
11032 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11033 > $as_echo "$ac_res" >&6; }
11034  
11035   fi
11036 < if test `eval echo '${'$as_ac_Header'}'` = yes; then
11036 > if test `eval 'as_val=${'$as_ac_Header'}
11037 >                 $as_echo "$as_val"'` = yes; then
11038    cat >>confdefs.h <<_ACEOF
11039 < #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11039 > #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11040   _ACEOF
11041  
11042   fi
11043  
11044   done
11045  
11046 < { echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
11047 < echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6; }
11046 > { $as_echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
11047 > $as_echo_n "checking for GNU libc compatible malloc... " >&6; }
11048   if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
11049 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11049 >  $as_echo_n "(cached) " >&6
11050   else
11051    if test "$cross_compiling" = yes; then
11052    ac_cv_func_malloc_0_nonnull=no
# Line 10742 | Line 11085 | esac
11085    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11086    *) ac_try_echo=$ac_try;;
11087   esac
11088 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11088 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11089 > $as_echo "$ac_try_echo") >&5
11090    (eval "$ac_link") 2>&5
11091    ac_status=$?
11092 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11094    { (case "(($ac_try" in
11095    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11096    *) ac_try_echo=$ac_try;;
11097   esac
11098 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11098 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11099 > $as_echo "$ac_try_echo") >&5
11100    (eval "$ac_try") 2>&5
11101    ac_status=$?
11102 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11103    (exit $ac_status); }; }; then
11104    ac_cv_func_malloc_0_nonnull=yes
11105   else
11106 <  echo "$as_me: program exited with status $ac_status" >&5
11107 < echo "$as_me: failed program was:" >&5
11106 >  $as_echo "$as_me: program exited with status $ac_status" >&5
11107 > $as_echo "$as_me: failed program was:" >&5
11108   sed 's/^/| /' conftest.$ac_ext >&5
11109  
11110   ( exit $ac_status )
11111   ac_cv_func_malloc_0_nonnull=no
11112   fi
11113 + rm -rf conftest.dSYM
11114   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11115   fi
11116  
11117  
11118   fi
11119 < { echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
11120 < echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6; }
11119 > { $as_echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
11120 > $as_echo "$ac_cv_func_malloc_0_nonnull" >&6; }
11121   if test $ac_cv_func_malloc_0_nonnull = yes; then
11122  
11123   cat >>confdefs.h <<\_ACEOF
# Line 10801 | Line 11147 | do
11147  
11148   for ac_header in stdlib.h
11149   do
11150 < as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11150 > as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11151   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11152 <  { echo "$as_me:$LINENO: checking for $ac_header" >&5
11153 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11152 >  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11153 > $as_echo_n "checking for $ac_header... " >&6; }
11154   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11155 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11155 >  $as_echo_n "(cached) " >&6
11156   fi
11157 < ac_res=`eval echo '${'$as_ac_Header'}'`
11158 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
11159 < echo "${ECHO_T}$ac_res" >&6; }
11157 > ac_res=`eval 'as_val=${'$as_ac_Header'}
11158 >                 $as_echo "$as_val"'`
11159 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11160 > $as_echo "$ac_res" >&6; }
11161   else
11162    # Is the header compilable?
11163 < { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11164 < echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11163 > { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11164 > $as_echo_n "checking $ac_header usability... " >&6; }
11165   cat >conftest.$ac_ext <<_ACEOF
11166   /* confdefs.h.  */
11167   _ACEOF
# Line 10830 | Line 11177 | esac
11177    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11178    *) ac_try_echo=$ac_try;;
11179   esac
11180 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11180 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11181 > $as_echo "$ac_try_echo") >&5
11182    (eval "$ac_compile") 2>conftest.er1
11183    ac_status=$?
11184    grep -v '^ *+' conftest.er1 >conftest.err
11185    rm -f conftest.er1
11186    cat conftest.err >&5
11187 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11187 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11188    (exit $ac_status); } && {
11189           test -z "$ac_c_werror_flag" ||
11190           test ! -s conftest.err
11191         } && test -s conftest.$ac_objext; then
11192    ac_header_compiler=yes
11193   else
11194 <  echo "$as_me: failed program was:" >&5
11194 >  $as_echo "$as_me: failed program was:" >&5
11195   sed 's/^/| /' conftest.$ac_ext >&5
11196  
11197          ac_header_compiler=no
11198   fi
11199  
11200   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11201 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11202 < echo "${ECHO_T}$ac_header_compiler" >&6; }
11201 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11202 > $as_echo "$ac_header_compiler" >&6; }
11203  
11204   # Is the header present?
11205 < { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11206 < echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11205 > { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11206 > $as_echo_n "checking $ac_header presence... " >&6; }
11207   cat >conftest.$ac_ext <<_ACEOF
11208   /* confdefs.h.  */
11209   _ACEOF
# Line 10869 | Line 11217 | esac
11217    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11218    *) ac_try_echo=$ac_try;;
11219   esac
11220 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11220 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11221 > $as_echo "$ac_try_echo") >&5
11222    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11223    ac_status=$?
11224    grep -v '^ *+' conftest.er1 >conftest.err
11225    rm -f conftest.er1
11226    cat conftest.err >&5
11227 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11227 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228    (exit $ac_status); } >/dev/null && {
11229           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11230           test ! -s conftest.err
11231         }; then
11232    ac_header_preproc=yes
11233   else
11234 <  echo "$as_me: failed program was:" >&5
11234 >  $as_echo "$as_me: failed program was:" >&5
11235   sed 's/^/| /' conftest.$ac_ext >&5
11236  
11237    ac_header_preproc=no
11238   fi
11239  
11240   rm -f conftest.err conftest.$ac_ext
11241 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11242 < echo "${ECHO_T}$ac_header_preproc" >&6; }
11241 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11242 > $as_echo "$ac_header_preproc" >&6; }
11243  
11244   # So?  What about this header?
11245   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11246    yes:no: )
11247 <    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11248 < echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11249 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11250 < echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11247 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11248 > $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11249 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11250 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11251      ac_header_preproc=yes
11252      ;;
11253    no:yes:* )
11254 <    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11255 < echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11256 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11257 < echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11258 <    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11259 < echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11260 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11261 < echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11262 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11263 < echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11264 <    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11265 < echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11254 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11255 > $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11256 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11257 > $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11258 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11259 > $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11260 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11261 > $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11262 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11263 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11264 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11265 > $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11266      ( cat <<\_ASBOX
11267   ## ------------------------------ ##
11268   ## Report this to gezelter@nd.edu ##
# Line 10922 | Line 11271 | esac
11271       ) | sed "s/^/$as_me: WARNING:     /" >&2
11272      ;;
11273   esac
11274 < { echo "$as_me:$LINENO: checking for $ac_header" >&5
11275 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11274 > { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11275 > $as_echo_n "checking for $ac_header... " >&6; }
11276   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11277 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11277 >  $as_echo_n "(cached) " >&6
11278   else
11279    eval "$as_ac_Header=\$ac_header_preproc"
11280   fi
11281 < ac_res=`eval echo '${'$as_ac_Header'}'`
11282 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
11283 < echo "${ECHO_T}$ac_res" >&6; }
11281 > ac_res=`eval 'as_val=${'$as_ac_Header'}
11282 >                 $as_echo "$as_val"'`
11283 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11284 > $as_echo "$ac_res" >&6; }
11285  
11286   fi
11287 < if test `eval echo '${'$as_ac_Header'}'` = yes; then
11287 > if test `eval 'as_val=${'$as_ac_Header'}
11288 >                 $as_echo "$as_val"'` = yes; then
11289    cat >>confdefs.h <<_ACEOF
11290 < #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11290 > #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11291   _ACEOF
11292  
11293   fi
11294  
11295   done
11296  
11297 < { echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
11298 < echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6; }
11297 > { $as_echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
11298 > $as_echo_n "checking for GNU libc compatible realloc... " >&6; }
11299   if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
11300 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11300 >  $as_echo_n "(cached) " >&6
11301   else
11302    if test "$cross_compiling" = yes; then
11303    ac_cv_func_realloc_0_nonnull=no
# Line 10985 | Line 11336 | esac
11336    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11337    *) ac_try_echo=$ac_try;;
11338   esac
11339 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11339 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11340 > $as_echo "$ac_try_echo") >&5
11341    (eval "$ac_link") 2>&5
11342    ac_status=$?
11343 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11344    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11345    { (case "(($ac_try" in
11346    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11347    *) ac_try_echo=$ac_try;;
11348   esac
11349 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11349 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11350 > $as_echo "$ac_try_echo") >&5
11351    (eval "$ac_try") 2>&5
11352    ac_status=$?
11353 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354    (exit $ac_status); }; }; then
11355    ac_cv_func_realloc_0_nonnull=yes
11356   else
11357 <  echo "$as_me: program exited with status $ac_status" >&5
11358 < echo "$as_me: failed program was:" >&5
11357 >  $as_echo "$as_me: program exited with status $ac_status" >&5
11358 > $as_echo "$as_me: failed program was:" >&5
11359   sed 's/^/| /' conftest.$ac_ext >&5
11360  
11361   ( exit $ac_status )
11362   ac_cv_func_realloc_0_nonnull=no
11363   fi
11364 + rm -rf conftest.dSYM
11365   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11366   fi
11367  
11368  
11369   fi
11370 < { echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
11371 < echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6; }
11370 > { $as_echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
11371 > $as_echo "$ac_cv_func_realloc_0_nonnull" >&6; }
11372   if test $ac_cv_func_realloc_0_nonnull = yes; then
11373  
11374   cat >>confdefs.h <<\_ACEOF
# Line 11045 | Line 11399 | do
11399  
11400   for ac_header in sys/select.h sys/socket.h
11401   do
11402 < as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11402 > as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11403   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 <  { echo "$as_me:$LINENO: checking for $ac_header" >&5
11405 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11404 >  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11405 > $as_echo_n "checking for $ac_header... " >&6; }
11406   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11407 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11407 >  $as_echo_n "(cached) " >&6
11408   fi
11409 < ac_res=`eval echo '${'$as_ac_Header'}'`
11410 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
11411 < echo "${ECHO_T}$ac_res" >&6; }
11409 > ac_res=`eval 'as_val=${'$as_ac_Header'}
11410 >                 $as_echo "$as_val"'`
11411 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11412 > $as_echo "$ac_res" >&6; }
11413   else
11414    # Is the header compilable?
11415 < { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11416 < echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11415 > { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11416 > $as_echo_n "checking $ac_header usability... " >&6; }
11417   cat >conftest.$ac_ext <<_ACEOF
11418   /* confdefs.h.  */
11419   _ACEOF
# Line 11074 | Line 11429 | esac
11429    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11430    *) ac_try_echo=$ac_try;;
11431   esac
11432 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11432 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11433 > $as_echo "$ac_try_echo") >&5
11434    (eval "$ac_compile") 2>conftest.er1
11435    ac_status=$?
11436    grep -v '^ *+' conftest.er1 >conftest.err
11437    rm -f conftest.er1
11438    cat conftest.err >&5
11439 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11439 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11440    (exit $ac_status); } && {
11441           test -z "$ac_c_werror_flag" ||
11442           test ! -s conftest.err
11443         } && test -s conftest.$ac_objext; then
11444    ac_header_compiler=yes
11445   else
11446 <  echo "$as_me: failed program was:" >&5
11446 >  $as_echo "$as_me: failed program was:" >&5
11447   sed 's/^/| /' conftest.$ac_ext >&5
11448  
11449          ac_header_compiler=no
11450   fi
11451  
11452   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11453 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11454 < echo "${ECHO_T}$ac_header_compiler" >&6; }
11453 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11454 > $as_echo "$ac_header_compiler" >&6; }
11455  
11456   # Is the header present?
11457 < { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11458 < echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11457 > { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11458 > $as_echo_n "checking $ac_header presence... " >&6; }
11459   cat >conftest.$ac_ext <<_ACEOF
11460   /* confdefs.h.  */
11461   _ACEOF
# Line 11113 | Line 11469 | esac
11469    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11470    *) ac_try_echo=$ac_try;;
11471   esac
11472 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11472 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11473 > $as_echo "$ac_try_echo") >&5
11474    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11475    ac_status=$?
11476    grep -v '^ *+' conftest.er1 >conftest.err
11477    rm -f conftest.er1
11478    cat conftest.err >&5
11479 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480    (exit $ac_status); } >/dev/null && {
11481           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11482           test ! -s conftest.err
11483         }; then
11484    ac_header_preproc=yes
11485   else
11486 <  echo "$as_me: failed program was:" >&5
11486 >  $as_echo "$as_me: failed program was:" >&5
11487   sed 's/^/| /' conftest.$ac_ext >&5
11488  
11489    ac_header_preproc=no
11490   fi
11491  
11492   rm -f conftest.err conftest.$ac_ext
11493 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11494 < echo "${ECHO_T}$ac_header_preproc" >&6; }
11493 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11494 > $as_echo "$ac_header_preproc" >&6; }
11495  
11496   # So?  What about this header?
11497   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11498    yes:no: )
11499 <    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11500 < echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11501 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11502 < echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11499 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11500 > $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11501 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11502 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11503      ac_header_preproc=yes
11504      ;;
11505    no:yes:* )
11506 <    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11507 < echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11508 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11509 < echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11510 <    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11511 < echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11512 <    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11513 < echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11514 <    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11515 < echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11516 <    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11517 < echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11506 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11507 > $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11508 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11509 > $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11510 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11511 > $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11512 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11513 > $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11514 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11515 > $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11516 >    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11517 > $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11518      ( cat <<\_ASBOX
11519   ## ------------------------------ ##
11520   ## Report this to gezelter@nd.edu ##
# Line 11166 | Line 11523 | esac
11523       ) | sed "s/^/$as_me: WARNING:     /" >&2
11524      ;;
11525   esac
11526 < { echo "$as_me:$LINENO: checking for $ac_header" >&5
11527 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11526 > { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11527 > $as_echo_n "checking for $ac_header... " >&6; }
11528   if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11529 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11529 >  $as_echo_n "(cached) " >&6
11530   else
11531    eval "$as_ac_Header=\$ac_header_preproc"
11532   fi
11533 < ac_res=`eval echo '${'$as_ac_Header'}'`
11534 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
11535 < echo "${ECHO_T}$ac_res" >&6; }
11533 > ac_res=`eval 'as_val=${'$as_ac_Header'}
11534 >                 $as_echo "$as_val"'`
11535 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11536 > $as_echo "$ac_res" >&6; }
11537  
11538   fi
11539 < if test `eval echo '${'$as_ac_Header'}'` = yes; then
11539 > if test `eval 'as_val=${'$as_ac_Header'}
11540 >                 $as_echo "$as_val"'` = yes; then
11541    cat >>confdefs.h <<_ACEOF
11542 < #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11542 > #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11543   _ACEOF
11544  
11545   fi
11546  
11547   done
11548  
11549 < { echo "$as_me:$LINENO: checking types of arguments for select" >&5
11550 < echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6; }
11549 > { $as_echo "$as_me:$LINENO: checking types of arguments for select" >&5
11550 > $as_echo_n "checking types of arguments for select... " >&6; }
11551   if test "${ac_cv_func_select_args+set}" = set; then
11552 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11552 >  $as_echo_n "(cached) " >&6
11553   else
11554    for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
11555   for ac_arg1 in 'int' 'size_t' 'unsigned long int' 'unsigned int'; do
# Line 11233 | Line 11592 | esac
11592    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11593    *) ac_try_echo=$ac_try;;
11594   esac
11595 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11595 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11596 > $as_echo "$ac_try_echo") >&5
11597    (eval "$ac_compile") 2>conftest.er1
11598    ac_status=$?
11599    grep -v '^ *+' conftest.er1 >conftest.err
11600    rm -f conftest.er1
11601    cat conftest.err >&5
11602 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11603    (exit $ac_status); } && {
11604           test -z "$ac_c_werror_flag" ||
11605           test ! -s conftest.err
11606         } && test -s conftest.$ac_objext; then
11607    ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
11608   else
11609 <  echo "$as_me: failed program was:" >&5
11609 >  $as_echo "$as_me: failed program was:" >&5
11610   sed 's/^/| /' conftest.$ac_ext >&5
11611  
11612  
# Line 11260 | Line 11620 | fi
11620   : ${ac_cv_func_select_args='int,int *,struct timeval *'}
11621  
11622   fi
11623 < { echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
11624 < echo "${ECHO_T}$ac_cv_func_select_args" >&6; }
11623 > { $as_echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
11624 > $as_echo "$ac_cv_func_select_args" >&6; }
11625   ac_save_IFS=$IFS; IFS=','
11626   set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
11627   IFS=$ac_save_IFS
# Line 11283 | Line 11643 | rm -f conftest*
11643  
11644   rm -f conftest*
11645  
11646 < { echo "$as_me:$LINENO: checking for working strtod" >&5
11647 < echo $ECHO_N "checking for working strtod... $ECHO_C" >&6; }
11646 > { $as_echo "$as_me:$LINENO: checking for working strtod" >&5
11647 > $as_echo_n "checking for working strtod... " >&6; }
11648   if test "${ac_cv_func_strtod+set}" = set; then
11649 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11649 >  $as_echo_n "(cached) " >&6
11650   else
11651    if test "$cross_compiling" = yes; then
11652    ac_cv_func_strtod=no
# Line 11334 | Line 11694 | esac
11694    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11695    *) ac_try_echo=$ac_try;;
11696   esac
11697 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11698 > $as_echo "$ac_try_echo") >&5
11699    (eval "$ac_link") 2>&5
11700    ac_status=$?
11701 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11701 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11702    (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11703    { (case "(($ac_try" in
11704    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11705    *) ac_try_echo=$ac_try;;
11706   esac
11707 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11707 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11708 > $as_echo "$ac_try_echo") >&5
11709    (eval "$ac_try") 2>&5
11710    ac_status=$?
11711 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11712    (exit $ac_status); }; }; then
11713    ac_cv_func_strtod=yes
11714   else
11715 <  echo "$as_me: program exited with status $ac_status" >&5
11716 < echo "$as_me: failed program was:" >&5
11715 >  $as_echo "$as_me: program exited with status $ac_status" >&5
11716 > $as_echo "$as_me: failed program was:" >&5
11717   sed 's/^/| /' conftest.$ac_ext >&5
11718  
11719   ( exit $ac_status )
11720   ac_cv_func_strtod=no
11721   fi
11722 + rm -rf conftest.dSYM
11723   rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11724   fi
11725  
11726  
11727   fi
11728 < { echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5
11729 < echo "${ECHO_T}$ac_cv_func_strtod" >&6; }
11728 > { $as_echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5
11729 > $as_echo "$ac_cv_func_strtod" >&6; }
11730   if test $ac_cv_func_strtod = no; then
11731    case " $LIBOBJS " in
11732    *" strtod.$ac_objext "* ) ;;
# Line 11371 | Line 11734 | esac
11734   ;;
11735   esac
11736  
11737 < { echo "$as_me:$LINENO: checking for pow" >&5
11738 < echo $ECHO_N "checking for pow... $ECHO_C" >&6; }
11737 > { $as_echo "$as_me:$LINENO: checking for pow" >&5
11738 > $as_echo_n "checking for pow... " >&6; }
11739   if test "${ac_cv_func_pow+set}" = set; then
11740 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11740 >  $as_echo_n "(cached) " >&6
11741   else
11742    cat >conftest.$ac_ext <<_ACEOF
11743   /* confdefs.h.  */
# Line 11435 | Line 11798 | esac
11798    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11799    *) ac_try_echo=$ac_try;;
11800   esac
11801 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11801 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11802 > $as_echo "$ac_try_echo") >&5
11803    (eval "$ac_link") 2>conftest.er1
11804    ac_status=$?
11805    grep -v '^ *+' conftest.er1 >conftest.err
11806    rm -f conftest.er1
11807    cat conftest.err >&5
11808 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11809    (exit $ac_status); } && {
11810           test -z "$ac_c_werror_flag" ||
11811           test ! -s conftest.err
11812 <       } && test -s conftest$ac_exeext &&
11813 <       $as_test_x conftest$ac_exeext; then
11812 >       } && test -s conftest$ac_exeext && {
11813 >         test "$cross_compiling" = yes ||
11814 >         $as_test_x conftest$ac_exeext
11815 >       }; then
11816    ac_cv_func_pow=yes
11817   else
11818 <  echo "$as_me: failed program was:" >&5
11818 >  $as_echo "$as_me: failed program was:" >&5
11819   sed 's/^/| /' conftest.$ac_ext >&5
11820  
11821          ac_cv_func_pow=no
11822   fi
11823  
11824 + rm -rf conftest.dSYM
11825   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11826        conftest$ac_exeext conftest.$ac_ext
11827   fi
11828 < { echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
11829 < echo "${ECHO_T}$ac_cv_func_pow" >&6; }
11828 > { $as_echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
11829 > $as_echo "$ac_cv_func_pow" >&6; }
11830  
11831   if test $ac_cv_func_pow = no; then
11832 <  { echo "$as_me:$LINENO: checking for pow in -lm" >&5
11833 < echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6; }
11832 >  { $as_echo "$as_me:$LINENO: checking for pow in -lm" >&5
11833 > $as_echo_n "checking for pow in -lm... " >&6; }
11834   if test "${ac_cv_lib_m_pow+set}" = set; then
11835 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11835 >  $as_echo_n "(cached) " >&6
11836   else
11837    ac_check_lib_save_LIBS=$LIBS
11838   LIBS="-lm  $LIBS"
# Line 11505 | Line 11872 | esac
11872    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11873    *) ac_try_echo=$ac_try;;
11874   esac
11875 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11875 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11876 > $as_echo "$ac_try_echo") >&5
11877    (eval "$ac_link") 2>conftest.er1
11878    ac_status=$?
11879    grep -v '^ *+' conftest.er1 >conftest.err
11880    rm -f conftest.er1
11881    cat conftest.err >&5
11882 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883    (exit $ac_status); } && {
11884           test -z "$ac_c_werror_flag" ||
11885           test ! -s conftest.err
11886 <       } && test -s conftest$ac_exeext &&
11887 <       $as_test_x conftest$ac_exeext; then
11886 >       } && test -s conftest$ac_exeext && {
11887 >         test "$cross_compiling" = yes ||
11888 >         $as_test_x conftest$ac_exeext
11889 >       }; then
11890    ac_cv_lib_m_pow=yes
11891   else
11892 <  echo "$as_me: failed program was:" >&5
11892 >  $as_echo "$as_me: failed program was:" >&5
11893   sed 's/^/| /' conftest.$ac_ext >&5
11894  
11895          ac_cv_lib_m_pow=no
11896   fi
11897  
11898 + rm -rf conftest.dSYM
11899   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11900        conftest$ac_exeext conftest.$ac_ext
11901   LIBS=$ac_check_lib_save_LIBS
11902   fi
11903 < { echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
11904 < echo "${ECHO_T}$ac_cv_lib_m_pow" >&6; }
11903 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
11904 > $as_echo "$ac_cv_lib_m_pow" >&6; }
11905   if test $ac_cv_lib_m_pow = yes; then
11906    POW_LIB=-lm
11907   else
11908 <  { echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5
11909 < echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
11908 >  { $as_echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5
11909 > $as_echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
11910   fi
11911  
11912   fi
# Line 11565 | Line 11936 | do
11936  
11937   for ac_func in floor getpagesize gettimeofday memset pow pstat_getdynamic pstat_getstatic select sqrt strcasecmp strchr strdup stricmp strncasecmp strnicmp strstr strtol sysmp getsysinfo sysctl table
11938   do
11939 < as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11940 < { echo "$as_me:$LINENO: checking for $ac_func" >&5
11941 < echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11939 > as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11940 > { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
11941 > $as_echo_n "checking for $ac_func... " >&6; }
11942   if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11943 <  echo $ECHO_N "(cached) $ECHO_C" >&6
11943 >  $as_echo_n "(cached) " >&6
11944   else
11945    cat >conftest.$ac_ext <<_ACEOF
11946   /* confdefs.h.  */
# Line 11630 | Line 12001 | esac
12001    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12002    *) ac_try_echo=$ac_try;;
12003   esac
12004 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12004 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12005 > $as_echo "$ac_try_echo") >&5
12006    (eval "$ac_link") 2>conftest.er1
12007    ac_status=$?
12008    grep -v '^ *+' conftest.er1 >conftest.err
12009    rm -f conftest.er1
12010    cat conftest.err >&5
12011 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012    (exit $ac_status); } && {
12013           test -z "$ac_c_werror_flag" ||
12014           test ! -s conftest.err
12015 <       } && test -s conftest$ac_exeext &&
12016 <       $as_test_x conftest$ac_exeext; then
12015 >       } && test -s conftest$ac_exeext && {
12016 >         test "$cross_compiling" = yes ||
12017 >         $as_test_x conftest$ac_exeext
12018 >       }; then
12019    eval "$as_ac_var=yes"
12020   else
12021 <  echo "$as_me: failed program was:" >&5
12021 >  $as_echo "$as_me: failed program was:" >&5
12022   sed 's/^/| /' conftest.$ac_ext >&5
12023  
12024          eval "$as_ac_var=no"
12025   fi
12026  
12027 + rm -rf conftest.dSYM
12028   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12029        conftest$ac_exeext conftest.$ac_ext
12030   fi
12031 < ac_res=`eval echo '${'$as_ac_var'}'`
12032 <               { echo "$as_me:$LINENO: result: $ac_res" >&5
12033 < echo "${ECHO_T}$ac_res" >&6; }
12034 < if test `eval echo '${'$as_ac_var'}'` = yes; then
12031 > ac_res=`eval 'as_val=${'$as_ac_var'}
12032 >                 $as_echo "$as_val"'`
12033 >               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12034 > $as_echo "$ac_res" >&6; }
12035 > if test `eval 'as_val=${'$as_ac_var'}
12036 >                 $as_echo "$as_val"'` = yes; then
12037    cat >>confdefs.h <<_ACEOF
12038 < #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12038 > #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12039   _ACEOF
12040  
12041   fi
# Line 11667 | Line 12044 | done
12044  
12045   # special check for _system_configuration because AIX <4.3.2 do not
12046   # contain the `physmem' member.
12047 < { echo "$as_me:$LINENO: checking for external symbol _system_configuration" >&5
12048 < echo $ECHO_N "checking for external symbol _system_configuration... $ECHO_C" >&6; }
12047 > { $as_echo "$as_me:$LINENO: checking for external symbol _system_configuration" >&5
12048 > $as_echo_n "checking for external symbol _system_configuration... " >&6; }
12049   cat >conftest.$ac_ext <<_ACEOF
12050   /* confdefs.h.  */
12051   _ACEOF
# Line 11698 | Line 12075 | esac
12075    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12076    *) ac_try_echo=$ac_try;;
12077   esac
12078 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12078 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12079 > $as_echo "$ac_try_echo") >&5
12080    (eval "$ac_compile") 2>conftest.er1
12081    ac_status=$?
12082    grep -v '^ *+' conftest.er1 >conftest.err
12083    rm -f conftest.er1
12084    cat conftest.err >&5
12085 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12085 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086    (exit $ac_status); } && {
12087           test -z "$ac_c_werror_flag" ||
12088           test ! -s conftest.err
12089         } && test -s conftest.$ac_objext; then
12090 <  { echo "$as_me:$LINENO: result: yes" >&5
12091 < echo "${ECHO_T}yes" >&6; }
12090 >  { $as_echo "$as_me:$LINENO: result: yes" >&5
12091 > $as_echo "yes" >&6; }
12092  
12093   cat >>confdefs.h <<\_ACEOF
12094   #define HAVE__SYSTEM_CONFIGURATION 1
12095   _ACEOF
12096  
12097   else
12098 <  echo "$as_me: failed program was:" >&5
12098 >  $as_echo "$as_me: failed program was:" >&5
12099   sed 's/^/| /' conftest.$ac_ext >&5
12100  
12101 <        { echo "$as_me:$LINENO: result: no" >&5
12102 < echo "${ECHO_T}no" >&6; }
12101 >        { $as_echo "$as_me:$LINENO: result: no" >&5
12102 > $as_echo "no" >&6; }
12103   fi
12104  
12105   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
# Line 11786 | Line 12164 | if test "$ac_test_FFLAGS" != "set"; then
12164    fi
12165  
12166  
12167 < { echo "$as_me:$LINENO: checking whether ${FC} accepts ${FCFLAGS}" >&5
12168 < echo $ECHO_N "checking whether ${FC} accepts ${FCFLAGS}... $ECHO_C" >&6; }
12167 > { $as_echo "$as_me:$LINENO: checking whether ${FC} accepts ${FCFLAGS}" >&5
12168 > $as_echo_n "checking whether ${FC} accepts ${FCFLAGS}... " >&6; }
12169   if test "${ac_guessed_f90flags+set}" = set; then
12170 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12170 >  $as_echo_n "(cached) " >&6
12171   else
12172  
12173  
# Line 11804 | Line 12182 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12182   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12183    (eval $ac_compile) 2>&5
12184    ac_status=$?
12185 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12185 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12186    (exit $ac_status); }; then
12187          ac_guessed_f90flags=yes
12188   else
# Line 11819 | Line 12197 | fi
12197  
12198  
12199   fi
12200 < { echo "$as_me:$LINENO: result: $ac_guessed_f90flags" >&5
12201 < echo "${ECHO_T}$ac_guessed_f90flags" >&6; }
12200 > { $as_echo "$as_me:$LINENO: result: $ac_guessed_f90flags" >&5
12201 > $as_echo "$ac_guessed_f90flags" >&6; }
12202   if test "$ac_guessed_f90flags" = yes; then
12203          :
12204  
# Line 11847 | Line 12225 | fi
12225  
12226  
12227  
12228 < { echo "$as_me:$LINENO: checking whether we are *really* using GNU cc" >&5
12229 < echo $ECHO_N "checking whether we are *really* using GNU cc... $ECHO_C" >&6; }
12228 > { $as_echo "$as_me:$LINENO: checking whether we are *really* using GNU cc" >&5
12229 > $as_echo_n "checking whether we are *really* using GNU cc... " >&6; }
12230   if test "${ac_cv_prog_really_gcc+set}" = set; then
12231 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12231 >  $as_echo_n "(cached) " >&6
12232   else
12233  
12234   cat > conftest.c <<EOF
# Line 11866 | Line 12244 | if { ac_try='${CC-cc} -E conftest.c'
12244    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12245    (eval $ac_try) 2>&5
12246    ac_status=$?
12247 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12247 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248    (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12249    ac_cv_prog_really_gcc=yes
12250   else
# Line 11874 | Line 12252 | fi
12252   fi
12253  
12254   fi
12255 < { echo "$as_me:$LINENO: result: $ac_cv_prog_really_gcc" >&5
12256 < echo "${ECHO_T}$ac_cv_prog_really_gcc" >&6; }
12255 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_really_gcc" >&5
12256 > $as_echo "$ac_cv_prog_really_gcc" >&6; }
12257   if test "$ac_cv_prog_really_gcc" = yes; then
12258          :
12259  
# Line 11952 | Line 12330 | if test "$ac_test_CFLAGS" != "set"; then
12330  
12331  
12332  
12333 < { echo "$as_me:$LINENO: checking whether ${CC} accepts ${CFLAGS}" >&5
12334 < echo $ECHO_N "checking whether ${CC} accepts ${CFLAGS}... $ECHO_C" >&6; }
12333 > { $as_echo "$as_me:$LINENO: checking whether ${CC} accepts ${CFLAGS}" >&5
12334 > $as_echo_n "checking whether ${CC} accepts ${CFLAGS}... " >&6; }
12335   if test "${ac_guessed_cflags+set}" = set; then
12336 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12336 >  $as_echo_n "(cached) " >&6
12337   else
12338    echo 'void f(){}' > conftest.c
12339   if test -z "`${CC} ${CFLAGS} -c conftest.c 2>&1`"; then
# Line 11966 | Line 12344 | fi
12344   rm -f conftest*
12345  
12346   fi
12347 < { echo "$as_me:$LINENO: result: $ac_guessed_cflags" >&5
12348 < echo "${ECHO_T}$ac_guessed_cflags" >&6; }
12347 > { $as_echo "$as_me:$LINENO: result: $ac_guessed_cflags" >&5
12348 > $as_echo "$ac_guessed_cflags" >&6; }
12349   if test "$ac_guessed_cflags" = yes; then
12350          :
12351  
# Line 11994 | Line 12372 | fi
12372  
12373  
12374  
12375 < { echo "$as_me:$LINENO: checking whether we are *really* using GNU c++" >&5
12376 < echo $ECHO_N "checking whether we are *really* using GNU c++... $ECHO_C" >&6; }
12375 > { $as_echo "$as_me:$LINENO: checking whether we are *really* using GNU c++" >&5
12376 > $as_echo_n "checking whether we are *really* using GNU c++... " >&6; }
12377   if test "${ac_cv_prog_really_gxx+set}" = set; then
12378 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12378 >  $as_echo_n "(cached) " >&6
12379   else
12380  
12381   cat > conftest.cpp <<EOF
# Line 12013 | Line 12391 | if { ac_try='${CXX-c++} -E conftest.cpp'
12391    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12392    (eval $ac_try) 2>&5
12393    ac_status=$?
12394 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12394 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395    (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12396    ac_cv_prog_really_gxx=yes
12397   else
# Line 12021 | Line 12399 | fi
12399   fi
12400  
12401   fi
12402 < { echo "$as_me:$LINENO: result: $ac_cv_prog_really_gxx" >&5
12403 < echo "${ECHO_T}$ac_cv_prog_really_gxx" >&6; }
12402 > { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_really_gxx" >&5
12403 > $as_echo "$ac_cv_prog_really_gxx" >&6; }
12404   if test "$ac_cv_prog_really_gxx" = yes; then
12405          :
12406  
# Line 12090 | Line 12468 | if test "$ac_test_CXXFLAGS" != "set"; then
12468  
12469  
12470  
12471 < { echo "$as_me:$LINENO: checking whether ${CXX} accepts ${CXXFLAGS}" >&5
12472 < echo $ECHO_N "checking whether ${CXX} accepts ${CXXFLAGS}... $ECHO_C" >&6; }
12471 > { $as_echo "$as_me:$LINENO: checking whether ${CXX} accepts ${CXXFLAGS}" >&5
12472 > $as_echo_n "checking whether ${CXX} accepts ${CXXFLAGS}... " >&6; }
12473   if test "${ac_guessed_cxxflags+set}" = set; then
12474 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12474 >  $as_echo_n "(cached) " >&6
12475   else
12476    echo 'void f(){}' > conftest.cpp
12477   if test -z "`${CXX} ${CXXFLAGS} -c conftest.cpp 2>&1`"; then
# Line 12104 | Line 12482 | fi
12482   rm -f conftest*
12483  
12484   fi
12485 < { echo "$as_me:$LINENO: result: $ac_guessed_cxxflags" >&5
12486 < echo "${ECHO_T}$ac_guessed_cxxflags" >&6; }
12485 > { $as_echo "$as_me:$LINENO: result: $ac_guessed_cxxflags" >&5
12486 > $as_echo "$ac_guessed_cxxflags" >&6; }
12487   if test "$ac_guessed_cxxflags" = yes; then
12488          :
12489  
# Line 12145 | Line 12523 | if test "$acx_cgal_found" == no; then
12523   esac
12524  
12525   if test "$acx_cgal_found" == no; then
12526 <    { echo "$as_me:$LINENO: checking CGAL_MAKEFILE" >&5
12527 < echo $ECHO_N "checking CGAL_MAKEFILE... $ECHO_C" >&6; }
12526 >    { $as_echo "$as_me:$LINENO: checking CGAL_MAKEFILE" >&5
12527 > $as_echo_n "checking CGAL_MAKEFILE... " >&6; }
12528  
12529      if test \! -z "$CGAL_MAKEFILE"; then
12530  
# Line 12175 | Line 12553 | _ACEOF
12553                  fi
12554              done
12555              rm -f $tname
12556 <            { echo "$as_me:$LINENO: result: yes" >&5
12557 < echo "${ECHO_T}yes" >&6; }
12556 >            { $as_echo "$as_me:$LINENO: result: yes" >&5
12557 > $as_echo "yes" >&6; }
12558              acx_cgal_found=yes
12559                                     else
12560 <            { echo "$as_me:$LINENO: result: invalid" >&5
12561 < echo "${ECHO_T}invalid" >&6; }
12562 <            { { echo "$as_me:$LINENO: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&5
12563 < echo "$as_me: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&2;}
12560 >            { $as_echo "$as_me:$LINENO: result: invalid" >&5
12561 > $as_echo "invalid" >&6; }
12562 >            { { $as_echo "$as_me:$LINENO: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&5
12563 > $as_echo "$as_me: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&2;}
12564     { (exit 1); exit 1; }; }
12565          fi
12566      else
12567 <        { echo "$as_me:$LINENO: result: not defined" >&5
12568 < echo "${ECHO_T}not defined" >&6; }
12567 >        { $as_echo "$as_me:$LINENO: result: not defined" >&5
12568 > $as_echo "not defined" >&6; }
12569      fi
12570   fi
12571  
12572   if test "$acx_cgal_found" == no; then
12573          if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
12574 <  { echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
12575 < echo $ECHO_N "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... $ECHO_C" >&6; }
12574 >  { $as_echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
12575 > $as_echo_n "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... " >&6; }
12576   if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
12577 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12577 >  $as_echo_n "(cached) " >&6
12578   fi
12579 < { echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
12580 < echo "${ECHO_T}$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6; }
12579 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
12580 > $as_echo "$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6; }
12581   else
12582    # Is the header compilable?
12583 < { echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability" >&5
12584 < echo $ECHO_N "checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability... $ECHO_C" >&6; }
12583 > { $as_echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability" >&5
12584 > $as_echo_n "checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability... " >&6; }
12585   cat >conftest.$ac_ext <<_ACEOF
12586   /* confdefs.h.  */
12587   _ACEOF
# Line 12219 | Line 12597 | esac
12597    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12598    *) ac_try_echo=$ac_try;;
12599   esac
12600 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12600 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12601 > $as_echo "$ac_try_echo") >&5
12602    (eval "$ac_compile") 2>conftest.er1
12603    ac_status=$?
12604    grep -v '^ *+' conftest.er1 >conftest.err
12605    rm -f conftest.er1
12606    cat conftest.err >&5
12607 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12607 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608    (exit $ac_status); } && {
12609           test -z "$ac_c_werror_flag" ||
12610           test ! -s conftest.err
12611         } && test -s conftest.$ac_objext; then
12612    ac_header_compiler=yes
12613   else
12614 <  echo "$as_me: failed program was:" >&5
12614 >  $as_echo "$as_me: failed program was:" >&5
12615   sed 's/^/| /' conftest.$ac_ext >&5
12616  
12617          ac_header_compiler=no
12618   fi
12619  
12620   rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12621 < { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12622 < echo "${ECHO_T}$ac_header_compiler" >&6; }
12621 > { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12622 > $as_echo "$ac_header_compiler" >&6; }
12623  
12624   # Is the header present?
12625 < { echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence" >&5
12626 < echo $ECHO_N "checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence... $ECHO_C" >&6; }
12625 > { $as_echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence" >&5
12626 > $as_echo_n "checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence... " >&6; }
12627   cat >conftest.$ac_ext <<_ACEOF
12628   /* confdefs.h.  */
12629   _ACEOF
# Line 12258 | Line 12637 | esac
12637    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12638    *) ac_try_echo=$ac_try;;
12639   esac
12640 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12640 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12641 > $as_echo "$ac_try_echo") >&5
12642    (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12643    ac_status=$?
12644    grep -v '^ *+' conftest.er1 >conftest.err
12645    rm -f conftest.er1
12646    cat conftest.err >&5
12647 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12648    (exit $ac_status); } >/dev/null && {
12649           test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12650           test ! -s conftest.err
12651         }; then
12652    ac_header_preproc=yes
12653   else
12654 <  echo "$as_me: failed program was:" >&5
12654 >  $as_echo "$as_me: failed program was:" >&5
12655   sed 's/^/| /' conftest.$ac_ext >&5
12656  
12657    ac_header_preproc=no
12658   fi
12659  
12660   rm -f conftest.err conftest.$ac_ext
12661 < { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12662 < echo "${ECHO_T}$ac_header_preproc" >&6; }
12661 > { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12662 > $as_echo "$ac_header_preproc" >&6; }
12663  
12664   # So?  What about this header?
12665   case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12666    yes:no: )
12667 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&5
12668 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12669 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&5
12670 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&2;}
12667 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&5
12668 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12669 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&5
12670 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&2;}
12671      ac_header_preproc=yes
12672      ;;
12673    no:yes:* )
12674 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&5
12675 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&2;}
12676 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&5
12677 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&2;}
12678 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&5
12679 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&2;}
12680 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&5
12681 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12682 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&5
12683 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&2;}
12684 <    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&5
12685 < echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&2;}
12674 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&5
12675 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&2;}
12676 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&5
12677 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&2;}
12678 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&5
12679 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&2;}
12680 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&5
12681 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&2;}
12682 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&5
12683 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&2;}
12684 >    { $as_echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&5
12685 > $as_echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&2;}
12686      ( cat <<\_ASBOX
12687   ## ------------------------------ ##
12688   ## Report this to gezelter@nd.edu ##
# Line 12311 | Line 12691 | esac
12691       ) | sed "s/^/$as_me: WARNING:     /" >&2
12692      ;;
12693   esac
12694 < { echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
12695 < echo $ECHO_N "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... $ECHO_C" >&6; }
12694 > { $as_echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
12695 > $as_echo_n "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... " >&6; }
12696   if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
12697 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12697 >  $as_echo_n "(cached) " >&6
12698   else
12699    ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h=$ac_header_preproc
12700   fi
12701 < { echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
12702 < echo "${ECHO_T}$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6; }
12701 > { $as_echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
12702 > $as_echo "$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6; }
12703  
12704   fi
12705   if test $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h = yes; then
# Line 12330 | Line 12710 | fi
12710  
12711  
12712          if test "$cgal_have_header" == yes; then
12713 <                { echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
12714 < echo $ECHO_N "checking for main in -lCGAL... $ECHO_C" >&6; }
12713 >                { $as_echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
12714 > $as_echo_n "checking for main in -lCGAL... " >&6; }
12715   if test "${ac_cv_lib_CGAL_main+set}" = set; then
12716 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12716 >  $as_echo_n "(cached) " >&6
12717   else
12718    ac_check_lib_save_LIBS=$LIBS
12719   LIBS="-lCGAL  $LIBS"
# Line 12367 | Line 12747 | esac
12747    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12748    *) ac_try_echo=$ac_try;;
12749   esac
12750 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12750 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12751 > $as_echo "$ac_try_echo") >&5
12752    (eval "$ac_link") 2>conftest.er1
12753    ac_status=$?
12754    grep -v '^ *+' conftest.er1 >conftest.err
12755    rm -f conftest.er1
12756    cat conftest.err >&5
12757 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12757 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12758    (exit $ac_status); } && {
12759           test -z "$ac_c_werror_flag" ||
12760           test ! -s conftest.err
12761 <       } && test -s conftest$ac_exeext &&
12762 <       $as_test_x conftest$ac_exeext; then
12761 >       } && test -s conftest$ac_exeext && {
12762 >         test "$cross_compiling" = yes ||
12763 >         $as_test_x conftest$ac_exeext
12764 >       }; then
12765    ac_cv_lib_CGAL_main=yes
12766   else
12767 <  echo "$as_me: failed program was:" >&5
12767 >  $as_echo "$as_me: failed program was:" >&5
12768   sed 's/^/| /' conftest.$ac_ext >&5
12769  
12770          ac_cv_lib_CGAL_main=no
12771   fi
12772  
12773 + rm -rf conftest.dSYM
12774   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12775        conftest$ac_exeext conftest.$ac_ext
12776   LIBS=$ac_check_lib_save_LIBS
12777   fi
12778 < { echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
12779 < echo "${ECHO_T}$ac_cv_lib_CGAL_main" >&6; }
12778 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
12779 > $as_echo "$ac_cv_lib_CGAL_main" >&6; }
12780   if test $ac_cv_lib_CGAL_main = yes; then
12781    cgal_have_lib=yes
12782   else
# Line 12401 | Line 12785 | fi
12785  
12786                  if test "$cgal_have_lib" == no; then
12787                          save_LIBS="$LIBS"; LIBS="$LIBS -lgmp -lmpfr -lm"
12788 <                        { echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
12789 < echo $ECHO_N "checking for main in -lCGAL... $ECHO_C" >&6; }
12788 >                        { $as_echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
12789 > $as_echo_n "checking for main in -lCGAL... " >&6; }
12790   if test "${ac_cv_lib_CGAL_main+set}" = set; then
12791 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12791 >  $as_echo_n "(cached) " >&6
12792   else
12793    ac_check_lib_save_LIBS=$LIBS
12794   LIBS="-lCGAL  $LIBS"
# Line 12438 | Line 12822 | esac
12822    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12823    *) ac_try_echo=$ac_try;;
12824   esac
12825 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12825 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12826 > $as_echo "$ac_try_echo") >&5
12827    (eval "$ac_link") 2>conftest.er1
12828    ac_status=$?
12829    grep -v '^ *+' conftest.er1 >conftest.err
12830    rm -f conftest.er1
12831    cat conftest.err >&5
12832 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12832 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12833    (exit $ac_status); } && {
12834           test -z "$ac_c_werror_flag" ||
12835           test ! -s conftest.err
12836 <       } && test -s conftest$ac_exeext &&
12837 <       $as_test_x conftest$ac_exeext; then
12836 >       } && test -s conftest$ac_exeext && {
12837 >         test "$cross_compiling" = yes ||
12838 >         $as_test_x conftest$ac_exeext
12839 >       }; then
12840    ac_cv_lib_CGAL_main=yes
12841   else
12842 <  echo "$as_me: failed program was:" >&5
12842 >  $as_echo "$as_me: failed program was:" >&5
12843   sed 's/^/| /' conftest.$ac_ext >&5
12844  
12845          ac_cv_lib_CGAL_main=no
12846   fi
12847  
12848 + rm -rf conftest.dSYM
12849   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12850        conftest$ac_exeext conftest.$ac_ext
12851   LIBS=$ac_check_lib_save_LIBS
12852   fi
12853 < { echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
12854 < echo "${ECHO_T}$ac_cv_lib_CGAL_main" >&6; }
12853 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
12854 > $as_echo "$ac_cv_lib_CGAL_main" >&6; }
12855   if test $ac_cv_lib_CGAL_main = yes; then
12856    CGAL_LIBS="-lCGAL -lgmp -lmpfr"
12857                                                    cgal_have_lib=yes
# Line 12474 | Line 12862 | fi
12862                          LIBS="$save_LIBS"
12863                  else
12864                          CGAL_LIBS="-lCGAL"
12865 <                        { echo "$as_me:$LINENO: checking for main in -lmpfr" >&5
12866 < echo $ECHO_N "checking for main in -lmpfr... $ECHO_C" >&6; }
12865 >                        { $as_echo "$as_me:$LINENO: checking for main in -lmpfr" >&5
12866 > $as_echo_n "checking for main in -lmpfr... " >&6; }
12867   if test "${ac_cv_lib_mpfr_main+set}" = set; then
12868 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12868 >  $as_echo_n "(cached) " >&6
12869   else
12870    ac_check_lib_save_LIBS=$LIBS
12871   LIBS="-lmpfr  $LIBS"
# Line 12511 | Line 12899 | esac
12899    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12900    *) ac_try_echo=$ac_try;;
12901   esac
12902 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12902 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12903 > $as_echo "$ac_try_echo") >&5
12904    (eval "$ac_link") 2>conftest.er1
12905    ac_status=$?
12906    grep -v '^ *+' conftest.er1 >conftest.err
12907    rm -f conftest.er1
12908    cat conftest.err >&5
12909 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12909 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12910    (exit $ac_status); } && {
12911           test -z "$ac_c_werror_flag" ||
12912           test ! -s conftest.err
12913 <       } && test -s conftest$ac_exeext &&
12914 <       $as_test_x conftest$ac_exeext; then
12913 >       } && test -s conftest$ac_exeext && {
12914 >         test "$cross_compiling" = yes ||
12915 >         $as_test_x conftest$ac_exeext
12916 >       }; then
12917    ac_cv_lib_mpfr_main=yes
12918   else
12919 <  echo "$as_me: failed program was:" >&5
12919 >  $as_echo "$as_me: failed program was:" >&5
12920   sed 's/^/| /' conftest.$ac_ext >&5
12921  
12922          ac_cv_lib_mpfr_main=no
12923   fi
12924  
12925 + rm -rf conftest.dSYM
12926   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12927        conftest$ac_exeext conftest.$ac_ext
12928   LIBS=$ac_check_lib_save_LIBS
12929   fi
12930 < { echo "$as_me:$LINENO: result: $ac_cv_lib_mpfr_main" >&5
12931 < echo "${ECHO_T}$ac_cv_lib_mpfr_main" >&6; }
12930 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mpfr_main" >&5
12931 > $as_echo "$ac_cv_lib_mpfr_main" >&6; }
12932   if test $ac_cv_lib_mpfr_main = yes; then
12933    CGAL_LIBS="$CGAL_LIBS -lmpfr"
12934   fi
12935  
12936 <                        { echo "$as_me:$LINENO: checking for main in -lgmp" >&5
12937 < echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6; }
12936 >                        { $as_echo "$as_me:$LINENO: checking for main in -lgmp" >&5
12937 > $as_echo_n "checking for main in -lgmp... " >&6; }
12938   if test "${ac_cv_lib_gmp_main+set}" = set; then
12939 <  echo $ECHO_N "(cached) $ECHO_C" >&6
12939 >  $as_echo_n "(cached) " >&6
12940   else
12941    ac_check_lib_save_LIBS=$LIBS
12942   LIBS="-lgmp  $LIBS"
# Line 12578 | Line 12970 | esac
12970    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12971    *) ac_try_echo=$ac_try;;
12972   esac
12973 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12973 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12974 > $as_echo "$ac_try_echo") >&5
12975    (eval "$ac_link") 2>conftest.er1
12976    ac_status=$?
12977    grep -v '^ *+' conftest.er1 >conftest.err
12978    rm -f conftest.er1
12979    cat conftest.err >&5
12980 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12980 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12981    (exit $ac_status); } && {
12982           test -z "$ac_c_werror_flag" ||
12983           test ! -s conftest.err
12984 <       } && test -s conftest$ac_exeext &&
12985 <       $as_test_x conftest$ac_exeext; then
12984 >       } && test -s conftest$ac_exeext && {
12985 >         test "$cross_compiling" = yes ||
12986 >         $as_test_x conftest$ac_exeext
12987 >       }; then
12988    ac_cv_lib_gmp_main=yes
12989   else
12990 <  echo "$as_me: failed program was:" >&5
12990 >  $as_echo "$as_me: failed program was:" >&5
12991   sed 's/^/| /' conftest.$ac_ext >&5
12992  
12993          ac_cv_lib_gmp_main=no
12994   fi
12995  
12996 + rm -rf conftest.dSYM
12997   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12998        conftest$ac_exeext conftest.$ac_ext
12999   LIBS=$ac_check_lib_save_LIBS
13000   fi
13001 < { echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
13002 < echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6; }
13001 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
13002 > $as_echo "$ac_cv_lib_gmp_main" >&6; }
13003   if test $ac_cv_lib_gmp_main = yes; then
13004    CGAL_LIBS="$CGAL_LIBS -lgmp"
13005   fi
13006  
13007 <                        { echo "$as_me:$LINENO: checking for main in -lgmpxx" >&5
13008 < echo $ECHO_N "checking for main in -lgmpxx... $ECHO_C" >&6; }
13007 >                        { $as_echo "$as_me:$LINENO: checking for main in -lgmpxx" >&5
13008 > $as_echo_n "checking for main in -lgmpxx... " >&6; }
13009   if test "${ac_cv_lib_gmpxx_main+set}" = set; then
13010 <  echo $ECHO_N "(cached) $ECHO_C" >&6
13010 >  $as_echo_n "(cached) " >&6
13011   else
13012    ac_check_lib_save_LIBS=$LIBS
13013   LIBS="-lgmpxx  $LIBS"
# Line 12645 | Line 13041 | esac
13041    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13042    *) ac_try_echo=$ac_try;;
13043   esac
13044 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13044 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13045 > $as_echo "$ac_try_echo") >&5
13046    (eval "$ac_link") 2>conftest.er1
13047    ac_status=$?
13048    grep -v '^ *+' conftest.er1 >conftest.err
13049    rm -f conftest.er1
13050    cat conftest.err >&5
13051 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13051 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13052    (exit $ac_status); } && {
13053           test -z "$ac_c_werror_flag" ||
13054           test ! -s conftest.err
13055 <       } && test -s conftest$ac_exeext &&
13056 <       $as_test_x conftest$ac_exeext; then
13055 >       } && test -s conftest$ac_exeext && {
13056 >         test "$cross_compiling" = yes ||
13057 >         $as_test_x conftest$ac_exeext
13058 >       }; then
13059    ac_cv_lib_gmpxx_main=yes
13060   else
13061 <  echo "$as_me: failed program was:" >&5
13061 >  $as_echo "$as_me: failed program was:" >&5
13062   sed 's/^/| /' conftest.$ac_ext >&5
13063  
13064          ac_cv_lib_gmpxx_main=no
13065   fi
13066  
13067 + rm -rf conftest.dSYM
13068   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13069        conftest$ac_exeext conftest.$ac_ext
13070   LIBS=$ac_check_lib_save_LIBS
13071   fi
13072 < { echo "$as_me:$LINENO: result: $ac_cv_lib_gmpxx_main" >&5
13073 < echo "${ECHO_T}$ac_cv_lib_gmpxx_main" >&6; }
13072 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gmpxx_main" >&5
13073 > $as_echo "$ac_cv_lib_gmpxx_main" >&6; }
13074   if test $ac_cv_lib_gmpxx_main = yes; then
13075    CGAL_LIBS="$CGAL_LIBS -lgmpxx"
13076   fi
# Line 12682 | Line 13082 | fi
13082                  fi
13083          fi
13084          if test "$acx_cgal_found" == yes; then
13085 <                { echo "$as_me:$LINENO: checking for main in -lCore" >&5
13086 < echo $ECHO_N "checking for main in -lCore... $ECHO_C" >&6; }
13085 >                { $as_echo "$as_me:$LINENO: checking for main in -lCore" >&5
13086 > $as_echo_n "checking for main in -lCore... " >&6; }
13087   if test "${ac_cv_lib_Core_main+set}" = set; then
13088 <  echo $ECHO_N "(cached) $ECHO_C" >&6
13088 >  $as_echo_n "(cached) " >&6
13089   else
13090    ac_check_lib_save_LIBS=$LIBS
13091   LIBS="-lCore  $LIBS"
# Line 12719 | Line 13119 | esac
13119    *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13120    *) ac_try_echo=$ac_try;;
13121   esac
13122 < eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13122 > eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13123 > $as_echo "$ac_try_echo") >&5
13124    (eval "$ac_link") 2>conftest.er1
13125    ac_status=$?
13126    grep -v '^ *+' conftest.er1 >conftest.err
13127    rm -f conftest.er1
13128    cat conftest.err >&5
13129 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13129 >  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13130    (exit $ac_status); } && {
13131           test -z "$ac_c_werror_flag" ||
13132           test ! -s conftest.err
13133 <       } && test -s conftest$ac_exeext &&
13134 <       $as_test_x conftest$ac_exeext; then
13133 >       } && test -s conftest$ac_exeext && {
13134 >         test "$cross_compiling" = yes ||
13135 >         $as_test_x conftest$ac_exeext
13136 >       }; then
13137    ac_cv_lib_Core_main=yes
13138   else
13139 <  echo "$as_me: failed program was:" >&5
13139 >  $as_echo "$as_me: failed program was:" >&5
13140   sed 's/^/| /' conftest.$ac_ext >&5
13141  
13142          ac_cv_lib_Core_main=no
13143   fi
13144  
13145 + rm -rf conftest.dSYM
13146   rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13147        conftest$ac_exeext conftest.$ac_ext
13148   LIBS=$ac_check_lib_save_LIBS
13149   fi
13150 < { echo "$as_me:$LINENO: result: $ac_cv_lib_Core_main" >&5
13151 < echo "${ECHO_T}$ac_cv_lib_Core_main" >&6; }
13150 > { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Core_main" >&5
13151 > $as_echo "$ac_cv_lib_Core_main" >&6; }
13152   if test $ac_cv_lib_Core_main = yes; then
13153    CGAL_LIBS="$CGAL_LIBS -lCore"
13154   fi
# Line 12754 | Line 13158 | fi
13158  
13159  
13160  
13161 < { echo "$as_me:$LINENO: checking CGAL" >&5
13162 < echo $ECHO_N "checking CGAL... $ECHO_C" >&6; }
13161 > { $as_echo "$as_me:$LINENO: checking CGAL" >&5
13162 > $as_echo_n "checking CGAL... " >&6; }
13163  
13164  
13165  
13166  
13167  
13168   if test "$acx_cgal_found" == yes; then
13169 <        { echo "$as_me:$LINENO: result: yes" >&5
13170 < echo "${ECHO_T}yes" >&6; }
13169 >        { $as_echo "$as_me:$LINENO: result: yes" >&5
13170 > $as_echo "yes" >&6; }
13171  
13172   else
13173 <        { echo "$as_me:$LINENO: result: no" >&5
13174 < echo "${ECHO_T}no" >&6; }
13173 >        { $as_echo "$as_me:$LINENO: result: no" >&5
13174 > $as_echo "no" >&6; }
13175  
13176   fi
13177   USE_CGAL=no
# Line 12816 | Line 13220 | set dummy doxygen; ac_word=$2
13220   else
13221          # Extract the first word of "doxygen", so it can be a program name with args.
13222   set dummy doxygen; ac_word=$2
13223 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
13224 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13223 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13224 > $as_echo_n "checking for $ac_word... " >&6; }
13225   if test "${ac_cv_path_DOXYGEN+set}" = set; then
13226 <  echo $ECHO_N "(cached) $ECHO_C" >&6
13226 >  $as_echo_n "(cached) " >&6
13227   else
13228    case $DOXYGEN in
13229    [\\/]* | ?:[\\/]*)
# Line 12834 | Line 13238 | do
13238    for ac_exec_ext in '' $ac_executable_extensions; do
13239    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13240      ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
13241 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13241 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13242      break 2
13243    fi
13244   done
# Line 12846 | Line 13250 | if test -n "$DOXYGEN"; then
13250   fi
13251   DOXYGEN=$ac_cv_path_DOXYGEN
13252   if test -n "$DOXYGEN"; then
13253 <  { echo "$as_me:$LINENO: result: $DOXYGEN" >&5
13254 < echo "${ECHO_T}$DOXYGEN" >&6; }
13253 >  { $as_echo "$as_me:$LINENO: result: $DOXYGEN" >&5
13254 > $as_echo "$DOXYGEN" >&6; }
13255   else
13256 <  { echo "$as_me:$LINENO: result: no" >&5
13257 < echo "${ECHO_T}no" >&6; }
13256 >  { $as_echo "$as_me:$LINENO: result: no" >&5
13257 > $as_echo "no" >&6; }
13258   fi
13259  
13260  
13261          if test "x$DOXYGEN" = x; then
13262                  if test "x$enable_doxygen" = xyes; then
13263 <                        { { echo "$as_me:$LINENO: error: could not find doxygen" >&5
13264 < echo "$as_me: error: could not find doxygen" >&2;}
13263 >                        { { $as_echo "$as_me:$LINENO: error: could not find doxygen" >&5
13264 > $as_echo "$as_me: error: could not find doxygen" >&2;}
13265     { (exit 1); exit 1; }; }
13266                  fi
13267                  enable_doc=no
# Line 12865 | Line 13269 | set dummy dot; ac_word=$2
13269                  enable_doc=yes
13270                  # Extract the first word of "dot", so it can be a program name with args.
13271   set dummy dot; ac_word=$2
13272 < { echo "$as_me:$LINENO: checking for $ac_word" >&5
13273 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13272 > { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13273 > $as_echo_n "checking for $ac_word... " >&6; }
13274   if test "${ac_cv_path_DOT+set}" = set; then
13275 <  echo $ECHO_N "(cached) $ECHO_C" >&6
13275 >  $as_echo_n "(cached) " >&6
13276   else
13277    case $DOT in
13278    [\\/]* | ?:[\\/]*)
# Line 12883 | Line 13287 | do
13287    for ac_exec_ext in '' $ac_executable_extensions; do
13288    if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13289      ac_cv_path_DOT="$as_dir/$ac_word$ac_exec_ext"
13290 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13290 >    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13291      break 2
13292    fi
13293   done
# Line 12895 | Line 13299 | if test -n "$DOT"; then
13299   fi
13300   DOT=$ac_cv_path_DOT
13301   if test -n "$DOT"; then
13302 <  { echo "$as_me:$LINENO: result: $DOT" >&5
13303 < echo "${ECHO_T}$DOT" >&6; }
13302 >  { $as_echo "$as_me:$LINENO: result: $DOT" >&5
13303 > $as_echo "$DOT" >&6; }
13304   else
13305 <  { echo "$as_me:$LINENO: result: no" >&5
13306 < echo "${ECHO_T}no" >&6; }
13305 >  { $as_echo "$as_me:$LINENO: result: no" >&5
13306 > $as_echo "no" >&6; }
13307   fi
13308  
13309  
# Line 12915 | Line 13319 | if test x$DOT = x; then
13319  
13320   if test x$DOT = x; then
13321          if test "x$enable_dot" = xyes; then
13322 <                { { echo "$as_me:$LINENO: error: could not find dot" >&5
13323 < echo "$as_me: error: could not find dot" >&2;}
13322 >                { { $as_echo "$as_me:$LINENO: error: could not find dot" >&5
13323 > $as_echo "$as_me: error: could not find dot" >&2;}
13324     { (exit 1); exit 1; }; }
13325          fi
13326          enable_dot=no
# Line 12972 | Line 13376 | _ACEOF
13376      case $ac_val in #(
13377      *${as_nl}*)
13378        case $ac_var in #(
13379 <      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13380 < echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13379 >      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
13380 > $as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
13381        esac
13382        case $ac_var in #(
13383        _ | IFS | as_nl) ;; #(
13384 +      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13385        *) $as_unset $ac_var ;;
13386        esac ;;
13387      esac
# Line 13009 | Line 13414 | if diff "$cache_file" confcache >/dev/null 2>&1; then
13414   if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13415    if test -w "$cache_file"; then
13416      test "x$cache_file" != "x/dev/null" &&
13417 <      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
13418 < echo "$as_me: updating cache $cache_file" >&6;}
13417 >      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
13418 > $as_echo "$as_me: updating cache $cache_file" >&6;}
13419      cat confcache >$cache_file
13420    else
13421 <    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13422 < echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13421 >    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
13422 > $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13423    fi
13424   fi
13425   rm -f confcache
# Line 13030 | Line 13435 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && conti
13435   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13436    # 1. Remove the extension, and $U if already installed.
13437    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13438 <  ac_i=`echo "$ac_i" | sed "$ac_script"`
13438 >  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13439    # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
13440    #    will be set to the directory where LIBOBJS objects are built.
13441    ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
# Line 13043 | Line 13448 | LTLIBOBJS=$ac_ltlibobjs
13448  
13449  
13450   : ${CONFIG_STATUS=./config.status}
13451 + ac_write_fail=0
13452   ac_clean_files_save=$ac_clean_files
13453   ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13454 < { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13455 < echo "$as_me: creating $CONFIG_STATUS" >&6;}
13456 < cat >$CONFIG_STATUS <<_ACEOF
13454 > { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
13455 > $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13456 > cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13457   #! $SHELL
13458   # Generated by $as_me.
13459   # Run this file to recreate the current configuration.
# Line 13060 | Line 13466 | _ACEOF
13466   SHELL=\${CONFIG_SHELL-$SHELL}
13467   _ACEOF
13468  
13469 < cat >>$CONFIG_STATUS <<\_ACEOF
13469 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13470   ## --------------------- ##
13471   ## M4sh Initialization.  ##
13472   ## --------------------- ##
# Line 13070 | Line 13476 | if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/
13476   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
13477    emulate sh
13478    NULLCMD=:
13479 <  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
13479 >  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13480    # is contrary to our usage.  Disable this feature.
13481    alias -g '${1+"$@"}'='"$@"'
13482    setopt NO_GLOB_SUBST
# Line 13092 | Line 13498 | as_cr_alnum=$as_cr_Letters$as_cr_digits
13498   as_cr_digits='0123456789'
13499   as_cr_alnum=$as_cr_Letters$as_cr_digits
13500  
13501 < # The user is always right.
13502 < if test "${PATH_SEPARATOR+set}" != set; then
13503 <  echo "#! /bin/sh" >conf$$.sh
13504 <  echo  "exit 0"   >>conf$$.sh
13505 <  chmod +x conf$$.sh
13506 <  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13507 <    PATH_SEPARATOR=';'
13501 > as_nl='
13502 > '
13503 > export as_nl
13504 > # Printing a long string crashes Solaris 7 /usr/bin/printf.
13505 > as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13506 > as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13507 > as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13508 > if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13509 >  as_echo='printf %s\n'
13510 >  as_echo_n='printf %s'
13511 > else
13512 >  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13513 >    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13514 >    as_echo_n='/usr/ucb/echo -n'
13515    else
13516 <    PATH_SEPARATOR=:
13516 >    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13517 >    as_echo_n_body='eval
13518 >      arg=$1;
13519 >      case $arg in
13520 >      *"$as_nl"*)
13521 >        expr "X$arg" : "X\\(.*\\)$as_nl";
13522 >        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13523 >      esac;
13524 >      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13525 >    '
13526 >    export as_echo_n_body
13527 >    as_echo_n='sh -c $as_echo_n_body as_echo'
13528    fi
13529 <  rm -f conf$$.sh
13529 >  export as_echo_body
13530 >  as_echo='sh -c $as_echo_body as_echo'
13531   fi
13532  
13533 + # The user is always right.
13534 + if test "${PATH_SEPARATOR+set}" != set; then
13535 +  PATH_SEPARATOR=:
13536 +  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13537 +    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13538 +      PATH_SEPARATOR=';'
13539 +  }
13540 + fi
13541 +
13542   # Support unset when possible.
13543   if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
13544    as_unset=unset
# Line 13118 | Line 13552 | fi
13552   # there to prevent editors from complaining about space-tab.
13553   # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13554   # splitting by setting IFS to empty value.)
13121 as_nl='
13122 '
13555   IFS=" ""        $as_nl"
13556  
13557   # Find who we are.  Look in the path if we contain no directory separator.
# Line 13142 | Line 13574 | if test ! -f "$as_myself"; then
13574    as_myself=$0
13575   fi
13576   if test ! -f "$as_myself"; then
13577 <  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13577 >  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13578    { (exit 1); exit 1; }
13579   fi
13580  
# Line 13155 | Line 13587 | PS4='+ '
13587   PS4='+ '
13588  
13589   # NLS nuisances.
13590 < for as_var in \
13591 <  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
13592 <  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
13593 <  LC_TELEPHONE LC_TIME
13162 < do
13163 <  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
13164 <    eval $as_var=C; export $as_var
13165 <  else
13166 <    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
13167 <  fi
13168 < done
13590 > LC_ALL=C
13591 > export LC_ALL
13592 > LANGUAGE=C
13593 > export LANGUAGE
13594  
13595   # Required to use basename.
13596   if expr a : '\(a\)' >/dev/null 2>&1 &&
# Line 13187 | Line 13612 | $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13612   $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13613           X"$0" : 'X\(//\)$' \| \
13614           X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13615 < echo X/"$0" |
13615 > $as_echo X/"$0" |
13616      sed '/^.*\/\([^/][^/]*\)\/*$/{
13617              s//\1/
13618              q
# Line 13238 | Line 13663 | $as_unset CDPATH
13663        s/-\n.*//
13664      ' >$as_me.lineno &&
13665    chmod +x "$as_me.lineno" ||
13666 <    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
13666 >    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
13667     { (exit 1); exit 1; }; }
13668  
13669    # Don't try to exec as it changes $[0], causing all sort of problems
# Line 13266 | Line 13691 | esac
13691   *)
13692    ECHO_N='-n';;
13693   esac
13269
13694   if expr a : '\(a\)' >/dev/null 2>&1 &&
13695     test "X`expr 00001 : '.*\(...\)'`" = X001; then
13696    as_expr=expr
# Line 13279 | Line 13703 | else
13703    rm -f conf$$.dir/conf$$.file
13704   else
13705    rm -f conf$$.dir
13706 <  mkdir conf$$.dir
13706 >  mkdir conf$$.dir 2>/dev/null
13707   fi
13708 < echo >conf$$.file
13709 < if ln -s conf$$.file conf$$ 2>/dev/null; then
13710 <  as_ln_s='ln -s'
13711 <  # ... but there are two gotchas:
13712 <  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13713 <  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13714 <  # In both cases, we have to default to `cp -p'.
13715 <  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13708 > if (echo >conf$$.file) 2>/dev/null; then
13709 >  if ln -s conf$$.file conf$$ 2>/dev/null; then
13710 >    as_ln_s='ln -s'
13711 >    # ... but there are two gotchas:
13712 >    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13713 >    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13714 >    # In both cases, we have to default to `cp -p'.
13715 >    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13716 >      as_ln_s='cp -p'
13717 >  elif ln conf$$.file conf$$ 2>/dev/null; then
13718 >    as_ln_s=ln
13719 >  else
13720      as_ln_s='cp -p'
13721 < elif ln conf$$.file conf$$ 2>/dev/null; then
13294 <  as_ln_s=ln
13721 >  fi
13722   else
13723    as_ln_s='cp -p'
13724   fi
# Line 13316 | Line 13743 | else
13743    as_test_x='
13744      eval sh -c '\''
13745        if test -d "$1"; then
13746 <        test -d "$1/.";
13746 >        test -d "$1/.";
13747        else
13748          case $1 in
13749 <        -*)set "./$1";;
13749 >        -*)set "./$1";;
13750          esac;
13751          case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
13752          ???[sx]*):;;*)false;;esac;fi
# Line 13342 | Line 13769 | This file was extended by OOPSE $as_me 4.0, which was
13769   # values after options handling.
13770   ac_log="
13771   This file was extended by OOPSE $as_me 4.0, which was
13772 < generated by GNU Autoconf 2.61.  Invocation command line was
13772 > generated by GNU Autoconf 2.62.  Invocation command line was
13773  
13774    CONFIG_FILES    = $CONFIG_FILES
13775    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 13355 | Line 13782 | _ACEOF
13782  
13783   _ACEOF
13784  
13785 < cat >>$CONFIG_STATUS <<_ACEOF
13785 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13786   # Files that config.status was made for.
13787   config_files="$ac_config_files"
13788   config_headers="$ac_config_headers"
13789  
13790   _ACEOF
13791  
13792 < cat >>$CONFIG_STATUS <<\_ACEOF
13792 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13793   ac_cs_usage="\
13794   \`$as_me' instantiates files from templates according to the
13795   current configuration.
# Line 13375 | Line 13802 | Usage: $0 [OPTIONS] [FILE]...
13802    -d, --debug      don't remove temporary files
13803        --recheck    update $as_me by reconfiguring in the same conditions
13804    --file=FILE[:TEMPLATE]
13805 <                   instantiate the configuration file FILE
13805 >                   instantiate the configuration file FILE
13806    --header=FILE[:TEMPLATE]
13807 <                   instantiate the configuration header FILE
13807 >                   instantiate the configuration header FILE
13808  
13809   Configuration files:
13810   $config_files
# Line 13388 | Line 13815 | _ACEOF
13815   Report bugs to <bug-autoconf@gnu.org>."
13816  
13817   _ACEOF
13818 < cat >>$CONFIG_STATUS <<_ACEOF
13818 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13819   ac_cs_version="\\
13820   OOPSE config.status 4.0
13821 < configured by $0, generated by GNU Autoconf 2.61,
13822 <  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13821 > configured by $0, generated by GNU Autoconf 2.62,
13822 >  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13823  
13824 < Copyright (C) 2006 Free Software Foundation, Inc.
13824 > Copyright (C) 2008 Free Software Foundation, Inc.
13825   This config.status script is free software; the Free Software Foundation
13826   gives unlimited permission to copy, distribute and modify it."
13827  
13828   ac_pwd='$ac_pwd'
13829   srcdir='$srcdir'
13830   INSTALL='$INSTALL'
13831 + test -n "\$AWK" || AWK=awk
13832   _ACEOF
13833  
13834 < cat >>$CONFIG_STATUS <<\_ACEOF
13835 < # If no file are specified by the user, then we need to provide default
13408 < # value.  By we need to know if files were specified by the user.
13834 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13835 > # The default lists apply if the user does not specify any file.
13836   ac_need_defaults=:
13837   while test $# != 0
13838   do
# Line 13427 | Line 13854 | do
13854    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13855      ac_cs_recheck=: ;;
13856    --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13857 <    echo "$ac_cs_version"; exit ;;
13857 >    $as_echo "$ac_cs_version"; exit ;;
13858    --debug | --debu | --deb | --de | --d | -d )
13859      debug=: ;;
13860    --file | --fil | --fi | --f )
13861      $ac_shift
13862 <    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
13862 >    case $ac_optarg in
13863 >    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13864 >    esac
13865 >    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
13866      ac_need_defaults=false;;
13867    --header | --heade | --head | --hea )
13868      $ac_shift
13869 <    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
13869 >    case $ac_optarg in
13870 >    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13871 >    esac
13872 >    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
13873      ac_need_defaults=false;;
13874    --he | --h)
13875      # Conflict between --help and --header
13876 <    { echo "$as_me: error: ambiguous option: $1
13876 >    { $as_echo "$as_me: error: ambiguous option: $1
13877   Try \`$0 --help' for more information." >&2
13878     { (exit 1); exit 1; }; };;
13879    --help | --hel | -h )
13880 <    echo "$ac_cs_usage"; exit ;;
13880 >    $as_echo "$ac_cs_usage"; exit ;;
13881    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13882    | -silent | --silent | --silen | --sile | --sil | --si | --s)
13883      ac_cs_silent=: ;;
13884  
13885    # This is an error.
13886 <  -*) { echo "$as_me: error: unrecognized option: $1
13886 >  -*) { $as_echo "$as_me: error: unrecognized option: $1
13887   Try \`$0 --help' for more information." >&2
13888     { (exit 1); exit 1; }; } ;;
13889  
# Line 13469 | Line 13902 | _ACEOF
13902   fi
13903  
13904   _ACEOF
13905 < cat >>$CONFIG_STATUS <<_ACEOF
13905 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13906   if \$ac_cs_recheck; then
13907 <  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
13908 <  CONFIG_SHELL=$SHELL
13907 >  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13908 >  shift
13909 >  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13910 >  CONFIG_SHELL='$SHELL'
13911    export CONFIG_SHELL
13912 <  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13912 >  exec "\$@"
13913   fi
13914  
13915   _ACEOF
13916 < cat >>$CONFIG_STATUS <<\_ACEOF
13916 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13917   exec 5>>config.log
13918   {
13919    echo
13920    sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13921   ## Running $as_me. ##
13922   _ASBOX
13923 <  echo "$ac_log"
13923 >  $as_echo "$ac_log"
13924   } >&5
13925  
13926   _ACEOF
13927 < cat >>$CONFIG_STATUS <<_ACEOF
13927 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13928   _ACEOF
13929  
13930 < cat >>$CONFIG_STATUS <<\_ACEOF
13930 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13931  
13932   # Handling of arguments.
13933   for ac_config_target in $ac_config_targets
# Line 13506 | Line 13941 | do
13941      "src/applications/atom2md/Makefile") CONFIG_FILES="$CONFIG_FILES src/applications/atom2md/Makefile" ;;
13942      "scripts/filepp") CONFIG_FILES="$CONFIG_FILES scripts/filepp" ;;
13943  
13944 <  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13945 < echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13944 >  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13945 > $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13946     { (exit 1); exit 1; }; };;
13947    esac
13948   done
# Line 13547 | Line 13982 | $debug ||
13982    (umask 077 && mkdir "$tmp")
13983   } ||
13984   {
13985 <   echo "$me: cannot create a temporary directory in ." >&2
13985 >   $as_echo "$as_me: cannot create a temporary directory in ." >&2
13986     { (exit 1); exit 1; }
13987   }
13988  
13989 < #
13990 < # Set up the sed scripts for CONFIG_FILES section.
13991 < #
13557 <
13558 < # No need to generate the scripts if there are no CONFIG_FILES.
13559 < # This happens for instance when ./config.status config.h
13989 > # Set up the scripts for CONFIG_FILES section.
13990 > # No need to generate them if there are no CONFIG_FILES.
13991 > # This happens for instance with `./config.status config.h'.
13992   if test -n "$CONFIG_FILES"; then
13993  
13562 _ACEOF
13994  
13995 + ac_cr='
13996 + '
13997 + ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13998 + if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13999 +  ac_cs_awk_cr='\\r'
14000 + else
14001 +  ac_cs_awk_cr=$ac_cr
14002 + fi
14003  
14004 + echo 'BEGIN {' >"$tmp/subs1.awk" &&
14005 + _ACEOF
14006  
14007 +
14008 + {
14009 +  echo "cat >conf$$subs.awk <<_ACEOF" &&
14010 +  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14011 +  echo "_ACEOF"
14012 + } >conf$$subs.sh ||
14013 +  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14014 + $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14015 +   { (exit 1); exit 1; }; }
14016 + ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14017   ac_delim='%!_!# '
14018   for ac_last_try in false false false false false :; do
14019 <  cat >conf$$subs.sed <<_ACEOF
14020 < SHELL!$SHELL$ac_delim
14021 < PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
14022 < PACKAGE_NAME!$PACKAGE_NAME$ac_delim
13572 < PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
13573 < PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
13574 < PACKAGE_STRING!$PACKAGE_STRING$ac_delim
13575 < PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
13576 < exec_prefix!$exec_prefix$ac_delim
13577 < prefix!$prefix$ac_delim
13578 < program_transform_name!$program_transform_name$ac_delim
13579 < bindir!$bindir$ac_delim
13580 < sbindir!$sbindir$ac_delim
13581 < libexecdir!$libexecdir$ac_delim
13582 < datarootdir!$datarootdir$ac_delim
13583 < datadir!$datadir$ac_delim
13584 < sysconfdir!$sysconfdir$ac_delim
13585 < sharedstatedir!$sharedstatedir$ac_delim
13586 < localstatedir!$localstatedir$ac_delim
13587 < includedir!$includedir$ac_delim
13588 < oldincludedir!$oldincludedir$ac_delim
13589 < docdir!$docdir$ac_delim
13590 < infodir!$infodir$ac_delim
13591 < htmldir!$htmldir$ac_delim
13592 < dvidir!$dvidir$ac_delim
13593 < pdfdir!$pdfdir$ac_delim
13594 < psdir!$psdir$ac_delim
13595 < libdir!$libdir$ac_delim
13596 < localedir!$localedir$ac_delim
13597 < mandir!$mandir$ac_delim
13598 < DEFS!$DEFS$ac_delim
13599 < ECHO_C!$ECHO_C$ac_delim
13600 < ECHO_N!$ECHO_N$ac_delim
13601 < ECHO_T!$ECHO_T$ac_delim
13602 < LIBS!$LIBS$ac_delim
13603 < build_alias!$build_alias$ac_delim
13604 < host_alias!$host_alias$ac_delim
13605 < target_alias!$target_alias$ac_delim
13606 < build!$build$ac_delim
13607 < build_cpu!$build_cpu$ac_delim
13608 < build_vendor!$build_vendor$ac_delim
13609 < build_os!$build_os$ac_delim
13610 < host!$host$ac_delim
13611 < host_cpu!$host_cpu$ac_delim
13612 < host_vendor!$host_vendor$ac_delim
13613 < host_os!$host_os$ac_delim
13614 < PROGNAME!$PROGNAME$ac_delim
13615 < debug!$debug$ac_delim
13616 < USE_SINGLE_PRECISION!$USE_SINGLE_PRECISION$ac_delim
13617 < ac_cc_set!$ac_cc_set$ac_delim
13618 < ac_cc_path!$ac_cc_path$ac_delim
13619 < ac_cxx_set!$ac_cxx_set$ac_delim
13620 < ac_cxx_path!$ac_cxx_path$ac_delim
13621 < ac_fc_set!$ac_fc_set$ac_delim
13622 < ac_fc_path!$ac_fc_path$ac_delim
13623 < acx_mpi_mpicc!$acx_mpi_mpicc$ac_delim
13624 < acx_mpi_mpicc_path!$acx_mpi_mpicc_path$ac_delim
13625 < acx_mpi_mpif90!$acx_mpi_mpif90$ac_delim
13626 < acx_mpi_mpif90_path!$acx_mpi_mpif90_path$ac_delim
13627 < acx_mpi_mpicxx!$acx_mpi_mpicxx$ac_delim
13628 < acx_mpi_mpicxx_path!$acx_mpi_mpicxx_path$ac_delim
13629 < MPI_CPPFLAGS!$MPI_CPPFLAGS$ac_delim
13630 < MPI_LIBS!$MPI_LIBS$ac_delim
13631 < MPI90_LIBS!$MPI90_LIBS$ac_delim
13632 < USE_MPI!$USE_MPI$ac_delim
13633 < CXX!$CXX$ac_delim
13634 < CXXFLAGS!$CXXFLAGS$ac_delim
13635 < LDFLAGS!$LDFLAGS$ac_delim
13636 < CPPFLAGS!$CPPFLAGS$ac_delim
13637 < ac_ct_CXX!$ac_ct_CXX$ac_delim
13638 < EXEEXT!$EXEEXT$ac_delim
13639 < OBJEXT!$OBJEXT$ac_delim
13640 < CC!$CC$ac_delim
13641 < CFLAGS!$CFLAGS$ac_delim
13642 < ac_ct_CC!$ac_ct_CC$ac_delim
13643 < FC!$FC$ac_delim
13644 < FCFLAGS!$FCFLAGS$ac_delim
13645 < ac_ct_FC!$ac_ct_FC$ac_delim
13646 < CPP!$CPP$ac_delim
13647 < GREP!$GREP$ac_delim
13648 < EGREP!$EGREP$ac_delim
13649 < LN_S!$LN_S$ac_delim
13650 < SET_MAKE!$SET_MAKE$ac_delim
13651 < RANLIB!$RANLIB$ac_delim
13652 < PERLINTERP!$PERLINTERP$ac_delim
13653 < PERL_SHEBANG!$PERL_SHEBANG$ac_delim
13654 < INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
13655 < INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
13656 < INSTALL_DATA!$INSTALL_DATA$ac_delim
13657 < AR!$AR$ac_delim
13658 < PS!$PS$ac_delim
13659 < FCFLAGS_F90!$FCFLAGS_F90$ac_delim
13660 < FCFLAGS_SRCEXT!$FCFLAGS_SRCEXT$ac_delim
13661 < PREPDEFFLAG!$PREPDEFFLAG$ac_delim
13662 < FCLIBS!$FCLIBS$ac_delim
13663 < FC_FUNC!$FC_FUNC$ac_delim
13664 < FC_FUNC_!$FC_FUNC_$ac_delim
13665 < MOD!$MOD$ac_delim
13666 < _ACEOF
14019 >  . ./conf$$subs.sh ||
14020 >    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14021 > $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14022 >   { (exit 1); exit 1; }; }
14023  
14024 <  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
14024 >  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
14025      break
14026    elif $ac_last_try; then
14027 <    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14028 < echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14027 >    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14028 > $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14029     { (exit 1); exit 1; }; }
14030    else
14031      ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14032    fi
14033   done
14034 + rm -f conf$$subs.sh
14035  
14036 < ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
14037 < if test -n "$ac_eof"; then
13681 <  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
13682 <  ac_eof=`expr $ac_eof + 1`
13683 < fi
13684 <
13685 < cat >>$CONFIG_STATUS <<_ACEOF
13686 < cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
13687 < /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14036 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14037 > cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14038   _ACEOF
14039 < sed '
14040 < s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
14041 < s/^/s,@/; s/!/@,|#_!!_#|/
14042 < :n
14043 < t n
14044 < s/'"$ac_delim"'$/,g/; t
14045 < s/$/\\/; p
14046 < N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
14047 < ' >>$CONFIG_STATUS <conf$$subs.sed
14048 < rm -f conf$$subs.sed
14049 < cat >>$CONFIG_STATUS <<_ACEOF
14050 < CEOF$ac_eof
14051 < _ACEOF
14039 > sed -n '
14040 > h
14041 > s/^/S["/; s/!.*/"]=/
14042 > p
14043 > g
14044 > s/^[^!]*!//
14045 > :repl
14046 > t repl
14047 > s/'"$ac_delim"'$//
14048 > t delim
14049 > :nl
14050 > h
14051 > s/\(.\{148\}\).*/\1/
14052 > t more1
14053 > s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14054 > p
14055 > n
14056 > b repl
14057 > :more1
14058 > s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14059 > p
14060 > g
14061 > s/.\{148\}//
14062 > t nl
14063 > :delim
14064 > h
14065 > s/\(.\{148\}\).*/\1/
14066 > t more2
14067 > s/["\\]/\\&/g; s/^/"/; s/$/"/
14068 > p
14069 > b
14070 > :more2
14071 > s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14072 > p
14073 > g
14074 > s/.\{148\}//
14075 > t delim
14076 > ' <conf$$subs.awk | sed '
14077 > /^[^""]/{
14078 >  N
14079 >  s/\n//
14080 > }
14081 > ' >>$CONFIG_STATUS || ac_write_fail=1
14082 > rm -f conf$$subs.awk
14083 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14084 > _ACAWK
14085 > cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14086 >  for (key in S) S_is_set[key] = 1
14087 >  FS = ""
14088  
14089 + }
14090 + {
14091 +  line = $ 0
14092 +  nfields = split(line, field, "@")
14093 +  substed = 0
14094 +  len = length(field[1])
14095 +  for (i = 2; i < nfields; i++) {
14096 +    key = field[i]
14097 +    keylen = length(key)
14098 +    if (S_is_set[key]) {
14099 +      value = S[key]
14100 +      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14101 +      len += length(value) + length(field[++i])
14102 +      substed = 1
14103 +    } else
14104 +      len += 1 + keylen
14105 +  }
14106  
14107 < ac_delim='%!_!# '
14108 < for ac_last_try in false false false false false :; do
13706 <  cat >conf$$subs.sed <<_ACEOF
13707 < F90_WORK_FILES_ARG!$F90_WORK_FILES_ARG$ac_delim
13708 < MODDIRFLAG!$MODDIRFLAG$ac_delim
13709 < F90MODINCSPEC!$F90MODINCSPEC$ac_delim
13710 < F90_MODULE_NAMES!$F90_MODULE_NAMES$ac_delim
13711 < ZLIB_INC_DIR!$ZLIB_INC_DIR$ac_delim
13712 < ZLIB_LIB_DIR!$ZLIB_LIB_DIR$ac_delim
13713 < ZLIB!$ZLIB$ac_delim
13714 < FFTW_INC_DIR!$FFTW_INC_DIR$ac_delim
13715 < FFTW_LIB_DIR!$FFTW_LIB_DIR$ac_delim
13716 < FFTW_LIBS!$FFTW_LIBS$ac_delim
13717 < QHULL_INC_DIR!$QHULL_INC_DIR$ac_delim
13718 < QHULL_LIB_DIR!$QHULL_LIB_DIR$ac_delim
13719 < QHULL!$QHULL$ac_delim
13720 < USE_QHULL!$USE_QHULL$ac_delim
13721 < CXXCPP!$CXXCPP$ac_delim
13722 < OPENBABEL_INC_DIR!$OPENBABEL_INC_DIR$ac_delim
13723 < OPENBABEL_LIB_DIR!$OPENBABEL_LIB_DIR$ac_delim
13724 < OPENBABEL_LIB!$OPENBABEL_LIB$ac_delim
13725 < USE_OPENBABEL!$USE_OPENBABEL$ac_delim
13726 < LIBOBJS!$LIBOBJS$ac_delim
13727 < POW_LIB!$POW_LIB$ac_delim
13728 < CGAL_MAKEFILE!$CGAL_MAKEFILE$ac_delim
13729 < CGAL_CXXFLAGS!$CGAL_CXXFLAGS$ac_delim
13730 < CGAL_CPPFLAGS!$CGAL_CPPFLAGS$ac_delim
13731 < CGAL_LDFLAGS!$CGAL_LDFLAGS$ac_delim
13732 < CGAL_LIBS!$CGAL_LIBS$ac_delim
13733 < USE_CGAL!$USE_CGAL$ac_delim
13734 < DOXYGEN!$DOXYGEN$ac_delim
13735 < DOT!$DOT$ac_delim
13736 < DOC!$DOC$ac_delim
13737 < enable_dot!$enable_dot$ac_delim
13738 < enable_html_docs!$enable_html_docs$ac_delim
13739 < enable_latex_docs!$enable_latex_docs$ac_delim
13740 < BATEXT!$BATEXT$ac_delim
13741 < MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
13742 < OOPSE!$OOPSE$ac_delim
13743 < OOPSE_HOME!$OOPSE_HOME$ac_delim
13744 < SUBDIRS!$SUBDIRS$ac_delim
13745 < LTLIBOBJS!$LTLIBOBJS$ac_delim
13746 < _ACEOF
14107 >  print line
14108 > }
14109  
14110 <  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 39; then
14111 <    break
14112 <  elif $ac_last_try; then
14113 <    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
14114 < echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
14110 > _ACAWK
14111 > _ACEOF
14112 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14113 > if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14114 >  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14115 > else
14116 >  cat
14117 > fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14118 >  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
14119 > $as_echo "$as_me: error: could not setup config files machinery" >&2;}
14120     { (exit 1); exit 1; }; }
13754  else
13755    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13756  fi
13757 done
13758
13759 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
13760 if test -n "$ac_eof"; then
13761  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
13762  ac_eof=`expr $ac_eof + 1`
13763 fi
13764
13765 cat >>$CONFIG_STATUS <<_ACEOF
13766 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
13767 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
14121   _ACEOF
13769 sed '
13770 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
13771 s/^/s,@/; s/!/@,|#_!!_#|/
13772 :n
13773 t n
13774 s/'"$ac_delim"'$/,g/; t
13775 s/$/\\/; p
13776 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
13777 ' >>$CONFIG_STATUS <conf$$subs.sed
13778 rm -f conf$$subs.sed
13779 cat >>$CONFIG_STATUS <<_ACEOF
13780 :end
13781 s/|#_!!_#|//g
13782 CEOF$ac_eof
13783 _ACEOF
14122  
13785
14123   # VPATH may cause trouble with some makes, so we remove $(srcdir),
14124   # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14125   # trailing colons and then remove the whole line if VPATH becomes empty
# Line 13798 | Line 14135 | fi
14135   }'
14136   fi
14137  
14138 < cat >>$CONFIG_STATUS <<\_ACEOF
14138 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14139   fi # test -n "$CONFIG_FILES"
14140  
14141 + # Set up the scripts for CONFIG_HEADERS section.
14142 + # No need to generate them if there are no CONFIG_HEADERS.
14143 + # This happens for instance with `./config.status Makefile'.
14144 + if test -n "$CONFIG_HEADERS"; then
14145 + cat >"$tmp/defines.awk" <<\_ACAWK ||
14146 + BEGIN {
14147 + _ACEOF
14148  
14149 < for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
14149 > # Transform confdefs.h into an awk script `defines.awk', embedded as
14150 > # here-document in config.status, that substitutes the proper values into
14151 > # config.h.in to produce config.h.
14152 >
14153 > # Create a delimiter string that does not exist in confdefs.h, to ease
14154 > # handling of long lines.
14155 > ac_delim='%!_!# '
14156 > for ac_last_try in false false :; do
14157 >  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14158 >  if test -z "$ac_t"; then
14159 >    break
14160 >  elif $ac_last_try; then
14161 >    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
14162 > $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
14163 >   { (exit 1); exit 1; }; }
14164 >  else
14165 >    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14166 >  fi
14167 > done
14168 >
14169 > # For the awk script, D is an array of macro values keyed by name,
14170 > # likewise P contains macro parameters if any.  Preserve backslash
14171 > # newline sequences.
14172 >
14173 > ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14174 > sed -n '
14175 > s/.\{148\}/&'"$ac_delim"'/g
14176 > t rset
14177 > :rset
14178 > s/^[     ]*#[    ]*define[       ][      ]*/ /
14179 > t def
14180 > d
14181 > :def
14182 > s/\\$//
14183 > t bsnl
14184 > s/["\\]/\\&/g
14185 > s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
14186 > D["\1"]=" \3"/p
14187 > s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
14188 > d
14189 > :bsnl
14190 > s/["\\]/\\&/g
14191 > s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
14192 > D["\1"]=" \3\\\\\\n"\\/p
14193 > t cont
14194 > s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14195 > t cont
14196 > d
14197 > :cont
14198 > n
14199 > s/.\{148\}/&'"$ac_delim"'/g
14200 > t clear
14201 > :clear
14202 > s/\\$//
14203 > t bsnlc
14204 > s/["\\]/\\&/g; s/^/"/; s/$/"/p
14205 > d
14206 > :bsnlc
14207 > s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14208 > b cont
14209 > ' <confdefs.h | sed '
14210 > s/'"$ac_delim"'/"\\\
14211 > "/g' >>$CONFIG_STATUS || ac_write_fail=1
14212 >
14213 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14214 >  for (key in D) D_is_set[key] = 1
14215 >  FS = ""
14216 > }
14217 > /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14218 >  line = \$ 0
14219 >  split(line, arg, " ")
14220 >  if (arg[1] == "#") {
14221 >    defundef = arg[2]
14222 >    mac1 = arg[3]
14223 >  } else {
14224 >    defundef = substr(arg[1], 2)
14225 >    mac1 = arg[2]
14226 >  }
14227 >  split(mac1, mac2, "(") #)
14228 >  macro = mac2[1]
14229 >  if (D_is_set[macro]) {
14230 >    # Preserve the white space surrounding the "#".
14231 >    prefix = substr(line, 1, index(line, defundef) - 1)
14232 >    print prefix "define", macro P[macro] D[macro]
14233 >    next
14234 >  } else {
14235 >    # Replace #undef with comments.  This is necessary, for example,
14236 >    # in the case of _POSIX_SOURCE, which is predefined and required
14237 >    # on some systems where configure will not decide to define it.
14238 >    if (defundef == "undef") {
14239 >      print "/*", line, "*/"
14240 >      next
14241 >    }
14242 >  }
14243 > }
14244 > { print }
14245 > _ACAWK
14246 > _ACEOF
14247 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14248 >  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
14249 > $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
14250 >   { (exit 1); exit 1; }; }
14251 > fi # test -n "$CONFIG_HEADERS"
14252 >
14253 >
14254 > eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    "
14255 > shift
14256 > for ac_tag
14257   do
14258    case $ac_tag in
14259    :[FHLC]) ac_mode=$ac_tag; continue;;
14260    esac
14261    case $ac_mode$ac_tag in
14262    :[FHL]*:*);;
14263 <  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14264 < echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14263 >  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
14264 > $as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14265     { (exit 1); exit 1; }; };;
14266    :[FH]-) ac_tag=-:-;;
14267    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
# Line 13839 | Line 14290 | echo "$as_me: error: Invalid tag $ac_tag." >&2;}
14290             [\\/$]*) false;;
14291             *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14292             esac ||
14293 <           { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14294 < echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14293 >           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
14294 > $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
14295     { (exit 1); exit 1; }; };;
14296        esac
14297 <      ac_file_inputs="$ac_file_inputs $ac_f"
14297 >      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14298 >      ac_file_inputs="$ac_file_inputs '$ac_f'"
14299      done
14300  
14301      # Let's still pretend it is `configure' which instantiates (i.e., don't
14302      # use $as_me), people would be surprised to read:
14303      #    /* config.h.  Generated by config.status.  */
14304 <    configure_input="Generated from "`IFS=:
14305 <          echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
14304 >    configure_input='Generated from '`
14305 >          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14306 >        `' by configure.'
14307      if test x"$ac_file" != x-; then
14308        configure_input="$ac_file.  $configure_input"
14309 <      { echo "$as_me:$LINENO: creating $ac_file" >&5
14310 < echo "$as_me: creating $ac_file" >&6;}
14309 >      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
14310 > $as_echo "$as_me: creating $ac_file" >&6;}
14311      fi
14312 +    # Neutralize special characters interpreted by sed in replacement strings.
14313 +    case $configure_input in #(
14314 +    *\&* | *\|* | *\\* )
14315 +       ac_sed_conf_input=`$as_echo "$configure_input" |
14316 +       sed 's/[\\\\&|]/\\\\&/g'`;; #(
14317 +    *) ac_sed_conf_input=$configure_input;;
14318 +    esac
14319  
14320      case $ac_tag in
14321 <    *:-:* | *:-) cat >"$tmp/stdin";;
14321 >    *:-:* | *:-) cat >"$tmp/stdin" \
14322 >      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14323 > $as_echo "$as_me: error: could not create $ac_file" >&2;}
14324 >   { (exit 1); exit 1; }; } ;;
14325      esac
14326      ;;
14327    esac
# Line 13868 | Line 14331 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
14331           X"$ac_file" : 'X\(//\)[^/]' \| \
14332           X"$ac_file" : 'X\(//\)$' \| \
14333           X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14334 < echo X"$ac_file" |
14334 > $as_echo X"$ac_file" |
14335      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14336              s//\1/
14337              q
# Line 13894 | Line 14357 | echo X"$ac_file" |
14357      as_dirs=
14358      while :; do
14359        case $as_dir in #(
14360 <      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
14360 >      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14361        *) as_qdir=$as_dir;;
14362        esac
14363        as_dirs="'$as_qdir' $as_dirs"
# Line 13903 | Line 14366 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
14366           X"$as_dir" : 'X\(//\)[^/]' \| \
14367           X"$as_dir" : 'X\(//\)$' \| \
14368           X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14369 < echo X"$as_dir" |
14369 > $as_echo X"$as_dir" |
14370      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14371              s//\1/
14372              q
# Line 13924 | Line 14387 | echo X"$as_dir" |
14387        test -d "$as_dir" && break
14388      done
14389      test -z "$as_dirs" || eval "mkdir $as_dirs"
14390 <  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
14391 < echo "$as_me: error: cannot create directory $as_dir" >&2;}
14390 >  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
14391 > $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
14392     { (exit 1); exit 1; }; }; }
14393    ac_builddir=.
14394  
14395   case "$ac_dir" in
14396   .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14397   *)
14398 <  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
14398 >  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14399    # A ".." for each directory in $ac_dir_suffix.
14400 <  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
14400 >  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14401    case $ac_top_builddir_sub in
14402    "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14403    *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
# Line 13974 | Line 14437 | _ACEOF
14437    esac
14438   _ACEOF
14439  
14440 < cat >>$CONFIG_STATUS <<\_ACEOF
14440 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14441   # If the template does not know about datarootdir, expand it.
14442   # FIXME: This hack should be removed a few years after 2.60.
14443   ac_datarootdir_hack=; ac_datarootdir_seen=
14444  
14445 < case `sed -n '/datarootdir/ {
14445 > ac_sed_dataroot='
14446 > /datarootdir/ {
14447    p
14448    q
14449   }
# Line 13988 | Line 14452 | case `sed -n '/datarootdir/ {
14452   /@infodir@/p
14453   /@localedir@/p
14454   /@mandir@/p
14455 < ' $ac_file_inputs` in
14455 > '
14456 > case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14457   *datarootdir*) ac_datarootdir_seen=yes;;
14458   *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14459 <  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14460 < echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14459 >  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14460 > $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14461   _ACEOF
14462 < cat >>$CONFIG_STATUS <<_ACEOF
14462 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14463    ac_datarootdir_hack='
14464    s&@datadir@&$datadir&g
14465    s&@docdir@&$docdir&g
# Line 14008 | Line 14473 | _ACEOF
14473   # Neutralize VPATH when `$srcdir' = `.'.
14474   # Shell code in configure.ac might set extrasub.
14475   # FIXME: do we really want to maintain this feature?
14476 < cat >>$CONFIG_STATUS <<_ACEOF
14477 <  sed "$ac_vpsub
14476 > cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14477 > ac_sed_extra="$ac_vpsub
14478   $extrasub
14479   _ACEOF
14480 < cat >>$CONFIG_STATUS <<\_ACEOF
14480 > cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14481   :t
14482   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14483 < s&@configure_input@&$configure_input&;t t
14483 > s|@configure_input@|$ac_sed_conf_input|;t t
14484   s&@top_builddir@&$ac_top_builddir_sub&;t t
14485 + s&@top_build_prefix@&$ac_top_build_prefix&;t t
14486   s&@srcdir@&$ac_srcdir&;t t
14487   s&@abs_srcdir@&$ac_abs_srcdir&;t t
14488   s&@top_srcdir@&$ac_top_srcdir&;t t
# Line 14026 | Line 14492 | $ac_datarootdir_hack
14492   s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14493   s&@INSTALL@&$ac_INSTALL&;t t
14494   $ac_datarootdir_hack
14495 < " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
14495 > "
14496 > eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14497 >  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14498 > $as_echo "$as_me: error: could not create $ac_file" >&2;}
14499 >   { (exit 1); exit 1; }; }
14500  
14501   test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14502    { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14503    { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14504 <  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14504 >  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14505   which seems to be undefined.  Please make sure it is defined." >&5
14506 < echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14506 > $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14507   which seems to be undefined.  Please make sure it is defined." >&2;}
14508  
14509    rm -f "$tmp/stdin"
14510    case $ac_file in
14511 <  -) cat "$tmp/out"; rm -f "$tmp/out";;
14512 <  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
14513 <  esac
14511 >  -) cat "$tmp/out" && rm -f "$tmp/out";;
14512 >  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14513 >  esac \
14514 >  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14515 > $as_echo "$as_me: error: could not create $ac_file" >&2;}
14516 >   { (exit 1); exit 1; }; }
14517   ;;
14518    :H)
14519    #
14520    # CONFIG_HEADER
14521    #
14049 _ACEOF
14050
14051 # Transform confdefs.h into a sed script `conftest.defines', that
14052 # substitutes the proper values into config.h.in to produce config.h.
14053 rm -f conftest.defines conftest.tail
14054 # First, append a space to every undef/define line, to ease matching.
14055 echo 's/$/ /' >conftest.defines
14056 # Then, protect against being on the right side of a sed subst, or in
14057 # an unquoted here document, in config.status.  If some macros were
14058 # called several times there might be several #defines for the same
14059 # symbol, which is useless.  But do not sort them, since the last
14060 # AC_DEFINE must be honored.
14061 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14062 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
14063 # NAME is the cpp macro being defined, VALUE is the value it is being given.
14064 # PARAMS is the parameter list in the macro definition--in most cases, it's
14065 # just an empty string.
14066 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
14067 ac_dB='\\)[      (].*,\\1define\\2'
14068 ac_dC=' '
14069 ac_dD=' ,'
14070
14071 uniq confdefs.h |
14072  sed -n '
14073        t rset
14074        :rset
14075        s/^[     ]*#[    ]*define[       ][      ]*//
14076        t ok
14077        d
14078        :ok
14079        s/[\\&,]/\\&/g
14080        s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
14081        s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
14082  ' >>conftest.defines
14083
14084 # Remove the space that was appended to ease matching.
14085 # Then replace #undef with comments.  This is necessary, for
14086 # example, in the case of _POSIX_SOURCE, which is predefined and required
14087 # on some systems where configure will not decide to define it.
14088 # (The regexp can be short, since the line contains either #define or #undef.)
14089 echo 's/ $//
14090 s,^[     #]*u.*,/* & */,' >>conftest.defines
14091
14092 # Break up conftest.defines:
14093 ac_max_sed_lines=50
14094
14095 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
14096 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
14097 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
14098 # et cetera.
14099 ac_in='$ac_file_inputs'
14100 ac_out='"$tmp/out1"'
14101 ac_nxt='"$tmp/out2"'
14102
14103 while :
14104 do
14105  # Write a here document:
14106    cat >>$CONFIG_STATUS <<_ACEOF
14107    # First, check the format of the line:
14108    cat >"\$tmp/defines.sed" <<\\CEOF
14109 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
14110 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
14111 b
14112 :def
14113 _ACEOF
14114  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
14115  echo 'CEOF
14116    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
14117  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
14118  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
14119  grep . conftest.tail >/dev/null || break
14120  rm -f conftest.defines
14121  mv conftest.tail conftest.defines
14122 done
14123 rm -f conftest.defines conftest.tail
14124
14125 echo "ac_result=$ac_in" >>$CONFIG_STATUS
14126 cat >>$CONFIG_STATUS <<\_ACEOF
14522    if test x"$ac_file" != x-; then
14523 <    echo "/* $configure_input  */" >"$tmp/config.h"
14524 <    cat "$ac_result" >>"$tmp/config.h"
14525 <    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
14526 <      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14527 < echo "$as_me: $ac_file is unchanged" >&6;}
14523 >    {
14524 >      $as_echo "/* $configure_input  */" \
14525 >      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14526 >    } >"$tmp/config.h" \
14527 >      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14528 > $as_echo "$as_me: error: could not create $ac_file" >&2;}
14529 >   { (exit 1); exit 1; }; }
14530 >    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14531 >      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
14532 > $as_echo "$as_me: $ac_file is unchanged" >&6;}
14533      else
14534 <      rm -f $ac_file
14535 <      mv "$tmp/config.h" $ac_file
14534 >      rm -f "$ac_file"
14535 >      mv "$tmp/config.h" "$ac_file" \
14536 >        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
14537 > $as_echo "$as_me: error: could not create $ac_file" >&2;}
14538 >   { (exit 1); exit 1; }; }
14539      fi
14540    else
14541 <    echo "/* $configure_input  */"
14542 <    cat "$ac_result"
14541 >    $as_echo "/* $configure_input  */" \
14542 >      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14543 >      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
14544 > $as_echo "$as_me: error: could not create -" >&2;}
14545 >   { (exit 1); exit 1; }; }
14546    fi
14141  rm -f "$tmp/out12"
14547   ;;
14548  
14549  
# Line 14162 | Line 14567 | ac_clean_files=$ac_clean_files_save
14567   chmod +x $CONFIG_STATUS
14568   ac_clean_files=$ac_clean_files_save
14569  
14570 + test $ac_write_fail = 0 ||
14571 +  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
14572 + $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
14573 +   { (exit 1); exit 1; }; }
14574  
14575 +
14576   # configure is writing to config.log, and then calls config.status.
14577   # config.status does its own redirection, appending to config.log.
14578   # Unfortunately, on DOS this fails, as config.log is still kept open
# Line 14183 | Line 14593 | fi
14593    # would make configure fail if this is the last instruction.
14594    $ac_cs_success || { (exit 1); exit 1; }
14595   fi
14596 + if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14597 +  { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
14598 + $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
14599 + fi
14600  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines