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 345 by gezelter, Tue Feb 15 15:17:01 2005 UTC vs.
Revision 1197 by chuckv, Thu Dec 6 20:40:07 2007 UTC

# Line 1 | Line 1
1   #! /bin/sh
2   # Guess values for system-dependent variables and create Makefiles.
3 < # Generated by Autoconf 2.50 for OOPSE 2.0.
3 > # Generated by GNU Autoconf 2.59 for OOPSE 4.0.
4   #
5   # Report bugs to <gezelter@nd.edu>.
6   #
7 < # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
8 < # Free Software Foundation, Inc.
7 > # Copyright (C) 2003 Free Software Foundation, Inc.
8   # This configure script is free software; the Free Software Foundation
9   # gives unlimited permission to copy, distribute and modify it.
10 + ## --------------------- ##
11 + ## M4sh Initialization.  ##
12 + ## --------------------- ##
13  
14   # Be Bourne compatible
15   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16    emulate sh
17    NULLCMD=:
18 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
19 +  # is contrary to our usage.  Disable this feature.
20 +  alias -g '${1+"$@"}'='"$@"'
21   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22    set -o posix
23   fi
24 + DUALCASE=1; export DUALCASE # for MKS sh
25  
26 + # Support unset when possible.
27 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28 +  as_unset=unset
29 + else
30 +  as_unset=false
31 + fi
32 +
33 +
34 + # Work around bugs in pre-3.0 UWIN ksh.
35 + $as_unset ENV MAIL MAILPATH
36 + PS1='$ '
37 + PS2='> '
38 + PS4='+ '
39 +
40 + # NLS nuisances.
41 + for as_var in \
42 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
43 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 +  LC_TELEPHONE LC_TIME
45 + do
46 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
47 +    eval $as_var=C; export $as_var
48 +  else
49 +    $as_unset $as_var
50 +  fi
51 + done
52 +
53 + # Required to use basename.
54 + if expr a : '\(a\)' >/dev/null 2>&1; then
55 +  as_expr=expr
56 + else
57 +  as_expr=false
58 + fi
59 +
60 + if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
61 +  as_basename=basename
62 + else
63 +  as_basename=false
64 + fi
65 +
66 +
67   # Name of the executable.
68 < as_me=`echo "$0" |sed 's,.*[\\/],,'`
68 > as_me=`$as_basename "$0" ||
69 > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
70 >         X"$0" : 'X\(//\)$' \| \
71 >         X"$0" : 'X\(/\)$' \| \
72 >         .     : '\(.\)' 2>/dev/null ||
73 > echo X/"$0" |
74 >    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
75 >          /^X\/\(\/\/\)$/{ s//\1/; q; }
76 >          /^X\/\(\/\).*/{ s//\1/; q; }
77 >          s/.*/./; q'`
78  
79 +
80 + # PATH needs CR, and LINENO needs CR and PATH.
81 + # Avoid depending upon Character Ranges.
82 + as_cr_letters='abcdefghijklmnopqrstuvwxyz'
83 + as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
84 + as_cr_Letters=$as_cr_letters$as_cr_LETTERS
85 + as_cr_digits='0123456789'
86 + as_cr_alnum=$as_cr_Letters$as_cr_digits
87 +
88 + # The user is always right.
89 + if test "${PATH_SEPARATOR+set}" != set; then
90 +  echo "#! /bin/sh" >conf$$.sh
91 +  echo  "exit 0"   >>conf$$.sh
92 +  chmod +x conf$$.sh
93 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
94 +    PATH_SEPARATOR=';'
95 +  else
96 +    PATH_SEPARATOR=:
97 +  fi
98 +  rm -f conf$$.sh
99 + fi
100 +
101 +
102 +  as_lineno_1=$LINENO
103 +  as_lineno_2=$LINENO
104 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
105 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
106 +  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
107 +  # Find who we are.  Look in the path if we contain no path at all
108 +  # relative or not.
109 +  case $0 in
110 +    *[\\/]* ) as_myself=$0 ;;
111 +    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
112 + for as_dir in $PATH
113 + do
114 +  IFS=$as_save_IFS
115 +  test -z "$as_dir" && as_dir=.
116 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
117 + done
118 +
119 +       ;;
120 +  esac
121 +  # We did not find ourselves, most probably we were run as `sh COMMAND'
122 +  # in which case we are not to be found in the path.
123 +  if test "x$as_myself" = x; then
124 +    as_myself=$0
125 +  fi
126 +  if test ! -f "$as_myself"; then
127 +    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
128 +   { (exit 1); exit 1; }; }
129 +  fi
130 +  case $CONFIG_SHELL in
131 +  '')
132 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
133 + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
134 + do
135 +  IFS=$as_save_IFS
136 +  test -z "$as_dir" && as_dir=.
137 +  for as_base in sh bash ksh sh5; do
138 +         case $as_dir in
139 +         /*)
140 +           if ("$as_dir/$as_base" -c '
141 +  as_lineno_1=$LINENO
142 +  as_lineno_2=$LINENO
143 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
144 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
145 +  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
146 +             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
147 +             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
148 +             CONFIG_SHELL=$as_dir/$as_base
149 +             export CONFIG_SHELL
150 +             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
151 +           fi;;
152 +         esac
153 +       done
154 + done
155 + ;;
156 +  esac
157 +
158 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
159 +  # uniformly replaced by the line number.  The first 'sed' inserts a
160 +  # line-number line before each line; the second 'sed' does the real
161 +  # work.  The second script uses 'N' to pair each line-number line
162 +  # with the numbered line, and appends trailing '-' during
163 +  # substitution so that $LINENO is not a special case at line end.
164 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
165 +  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
166 +  sed '=' <$as_myself |
167 +    sed '
168 +      N
169 +      s,$,-,
170 +      : loop
171 +      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 +      t loop
173 +      s,-$,,
174 +      s,^['$as_cr_digits']*\n,,
175 +    ' >$as_me.lineno &&
176 +  chmod +x $as_me.lineno ||
177 +    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
178 +   { (exit 1); exit 1; }; }
179 +
180 +  # Don't try to exec as it changes $[0], causing all sort of problems
181 +  # (the dirname of $[0] is not the place where we might find the
182 +  # original and so on.  Autoconf is especially sensible to this).
183 +  . ./$as_me.lineno
184 +  # Exit status is that of the last command.
185 +  exit
186 + }
187 +
188 +
189 + case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
190 +  *c*,-n*) ECHO_N= ECHO_C='
191 + ' ECHO_T='      ' ;;
192 +  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
193 +  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
194 + esac
195 +
196   if expr a : '\(a\)' >/dev/null 2>&1; then
197    as_expr=expr
198   else
# Line 44 | Line 217 | rm -f conf$$ conf$$.exe conf$$.file
217   fi
218   rm -f conf$$ conf$$.exe conf$$.file
219  
220 < as_executable_p="test -f"
221 <
49 < # Support unset when possible.
50 < if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
51 <  as_unset=unset
220 > if mkdir -p . 2>/dev/null; then
221 >  as_mkdir_p=:
222   else
223 <  as_unset=false
223 >  test -d ./-p && rmdir ./-p
224 >  as_mkdir_p=false
225   fi
226  
227 < # NLS nuisances.
57 < $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
58 < $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
59 < $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
60 < $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
61 < $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
62 < $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
63 < $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
64 < $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
227 > as_executable_p="test -f"
228  
229 + # Sed expression to map a string onto a valid CPP name.
230 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
231 +
232 + # Sed expression to map a string onto a valid variable name.
233 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234 +
235 +
236   # IFS
237   # We need space, tab and new line, in precisely that order.
238   as_nl='
# Line 70 | Line 240 | IFS="  $as_nl"
240   IFS="   $as_nl"
241  
242   # CDPATH.
243 < $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
243 > $as_unset CDPATH
244  
245 +
246   # Name of the host.
247   # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
248   # so uname gets run too.
# Line 83 | Line 254 | ac_default_prefix=/usr/local
254   # Initializations.
255   #
256   ac_default_prefix=/usr/local
257 + ac_config_libobj_dir=.
258   cross_compiling=no
259   subdirs=
260 < MFLAGS= MAKEFLAGS=
260 > MFLAGS=
261 > MAKEFLAGS=
262   SHELL=${CONFIG_SHELL-/bin/sh}
263  
264   # Maximum number of lines to put in a shell here document.
# Line 93 | Line 266 | SHELL=${CONFIG_SHELL-/bin/sh}
266   # only ac_max_sed_lines should be used.
267   : ${ac_max_here_lines=38}
268  
269 < # Avoid depending upon Character Ranges.
270 < ac_cr_az='abcdefghijklmnopqrstuvwxyz'
271 < ac_cr_AZ='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
272 < ac_cr_09='0123456789'
273 < ac_cr_alnum=$ac_cr_az$ac_cr_AZ$ac_cr_09
269 > # Identity of this package.
270 > PACKAGE_NAME='OOPSE'
271 > PACKAGE_TARNAME='oopse'
272 > PACKAGE_VERSION='4.0'
273 > PACKAGE_STRING='OOPSE 4.0'
274 > PACKAGE_BUGREPORT='gezelter@nd.edu'
275  
102 # Sed expression to map a string onto a valid sh and CPP variable names.
103 ac_tr_sh="sed y%*+%pp%;s%[^_$ac_cr_alnum]%_%g"
104 ac_tr_cpp="sed y%*$ac_cr_az%P$ac_cr_AZ%;s%[^_$ac_cr_alnum]%_%g"
105
276   ac_unique_file="src/applications/oopse/oopse.cpp"
277   ac_default_prefix="/usr/local"
278 + # Factoring default headers for most tests.
279 + ac_includes_default="\
280 + #include <stdio.h>
281 + #if HAVE_SYS_TYPES_H
282 + # include <sys/types.h>
283 + #endif
284 + #if HAVE_SYS_STAT_H
285 + # include <sys/stat.h>
286 + #endif
287 + #if STDC_HEADERS
288 + # include <stdlib.h>
289 + # include <stddef.h>
290 + #else
291 + # if HAVE_STDLIB_H
292 + #  include <stdlib.h>
293 + # endif
294 + #endif
295 + #if HAVE_STRING_H
296 + # if !STDC_HEADERS && HAVE_MEMORY_H
297 + #  include <memory.h>
298 + # endif
299 + # include <string.h>
300 + #endif
301 + #if HAVE_STRINGS_H
302 + # include <strings.h>
303 + #endif
304 + #if HAVE_INTTYPES_H
305 + # include <inttypes.h>
306 + #else
307 + # if HAVE_STDINT_H
308 + #  include <stdint.h>
309 + # endif
310 + #endif
311 + #if HAVE_UNISTD_H
312 + # include <unistd.h>
313 + #endif"
314 +
315 + ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os PROGNAME debug USE_SINGLE_PRECISION CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT CC CFLAGS ac_ct_CC FC FCFLAGS ac_ct_FC CPP EGREP LN_S SET_MAKE RANLIB ac_ct_RANLIB PERLINTERP PERL_SHEBANG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA AR PS FCFLAGS_F90 FCFLAGS_SRCEXT PREPDEFFLAG FCLIBS FC_FUNC FC_FUNC_ MOD F90_WORK_FILES_ARG MODDIRFLAG F90MODINCSPEC F90_MODULE_NAMES ZLIB_INC_DIR ZLIB_LIB_DIR ZLIB FFTW_INC_DIR FFTW_LIB_DIR FFTW_LIBS LIBOBJS POW_LIB CXXCPP __func__ MPI_LIB_DIR MPI_INC_DIR MPI_F90_INC MPI_LIB MPI_F90_LIB USE_MPI USE_CGAL CGAL_CXXFLAGS CGAL_LDFLAGS CGAL_CPPFLAGS CGAL_LIBS DOXYGEN DOT DOC enable_dot enable_html_docs enable_latex_docs BATEXT MKINSTALLDIRS OOPSE OOPSE_HOME SUBDIRS LTLIBOBJS'
316 + ac_subst_files=''
317  
318   # Initialize some variables set by options.
319   ac_init_help=
# Line 144 | Line 353 | mandir='${prefix}/man'
353   infodir='${prefix}/info'
354   mandir='${prefix}/man'
355  
147 # Identity of this package.
148 PACKAGE_NAME='OOPSE'
149 PACKAGE_TARNAME='oopse'
150 PACKAGE_VERSION='2.0'
151 PACKAGE_STRING='OOPSE 2.0'
152 PACKAGE_BUGREPORT='gezelter@nd.edu'
153
356   ac_prev=
357   for ac_option
358   do
# Line 196 | Line 398 | do
398    -disable-* | --disable-*)
399      ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
400      # Reject names that are not valid shell variable names.
401 <    expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
401 >    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
402        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
403     { (exit 1); exit 1; }; }
404      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
# Line 205 | Line 407 | do
407    -enable-* | --enable-*)
408      ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
409      # Reject names that are not valid shell variable names.
410 <    expr "x$ac_feature" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
410 >    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
411        { echo "$as_me: error: invalid feature name: $ac_feature" >&2
412     { (exit 1); exit 1; }; }
413      ac_feature=`echo $ac_feature | sed 's/-/_/g'`
# Line 283 | Line 485 | do
485      with_fp=no ;;
486  
487    -no-create | --no-create | --no-creat | --no-crea | --no-cre \
488 <  | --no-cr | --no-c)
488 >  | --no-cr | --no-c | -n)
489      no_create=yes ;;
490  
491    -no-recursion | --no-recursion | --no-recursio | --no-recursi \
# Line 387 | Line 589 | do
589    -with-* | --with-*)
590      ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
591      # Reject names that are not valid shell variable names.
592 <    expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
592 >    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
593        { echo "$as_me: error: invalid package name: $ac_package" >&2
594     { (exit 1); exit 1; }; }
595      ac_package=`echo $ac_package| sed 's/-/_/g'`
# Line 400 | Line 602 | do
602    -without-* | --without-*)
603      ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
604      # Reject names that are not valid shell variable names.
605 <    expr "x$ac_package" : ".*[^-_$ac_cr_alnum]" >/dev/null &&
605 >    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
606        { echo "$as_me: error: invalid package name: $ac_package" >&2
607     { (exit 1); exit 1; }; }
608      ac_package=`echo $ac_package | sed 's/-/_/g'`
# Line 432 | Line 634 | Try \`$0 --help' for more information." >&2
634    *=*)
635      ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
636      # Reject names that are not valid shell variable names.
637 <    expr "x$ac_envvar" : ".*[^_$ac_cr_alnum]" >/dev/null &&
637 >    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
638        { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
639     { (exit 1); exit 1; }; }
640      ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
# Line 442 | Line 644 | Try \`$0 --help' for more information." >&2
644    *)
645      # FIXME: should be removed in autoconf 3.0.
646      echo "$as_me: WARNING: you should use --build, --host, --target" >&2
647 <    expr "x$ac_option" : ".*[^-._$ac_cr_alnum]" >/dev/null &&
647 >    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
648        echo "$as_me: WARNING: invalid host type: $ac_option" >&2
649      : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
650      ;;
# Line 457 | Line 659 | fi
659   fi
660  
661   # Be sure to have absolute paths.
662 + for ac_var in exec_prefix prefix
663 + do
664 +  eval ac_val=$`echo $ac_var`
665 +  case $ac_val in
666 +    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
667 +    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
668 +   { (exit 1); exit 1; }; };;
669 +  esac
670 + done
671 +
672 + # Be sure to have absolute paths.
673   for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
674 <              localstatedir libdir includedir oldincludedir infodir mandir \
462 <              exec_prefix prefix
674 >              localstatedir libdir includedir oldincludedir infodir mandir
675   do
676    eval ac_val=$`echo $ac_var`
677    case $ac_val in
678      [\\/$]* | ?:[\\/]* ) ;;
679 <    NONE ) ;;
468 <    *)  { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2
679 >    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
680     { (exit 1); exit 1; }; };;
681    esac
682   done
683  
684   # There might be people who depend on the old broken behavior: `$host'
685   # used to hold the argument of --host etc.
686 + # FIXME: To remove some day.
687   build=$build_alias
688   host=$host_alias
689   target=$target_alias
690  
691 < # FIXME: should be removed in autoconf 3.0.
691 > # FIXME: To remove some day.
692   if test "x$host_alias" != x; then
693    if test "x$build_alias" = x; then
694      cross_compiling=maybe
# Line 492 | Line 704 | test "$silent" = yes && exec 6>/dev/null
704  
705   test "$silent" = yes && exec 6>/dev/null
706  
707 +
708   # Find the source files, if location was not specified.
709   if test -z "$srcdir"; then
710    ac_srcdir_defaulted=yes
711    # Try the directory containing this script, then its parent.
712 <  ac_prog=$0
713 <  ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'`
714 <  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
712 >  ac_confdir=`(dirname "$0") 2>/dev/null ||
713 > $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
714 >         X"$0" : 'X\(//\)[^/]' \| \
715 >         X"$0" : 'X\(//\)$' \| \
716 >         X"$0" : 'X\(/\)' \| \
717 >         .     : '\(.\)' 2>/dev/null ||
718 > echo X"$0" |
719 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
720 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
721 >          /^X\(\/\/\)$/{ s//\1/; q; }
722 >          /^X\(\/\).*/{ s//\1/; q; }
723 >          s/.*/./; q'`
724    srcdir=$ac_confdir
725    if test ! -r $srcdir/$ac_unique_file; then
726      srcdir=..
# Line 508 | Line 730 | if test ! -r $srcdir/$ac_unique_file; then
730   fi
731   if test ! -r $srcdir/$ac_unique_file; then
732    if test "$ac_srcdir_defaulted" = yes; then
733 <    { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2
733 >    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
734     { (exit 1); exit 1; }; }
735    else
736 <    { echo "$as_me: error: cannot find sources in $srcdir" >&2
736 >    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
737     { (exit 1); exit 1; }; }
738    fi
739   fi
740 + (cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
741 +  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
742 +   { (exit 1); exit 1; }; }
743   srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
744   ac_env_build_alias_set=${build_alias+set}
745   ac_env_build_alias_value=$build_alias
# Line 528 | Line 753 | ac_cv_env_target_alias_value=$target_alias
753   ac_env_target_alias_value=$target_alias
754   ac_cv_env_target_alias_set=${target_alias+set}
755   ac_cv_env_target_alias_value=$target_alias
756 < ac_env_CC_set=${CC+set}
757 < ac_env_CC_value=$CC
758 < ac_cv_env_CC_set=${CC+set}
759 < ac_cv_env_CC_value=$CC
760 < ac_env_CFLAGS_set=${CFLAGS+set}
761 < ac_env_CFLAGS_value=$CFLAGS
762 < ac_cv_env_CFLAGS_set=${CFLAGS+set}
763 < ac_cv_env_CFLAGS_value=$CFLAGS
756 > ac_env_CXX_set=${CXX+set}
757 > ac_env_CXX_value=$CXX
758 > ac_cv_env_CXX_set=${CXX+set}
759 > ac_cv_env_CXX_value=$CXX
760 > ac_env_CXXFLAGS_set=${CXXFLAGS+set}
761 > ac_env_CXXFLAGS_value=$CXXFLAGS
762 > ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
763 > ac_cv_env_CXXFLAGS_value=$CXXFLAGS
764   ac_env_LDFLAGS_set=${LDFLAGS+set}
765   ac_env_LDFLAGS_value=$LDFLAGS
766   ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
# Line 544 | Line 769 | ac_cv_env_CPPFLAGS_value=$CPPFLAGS
769   ac_env_CPPFLAGS_value=$CPPFLAGS
770   ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
771   ac_cv_env_CPPFLAGS_value=$CPPFLAGS
772 < ac_env_CXX_set=${CXX+set}
773 < ac_env_CXX_value=$CXX
774 < ac_cv_env_CXX_set=${CXX+set}
775 < ac_cv_env_CXX_value=$CXX
776 < ac_env_CXXFLAGS_set=${CXXFLAGS+set}
777 < ac_env_CXXFLAGS_value=$CXXFLAGS
778 < ac_cv_env_CXXFLAGS_set=${CXXFLAGS+set}
779 < ac_cv_env_CXXFLAGS_value=$CXXFLAGS
780 < ac_env_F90_set=${F90+set}
781 < ac_env_F90_value=$F90
782 < ac_cv_env_F90_set=${F90+set}
783 < ac_cv_env_F90_value=$F90
784 < ac_env_F90FLAGS_set=${F90FLAGS+set}
785 < ac_env_F90FLAGS_value=$F90FLAGS
786 < ac_cv_env_F90FLAGS_set=${F90FLAGS+set}
787 < ac_cv_env_F90FLAGS_value=$F90FLAGS
772 > ac_env_CC_set=${CC+set}
773 > ac_env_CC_value=$CC
774 > ac_cv_env_CC_set=${CC+set}
775 > ac_cv_env_CC_value=$CC
776 > ac_env_CFLAGS_set=${CFLAGS+set}
777 > ac_env_CFLAGS_value=$CFLAGS
778 > ac_cv_env_CFLAGS_set=${CFLAGS+set}
779 > ac_cv_env_CFLAGS_value=$CFLAGS
780 > ac_env_FC_set=${FC+set}
781 > ac_env_FC_value=$FC
782 > ac_cv_env_FC_set=${FC+set}
783 > ac_cv_env_FC_value=$FC
784 > ac_env_FCFLAGS_set=${FCFLAGS+set}
785 > ac_env_FCFLAGS_value=$FCFLAGS
786 > ac_cv_env_FCFLAGS_set=${FCFLAGS+set}
787 > ac_cv_env_FCFLAGS_value=$FCFLAGS
788   ac_env_CPP_set=${CPP+set}
789   ac_env_CPP_value=$CPP
790   ac_cv_env_CPP_set=${CPP+set}
791   ac_cv_env_CPP_value=$CPP
792 + ac_env_CXXCPP_set=${CXXCPP+set}
793 + ac_env_CXXCPP_value=$CXXCPP
794 + ac_cv_env_CXXCPP_set=${CXXCPP+set}
795 + ac_cv_env_CXXCPP_value=$CXXCPP
796  
797   #
798   # Report the --help message.
# Line 571 | Line 800 | if test "$ac_init_help" = "long"; then
800   if test "$ac_init_help" = "long"; then
801    # Omit some internal or obsolete options to make the list less imposing.
802    # This message is too long to be a string in the A/UX 3.1 sh.
803 <  cat <<EOF
804 < \`configure' configures OOPSE 2.0 to adapt to many kinds of systems.
803 >  cat <<_ACEOF
804 > \`configure' configures OOPSE 4.0 to adapt to many kinds of systems.
805  
806   Usage: $0 [OPTION]... [VAR=VALUE]...
807  
# Line 592 | Line 821 | Configuration:
821    -n, --no-create         do not create output files
822        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
823  
824 < EOF
824 > _ACEOF
825  
826 <  cat <<EOF
826 >  cat <<_ACEOF
827   Installation directories:
828    --prefix=PREFIX         install architecture-independent files in PREFIX
829 <                          [$ac_default_prefix]
829 >                          [$ac_default_prefix]
830    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
831 <                          [PREFIX]
831 >                          [PREFIX]
832  
833   By default, \`make install' will install all the files in
834   \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 621 | Line 850 | Fine tuning of the installation directories:
850    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
851    --infodir=DIR          info documentation [PREFIX/info]
852    --mandir=DIR           man documentation [PREFIX/man]
853 < EOF
853 > _ACEOF
854  
855 <  cat <<\EOF
855 >  cat <<\_ACEOF
856  
857   System types:
858    --build=BUILD     configure for building on BUILD [guessed]
859 <  --host=HOST       build programs to run on HOST [BUILD]
860 < EOF
859 >  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
860 > _ACEOF
861   fi
862  
863   if test -n "$ac_init_help"; then
864    case $ac_init_help in
865 <     short | recursive ) echo "Configuration of OOPSE 2.0:";;
865 >     short | recursive ) echo "Configuration of OOPSE 4.0:";;
866     esac
867 <  cat <<\EOF
867 >  cat <<\_ACEOF
868  
869   Optional Features:
870    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
871    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
872 +  --enable-oopse-home=DIR      define oopse home dir PREFIX/oopse
873    --enable-debug          Compile OOPSE in debug mode
874 +  --enable-single         compile OOPSE in single precision
875 +  --enable-float          synonym for --enable-single
876    --enable-doxygen        enable documentation generation with doxygen (auto)
877    --enable-dot            use 'dot' to generate graphs in doxygen (auto)
878    --enable-html-docs      enable HTML generation with doxygen (yes)
879    --enable-latex-docs     enable LaTeX documentation generation with doxygen (no)
648  --enable-oopse-home=DIR      define oopse home dir PREFIX/oopse
880  
881   Optional Packages:
882    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
883    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
884 +  --with-perl-shebang     override what perl thinks is the way for the kernel
885 +                          to start it (seldom needed)
886 +  --with-zlib=DIR         root directory path of zlib installation (defaults
887 +                          to /usr/local or /usr if not found in /usr/local)
888 +  --with-fftw=DIR         root directory path of fftw installation (defaults
889 +                          to /usr/local or /usr if not found in /usr/local)
890    --with-mpi=<prefix>     compile with MPI installed in <prefix> [default=no]
891 <  --with-sprng=<prefix>   compile with SPRNG installed in <prefix>
892 <                          [default=/usr/local]
656 <  --with-mkl              Do we want MKL will check /usr/local/intel/mkl61 /opt/intel/mkl61
891 >  --with-cgalmakefile=makefile
892 >                          Use the following CGAL makefile
893  
894   Some influential environment variables:
895 <  CC          C compiler command
896 <  CFLAGS      C compiler flags
895 >  CXX         C++ compiler command
896 >  CXXFLAGS    C++ compiler flags
897    LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
898                nonstandard directory <lib dir>
899    CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
900                headers in a nonstandard directory <include dir>
901 <  CXX         C++ compiler command
902 <  CXXFLAGS    C++ compiler flags
903 <  F90         Fortran 90 compiler command
904 <  F90FLAGS    Fortran 90 compiler flags
901 >  CC          C compiler command
902 >  CFLAGS      C compiler flags
903 >  FC          Fortran compiler command
904 >  FCFLAGS     Fortran compiler flags
905    CPP         C preprocessor
906 +  CXXCPP      C++ preprocessor
907  
908   Use these variables to override the choices made by `configure' or to help
909   it to find libraries and programs with nonstandard names/locations.
910  
911   Report bugs to <gezelter@nd.edu>.
912 < EOF
912 > _ACEOF
913   fi
914  
915   if test "$ac_init_help" = "recursive"; then
916    # If there are subdirs, report their specific --help.
917    ac_popdir=`pwd`
918 <  for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
919 <    cd $ac_subdir
920 <    # A "../" for each directory in /$ac_subdir.
684 <    ac_dots=`echo $ac_subdir |
685 <             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
918 >  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
919 >    test -d $ac_dir || continue
920 >    ac_builddir=.
921  
922 <    case $srcdir in
923 <    .) # No --srcdir option.  We are building in place.
924 <      ac_sub_srcdir=$srcdir ;;
925 <    [\\/]* | ?:[\\/]* ) # Absolute path.
926 <      ac_sub_srcdir=$srcdir/$ac_subdir ;;
927 <    *) # Relative path.
928 <      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
694 <    esac
922 > if test "$ac_dir" != .; then
923 >  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
924 >  # A "../" for each directory in $ac_dir_suffix.
925 >  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
926 > else
927 >  ac_dir_suffix= ac_top_builddir=
928 > fi
929  
930 + case $srcdir in
931 +  .)  # No --srcdir option.  We are building in place.
932 +    ac_srcdir=.
933 +    if test -z "$ac_top_builddir"; then
934 +       ac_top_srcdir=.
935 +    else
936 +       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
937 +    fi ;;
938 +  [\\/]* | ?:[\\/]* )  # Absolute path.
939 +    ac_srcdir=$srcdir$ac_dir_suffix;
940 +    ac_top_srcdir=$srcdir ;;
941 +  *) # Relative path.
942 +    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
943 +    ac_top_srcdir=$ac_top_builddir$srcdir ;;
944 + esac
945 +
946 + # Do not use `cd foo && pwd` to compute absolute paths, because
947 + # the directories may not exist.
948 + case `pwd` in
949 + .) ac_abs_builddir="$ac_dir";;
950 + *)
951 +  case "$ac_dir" in
952 +  .) ac_abs_builddir=`pwd`;;
953 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
954 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
955 +  esac;;
956 + esac
957 + case $ac_abs_builddir in
958 + .) ac_abs_top_builddir=${ac_top_builddir}.;;
959 + *)
960 +  case ${ac_top_builddir}. in
961 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
962 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
963 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
964 +  esac;;
965 + esac
966 + case $ac_abs_builddir in
967 + .) ac_abs_srcdir=$ac_srcdir;;
968 + *)
969 +  case $ac_srcdir in
970 +  .) ac_abs_srcdir=$ac_abs_builddir;;
971 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
972 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
973 +  esac;;
974 + esac
975 + case $ac_abs_builddir in
976 + .) ac_abs_top_srcdir=$ac_top_srcdir;;
977 + *)
978 +  case $ac_top_srcdir in
979 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
980 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
981 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
982 +  esac;;
983 + esac
984 +
985 +    cd $ac_dir
986      # Check for guested configure; otherwise get Cygnus style configure.
987 <    if test -f $ac_sub_srcdir/configure.gnu; then
987 >    if test -f $ac_srcdir/configure.gnu; then
988        echo
989 <      $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
990 <    elif test -f $ac_sub_srcdir/configure; then
989 >      $SHELL $ac_srcdir/configure.gnu  --help=recursive
990 >    elif test -f $ac_srcdir/configure; then
991        echo
992 <      $SHELL $ac_sub_srcdir/configure  --help=recursive
993 <    elif test -f $ac_sub_srcdir/configure.ac ||
994 <           test -f $ac_sub_srcdir/configure.in; then
992 >      $SHELL $ac_srcdir/configure  --help=recursive
993 >    elif test -f $ac_srcdir/configure.ac ||
994 >           test -f $ac_srcdir/configure.in; then
995        echo
996        $ac_configure --help
997      else
998 <      echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
998 >      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
999      fi
1000      cd $ac_popdir
1001    done
# Line 713 | Line 1003 | if $ac_init_version; then
1003  
1004   test -n "$ac_init_help" && exit 0
1005   if $ac_init_version; then
1006 <  cat <<\EOF
1007 < OOPSE configure 2.0
1008 < generated by GNU Autoconf 2.50
1006 >  cat <<\_ACEOF
1007 > OOPSE configure 4.0
1008 > generated by GNU Autoconf 2.59
1009  
1010 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
721 < Free Software Foundation, Inc.
1010 > Copyright (C) 2003 Free Software Foundation, Inc.
1011   This configure script is free software; the Free Software Foundation
1012   gives unlimited permission to copy, distribute and modify it.
1013 < EOF
1013 > _ACEOF
1014    exit 0
1015   fi
1016   exec 5>config.log
1017 < cat >&5 <<EOF
1017 > cat >&5 <<_ACEOF
1018   This file contains any messages produced by compilers while
1019   running configure, to aid debugging if configure makes a mistake.
1020  
1021 < It was created by OOPSE $as_me 2.0, which was
1022 < generated by GNU Autoconf 2.50.  Invocation command line was
1021 > It was created by OOPSE $as_me 4.0, which was
1022 > generated by GNU Autoconf 2.59.  Invocation command line was
1023  
1024    $ $0 $@
1025  
1026 < EOF
1026 > _ACEOF
1027   {
1028   cat <<_ASUNAME
1029 < ## ---------- ##
1030 < ## Platform.  ##
1031 < ## ---------- ##
1029 > ## --------- ##
1030 > ## Platform. ##
1031 > ## --------- ##
1032  
1033   hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1034   uname -m = `(uname -m) 2>/dev/null || echo unknown`
# Line 758 | Line 1047 | hostinfo               = `(hostinfo) 2>/dev/null      
1047   /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1048   /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1049  
761 PATH = $PATH
762
1050   _ASUNAME
1051 +
1052 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1053 + for as_dir in $PATH
1054 + do
1055 +  IFS=$as_save_IFS
1056 +  test -z "$as_dir" && as_dir=.
1057 +  echo "PATH: $as_dir"
1058 + done
1059 +
1060   } >&5
1061  
1062 < cat >&5 <<EOF
767 < ## ------------ ##
768 < ## Core tests.  ##
769 < ## ------------ ##
1062 > cat >&5 <<_ACEOF
1063  
771 EOF
1064  
1065 + ## ----------- ##
1066 + ## Core tests. ##
1067 + ## ----------- ##
1068 +
1069 + _ACEOF
1070 +
1071 +
1072   # Keep a trace of the command line.
1073   # Strip out --no-create and --no-recursion so they do not pile up.
1074 + # Strip out --silent because we don't want to record it for future runs.
1075   # Also quote any args containing shell meta-characters.
1076 + # Make two passes to allow for proper duplicate-argument suppression.
1077   ac_configure_args=
1078 + ac_configure_args0=
1079 + ac_configure_args1=
1080   ac_sep=
1081 < for ac_arg
1081 > ac_must_keep_next=false
1082 > for ac_pass in 1 2
1083   do
1084 <  case $ac_arg in
1085 <  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1086 <  | --no-cr | --no-c) ;;
1087 <  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1088 <  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
1089 <  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1090 <    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1091 <    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1092 <    ac_sep=" " ;;
1093 <  *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
1094 <     ac_sep=" " ;;
1095 <  esac
1096 <  # Get rid of the leading space.
1084 >  for ac_arg
1085 >  do
1086 >    case $ac_arg in
1087 >    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1088 >    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1089 >    | -silent | --silent | --silen | --sile | --sil)
1090 >      continue ;;
1091 >    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1092 >      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1093 >    esac
1094 >    case $ac_pass in
1095 >    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1096 >    2)
1097 >      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1098 >      if test $ac_must_keep_next = true; then
1099 >        ac_must_keep_next=false # Got value, back to normal.
1100 >      else
1101 >        case $ac_arg in
1102 >          *=* | --config-cache | -C | -disable-* | --disable-* \
1103 >          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1104 >          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1105 >          | -with-* | --with-* | -without-* | --without-* | --x)
1106 >            case "$ac_configure_args0 " in
1107 >              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1108 >            esac
1109 >            ;;
1110 >          -* ) ac_must_keep_next=true ;;
1111 >        esac
1112 >      fi
1113 >      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1114 >      # Get rid of the leading space.
1115 >      ac_sep=" "
1116 >      ;;
1117 >    esac
1118 >  done
1119   done
1120 + $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1121 + $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1122  
1123   # When interrupted or exit'd, cleanup temporary files, and complete
1124   # config.log.  We remove comments because anyway the quotes in there
1125   # would cause problems or look ugly.
1126 + # WARNING: Be sure not to use single quotes in there, as some shells,
1127 + # such as our DU 5.0 friend, will then `close' the trap.
1128   trap 'exit_status=$?
1129    # Save into config.log some information that might help in debugging.
1130 <  echo >&5
1131 <  echo "## ----------------- ##" >&5
1132 <  echo "## Cache variables.  ##" >&5
1133 <  echo "## ----------------- ##" >&5
1134 <  echo >&5
1135 <  # The following way of writing the cache mishandles newlines in values,
1130 >  {
1131 >    echo
1132 >
1133 >    cat <<\_ASBOX
1134 > ## ---------------- ##
1135 > ## Cache variables. ##
1136 > ## ---------------- ##
1137 > _ASBOX
1138 >    echo
1139 >    # The following way of writing the cache mishandles newlines in values,
1140   {
1141    (set) 2>&1 |
1142      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1143      *ac_space=\ *)
1144        sed -n \
1145 <        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1146 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1145 >        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1146 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1147        ;;
1148      *)
1149        sed -n \
1150 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1150 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1151        ;;
1152      esac;
1153 < } >&5
1154 <  sed "/^$/d" confdefs.h >conftest.log
1155 <  if test -s conftest.log; then
1156 <    echo >&5
1157 <    echo "## ------------ ##" >&5
1158 <    echo "## confdefs.h.  ##" >&5
1159 <    echo "## ------------ ##" >&5
1160 <    echo >&5
1161 <    cat conftest.log >&5
1162 <  fi
1163 <  (echo; echo) >&5
1164 <  test "$ac_signal" != 0 &&
1165 <    echo "$as_me: caught signal $ac_signal" >&5
1166 <  echo "$as_me: exit $exit_status" >&5
1167 <  rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
1153 > }
1154 >    echo
1155 >
1156 >    cat <<\_ASBOX
1157 > ## ----------------- ##
1158 > ## Output variables. ##
1159 > ## ----------------- ##
1160 > _ASBOX
1161 >    echo
1162 >    for ac_var in $ac_subst_vars
1163 >    do
1164 >      eval ac_val=$`echo $ac_var`
1165 >      echo "$ac_var='"'"'$ac_val'"'"'"
1166 >    done | sort
1167 >    echo
1168 >
1169 >    if test -n "$ac_subst_files"; then
1170 >      cat <<\_ASBOX
1171 > ## ------------- ##
1172 > ## Output files. ##
1173 > ## ------------- ##
1174 > _ASBOX
1175 >      echo
1176 >      for ac_var in $ac_subst_files
1177 >      do
1178 >        eval ac_val=$`echo $ac_var`
1179 >        echo "$ac_var='"'"'$ac_val'"'"'"
1180 >      done | sort
1181 >      echo
1182 >    fi
1183 >
1184 >    if test -s confdefs.h; then
1185 >      cat <<\_ASBOX
1186 > ## ----------- ##
1187 > ## confdefs.h. ##
1188 > ## ----------- ##
1189 > _ASBOX
1190 >      echo
1191 >      sed "/^$/d" confdefs.h | sort
1192 >      echo
1193 >    fi
1194 >    test "$ac_signal" != 0 &&
1195 >      echo "$as_me: caught signal $ac_signal"
1196 >    echo "$as_me: exit $exit_status"
1197 >  } >&5
1198 >  rm -f core *.core &&
1199 >  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1200      exit $exit_status
1201       ' 0
1202   for ac_signal in 1 2 13 15; do
1203 <  trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal
1203 >  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1204   done
1205   ac_signal=0
1206  
# Line 843 | Line 1209 | echo >confdefs.h
1209   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1210   echo >confdefs.h
1211  
1212 + # Predefined preprocessor variables.
1213 +
1214 + cat >>confdefs.h <<_ACEOF
1215 + #define PACKAGE_NAME "$PACKAGE_NAME"
1216 + _ACEOF
1217 +
1218 +
1219 + cat >>confdefs.h <<_ACEOF
1220 + #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1221 + _ACEOF
1222 +
1223 +
1224 + cat >>confdefs.h <<_ACEOF
1225 + #define PACKAGE_VERSION "$PACKAGE_VERSION"
1226 + _ACEOF
1227 +
1228 +
1229 + cat >>confdefs.h <<_ACEOF
1230 + #define PACKAGE_STRING "$PACKAGE_STRING"
1231 + _ACEOF
1232 +
1233 +
1234 + cat >>confdefs.h <<_ACEOF
1235 + #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1236 + _ACEOF
1237 +
1238 +
1239   # Let the site file select an alternate cache file if it wants to.
1240   # Prefer explicitly selected file to automatically selected ones.
1241   if test -z "$CONFIG_SITE"; then
# Line 854 | Line 1247 | for ac_site_file in $CONFIG_SITE; do
1247   fi
1248   for ac_site_file in $CONFIG_SITE; do
1249    if test -r "$ac_site_file"; then
1250 <    { echo "$as_me:857: loading site script $ac_site_file" >&5
1250 >    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1251   echo "$as_me: loading site script $ac_site_file" >&6;}
1252 <    cat "$ac_site_file" >&5
1252 >    sed 's/^/| /' "$ac_site_file" >&5
1253      . "$ac_site_file"
1254    fi
1255   done
# Line 865 | Line 1258 | if test -r "$cache_file"; then
1258    # Some versions of bash will fail to source /dev/null (special
1259    # files actually), so we avoid doing that.
1260    if test -f "$cache_file"; then
1261 <    { echo "$as_me:868: loading cache $cache_file" >&5
1261 >    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1262   echo "$as_me: loading cache $cache_file" >&6;}
1263      case $cache_file in
1264        [\\/]* | ?:[\\/]* ) . $cache_file;;
# Line 873 | Line 1266 | else
1266      esac
1267    fi
1268   else
1269 <  { echo "$as_me:876: creating cache $cache_file" >&5
1269 >  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1270   echo "$as_me: creating cache $cache_file" >&6;}
1271    >$cache_file
1272   fi
1273  
1274   # Check that the precious variables saved in the cache have kept the same
1275   # value.
1276 < ac_suggest_removing_cache=false
1276 > ac_cache_corrupted=false
1277   for ac_var in `(set) 2>&1 |
1278 <               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1278 >               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1279    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1280    eval ac_new_set=\$ac_env_${ac_var}_set
1281    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1282    eval ac_new_val="\$ac_env_${ac_var}_value"
1283    case $ac_old_set,$ac_new_set in
1284      set,)
1285 <      { echo "$as_me:892: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1286 < echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1287 <      ac_suggest_removing_cache=: ;;
1285 >      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1286 > echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1287 >      ac_cache_corrupted=: ;;
1288      ,set)
1289 <      { echo "$as_me:896: WARNING: \`$ac_var' was not set in the previous run" >&5
1290 < echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
1291 <      ac_suggest_removing_cache=: ;;
1289 >      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1290 > echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1291 >      ac_cache_corrupted=: ;;
1292      ,);;
1293      *)
1294        if test "x$ac_old_val" != "x$ac_new_val"; then
1295 <        { echo "$as_me:902: WARNING: \`$ac_var' has changed since the previous run:" >&5
1296 < echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;}
1297 <        { echo "$as_me:904: WARNING:   former value:  $ac_old_val" >&5
1298 < echo "$as_me: WARNING:   former value:  $ac_old_val" >&2;}
1299 <        { echo "$as_me:906: WARNING:   current value: $ac_new_val" >&5
1300 < echo "$as_me: WARNING:   current value: $ac_new_val" >&2;}
1301 <        ac_suggest_removing_cache=:
1295 >        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1296 > echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1297 >        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1298 > echo "$as_me:   former value:  $ac_old_val" >&2;}
1299 >        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1300 > echo "$as_me:   current value: $ac_new_val" >&2;}
1301 >        ac_cache_corrupted=:
1302        fi;;
1303    esac
1304 +  # Pass precious variables to config.status.
1305 +  if test "$ac_new_set" = set; then
1306 +    case $ac_new_val in
1307 +    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1308 +      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1309 +    *) ac_arg=$ac_var=$ac_new_val ;;
1310 +    esac
1311 +    case " $ac_configure_args " in
1312 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1313 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1314 +    esac
1315 +  fi
1316   done
1317 < if $ac_suggest_removing_cache; then
1318 <  { echo "$as_me:913: WARNING: changes in the environment can compromise the build" >&5
1319 < echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;}
1320 <  { echo "$as_me:915: WARNING: consider removing $cache_file and starting over" >&5
1321 < echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
1317 > if $ac_cache_corrupted; then
1318 >  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1319 > echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1320 >  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1321 > echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1322 >   { (exit 1); exit 1; }; }
1323   fi
1324  
1325   ac_ext=c
# Line 922 | Line 1328 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
1328   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1329   ac_compiler_gnu=$ac_cv_c_compiler_gnu
1330  
925 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
926  *c*,-n*) ECHO_N= ECHO_C='
927 ' ECHO_T='      ' ;;
928  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
929  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
930 esac
931 echo "#! $SHELL" >conftest.sh
932 echo  "exit 0"   >>conftest.sh
933 chmod +x conftest.sh
934 if { (echo "$as_me:934: PATH=\".;.\"; conftest.sh") >&5
935  (PATH=".;."; conftest.sh) 2>&5
936  ac_status=$?
937  echo "$as_me:937: \$? = $ac_status" >&5
938  (exit $ac_status); }; then
939  ac_path_separator=';'
940 else
941  ac_path_separator=:
942 fi
943 PATH_SEPARATOR="$ac_path_separator"
944 rm -f conftest.sh
1331  
1332 +
1333 +
1334 +
1335 +
1336 +
1337 +
1338 +
1339 +
1340 +
1341 +
1342 +
1343 +
1344 +
1345 +
1346 +
1347 +
1348 +
1349 +
1350 +
1351 +
1352 +
1353 +
1354 +
1355 +
1356 +
1357   ac_aux_dir=
1358   for ac_dir in ac-tools $srcdir/ac-tools; do
1359    if test -f $ac_dir/install-sh; then
# Line 960 | Line 1371 | if test -z "$ac_aux_dir"; then
1371    fi
1372   done
1373   if test -z "$ac_aux_dir"; then
1374 <  { { echo "$as_me:963: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&5
1374 >  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&5
1375   echo "$as_me: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&2;}
1376     { (exit 1); exit 1; }; }
1377   fi
# Line 968 | Line 1379 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1379   ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1380   ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1381  
971 # This file is part of Autoconf.                       -*- Autoconf -*-
972 # Programming languages support.
973 # Copyright 2000, 2001
974 # Free Software Foundation, Inc.
975 #
976 # This program is free software; you can redistribute it and/or modify
977 # it under the terms of the GNU General Public License as published by
978 # the Free Software Foundation; either version 2, or (at your option)
979 # any later version.
980 #
981 # This program is distributed in the hope that it will be useful,
982 # but WITHOUT ANY WARRANTY; without even the implied warranty of
983 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
984 # GNU General Public License for more details.
985 #
986 # You should have received a copy of the GNU General Public License
987 # along with this program; if not, write to the Free Software
988 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
989 # 02111-1307, USA.
990 #
991 # As a special exception, the Free Software Foundation gives unlimited
992 # permission to copy, distribute and modify the configure scripts that
993 # are the output of Autoconf.  You need not follow the terms of the GNU
994 # General Public License when using or distributing such scripts, even
995 # though portions of the text of Autoconf appear in them.  The GNU
996 # General Public License (GPL) does govern all other use of the material
997 # that constitutes the Autoconf program.
998 #
999 # Certain portions of the Autoconf source text are designed to be copied
1000 # (in certain cases, depending on the input) into the output of
1001 # Autoconf.  We call these the "data" portions.  The rest of the Autoconf
1002 # source text consists of comments plus executable code that decides which
1003 # of the data portions to output in any given case.  We call these
1004 # comments and executable code the "non-data" portions.  Autoconf never
1005 # copies any of the non-data portions into its output.
1006 #
1007 # This special exception to the GPL applies to versions of Autoconf
1008 # released by the Free Software Foundation.  When you make and
1009 # distribute a modified version of Autoconf, you may extend this special
1010 # exception to the GPL to apply to your modified version as well, *unless*
1011 # your modified version has the potential to copy into its output some
1012 # of the text that was the non-data portion of the version that you started
1013 # with.  (In other words, unless your change moves or copies text from
1014 # the non-data portions to the data portions.)  If your modification has
1015 # such potential, you must delete any notice of this special exception
1016 # to the GPL from your modified version.
1017 #
1018 # Written by Akim Demaille, Christian Marquardt, Martin Wilks (and probably
1019 # many others).
1382  
1383 < # Table of Contents:
1022 < #
1023 < # 1. Language selection
1024 < #    and routines to produce programs in a given language.
1025 < #  a. Fortran 77 (to be moved from aclang.m4)
1026 < #  b. Fortran 90
1027 < #  c. Fortran 95
1028 < #
1029 < # 2. Producing programs in a given language.
1030 < #  a. Fortran 77 (to be moved from aclang.m4)
1031 < #  b. Fortran 90
1032 < #  c. Fortran 95
1033 < #
1034 < # 3. Looking for a compiler
1035 < #    And possibly the associated preprocessor.
1036 < #  a. Fortran 77 (to be moved from aclang.m4)
1037 < #  b. Fortran 90
1038 < #  c. Fortran 95
1039 < #
1040 < # 4. Compilers' characteristics.
1041 < #  a. Fortran 77 (to be moved from aclang.m4)
1042 < #  b. Fortran 90
1043 < #  c. Fortran 95
1383 >          ac_config_headers="$ac_config_headers src/config.h"
1384  
1045 # _AC_LIST_MEMBER_IF(ELEMENT, LIST, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
1046 # ---------------------------------------------------------------------------
1047 #
1048 # Processing the elements of a list is tedious in shell programming,
1049 # as lists tend to be implemented as space delimited strings.
1050 #
1051 # This macro searches LIST for ELEMENT, and executes ACTION-IF-FOUND
1052 # if ELEMENT is a member of LIST, otherwise it executes
1053 # ACTION-IF-NOT-FOUND.
1054 # _AC_LIST_MEMBER_IF
1385  
1056 # _AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)
1057 # -------------------------------------------------
1058 #
1059 # Specifying options to the compiler (whether it be the C, C++ or
1060 # Fortran 77 compiler) that are meant for the linker is compiler
1061 # dependent.  This macro lets you give options to the compiler that
1062 # are meant for the linker in a portable, compiler-independent way.
1063 #
1064 # This macro take two arguments, a list of linker options that the
1065 # compiler should pass to the linker (LINKER-OPTIONS) and the name of
1066 # a shell variable (SHELL-VARIABLE).  The list of linker options are
1067 # appended to the shell variable in a compiler-dependent way.
1068 #
1069 # For example, if the selected language is C, then this:
1070 #
1071 #   _AC_LINKER_OPTION([-R /usr/local/lib/foo], foo_LDFLAGS)
1072 #
1073 # will expand into this if the selected C compiler is gcc:
1074 #
1075 #   foo_LDFLAGS="-Xlinker -R -Xlinker /usr/local/lib/foo"
1076 #
1077 # otherwise, it will expand into this:
1078 #
1079 #   foo_LDFLAGS"-R /usr/local/lib/foo"
1080 #
1081 # You are encouraged to add support for compilers that this macro
1082 # doesn't currently support.
1083 # FIXME: Get rid of this macro.
1084 # _AC_LINKER_OPTION
1386  
1086 ## ----------------------- ##
1087 ## 1. Language selection.  ##
1088 ## ----------------------- ##
1387  
1090 # ----------------------------- #
1091 # 1b. The Fortran 90 language.  #
1092 # ----------------------------- #
1388  
1094 # AC_LANG(Fortran 90)
1095 # -------------------
1389  
1097 # _AC_LANG_ABBREV(Fortran 90)
1098 # ---------------------------
1390  
1100 # ----------------------------- #
1101 # 1c. The Fortran 95 language.  #
1102 # ----------------------------- #
1391  
1104 # AC_LANG(Fortran 95)
1105 # -------------------
1392  
1107 # _AC_LANG_ABBREV(Fortran 95)
1108 # ---------------------------
1393  
1110 ## ---------------------- ##
1111 ## 2.Producing programs.  ##
1112 ## ---------------------- ##
1394  
1114 # ------------------------ #
1115 # 2b. Fortran 90 sources.  #
1116 # ------------------------ #
1395  
1118 # AC_LANG_SOURCE(Fortran 90)(BODY)
1119 # --------------------------------
1396  
1121 # AC_LANG_PROGRAM(Fortran 90)([PROLOGUE], [BODY])
1122 # -----------------------------------------------
1397  
1124 # AC_LANG_CALL(Fortran 90)(PROLOGUE, FUNCTION)
1125 # --------------------------------------------
1398  
1127 # ------------------------ #
1128 # 2c. Fortran 95 sources.  #
1129 # ------------------------ #
1399  
1131 # AC_LANG_SOURCE(Fortran 95)(BODY)
1132 # --------------------------------
1400  
1134 # AC_LANG_PROGRAM(Fortran 95)([PROLOGUE], [BODY])
1135 # -----------------------------------------------
1401  
1137 # AC_LANG_CALL(Fortran 95)(PROLOGUE, FUNCTION)
1138 # --------------------------------------------
1402  
1140 ## -------------------------------------------- ##
1141 ## 3. Looking for Compilers and Preprocessors.  ##
1142 ## -------------------------------------------- ##
1403  
1144 # ----------------------------- #
1145 # 3b. The Fortran 90 compiler.  #
1146 # ----------------------------- #
1404  
1148 # AC_LANG_PREPROC(Fortran 90)
1149 # ---------------------------
1150 # Find the Fortran 90 preprocessor.  Must be AC_DEFUN'd to be AC_REQUIRE'able.
1405  
1152 # AC_LANG_COMPILER(Fortran 90)
1153 # ----------------------------
1154 # Find the Fortran 90 compiler.  Must be AC_DEFUN'd to be
1155 # AC_REQUIRE'able.
1406  
1157 # AC_PROG_F90([COMPILERS...])
1158 # ---------------------------
1159 # COMPILERS is a space separated list of Fortran 90 compilers to search
1160 # for.
1161 #
1162 # Compilers are ordered by
1163 #  1. F90, F95
1164 #  2. Good/tested native compilers, bad/untested native compilers
1165 #
1166 # pgf90 is the Portland Group F90 compilers.
1167 # xlf90/xlf95 are IBM (AIX) F90/F95 compilers.
1168 # lf95 is the Lahey-Fujitsu compiler.
1169 # epcf90 is the "Edinburgh Portable Compiler" F90.
1170 # fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
1171 # AC_PROG_F90
1407  
1173 # ----------------------------- #
1174 # 3c. The Fortran 95 compiler.  #
1175 # ----------------------------- #
1408  
1177 # AC_LANG_PREPROC(Fortran 95)
1178 # ---------------------------
1179 # Find the Fortran 95 preprocessor.  Must be AC_DEFUN'd to be AC_REQUIRE'able.
1409  
1181 # AC_LANG_COMPILER(Fortran 95)
1182 # ----------------------------
1183 # Find the Fortran 95 compiler.  Must be AC_DEFUN'd to be
1184 # AC_REQUIRE'able.
1410  
1186 # AC_PROG_F95([COMPILERS...])
1187 # ---------------------------
1188 # COMPILERS is a space separated list of Fortran 95 compilers to search
1189 # for.
1190 #
1191 # Compilers are ordered by
1192 #  1. Good/tested native compilers, bad/untested native compilers
1193 #
1194 # xlf95 is the IBM (AIX) F95 compiler.
1195 # lf95 is the Lahey-Fujitsu compiler.
1196 # fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
1197 # AC_PROG_F95
1411  
1199 ## ------------------------------- ##
1200 ## 4. Compilers' characteristics.  ##
1201 ## ------------------------------- ##
1412  
1203 # ---------------------------------------- #
1204 # 4b. Fortan 90 compiler characteristics.  #
1205 # ---------------------------------------- #
1413  
1207 # _AC_PROG_F90_V_OUTPUT([FLAG = $ac_cv_prog_f90_v])
1208 # -------------------------------------------------
1209 # Link a trivial Fortran program, compiling with a verbose output FLAG
1210 # (which default value, $ac_cv_prog_f90_v, is computed by
1211 # _AC_PROG_F90_V), and return the output in $ac_f90_v_output.  This
1212 # output is processed in the way expected by AC_F90_LIBRARY_LDFLAGS,
1213 # so that any link flags that are echoed by the compiler appear as
1214 # space-separated items.
1215 # _AC_PROG_F90_V_OUTPUT
1414  
1217 # _AC_PROG_F90_V
1218 # --------------
1219 #
1220 # Determine the flag that causes the Fortran 90 compiler to print
1221 # information of library and object files (normally -v)
1222 # Needed for AC_F90_LIBRARY_FLAGS
1223 # Some compilers don't accept -v (Lahey: -verbose, xlf: -V, Fujitsu: -###)
1224 # _AC_PROG_F90_V
1415  
1226 # AC_F90_LIBRARY_LDFLAGS
1227 # ----------------------
1228 #
1229 # Determine the linker flags (e.g. "-L" and "-l") for the Fortran 90
1230 # intrinsic and run-time libraries that are required to successfully
1231 # link a Fortran 90 program or shared library.  The output variable
1232 # F90LIBS is set to these flags.
1233 #
1234 # This macro is intended to be used in those situations when it is
1235 # necessary to mix, e.g. C++ and Fortran 90, source code into a single
1236 # program or shared library.
1237 #
1238 # For example, if object files from a C++ and Fortran 90 compiler must
1239 # be linked together, then the C++ compiler/linker must be used for
1240 # linking (since special C++-ish things need to happen at link time
1241 # like calling global constructors, instantiating templates, enabling
1242 # exception support, etc.).
1243 #
1244 # However, the Fortran 90 intrinsic and run-time libraries must be
1245 # linked in as well, but the C++ compiler/linker doesn't know how to
1246 # add these Fortran 90 libraries.  Hence, the macro
1247 # "AC_F90_LIBRARY_LDFLAGS" was created to determine these Fortran 90
1248 # libraries.
1249 #
1250 # This macro was copied from the Fortran 77 version by Matthew D. Langston.
1251 # AC_F90_LIBRARY_LDFLAGS
1416  
1253 # _AC_F90_NAME_MANGLING
1254 # ---------------------
1255 # Test for the name mangling scheme used by the Fortran 90 compiler.
1256 #
1257 # Sets ac_cv_f90_mangling. The value contains three fields, separated
1258 # by commas:
1259 #
1260 # lower case / upper case:
1261 #    case translation of the Fortan 90 symbols
1262 # underscore / no underscore:
1263 #    whether the compiler appends "_" to symbol names
1264 # extra underscore / no extra underscore:
1265 #    whether the compiler appends an extra "_" to symbol names already
1266 #    containing at least one underscore
1267 #
1268 # _AC_F90_NAME_MANGLING
1417  
1270 # The replacement is empty.
1418  
1272 # AC_F90_WRAPPERS
1273 # ---------------
1274 # Defines C macros F90_FUNC(name,NAME) and F90_FUNC_(name,NAME) to
1275 # properly mangle the names of C identifiers, and C identifiers with
1276 # underscores, respectively, so that they match the name mangling
1277 # scheme used by the Fortran 90 compiler.
1278 # AC_F90_WRAPPERS
1419  
1280 # AC_F90_FUNC(NAME, [SHELLVAR = NAME])
1281 # ------------------------------------
1282 # For a Fortran subroutine of given NAME, define a shell variable
1283 # $SHELLVAR to the Fortran 90 mangled name.  If the SHELLVAR
1284 # argument is not supplied, it defaults to NAME.
1285 # AC_F90_FUNC
1420  
1287 # ---------------------------------------- #
1288 # 4c. Fortan 95 compiler characteristics.  #
1289 # ---------------------------------------- #
1421  
1291 # _AC_PROG_F95_V_OUTPUT([FLAG = $ac_cv_prog_f95_v])
1292 # -------------------------------------------------
1293 # Link a trivial Fortran program, compiling with a verbose output FLAG
1294 # (which default value, $ac_cv_prog_f95_v, is computed by
1295 # _AC_PROG_F95_V), and return the output in $ac_f95_v_output.  This
1296 # output is processed in the way expected by AC_F95_LIBRARY_LDFLAGS,
1297 # so that any link flags that are echoed by the compiler appear as
1298 # space-separated items.
1299 # _AC_PROG_F95_V_OUTPUT
1422  
1301 # _AC_PROG_F95_V
1302 # --------------
1303 #
1304 # Determine the flag that causes the Fortran 95 compiler to print
1305 # information of library and object files (normally -v)
1306 # Needed for AC_F95_LIBRARY_FLAGS
1307 # Some compilers don't accept -v (Lahey: -verbose, xlf: -V, Fujitsu: -###)
1308 # _AC_PROG_F95_V
1423  
1310 # AC_F95_LIBRARY_LDFLAGS
1311 # ----------------------
1312 #
1313 # Determine the linker flags (e.g. "-L" and "-l") for the Fortran 95
1314 # intrinsic and run-time libraries that are required to successfully
1315 # link a Fortran 95 program or shared library.  The output variable
1316 # F95LIBS is set to these flags.
1317 #
1318 # This macro is intended to be used in those situations when it is
1319 # necessary to mix, e.g. C++ and Fortran 95, source code into a single
1320 # program or shared library.
1321 #
1322 # For example, if object files from a C++ and Fortran 95 compiler must
1323 # be linked together, then the C++ compiler/linker must be used for
1324 # linking (since special C++-ish things need to happen at link time
1325 # like calling global constructors, instantiating templates, enabling
1326 # exception support, etc.).
1327 #
1328 # However, the Fortran 95 intrinsic and run-time libraries must be
1329 # linked in as well, but the C++ compiler/linker doesn't know how to
1330 # add these Fortran 95 libraries.  Hence, the macro
1331 # "AC_F95_LIBRARY_LDFLAGS" was created to determine these Fortran 95
1332 # libraries.
1333 #
1334 # This macro was copied from the Fortran 77 version by Matthew D. Langston.
1335 # AC_F95_LIBRARY_LDFLAGS
1424  
1425 < # _AC_F95_NAME_MANGLING
1426 < # ---------------------
1427 < # Test for the name mangling scheme used by the Fortran 95 compiler.
1425 >
1426 >
1427 >
1428   #
1341 # Sets ac_cv_f95_mangling. The value contains three fields, separated
1342 # by commas:
1429   #
1344 # lower case / upper case:
1345 #    case translation of the Fortan 95 symbols
1346 # underscore / no underscore:
1347 #    whether the compiler appends "_" to symbol names
1348 # extra underscore / no extra underscore:
1349 #    whether the compiler appends an extra "_" to symbol names already
1350 #    containing at least one underscore
1430   #
1352 # _AC_F95_NAME_MANGLING
1431  
1354 # The replacement is empty.
1432  
1356 # AC_F95_WRAPPERS
1357 # ---------------
1358 # Defines C macros F95_FUNC(name,NAME) and F95_FUNC_(name,NAME) to
1359 # properly mangle the names of C identifiers, and C identifiers with
1360 # underscores, respectively, so that they match the name mangling
1361 # scheme used by the Fortran 95 compiler.
1362 # AC_F95_WRAPPERS
1433  
1364 # AC_F95_FUNC(NAME, [SHELLVAR = NAME])
1365 # ------------------------------------
1366 # For a Fortran subroutine of given NAME, define a shell variable
1367 # $SHELLVAR to the Fortran 95 mangled name.  If the SHELLVAR
1368 # argument is not supplied, it defaults to NAME.
1369 # AC_F95_FUNC
1434  
1435 +
1436 +
1437   # AC_F90_MODULE_NAMES
1438   # -------------------
1439   #
# Line 1375 | Line 1441 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1441   #
1442   # AC_F90_MODULE_NAMES
1443  
1378 # set program name
1379 PROGNAME="oopse"
1444  
1381 # there are two ways to do debugging.  One with the --enable-debug flag
1382 # and one using the DEBUG environment variable
1445  
1384 debug=0
1385 # Check whether --enable-debug or --disable-debug was given.
1386 if test "${enable_debug+set}" = set; then
1387  enableval="$enable_debug"
1388  debug=1
1389 fi;
1390 if test "${DEBUG}"; then
1446  
1392 cat >>confdefs.h <<\EOF
1393 #define debug 1
1394 EOF
1447  
1448 <  msg="$msg, debug mode"
1449 < fi
1448 >
1449 >
1450 >
1451 >
1452 >
1453 >
1454 >
1455 >
1456 >
1457 >
1458 >
1459 >
1460 >
1461 >
1462 >
1463 >
1464 >
1465 >
1466 >
1467 >
1468 >
1469 >
1470 >
1471 >
1472 >
1473 >
1474 >
1475 >
1476 >
1477 >
1478 >
1479 >
1480 >
1481 >
1482 >
1483 >
1484 >
1485 >
1486 >
1487 >
1488 >
1489 >
1490 >
1491 >
1492 >
1493 >
1494 >
1495 >
1496 >
1497 >
1498 >
1499 >
1500 >
1501 >
1502 >
1503 >
1504 >
1505 >
1506 >
1507 >
1508 >
1509 >
1510 >
1511 >
1512 >
1513 >
1514 >
1515 >
1516 >
1517 >
1518 >
1519 >
1520 >
1521  
1522 +
1523 +
1524 +
1525 +
1526 +
1527 +
1528 +
1529 +
1530 +
1531 +
1532 +
1533 +
1534 +
1535 +
1536 +
1537 +
1538 +
1539 +
1540 +
1541 +
1542 +
1543 +
1544 +
1545 +
1546 +
1547 +
1548 +
1549 +
1550 +
1551 +
1552 + # This is taken from http://autoqt.sourceforge.net/
1553 + # Copyright (c) 2002, Geoffrey Wossum
1554 + # All rights reserved.
1555 +
1556 + # Redistribution and use in source and binary forms, with or without
1557 + # modification, are permitted provided that the following conditions are
1558 + # met:
1559 +
1560 + #  - Redistributions of source code must retain the above copyright notice,
1561 + #    this list of conditions and the following disclaimer.
1562 +
1563 + #  - Redistributions in binary form must reproduce the above copyright
1564 + #    notice, this list of conditions and the following disclaimer in the
1565 + #    documentation and/or other materials provided with the distribution.
1566 +
1567 + #  - Neither the name of Geoffrey Wossum nor the names of its
1568 + #    contributors may be used to endorse or promote products derived from
1569 + #    this software without specific prior written permission.
1570 +
1571 +
1572 + # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1573 + # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
1574 + # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1575 + # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1576 + # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1577 + # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1578 + # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
1579 + # OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
1580 + # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
1581 + # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
1582 + # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1583 +
1584 +
1585 + # Check for Qt compiler flags, linker flags, and binary packages
1586 +
1587 +
1588 +
1589   # who am i
1590   # Make sure we can run config.sub.
1591   $ac_config_sub sun4 >/dev/null 2>&1 ||
1592 <  { { echo "$as_me:1402: error: cannot run $ac_config_sub" >&5
1592 >  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1593   echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1594     { (exit 1); exit 1; }; }
1595  
1596 < echo "$as_me:1406: checking build system type" >&5
1596 > echo "$as_me:$LINENO: checking build system type" >&5
1597   echo $ECHO_N "checking build system type... $ECHO_C" >&6
1598   if test "${ac_cv_build+set}" = set; then
1599    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1412 | Line 1602 | test -z "$ac_cv_build_alias" &&
1602   test -z "$ac_cv_build_alias" &&
1603    ac_cv_build_alias=`$ac_config_guess`
1604   test -z "$ac_cv_build_alias" &&
1605 <  { { echo "$as_me:1415: error: cannot guess build type; you must specify one" >&5
1605 >  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1606   echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1607     { (exit 1); exit 1; }; }
1608   ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1609 <  { { echo "$as_me:1419: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1610 < echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1609 >  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1610 > echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1611     { (exit 1); exit 1; }; }
1612  
1613   fi
1614 < echo "$as_me:1424: result: $ac_cv_build" >&5
1614 > echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1615   echo "${ECHO_T}$ac_cv_build" >&6
1616   build=$ac_cv_build
1617   build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1618   build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1619   build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1620  
1621 < echo "$as_me:1431: checking host system type" >&5
1621 >
1622 > echo "$as_me:$LINENO: checking host system type" >&5
1623   echo $ECHO_N "checking host system type... $ECHO_C" >&6
1624   if test "${ac_cv_host+set}" = set; then
1625    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1437 | Line 1628 | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1628   test -z "$ac_cv_host_alias" &&
1629    ac_cv_host_alias=$ac_cv_build_alias
1630   ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1631 <  { { echo "$as_me:1440: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1631 >  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1632   echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1633     { (exit 1); exit 1; }; }
1634  
1635   fi
1636 < echo "$as_me:1445: result: $ac_cv_host" >&5
1636 > echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1637   echo "${ECHO_T}$ac_cv_host" >&6
1638   host=$ac_cv_host
1639   host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1640   host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1641   host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1642  
1643 < ac_ext=c
1644 < ac_cpp='$CPP $CPPFLAGS'
1645 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1646 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1647 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
1643 >
1644 >
1645 >
1646 >
1647 > # set program name
1648 > PROGNAME="oopse"
1649 >
1650 >
1651 >
1652 >
1653 > OBJEXT=".$OBJEXT"
1654 >
1655 > OOPSE=oopse
1656 >
1657 > if test "x${prefix}" = "xNONE"
1658 > then
1659 >  OOPSE_HOME=${ac_default_prefix}/oopse
1660 > else
1661 >  OOPSE_HOME=${prefix}/oopse
1662 > fi
1663 > # Check whether --enable-oopse-home or --disable-oopse-home was given.
1664 > if test "${enable_oopse_home+set}" = set; then
1665 >  enableval="$enable_oopse_home"
1666 >  OOPSE_HOME="${enableval}"
1667 > fi;
1668 >
1669 > # there are two ways to do debugging.  One with the --enable-debug flag
1670 > # and one using the DEBUG environment variable
1671 >
1672 > debug=0
1673 > # Check whether --enable-debug or --disable-debug was given.
1674 > if test "${enable_debug+set}" = set; then
1675 >  enableval="$enable_debug"
1676 >  debug=1
1677 > fi;
1678 > if test "${DEBUG}"; then
1679 >
1680 > cat >>confdefs.h <<\_ACEOF
1681 > #define debug 1
1682 > _ACEOF
1683 >
1684 >  msg="$msg, debug mode"
1685 > fi
1686 >
1687 >
1688 > # Check whether --enable-single or --disable-single was given.
1689 > if test "${enable_single+set}" = set; then
1690 >  enableval="$enable_single"
1691 >  ok=$enableval
1692 > else
1693 >  ok=no
1694 > fi;
1695 > # Check whether --enable-float or --disable-float was given.
1696 > if test "${enable_float+set}" = set; then
1697 >  enableval="$enable_float"
1698 >  ok=$enableval
1699 > fi;
1700 > if test "$ok" = "yes"; then
1701 >
1702 > cat >>confdefs.h <<\_ACEOF
1703 > #define SINGLE_PRECISION 1
1704 > _ACEOF
1705 >
1706 >        USE_SINGLE_PRECISION=yes
1707 >
1708 > fi
1709 >
1710 > # Checks for programs.
1711 > ac_ext=cc
1712 > ac_cpp='$CXXCPP $CPPFLAGS'
1713 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1714 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1715 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
1716   if test -n "$ac_tool_prefix"; then
1717 <  for ac_prog in icc xlc gcc cc
1717 >  for ac_prog in $CCC mpicxx icpc pathCC pgCC c++ xlc++ xlC g++ CC
1718    do
1719      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1720   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1721 < echo "$as_me:1462: checking for $ac_word" >&5
1721 > echo "$as_me:$LINENO: checking for $ac_word" >&5
1722   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1723 < if test "${ac_cv_prog_CC+set}" = set; then
1723 > if test "${ac_cv_prog_CXX+set}" = set; then
1724    echo $ECHO_N "(cached) $ECHO_C" >&6
1725   else
1726 <  if test -n "$CC"; then
1727 <  ac_cv_prog_CC="$CC" # Let the user override the test.
1726 >  if test -n "$CXX"; then
1727 >  ac_cv_prog_CXX="$CXX" # Let the user override the test.
1728   else
1729 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
1730 < ac_dummy="$PATH"
1731 < for ac_dir in $ac_dummy; do
1732 <  IFS=$ac_save_IFS
1733 <  test -z "$ac_dir" && ac_dir=.
1734 <  $as_executable_p "$ac_dir/$ac_word" || continue
1735 < ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1736 < echo "$as_me:1477: found $ac_dir/$ac_word" >&5
1737 < break
1729 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1730 > for as_dir in $PATH
1731 > do
1732 >  IFS=$as_save_IFS
1733 >  test -z "$as_dir" && as_dir=.
1734 >  for ac_exec_ext in '' $ac_executable_extensions; do
1735 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1736 >    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
1737 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1738 >    break 2
1739 >  fi
1740   done
1741 + done
1742  
1743   fi
1744   fi
1745 < CC=$ac_cv_prog_CC
1746 < if test -n "$CC"; then
1747 <  echo "$as_me:1485: result: $CC" >&5
1748 < echo "${ECHO_T}$CC" >&6
1745 > CXX=$ac_cv_prog_CXX
1746 > if test -n "$CXX"; then
1747 >  echo "$as_me:$LINENO: result: $CXX" >&5
1748 > echo "${ECHO_T}$CXX" >&6
1749   else
1750 <  echo "$as_me:1488: result: no" >&5
1750 >  echo "$as_me:$LINENO: result: no" >&5
1751   echo "${ECHO_T}no" >&6
1752   fi
1753  
1754 <    test -n "$CC" && break
1754 >    test -n "$CXX" && break
1755    done
1756   fi
1757 < if test -z "$CC"; then
1758 <  ac_ct_CC=$CC
1759 <  for ac_prog in icc xlc gcc cc
1757 > if test -z "$CXX"; then
1758 >  ac_ct_CXX=$CXX
1759 >  for ac_prog in $CCC mpicxx icpc pathCC pgCC c++ xlc++ xlC g++ CC
1760   do
1761    # Extract the first word of "$ac_prog", so it can be a program name with args.
1762   set dummy $ac_prog; ac_word=$2
1763 < echo "$as_me:1501: checking for $ac_word" >&5
1763 > echo "$as_me:$LINENO: checking for $ac_word" >&5
1764   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1765 < if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1765 > if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
1766    echo $ECHO_N "(cached) $ECHO_C" >&6
1767   else
1768 <  if test -n "$ac_ct_CC"; then
1769 <  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1768 >  if test -n "$ac_ct_CXX"; then
1769 >  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
1770   else
1771 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
1772 < ac_dummy="$PATH"
1773 < for ac_dir in $ac_dummy; do
1774 <  IFS=$ac_save_IFS
1775 <  test -z "$ac_dir" && ac_dir=.
1776 <  $as_executable_p "$ac_dir/$ac_word" || continue
1777 < ac_cv_prog_ac_ct_CC="$ac_prog"
1778 < echo "$as_me:1516: found $ac_dir/$ac_word" >&5
1779 < break
1771 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1772 > for as_dir in $PATH
1773 > do
1774 >  IFS=$as_save_IFS
1775 >  test -z "$as_dir" && as_dir=.
1776 >  for ac_exec_ext in '' $ac_executable_extensions; do
1777 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1778 >    ac_cv_prog_ac_ct_CXX="$ac_prog"
1779 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1780 >    break 2
1781 >  fi
1782   done
1783 + done
1784  
1785   fi
1786   fi
1787 < ac_ct_CC=$ac_cv_prog_ac_ct_CC
1788 < if test -n "$ac_ct_CC"; then
1789 <  echo "$as_me:1524: result: $ac_ct_CC" >&5
1790 < echo "${ECHO_T}$ac_ct_CC" >&6
1787 > ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
1788 > if test -n "$ac_ct_CXX"; then
1789 >  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
1790 > echo "${ECHO_T}$ac_ct_CXX" >&6
1791   else
1792 <  echo "$as_me:1527: result: no" >&5
1792 >  echo "$as_me:$LINENO: result: no" >&5
1793   echo "${ECHO_T}no" >&6
1794   fi
1795  
1796 <  test -n "$ac_ct_CC" && break
1796 >  test -n "$ac_ct_CXX" && break
1797   done
1798 + test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
1799  
1800 <  CC=$ac_ct_CC
1800 >  CXX=$ac_ct_CXX
1801   fi
1802  
1537 test -z "$CC" && { { echo "$as_me:1537: error: no acceptable cc found in \$PATH" >&5
1538 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
1539   { (exit 1); exit 1; }; }
1803  
1804 + # Provide some information about the compiler.
1805 + echo "$as_me:$LINENO:" \
1806 +     "checking for C++ compiler version" >&5
1807 + ac_compiler=`set X $ac_compile; echo $2`
1808 + { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1809 +  (eval $ac_compiler --version </dev/null >&5) 2>&5
1810 +  ac_status=$?
1811 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1812 +  (exit $ac_status); }
1813 + { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1814 +  (eval $ac_compiler -v </dev/null >&5) 2>&5
1815 +  ac_status=$?
1816 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1817 +  (exit $ac_status); }
1818 + { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1819 +  (eval $ac_compiler -V </dev/null >&5) 2>&5
1820 +  ac_status=$?
1821 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1822 +  (exit $ac_status); }
1823 +
1824   cat >conftest.$ac_ext <<_ACEOF
1825 < #line 1542 "configure"
1826 < #include "confdefs.h"
1825 > /* confdefs.h.  */
1826 > _ACEOF
1827 > cat confdefs.h >>conftest.$ac_ext
1828 > cat >>conftest.$ac_ext <<_ACEOF
1829 > /* end confdefs.h.  */
1830  
1831   int
1832   main ()
# Line 1551 | Line 1837 | ac_clean_files_save=$ac_clean_files
1837   }
1838   _ACEOF
1839   ac_clean_files_save=$ac_clean_files
1840 < ac_clean_files="$ac_clean_files a.out a.exe"
1840 > ac_clean_files="$ac_clean_files a.out a.exe b.out"
1841   # Try to create an executable without -o first, disregard a.out.
1842 < # It will help us diagnose broken compiler, and finding out an intuition
1842 > # It will help us diagnose broken compilers, and finding out an intuition
1843   # of exeext.
1844 < echo "$as_me:1558: checking for C compiler default output" >&5
1845 < echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
1844 > echo "$as_me:$LINENO: checking for C++ compiler default output file name" >&5
1845 > echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
1846   ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
1847 < if { (eval echo "$as_me:1561: \"$ac_link_default\"") >&5
1847 > if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
1848    (eval $ac_link_default) 2>&5
1849    ac_status=$?
1850 <  echo "$as_me:1564: \$? = $ac_status" >&5
1850 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1851    (exit $ac_status); }; then
1852 <  for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do
1852 >  # Find the output, starting from the most likely.  This scheme is
1853 > # not robust to junk in `.', hence go to wildcards (a.*) only as a last
1854 > # resort.
1855 >
1856 > # Be careful to initialize this variable, since it used to be cached.
1857 > # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
1858 > ac_cv_exeext=
1859 > # b.out is created by i960 compilers.
1860 > for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
1861 > do
1862 >  test -f "$ac_file" || continue
1863    case $ac_file in
1864 <    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
1865 <    a.out ) # We found the default executable, but exeext='' is most
1866 <            # certainly right.
1867 <            break;;
1868 <    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1869 <          export ac_cv_exeext
1870 <          break;;
1871 <    * ) break;;
1864 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
1865 >        ;;
1866 >    conftest.$ac_ext )
1867 >        # This is the source file.
1868 >        ;;
1869 >    [ab].out )
1870 >        # We found the default executable, but exeext='' is most
1871 >        # certainly right.
1872 >        break;;
1873 >    *.* )
1874 >        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1875 >        # FIXME: I believe we export ac_cv_exeext for Libtool,
1876 >        # but it would be cool to find out if it's true.  Does anybody
1877 >        # maintain Libtool? --akim.
1878 >        export ac_cv_exeext
1879 >        break;;
1880 >    * )
1881 >        break;;
1882    esac
1883   done
1884   else
1885    echo "$as_me: failed program was:" >&5
1886 < cat conftest.$ac_ext >&5
1887 < { { echo "$as_me:1581: error: C compiler cannot create executables" >&5
1888 < echo "$as_me: error: C compiler cannot create executables" >&2;}
1886 > sed 's/^/| /' conftest.$ac_ext >&5
1887 >
1888 > { { echo "$as_me:$LINENO: error: C++ compiler cannot create executables
1889 > See \`config.log' for more details." >&5
1890 > echo "$as_me: error: C++ compiler cannot create executables
1891 > See \`config.log' for more details." >&2;}
1892     { (exit 77); exit 77; }; }
1893   fi
1894  
1895   ac_exeext=$ac_cv_exeext
1896 < echo "$as_me:1587: result: $ac_file" >&5
1896 > echo "$as_me:$LINENO: result: $ac_file" >&5
1897   echo "${ECHO_T}$ac_file" >&6
1898  
1899   # Check the compiler produces executables we can run.  If not, either
1900   # the compiler is broken, or we cross compile.
1901 < echo "$as_me:1592: checking whether the C compiler works" >&5
1902 < echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
1901 > echo "$as_me:$LINENO: checking whether the C++ compiler works" >&5
1902 > echo $ECHO_N "checking whether the C++ compiler works... $ECHO_C" >&6
1903   # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
1904   # If not cross compiling, check that we can run a simple program.
1905   if test "$cross_compiling" != yes; then
1906    if { ac_try='./$ac_file'
1907 <  { (eval echo "$as_me:1598: \"$ac_try\"") >&5
1907 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
1908    (eval $ac_try) 2>&5
1909    ac_status=$?
1910 <  echo "$as_me:1601: \$? = $ac_status" >&5
1910 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1911    (exit $ac_status); }; }; then
1912      cross_compiling=no
1913    else
1914      if test "$cross_compiling" = maybe; then
1915          cross_compiling=yes
1916      else
1917 <        { { echo "$as_me:1608: error: cannot run C compiled programs.
1918 < If you meant to cross compile, use \`--host'." >&5
1919 < echo "$as_me: error: cannot run C compiled programs.
1920 < If you meant to cross compile, use \`--host'." >&2;}
1917 >        { { echo "$as_me:$LINENO: error: cannot run C++ compiled programs.
1918 > If you meant to cross compile, use \`--host'.
1919 > See \`config.log' for more details." >&5
1920 > echo "$as_me: error: cannot run C++ compiled programs.
1921 > If you meant to cross compile, use \`--host'.
1922 > See \`config.log' for more details." >&2;}
1923     { (exit 1); exit 1; }; }
1924      fi
1925    fi
1926   fi
1927 < echo "$as_me:1616: result: yes" >&5
1927 > echo "$as_me:$LINENO: result: yes" >&5
1928   echo "${ECHO_T}yes" >&6
1929  
1930 < rm -f a.out a.exe conftest$ac_cv_exeext
1930 > rm -f a.out a.exe conftest$ac_cv_exeext b.out
1931   ac_clean_files=$ac_clean_files_save
1932   # Check the compiler produces executables we can run.  If not, either
1933   # the compiler is broken, or we cross compile.
1934 < echo "$as_me:1623: checking whether we are cross compiling" >&5
1934 > echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
1935   echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
1936 < echo "$as_me:1625: result: $cross_compiling" >&5
1936 > echo "$as_me:$LINENO: result: $cross_compiling" >&5
1937   echo "${ECHO_T}$cross_compiling" >&6
1938  
1939 < echo "$as_me:1628: checking for executable suffix" >&5
1940 < echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
1941 < if { (eval echo "$as_me:1630: \"$ac_link\"") >&5
1939 > echo "$as_me:$LINENO: checking for suffix of executables" >&5
1940 > echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
1941 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1942    (eval $ac_link) 2>&5
1943    ac_status=$?
1944 <  echo "$as_me:1633: \$? = $ac_status" >&5
1944 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
1945    (exit $ac_status); }; then
1946    # If both `conftest.exe' and `conftest' are `present' (well, observable)
1947   # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
1948   # work properly (i.e., refer to `conftest.exe'), while it won't with
1949   # `rm'.
1950 < for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
1950 > for ac_file in conftest.exe conftest conftest.*; do
1951 >  test -f "$ac_file" || continue
1952    case $ac_file in
1953 <    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
1953 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
1954      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
1955 <          export ac_cv_exeext
1956 <          break;;
1955 >          export ac_cv_exeext
1956 >          break;;
1957      * ) break;;
1958    esac
1959   done
1960   else
1961 <  { { echo "$as_me:1649: error: cannot compute EXEEXT: cannot compile and link" >&5
1962 < echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
1961 >  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
1962 > See \`config.log' for more details." >&5
1963 > echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
1964 > See \`config.log' for more details." >&2;}
1965     { (exit 1); exit 1; }; }
1966   fi
1967  
1968   rm -f conftest$ac_cv_exeext
1969 < echo "$as_me:1655: result: $ac_cv_exeext" >&5
1969 > echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
1970   echo "${ECHO_T}$ac_cv_exeext" >&6
1971  
1972   rm -f conftest.$ac_ext
1973   EXEEXT=$ac_cv_exeext
1974   ac_exeext=$EXEEXT
1975 < echo "$as_me:1661: checking for object suffix" >&5
1976 < echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
1975 > echo "$as_me:$LINENO: checking for suffix of object files" >&5
1976 > echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
1977   if test "${ac_cv_objext+set}" = set; then
1978    echo $ECHO_N "(cached) $ECHO_C" >&6
1979   else
1980    cat >conftest.$ac_ext <<_ACEOF
1981 < #line 1667 "configure"
1982 < #include "confdefs.h"
1981 > /* confdefs.h.  */
1982 > _ACEOF
1983 > cat confdefs.h >>conftest.$ac_ext
1984 > cat >>conftest.$ac_ext <<_ACEOF
1985 > /* end confdefs.h.  */
1986  
1987   int
1988   main ()
# Line 1676 | Line 1993 | rm -f conftest.o conftest.obj
1993   }
1994   _ACEOF
1995   rm -f conftest.o conftest.obj
1996 < if { (eval echo "$as_me:1679: \"$ac_compile\"") >&5
1996 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
1997    (eval $ac_compile) 2>&5
1998    ac_status=$?
1999 <  echo "$as_me:1682: \$? = $ac_status" >&5
1999 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2000    (exit $ac_status); }; then
2001    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2002    case $ac_file in
2003 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
2003 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2004      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2005         break;;
2006    esac
2007   done
2008   else
2009    echo "$as_me: failed program was:" >&5
2010 < cat conftest.$ac_ext >&5
2011 < { { echo "$as_me:1694: error: cannot compute OBJEXT: cannot compile" >&5
2012 < echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2010 > sed 's/^/| /' conftest.$ac_ext >&5
2011 >
2012 > { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2013 > See \`config.log' for more details." >&5
2014 > echo "$as_me: error: cannot compute suffix of object files: cannot compile
2015 > See \`config.log' for more details." >&2;}
2016     { (exit 1); exit 1; }; }
2017   fi
2018  
2019   rm -f conftest.$ac_cv_objext conftest.$ac_ext
2020   fi
2021 < echo "$as_me:1701: result: $ac_cv_objext" >&5
2021 > echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2022   echo "${ECHO_T}$ac_cv_objext" >&6
2023   OBJEXT=$ac_cv_objext
2024   ac_objext=$OBJEXT
2025 < echo "$as_me:1705: checking whether we are using the GNU C compiler" >&5
2026 < echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2027 < if test "${ac_cv_c_compiler_gnu+set}" = set; then
2025 > echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2026 > echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2027 > if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2028    echo $ECHO_N "(cached) $ECHO_C" >&6
2029   else
2030    cat >conftest.$ac_ext <<_ACEOF
2031 < #line 1711 "configure"
2032 < #include "confdefs.h"
2031 > /* confdefs.h.  */
2032 > _ACEOF
2033 > cat confdefs.h >>conftest.$ac_ext
2034 > cat >>conftest.$ac_ext <<_ACEOF
2035 > /* end confdefs.h.  */
2036  
2037   int
2038   main ()
# Line 1723 | Line 2046 | rm -f conftest.$ac_objext
2046   }
2047   _ACEOF
2048   rm -f conftest.$ac_objext
2049 < if { (eval echo "$as_me:1726: \"$ac_compile\"") >&5
2050 <  (eval $ac_compile) 2>&5
2049 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2050 >  (eval $ac_compile) 2>conftest.er1
2051    ac_status=$?
2052 <  echo "$as_me:1729: \$? = $ac_status" >&5
2052 >  grep -v '^ *+' conftest.er1 >conftest.err
2053 >  rm -f conftest.er1
2054 >  cat conftest.err >&5
2055 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2056    (exit $ac_status); } &&
2057 <         { ac_try='test -s conftest.$ac_objext'
2058 <  { (eval echo "$as_me:1732: \"$ac_try\"") >&5
2057 >         { ac_try='test -z "$ac_cxx_werror_flag"
2058 >                         || test ! -s conftest.err'
2059 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2060    (eval $ac_try) 2>&5
2061    ac_status=$?
2062 <  echo "$as_me:1735: \$? = $ac_status" >&5
2062 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2063 >  (exit $ac_status); }; } &&
2064 >         { ac_try='test -s conftest.$ac_objext'
2065 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2066 >  (eval $ac_try) 2>&5
2067 >  ac_status=$?
2068 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2069    (exit $ac_status); }; }; then
2070    ac_compiler_gnu=yes
2071   else
2072    echo "$as_me: failed program was:" >&5
2073 < cat conftest.$ac_ext >&5
2073 > sed 's/^/| /' conftest.$ac_ext >&5
2074 >
2075   ac_compiler_gnu=no
2076   fi
2077 < rm -f conftest.$ac_objext conftest.$ac_ext
2078 < ac_cv_c_compiler_gnu=$ac_compiler_gnu
2077 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2078 > ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2079  
2080   fi
2081 < echo "$as_me:1747: result: $ac_cv_c_compiler_gnu" >&5
2082 < echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2083 < GCC=`test $ac_compiler_gnu = yes && echo yes`
2084 < ac_test_CFLAGS=${CFLAGS+set}
2085 < ac_save_CFLAGS=$CFLAGS
2086 < CFLAGS="-g"
2087 < echo "$as_me:1753: checking whether $CC accepts -g" >&5
2088 < echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2089 < if test "${ac_cv_prog_cc_g+set}" = set; then
2081 > echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2082 > echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2083 > GXX=`test $ac_compiler_gnu = yes && echo yes`
2084 > ac_test_CXXFLAGS=${CXXFLAGS+set}
2085 > ac_save_CXXFLAGS=$CXXFLAGS
2086 > CXXFLAGS="-g"
2087 > echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2088 > echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2089 > if test "${ac_cv_prog_cxx_g+set}" = set; then
2090    echo $ECHO_N "(cached) $ECHO_C" >&6
2091   else
2092    cat >conftest.$ac_ext <<_ACEOF
2093 < #line 1759 "configure"
2094 < #include "confdefs.h"
2093 > /* confdefs.h.  */
2094 > _ACEOF
2095 > cat confdefs.h >>conftest.$ac_ext
2096 > cat >>conftest.$ac_ext <<_ACEOF
2097 > /* end confdefs.h.  */
2098  
2099   int
2100   main ()
# Line 1768 | Line 2105 | rm -f conftest.$ac_objext
2105   }
2106   _ACEOF
2107   rm -f conftest.$ac_objext
2108 < if { (eval echo "$as_me:1771: \"$ac_compile\"") >&5
2109 <  (eval $ac_compile) 2>&5
2108 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2109 >  (eval $ac_compile) 2>conftest.er1
2110    ac_status=$?
2111 <  echo "$as_me:1774: \$? = $ac_status" >&5
2111 >  grep -v '^ *+' conftest.er1 >conftest.err
2112 >  rm -f conftest.er1
2113 >  cat conftest.err >&5
2114 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2115    (exit $ac_status); } &&
2116 <         { ac_try='test -s conftest.$ac_objext'
2117 <  { (eval echo "$as_me:1777: \"$ac_try\"") >&5
2116 >         { ac_try='test -z "$ac_cxx_werror_flag"
2117 >                         || test ! -s conftest.err'
2118 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2119    (eval $ac_try) 2>&5
2120    ac_status=$?
2121 <  echo "$as_me:1780: \$? = $ac_status" >&5
2121 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2122 >  (exit $ac_status); }; } &&
2123 >         { ac_try='test -s conftest.$ac_objext'
2124 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2125 >  (eval $ac_try) 2>&5
2126 >  ac_status=$?
2127 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2128    (exit $ac_status); }; }; then
2129 <  ac_cv_prog_cc_g=yes
2129 >  ac_cv_prog_cxx_g=yes
2130   else
2131    echo "$as_me: failed program was:" >&5
2132 < cat conftest.$ac_ext >&5
2133 < ac_cv_prog_cc_g=no
2134 < fi
1788 < rm -f conftest.$ac_objext conftest.$ac_ext
2132 > sed 's/^/| /' conftest.$ac_ext >&5
2133 >
2134 > ac_cv_prog_cxx_g=no
2135   fi
2136 < echo "$as_me:1790: result: $ac_cv_prog_cc_g" >&5
2137 < echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2138 < if test "$ac_test_CFLAGS" = set; then
2139 <  CFLAGS=$ac_save_CFLAGS
2140 < elif test $ac_cv_prog_cc_g = yes; then
2141 <  if test "$GCC" = yes; then
2142 <    CFLAGS="-g -O2"
2136 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2137 > fi
2138 > echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2139 > echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2140 > if test "$ac_test_CXXFLAGS" = set; then
2141 >  CXXFLAGS=$ac_save_CXXFLAGS
2142 > elif test $ac_cv_prog_cxx_g = yes; then
2143 >  if test "$GXX" = yes; then
2144 >    CXXFLAGS="-g -O2"
2145    else
2146 <    CFLAGS="-g"
2146 >    CXXFLAGS="-g"
2147    fi
2148   else
2149 <  if test "$GCC" = yes; then
2150 <    CFLAGS="-O2"
2149 >  if test "$GXX" = yes; then
2150 >    CXXFLAGS="-O2"
2151    else
2152 <    CFLAGS=
2152 >    CXXFLAGS=
2153    fi
2154   fi
2155 < # Some people use a C++ compiler to compile C.  Since we use `exit',
2156 < # in C++ we need to declare it.  In case someone uses the same compiler
1809 < # for both compiling C and C++ we need to have the C++ compiler decide
1810 < # the declaration of exit, since it's the most demanding environment.
1811 < cat >conftest.$ac_ext <<_ACEOF
1812 < #ifndef __cplusplus
1813 <  choke me
1814 < #endif
1815 < _ACEOF
1816 < rm -f conftest.$ac_objext
1817 < if { (eval echo "$as_me:1817: \"$ac_compile\"") >&5
1818 <  (eval $ac_compile) 2>&5
1819 <  ac_status=$?
1820 <  echo "$as_me:1820: \$? = $ac_status" >&5
1821 <  (exit $ac_status); } &&
1822 <         { ac_try='test -s conftest.$ac_objext'
1823 <  { (eval echo "$as_me:1823: \"$ac_try\"") >&5
1824 <  (eval $ac_try) 2>&5
1825 <  ac_status=$?
1826 <  echo "$as_me:1826: \$? = $ac_status" >&5
1827 <  (exit $ac_status); }; }; then
1828 <  for ac_declaration in \
1829 <   ''\
1830 <   '#include <stdlib.h>' \
2155 > for ac_declaration in \
2156 >   '' \
2157     'extern "C" void std::exit (int) throw (); using std::exit;' \
2158     'extern "C" void std::exit (int); using std::exit;' \
2159     'extern "C" void exit (int) throw ();' \
# Line 1835 | Line 2161 | do
2161     'void exit (int);'
2162   do
2163    cat >conftest.$ac_ext <<_ACEOF
2164 < #line 1838 "configure"
2165 < #include "confdefs.h"
2166 < #include <stdlib.h>
2164 > /* confdefs.h.  */
2165 > _ACEOF
2166 > cat confdefs.h >>conftest.$ac_ext
2167 > cat >>conftest.$ac_ext <<_ACEOF
2168 > /* end confdefs.h.  */
2169   $ac_declaration
2170 + #include <stdlib.h>
2171   int
2172   main ()
2173   {
# Line 1848 | Line 2177 | rm -f conftest.$ac_objext
2177   }
2178   _ACEOF
2179   rm -f conftest.$ac_objext
2180 < if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5
2181 <  (eval $ac_compile) 2>&5
2180 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2181 >  (eval $ac_compile) 2>conftest.er1
2182    ac_status=$?
2183 <  echo "$as_me:1854: \$? = $ac_status" >&5
2183 >  grep -v '^ *+' conftest.er1 >conftest.err
2184 >  rm -f conftest.er1
2185 >  cat conftest.err >&5
2186 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2187    (exit $ac_status); } &&
2188 <         { ac_try='test -s conftest.$ac_objext'
2189 <  { (eval echo "$as_me:1857: \"$ac_try\"") >&5
2188 >         { ac_try='test -z "$ac_cxx_werror_flag"
2189 >                         || test ! -s conftest.err'
2190 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2191    (eval $ac_try) 2>&5
2192    ac_status=$?
2193 <  echo "$as_me:1860: \$? = $ac_status" >&5
2193 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2194 >  (exit $ac_status); }; } &&
2195 >         { ac_try='test -s conftest.$ac_objext'
2196 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2197 >  (eval $ac_try) 2>&5
2198 >  ac_status=$?
2199 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2200    (exit $ac_status); }; }; then
2201    :
2202   else
2203    echo "$as_me: failed program was:" >&5
2204 < cat conftest.$ac_ext >&5
2204 > sed 's/^/| /' conftest.$ac_ext >&5
2205 >
2206   continue
2207   fi
2208 < rm -f conftest.$ac_objext conftest.$ac_ext
2208 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2209    cat >conftest.$ac_ext <<_ACEOF
2210 < #line 1870 "configure"
2211 < #include "confdefs.h"
2210 > /* confdefs.h.  */
2211 > _ACEOF
2212 > cat confdefs.h >>conftest.$ac_ext
2213 > cat >>conftest.$ac_ext <<_ACEOF
2214 > /* end confdefs.h.  */
2215   $ac_declaration
2216   int
2217   main ()
# Line 1879 | Line 2222 | rm -f conftest.$ac_objext
2222   }
2223   _ACEOF
2224   rm -f conftest.$ac_objext
2225 < if { (eval echo "$as_me:1882: \"$ac_compile\"") >&5
2226 <  (eval $ac_compile) 2>&5
2225 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2226 >  (eval $ac_compile) 2>conftest.er1
2227    ac_status=$?
2228 <  echo "$as_me:1885: \$? = $ac_status" >&5
2228 >  grep -v '^ *+' conftest.er1 >conftest.err
2229 >  rm -f conftest.er1
2230 >  cat conftest.err >&5
2231 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2232    (exit $ac_status); } &&
2233 <         { ac_try='test -s conftest.$ac_objext'
2234 <  { (eval echo "$as_me:1888: \"$ac_try\"") >&5
2233 >         { ac_try='test -z "$ac_cxx_werror_flag"
2234 >                         || test ! -s conftest.err'
2235 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2236    (eval $ac_try) 2>&5
2237    ac_status=$?
2238 <  echo "$as_me:1891: \$? = $ac_status" >&5
2238 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2239 >  (exit $ac_status); }; } &&
2240 >         { ac_try='test -s conftest.$ac_objext'
2241 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242 >  (eval $ac_try) 2>&5
2243 >  ac_status=$?
2244 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245    (exit $ac_status); }; }; then
2246    break
2247   else
2248    echo "$as_me: failed program was:" >&5
2249 < cat conftest.$ac_ext >&5
2249 > sed 's/^/| /' conftest.$ac_ext >&5
2250 >
2251   fi
2252 < rm -f conftest.$ac_objext conftest.$ac_ext
2252 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2253   done
2254 < echo '#ifdef __cplusplus' >>confdefs.h
2255 < echo $ac_declaration      >>confdefs.h
2256 < echo '#endif'             >>confdefs.h
2257 <
2258 < else
1905 <  echo "$as_me: failed program was:" >&5
1906 < cat conftest.$ac_ext >&5
2254 > rm -f conftest*
2255 > if test -n "$ac_declaration"; then
2256 >  echo '#ifdef __cplusplus' >>confdefs.h
2257 >  echo $ac_declaration      >>confdefs.h
2258 >  echo '#endif'             >>confdefs.h
2259   fi
2260 < rm -f conftest.$ac_objext conftest.$ac_ext
2260 >
2261   ac_ext=c
2262   ac_cpp='$CPP $CPPFLAGS'
2263   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2264   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2265   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2266  
2267 < ac_ext=cc
2268 < ac_cpp='$CXXCPP $CPPFLAGS'
2269 < ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2270 < ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2271 < ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2267 > ac_ext=c
2268 > ac_cpp='$CPP $CPPFLAGS'
2269 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2270 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2271 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
2272   if test -n "$ac_tool_prefix"; then
2273 <  for ac_prog in $CCC icpc icc xlc++ xlC CC g++ c++
2273 >  for ac_prog in mpicc icc pathcc pgcc cc xlc gcc
2274    do
2275      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2276   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2277 < echo "$as_me:1925: checking for $ac_word" >&5
2277 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2278   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2279 < if test "${ac_cv_prog_CXX+set}" = set; then
2279 > if test "${ac_cv_prog_CC+set}" = set; then
2280    echo $ECHO_N "(cached) $ECHO_C" >&6
2281   else
2282 <  if test -n "$CXX"; then
2283 <  ac_cv_prog_CXX="$CXX" # Let the user override the test.
2282 >  if test -n "$CC"; then
2283 >  ac_cv_prog_CC="$CC" # Let the user override the test.
2284   else
2285 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2286 < ac_dummy="$PATH"
2287 < for ac_dir in $ac_dummy; do
2288 <  IFS=$ac_save_IFS
2289 <  test -z "$ac_dir" && ac_dir=.
2290 <  $as_executable_p "$ac_dir/$ac_word" || continue
2291 < ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2292 < echo "$as_me:1940: found $ac_dir/$ac_word" >&5
2293 < break
2285 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2286 > for as_dir in $PATH
2287 > do
2288 >  IFS=$as_save_IFS
2289 >  test -z "$as_dir" && as_dir=.
2290 >  for ac_exec_ext in '' $ac_executable_extensions; do
2291 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2292 >    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2293 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2294 >    break 2
2295 >  fi
2296   done
2297 + done
2298  
2299   fi
2300   fi
2301 < CXX=$ac_cv_prog_CXX
2302 < if test -n "$CXX"; then
2303 <  echo "$as_me:1948: result: $CXX" >&5
2304 < echo "${ECHO_T}$CXX" >&6
2301 > CC=$ac_cv_prog_CC
2302 > if test -n "$CC"; then
2303 >  echo "$as_me:$LINENO: result: $CC" >&5
2304 > echo "${ECHO_T}$CC" >&6
2305   else
2306 <  echo "$as_me:1951: result: no" >&5
2306 >  echo "$as_me:$LINENO: result: no" >&5
2307   echo "${ECHO_T}no" >&6
2308   fi
2309  
2310 <    test -n "$CXX" && break
2310 >    test -n "$CC" && break
2311    done
2312   fi
2313 < if test -z "$CXX"; then
2314 <  ac_ct_CXX=$CXX
2315 <  for ac_prog in $CCC icpc icc xlc++ xlC CC g++ c++
2313 > if test -z "$CC"; then
2314 >  ac_ct_CC=$CC
2315 >  for ac_prog in mpicc icc pathcc pgcc cc xlc gcc
2316   do
2317    # Extract the first word of "$ac_prog", so it can be a program name with args.
2318   set dummy $ac_prog; ac_word=$2
2319 < echo "$as_me:1964: checking for $ac_word" >&5
2319 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2320   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2321 < if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2321 > if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2322    echo $ECHO_N "(cached) $ECHO_C" >&6
2323   else
2324 <  if test -n "$ac_ct_CXX"; then
2325 <  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2324 >  if test -n "$ac_ct_CC"; then
2325 >  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2326   else
2327 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2328 < ac_dummy="$PATH"
2329 < for ac_dir in $ac_dummy; do
2330 <  IFS=$ac_save_IFS
2331 <  test -z "$ac_dir" && ac_dir=.
2332 <  $as_executable_p "$ac_dir/$ac_word" || continue
2333 < ac_cv_prog_ac_ct_CXX="$ac_prog"
2334 < echo "$as_me:1979: found $ac_dir/$ac_word" >&5
2335 < break
2336 < done
2337 <
2338 < fi
2339 < fi
2340 < ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2341 < if test -n "$ac_ct_CXX"; then
2342 <  echo "$as_me:1987: result: $ac_ct_CXX" >&5
2343 < echo "${ECHO_T}$ac_ct_CXX" >&6
2344 < else
2345 <  echo "$as_me:1990: result: no" >&5
2327 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2328 > for as_dir in $PATH
2329 > do
2330 >  IFS=$as_save_IFS
2331 >  test -z "$as_dir" && as_dir=.
2332 >  for ac_exec_ext in '' $ac_executable_extensions; do
2333 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2334 >    ac_cv_prog_ac_ct_CC="$ac_prog"
2335 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2336 >    break 2
2337 >  fi
2338 > done
2339 > done
2340 >
2341 > fi
2342 > fi
2343 > ac_ct_CC=$ac_cv_prog_ac_ct_CC
2344 > if test -n "$ac_ct_CC"; then
2345 >  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2346 > echo "${ECHO_T}$ac_ct_CC" >&6
2347 > else
2348 >  echo "$as_me:$LINENO: result: no" >&5
2349   echo "${ECHO_T}no" >&6
2350   fi
2351  
2352 <  test -n "$ac_ct_CXX" && break
2352 >  test -n "$ac_ct_CC" && break
2353   done
1996 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
2354  
2355 <  CXX=$ac_ct_CXX
2355 >  CC=$ac_ct_CC
2356   fi
2357  
2358 < echo "$as_me:2001: checking whether we are using the GNU C++ compiler" >&5
2359 < echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2360 < if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2358 >
2359 > test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2360 > See \`config.log' for more details." >&5
2361 > echo "$as_me: error: no acceptable C compiler found in \$PATH
2362 > See \`config.log' for more details." >&2;}
2363 >   { (exit 1); exit 1; }; }
2364 >
2365 > # Provide some information about the compiler.
2366 > echo "$as_me:$LINENO:" \
2367 >     "checking for C compiler version" >&5
2368 > ac_compiler=`set X $ac_compile; echo $2`
2369 > { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2370 >  (eval $ac_compiler --version </dev/null >&5) 2>&5
2371 >  ac_status=$?
2372 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373 >  (exit $ac_status); }
2374 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2375 >  (eval $ac_compiler -v </dev/null >&5) 2>&5
2376 >  ac_status=$?
2377 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 >  (exit $ac_status); }
2379 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2380 >  (eval $ac_compiler -V </dev/null >&5) 2>&5
2381 >  ac_status=$?
2382 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383 >  (exit $ac_status); }
2384 >
2385 > echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2386 > echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2387 > if test "${ac_cv_c_compiler_gnu+set}" = set; then
2388    echo $ECHO_N "(cached) $ECHO_C" >&6
2389   else
2390    cat >conftest.$ac_ext <<_ACEOF
2391 < #line 2007 "configure"
2392 < #include "confdefs.h"
2391 > /* confdefs.h.  */
2392 > _ACEOF
2393 > cat confdefs.h >>conftest.$ac_ext
2394 > cat >>conftest.$ac_ext <<_ACEOF
2395 > /* end confdefs.h.  */
2396  
2397   int
2398   main ()
# Line 2019 | Line 2406 | rm -f conftest.$ac_objext
2406   }
2407   _ACEOF
2408   rm -f conftest.$ac_objext
2409 < if { (eval echo "$as_me:2022: \"$ac_compile\"") >&5
2410 <  (eval $ac_compile) 2>&5
2409 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2410 >  (eval $ac_compile) 2>conftest.er1
2411    ac_status=$?
2412 <  echo "$as_me:2025: \$? = $ac_status" >&5
2412 >  grep -v '^ *+' conftest.er1 >conftest.err
2413 >  rm -f conftest.er1
2414 >  cat conftest.err >&5
2415 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2416    (exit $ac_status); } &&
2417 <         { ac_try='test -s conftest.$ac_objext'
2418 <  { (eval echo "$as_me:2028: \"$ac_try\"") >&5
2417 >         { ac_try='test -z "$ac_c_werror_flag"
2418 >                         || test ! -s conftest.err'
2419 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2420    (eval $ac_try) 2>&5
2421    ac_status=$?
2422 <  echo "$as_me:2031: \$? = $ac_status" >&5
2422 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2423 >  (exit $ac_status); }; } &&
2424 >         { ac_try='test -s conftest.$ac_objext'
2425 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2426 >  (eval $ac_try) 2>&5
2427 >  ac_status=$?
2428 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2429    (exit $ac_status); }; }; then
2430    ac_compiler_gnu=yes
2431   else
2432    echo "$as_me: failed program was:" >&5
2433 < cat conftest.$ac_ext >&5
2433 > sed 's/^/| /' conftest.$ac_ext >&5
2434 >
2435   ac_compiler_gnu=no
2436   fi
2437 < rm -f conftest.$ac_objext conftest.$ac_ext
2438 < ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2437 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2438 > ac_cv_c_compiler_gnu=$ac_compiler_gnu
2439  
2440   fi
2441 < echo "$as_me:2043: result: $ac_cv_cxx_compiler_gnu" >&5
2442 < echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2443 < GXX=`test $ac_compiler_gnu = yes && echo yes`
2444 < ac_test_CXXFLAGS=${CXXFLAGS+set}
2445 < ac_save_CXXFLAGS=$CXXFLAGS
2446 < CXXFLAGS="-g"
2447 < echo "$as_me:2049: checking whether $CXX accepts -g" >&5
2448 < echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2449 < if test "${ac_cv_prog_cxx_g+set}" = set; then
2441 > echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2442 > echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2443 > GCC=`test $ac_compiler_gnu = yes && echo yes`
2444 > ac_test_CFLAGS=${CFLAGS+set}
2445 > ac_save_CFLAGS=$CFLAGS
2446 > CFLAGS="-g"
2447 > echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2448 > echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2449 > if test "${ac_cv_prog_cc_g+set}" = set; then
2450    echo $ECHO_N "(cached) $ECHO_C" >&6
2451   else
2452    cat >conftest.$ac_ext <<_ACEOF
2453 < #line 2055 "configure"
2454 < #include "confdefs.h"
2453 > /* confdefs.h.  */
2454 > _ACEOF
2455 > cat confdefs.h >>conftest.$ac_ext
2456 > cat >>conftest.$ac_ext <<_ACEOF
2457 > /* end confdefs.h.  */
2458  
2459   int
2460   main ()
# Line 2064 | Line 2465 | rm -f conftest.$ac_objext
2465   }
2466   _ACEOF
2467   rm -f conftest.$ac_objext
2468 < if { (eval echo "$as_me:2067: \"$ac_compile\"") >&5
2469 <  (eval $ac_compile) 2>&5
2468 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2469 >  (eval $ac_compile) 2>conftest.er1
2470    ac_status=$?
2471 <  echo "$as_me:2070: \$? = $ac_status" >&5
2471 >  grep -v '^ *+' conftest.er1 >conftest.err
2472 >  rm -f conftest.er1
2473 >  cat conftest.err >&5
2474 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475    (exit $ac_status); } &&
2476 <         { ac_try='test -s conftest.$ac_objext'
2477 <  { (eval echo "$as_me:2073: \"$ac_try\"") >&5
2476 >         { ac_try='test -z "$ac_c_werror_flag"
2477 >                         || test ! -s conftest.err'
2478 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2479    (eval $ac_try) 2>&5
2480    ac_status=$?
2481 <  echo "$as_me:2076: \$? = $ac_status" >&5
2481 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 >  (exit $ac_status); }; } &&
2483 >         { ac_try='test -s conftest.$ac_objext'
2484 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2485 >  (eval $ac_try) 2>&5
2486 >  ac_status=$?
2487 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488    (exit $ac_status); }; }; then
2489 <  ac_cv_prog_cxx_g=yes
2489 >  ac_cv_prog_cc_g=yes
2490   else
2491    echo "$as_me: failed program was:" >&5
2492 < cat conftest.$ac_ext >&5
2493 < ac_cv_prog_cxx_g=no
2492 > sed 's/^/| /' conftest.$ac_ext >&5
2493 >
2494 > ac_cv_prog_cc_g=no
2495   fi
2496 < rm -f conftest.$ac_objext conftest.$ac_ext
2496 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2497   fi
2498 < echo "$as_me:2086: result: $ac_cv_prog_cxx_g" >&5
2499 < echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2500 < if test "$ac_test_CXXFLAGS" = set; then
2501 <  CXXFLAGS=$ac_save_CXXFLAGS
2502 < elif test $ac_cv_prog_cxx_g = yes; then
2503 <  if test "$GXX" = yes; then
2504 <    CXXFLAGS="-g -O2"
2498 > echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2499 > echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2500 > if test "$ac_test_CFLAGS" = set; then
2501 >  CFLAGS=$ac_save_CFLAGS
2502 > elif test $ac_cv_prog_cc_g = yes; then
2503 >  if test "$GCC" = yes; then
2504 >    CFLAGS="-g -O2"
2505    else
2506 <    CXXFLAGS="-g"
2506 >    CFLAGS="-g"
2507    fi
2508   else
2509 <  if test "$GXX" = yes; then
2510 <    CXXFLAGS="-O2"
2509 >  if test "$GCC" = yes; then
2510 >    CFLAGS="-O2"
2511    else
2512 <    CXXFLAGS=
2512 >    CFLAGS=
2513    fi
2514   fi
2515 < for ac_declaration in \
2516 <   ''\
2517 <   '#include <stdlib.h>' \
2515 > echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2516 > echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2517 > if test "${ac_cv_prog_cc_stdc+set}" = set; then
2518 >  echo $ECHO_N "(cached) $ECHO_C" >&6
2519 > else
2520 >  ac_cv_prog_cc_stdc=no
2521 > ac_save_CC=$CC
2522 > cat >conftest.$ac_ext <<_ACEOF
2523 > /* confdefs.h.  */
2524 > _ACEOF
2525 > cat confdefs.h >>conftest.$ac_ext
2526 > cat >>conftest.$ac_ext <<_ACEOF
2527 > /* end confdefs.h.  */
2528 > #include <stdarg.h>
2529 > #include <stdio.h>
2530 > #include <sys/types.h>
2531 > #include <sys/stat.h>
2532 > /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2533 > struct buf { int x; };
2534 > FILE * (*rcsopen) (struct buf *, struct stat *, int);
2535 > static char *e (p, i)
2536 >     char **p;
2537 >     int i;
2538 > {
2539 >  return p[i];
2540 > }
2541 > static char *f (char * (*g) (char **, int), char **p, ...)
2542 > {
2543 >  char *s;
2544 >  va_list v;
2545 >  va_start (v,p);
2546 >  s = g (p, va_arg (v,int));
2547 >  va_end (v);
2548 >  return s;
2549 > }
2550 >
2551 > /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2552 >   function prototypes and stuff, but not '\xHH' hex character constants.
2553 >   These don't provoke an error unfortunately, instead are silently treated
2554 >   as 'x'.  The following induces an error, until -std1 is added to get
2555 >   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2556 >   array size at least.  It's necessary to write '\x00'==0 to get something
2557 >   that's true only with -std1.  */
2558 > int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2559 >
2560 > int test (int i, double x);
2561 > struct s1 {int (*f) (int a);};
2562 > struct s2 {int (*f) (double a);};
2563 > int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2564 > int argc;
2565 > char **argv;
2566 > int
2567 > main ()
2568 > {
2569 > return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2570 >  ;
2571 >  return 0;
2572 > }
2573 > _ACEOF
2574 > # Don't try gcc -ansi; that turns off useful extensions and
2575 > # breaks some systems' header files.
2576 > # AIX                   -qlanglvl=ansi
2577 > # Ultrix and OSF/1      -std1
2578 > # HP-UX 10.20 and later -Ae
2579 > # HP-UX older versions  -Aa -D_HPUX_SOURCE
2580 > # SVR4                  -Xc -D__EXTENSIONS__
2581 > for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2582 > do
2583 >  CC="$ac_save_CC $ac_arg"
2584 >  rm -f conftest.$ac_objext
2585 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2586 >  (eval $ac_compile) 2>conftest.er1
2587 >  ac_status=$?
2588 >  grep -v '^ *+' conftest.er1 >conftest.err
2589 >  rm -f conftest.er1
2590 >  cat conftest.err >&5
2591 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2592 >  (exit $ac_status); } &&
2593 >         { ac_try='test -z "$ac_c_werror_flag"
2594 >                         || test ! -s conftest.err'
2595 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2596 >  (eval $ac_try) 2>&5
2597 >  ac_status=$?
2598 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2599 >  (exit $ac_status); }; } &&
2600 >         { ac_try='test -s conftest.$ac_objext'
2601 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2602 >  (eval $ac_try) 2>&5
2603 >  ac_status=$?
2604 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 >  (exit $ac_status); }; }; then
2606 >  ac_cv_prog_cc_stdc=$ac_arg
2607 > break
2608 > else
2609 >  echo "$as_me: failed program was:" >&5
2610 > sed 's/^/| /' conftest.$ac_ext >&5
2611 >
2612 > fi
2613 > rm -f conftest.err conftest.$ac_objext
2614 > done
2615 > rm -f conftest.$ac_ext conftest.$ac_objext
2616 > CC=$ac_save_CC
2617 >
2618 > fi
2619 >
2620 > case "x$ac_cv_prog_cc_stdc" in
2621 >  x|xno)
2622 >    echo "$as_me:$LINENO: result: none needed" >&5
2623 > echo "${ECHO_T}none needed" >&6 ;;
2624 >  *)
2625 >    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2626 > echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2627 >    CC="$CC $ac_cv_prog_cc_stdc" ;;
2628 > esac
2629 >
2630 > # Some people use a C++ compiler to compile C.  Since we use `exit',
2631 > # in C++ we need to declare it.  In case someone uses the same compiler
2632 > # for both compiling C and C++ we need to have the C++ compiler decide
2633 > # the declaration of exit, since it's the most demanding environment.
2634 > cat >conftest.$ac_ext <<_ACEOF
2635 > #ifndef __cplusplus
2636 >  choke me
2637 > #endif
2638 > _ACEOF
2639 > rm -f conftest.$ac_objext
2640 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2641 >  (eval $ac_compile) 2>conftest.er1
2642 >  ac_status=$?
2643 >  grep -v '^ *+' conftest.er1 >conftest.err
2644 >  rm -f conftest.er1
2645 >  cat conftest.err >&5
2646 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 >  (exit $ac_status); } &&
2648 >         { ac_try='test -z "$ac_c_werror_flag"
2649 >                         || test ! -s conftest.err'
2650 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2651 >  (eval $ac_try) 2>&5
2652 >  ac_status=$?
2653 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 >  (exit $ac_status); }; } &&
2655 >         { ac_try='test -s conftest.$ac_objext'
2656 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2657 >  (eval $ac_try) 2>&5
2658 >  ac_status=$?
2659 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2660 >  (exit $ac_status); }; }; then
2661 >  for ac_declaration in \
2662 >   '' \
2663     'extern "C" void std::exit (int) throw (); using std::exit;' \
2664     'extern "C" void std::exit (int); using std::exit;' \
2665     'extern "C" void exit (int) throw ();' \
# Line 2110 | Line 2667 | do
2667     'void exit (int);'
2668   do
2669    cat >conftest.$ac_ext <<_ACEOF
2670 < #line 2113 "configure"
2671 < #include "confdefs.h"
2672 < #include <stdlib.h>
2670 > /* confdefs.h.  */
2671 > _ACEOF
2672 > cat confdefs.h >>conftest.$ac_ext
2673 > cat >>conftest.$ac_ext <<_ACEOF
2674 > /* end confdefs.h.  */
2675   $ac_declaration
2676 + #include <stdlib.h>
2677   int
2678   main ()
2679   {
# Line 2123 | Line 2683 | rm -f conftest.$ac_objext
2683   }
2684   _ACEOF
2685   rm -f conftest.$ac_objext
2686 < if { (eval echo "$as_me:2126: \"$ac_compile\"") >&5
2687 <  (eval $ac_compile) 2>&5
2686 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2687 >  (eval $ac_compile) 2>conftest.er1
2688    ac_status=$?
2689 <  echo "$as_me:2129: \$? = $ac_status" >&5
2689 >  grep -v '^ *+' conftest.er1 >conftest.err
2690 >  rm -f conftest.er1
2691 >  cat conftest.err >&5
2692 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693    (exit $ac_status); } &&
2694 <         { ac_try='test -s conftest.$ac_objext'
2695 <  { (eval echo "$as_me:2132: \"$ac_try\"") >&5
2694 >         { ac_try='test -z "$ac_c_werror_flag"
2695 >                         || test ! -s conftest.err'
2696 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2697    (eval $ac_try) 2>&5
2698    ac_status=$?
2699 <  echo "$as_me:2135: \$? = $ac_status" >&5
2699 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2700 >  (exit $ac_status); }; } &&
2701 >         { ac_try='test -s conftest.$ac_objext'
2702 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2703 >  (eval $ac_try) 2>&5
2704 >  ac_status=$?
2705 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2706    (exit $ac_status); }; }; then
2707    :
2708   else
2709    echo "$as_me: failed program was:" >&5
2710 < cat conftest.$ac_ext >&5
2710 > sed 's/^/| /' conftest.$ac_ext >&5
2711 >
2712   continue
2713   fi
2714 < rm -f conftest.$ac_objext conftest.$ac_ext
2714 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2715    cat >conftest.$ac_ext <<_ACEOF
2716 < #line 2145 "configure"
2717 < #include "confdefs.h"
2716 > /* confdefs.h.  */
2717 > _ACEOF
2718 > cat confdefs.h >>conftest.$ac_ext
2719 > cat >>conftest.$ac_ext <<_ACEOF
2720 > /* end confdefs.h.  */
2721   $ac_declaration
2722   int
2723   main ()
# Line 2154 | Line 2728 | rm -f conftest.$ac_objext
2728   }
2729   _ACEOF
2730   rm -f conftest.$ac_objext
2731 < if { (eval echo "$as_me:2157: \"$ac_compile\"") >&5
2732 <  (eval $ac_compile) 2>&5
2731 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2732 >  (eval $ac_compile) 2>conftest.er1
2733    ac_status=$?
2734 <  echo "$as_me:2160: \$? = $ac_status" >&5
2734 >  grep -v '^ *+' conftest.er1 >conftest.err
2735 >  rm -f conftest.er1
2736 >  cat conftest.err >&5
2737 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738    (exit $ac_status); } &&
2739 <         { ac_try='test -s conftest.$ac_objext'
2740 <  { (eval echo "$as_me:2163: \"$ac_try\"") >&5
2739 >         { ac_try='test -z "$ac_c_werror_flag"
2740 >                         || test ! -s conftest.err'
2741 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2742    (eval $ac_try) 2>&5
2743    ac_status=$?
2744 <  echo "$as_me:2166: \$? = $ac_status" >&5
2744 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2745 >  (exit $ac_status); }; } &&
2746 >         { ac_try='test -s conftest.$ac_objext'
2747 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2748 >  (eval $ac_try) 2>&5
2749 >  ac_status=$?
2750 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2751    (exit $ac_status); }; }; then
2752    break
2753   else
2754    echo "$as_me: failed program was:" >&5
2755 < cat conftest.$ac_ext >&5
2755 > sed 's/^/| /' conftest.$ac_ext >&5
2756 >
2757   fi
2758 < rm -f conftest.$ac_objext conftest.$ac_ext
2758 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2759   done
2760 < echo '#ifdef __cplusplus' >>confdefs.h
2761 < echo $ac_declaration      >>confdefs.h
2762 < echo '#endif'             >>confdefs.h
2760 > rm -f conftest*
2761 > if test -n "$ac_declaration"; then
2762 >  echo '#ifdef __cplusplus' >>confdefs.h
2763 >  echo $ac_declaration      >>confdefs.h
2764 >  echo '#endif'             >>confdefs.h
2765 > fi
2766  
2767 + else
2768 +  echo "$as_me: failed program was:" >&5
2769 + sed 's/^/| /' conftest.$ac_ext >&5
2770 +
2771 + fi
2772 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2773   ac_ext=c
2774   ac_cpp='$CPP $CPPFLAGS'
2775   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2776   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2777   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2778  
2779 < OOPSE_TEMPLATE_FLAGS=""
2780 < if test $ac_cv_cxx_compiler_gnu = no; then
2781 <  echo "$as_me:2187: checking checking whether ${CXX} accepts -ptused -no_prelink" >&5
2782 < echo $ECHO_N "checking checking whether ${CXX} accepts -ptused -no_prelink... $ECHO_C" >&6
2189 <  echo 'void f(){}' > conftest.cc
2190 <  if test -z "`${CXX} -ptused -no_prelink -c conftest.cc 2>&1`"; then
2191 <    echo "$as_me:2191: result: yes" >&5
2192 < echo "${ECHO_T}yes" >&6
2193 <    OOPSE_TEMPLATE_FLAGS="-ptused -no_prelink"
2194 <  else
2195 <    echo "$as_me:2195: result: no" >&5
2196 < echo "${ECHO_T}no" >&6
2197 <  fi
2198 <  rm -f conftest*
2199 <  echo "$as_me:2199: checking checking whether ${CXX} accepts -instances=static" >&5
2200 < echo $ECHO_N "checking checking whether ${CXX} accepts -instances=static... $ECHO_C" >&6
2201 <  echo 'void f(){}' > conftest.cc
2202 <  if test -z "`${CXX} -instances=static -c conftest.cc 2>&1`"; then
2203 <    echo "$as_me:2203: result: yes" >&5
2204 < echo "${ECHO_T}yes" >&6
2205 <    OOPSE_TEMPLATE_FLAGS="-instances=static"
2206 <  else
2207 <    echo "$as_me:2207: result: no" >&5
2208 < echo "${ECHO_T}no" >&6
2209 <  fi
2210 <  rm -f conftest*
2211 <  echo "$as_me:2211: checking checking whether ${CXX} accepts -pto" >&5
2212 < echo $ECHO_N "checking checking whether ${CXX} accepts -pto... $ECHO_C" >&6
2213 <  echo 'void f(){}' > conftest.cc
2214 <  if test -z "`${CXX} -pto -c conftest.cc 2>&1`"; then
2215 <    echo "$as_me:2215: result: yes" >&5
2216 < echo "${ECHO_T}yes" >&6
2217 <    OOPSE_TEMPLATE_FLAGS="-pto"
2218 <  else
2219 <    echo "$as_me:2219: result: no" >&5
2220 < echo "${ECHO_T}no" >&6
2221 <  fi
2222 <  rm -f conftest*
2223 <  echo "$as_me:2223: checking checking whether ${CXX} accepts -LANG:std" >&5
2224 < echo $ECHO_N "checking checking whether ${CXX} accepts -LANG:std... $ECHO_C" >&6
2225 <  echo 'void f(){}' > conftest.cc
2226 <  if test -z "`${CXX} -LANG:std -c conftest.cc 2>&1`"; then
2227 <    echo "$as_me:2227: result: yes" >&5
2228 < echo "${ECHO_T}yes" >&6
2229 <
2230 <    EXTRA_CC_FLAG=${EXTRA_CC_FLAG}" -LANG:std"
2231 <  else
2232 <    echo "$as_me:2232: result: no" >&5
2233 < echo "${ECHO_T}no" >&6
2234 <  fi
2235 < fi
2236 <
2237 < ac_ext=f90
2238 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2239 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2240 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2779 > ac_ext=${FC_SRCEXT-f}
2780 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
2781 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
2782 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
2783   if test -n "$ac_tool_prefix"; then
2784 <  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
2784 >  for ac_prog in mpif90 ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort
2785    do
2786      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2787   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2788 < echo "$as_me:2246: checking for $ac_word" >&5
2788 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2789   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2790 < if test "${ac_cv_prog_F90+set}" = set; then
2790 > if test "${ac_cv_prog_FC+set}" = set; then
2791    echo $ECHO_N "(cached) $ECHO_C" >&6
2792   else
2793 <  if test -n "$F90"; then
2794 <  ac_cv_prog_F90="$F90" # Let the user override the test.
2793 >  if test -n "$FC"; then
2794 >  ac_cv_prog_FC="$FC" # Let the user override the test.
2795   else
2796 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2797 < ac_dummy="$PATH"
2798 < for ac_dir in $ac_dummy; do
2799 <  IFS=$ac_save_IFS
2800 <  test -z "$ac_dir" && ac_dir=.
2801 <  $as_executable_p "$ac_dir/$ac_word" || continue
2802 < ac_cv_prog_F90="$ac_tool_prefix$ac_prog"
2803 < echo "$as_me:2261: found $ac_dir/$ac_word" >&5
2804 < break
2796 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2797 > for as_dir in $PATH
2798 > do
2799 >  IFS=$as_save_IFS
2800 >  test -z "$as_dir" && as_dir=.
2801 >  for ac_exec_ext in '' $ac_executable_extensions; do
2802 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2803 >    ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
2804 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2805 >    break 2
2806 >  fi
2807   done
2808 + done
2809  
2810   fi
2811   fi
2812 < F90=$ac_cv_prog_F90
2813 < if test -n "$F90"; then
2814 <  echo "$as_me:2269: result: $F90" >&5
2815 < echo "${ECHO_T}$F90" >&6
2812 > FC=$ac_cv_prog_FC
2813 > if test -n "$FC"; then
2814 >  echo "$as_me:$LINENO: result: $FC" >&5
2815 > echo "${ECHO_T}$FC" >&6
2816   else
2817 <  echo "$as_me:2272: result: no" >&5
2817 >  echo "$as_me:$LINENO: result: no" >&5
2818   echo "${ECHO_T}no" >&6
2819   fi
2820  
2821 <    test -n "$F90" && break
2821 >    test -n "$FC" && break
2822    done
2823   fi
2824 < if test -z "$F90"; then
2825 <  ac_ct_F90=$F90
2826 <  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
2824 > if test -z "$FC"; then
2825 >  ac_ct_FC=$FC
2826 >  for ac_prog in mpif90 ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort
2827   do
2828    # Extract the first word of "$ac_prog", so it can be a program name with args.
2829   set dummy $ac_prog; ac_word=$2
2830 < echo "$as_me:2285: checking for $ac_word" >&5
2830 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2831   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2832 < if test "${ac_cv_prog_ac_ct_F90+set}" = set; then
2832 > if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
2833    echo $ECHO_N "(cached) $ECHO_C" >&6
2834   else
2835 <  if test -n "$ac_ct_F90"; then
2836 <  ac_cv_prog_ac_ct_F90="$ac_ct_F90" # Let the user override the test.
2835 >  if test -n "$ac_ct_FC"; then
2836 >  ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
2837   else
2838 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2839 < ac_dummy="$PATH"
2840 < for ac_dir in $ac_dummy; do
2841 <  IFS=$ac_save_IFS
2842 <  test -z "$ac_dir" && ac_dir=.
2843 <  $as_executable_p "$ac_dir/$ac_word" || continue
2844 < ac_cv_prog_ac_ct_F90="$ac_prog"
2845 < echo "$as_me:2300: found $ac_dir/$ac_word" >&5
2846 < break
2838 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2839 > for as_dir in $PATH
2840 > do
2841 >  IFS=$as_save_IFS
2842 >  test -z "$as_dir" && as_dir=.
2843 >  for ac_exec_ext in '' $ac_executable_extensions; do
2844 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2845 >    ac_cv_prog_ac_ct_FC="$ac_prog"
2846 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 >    break 2
2848 >  fi
2849   done
2850 + done
2851  
2852   fi
2853   fi
2854 < ac_ct_F90=$ac_cv_prog_ac_ct_F90
2855 < if test -n "$ac_ct_F90"; then
2856 <  echo "$as_me:2308: result: $ac_ct_F90" >&5
2857 < echo "${ECHO_T}$ac_ct_F90" >&6
2854 > ac_ct_FC=$ac_cv_prog_ac_ct_FC
2855 > if test -n "$ac_ct_FC"; then
2856 >  echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
2857 > echo "${ECHO_T}$ac_ct_FC" >&6
2858   else
2859 <  echo "$as_me:2311: result: no" >&5
2859 >  echo "$as_me:$LINENO: result: no" >&5
2860   echo "${ECHO_T}no" >&6
2861   fi
2862  
2863 <  test -n "$ac_ct_F90" && break
2863 >  test -n "$ac_ct_FC" && break
2864   done
2865  
2866 <  F90=$ac_ct_F90
2866 >  FC=$ac_ct_FC
2867   fi
2868  
2869 < # If we don't use `.F90' as extension, the preprocessor is not run on the
2870 < # input file.
2869 >
2870 > # Provide some information about the compiler.
2871 > echo "$as_me:2871:" \
2872 >     "checking for Fortran compiler version" >&5
2873 > ac_compiler=`set X $ac_compile; echo $2`
2874 > { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2875 >  (eval $ac_compiler --version </dev/null >&5) 2>&5
2876 >  ac_status=$?
2877 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878 >  (exit $ac_status); }
2879 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2880 >  (eval $ac_compiler -v </dev/null >&5) 2>&5
2881 >  ac_status=$?
2882 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2883 >  (exit $ac_status); }
2884 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2885 >  (eval $ac_compiler -V </dev/null >&5) 2>&5
2886 >  ac_status=$?
2887 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 >  (exit $ac_status); }
2889 > rm -f a.out
2890 >
2891 > # If we don't use `.F' as extension, the preprocessor is not run on the
2892 > # input file.  (Note that this only needs to work for GNU compilers.)
2893   ac_save_ext=$ac_ext
2894 < ac_ext=F90
2895 < echo "$as_me:2325: checking whether we are using the GNU Fortran 90 compiler" >&5
2896 < echo $ECHO_N "checking whether we are using the GNU Fortran 90 compiler... $ECHO_C" >&6
2897 < if test "${ac_cv_f90_compiler_gnu+set}" = set; then
2894 > ac_ext=F
2895 > echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
2896 > echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
2897 > if test "${ac_cv_fc_compiler_gnu+set}" = set; then
2898    echo $ECHO_N "(cached) $ECHO_C" >&6
2899   else
2900    cat >conftest.$ac_ext <<_ACEOF
2901 <
2332 < program main
2333 <
2901 >      program main
2902   #ifndef __GNUC__
2903         choke me
2904   #endif
2905  
2906 < end program main
2339 <
2906 >      end
2907   _ACEOF
2908   rm -f conftest.$ac_objext
2909 < if { (eval echo "$as_me:2342: \"$ac_compile\"") >&5
2910 <  (eval $ac_compile) 2>&5
2909 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2910 >  (eval $ac_compile) 2>conftest.er1
2911    ac_status=$?
2912 <  echo "$as_me:2345: \$? = $ac_status" >&5
2912 >  grep -v '^ *+' conftest.er1 >conftest.err
2913 >  rm -f conftest.er1
2914 >  cat conftest.err >&5
2915 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2916    (exit $ac_status); } &&
2917 <         { ac_try='test -s conftest.$ac_objext'
2918 <  { (eval echo "$as_me:2348: \"$ac_try\"") >&5
2917 >         { ac_try='test -z "$ac_fc_werror_flag"
2918 >                         || test ! -s conftest.err'
2919 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2920    (eval $ac_try) 2>&5
2921    ac_status=$?
2922 <  echo "$as_me:2351: \$? = $ac_status" >&5
2922 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2923 >  (exit $ac_status); }; } &&
2924 >         { ac_try='test -s conftest.$ac_objext'
2925 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2926 >  (eval $ac_try) 2>&5
2927 >  ac_status=$?
2928 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2929    (exit $ac_status); }; }; then
2930    ac_compiler_gnu=yes
2931   else
2932    echo "$as_me: failed program was:" >&5
2933 < cat conftest.$ac_ext >&5
2933 > sed 's/^/| /' conftest.$ac_ext >&5
2934 >
2935   ac_compiler_gnu=no
2936   fi
2937 < rm -f conftest.$ac_objext conftest.$ac_ext
2938 < ac_cv_f90_compiler_gnu=$ac_compiler_gnu
2937 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2938 > ac_cv_fc_compiler_gnu=$ac_compiler_gnu
2939  
2940   fi
2941 < echo "$as_me:2363: result: $ac_cv_f90_compiler_gnu" >&5
2942 < echo "${ECHO_T}$ac_cv_f90_compiler_gnu" >&6
2941 > echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
2942 > echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
2943   ac_ext=$ac_save_ext
2944 < G95=`test $ac_compiler_gnu = yes && echo yes`
2945 < ac_ext=c
2946 < ac_cpp='$CPP $CPPFLAGS'
2947 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2948 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2949 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
2944 > ac_test_FFLAGS=${FCFLAGS+set}
2945 > ac_save_FFLAGS=$FCFLAGS
2946 > FCFLAGS=
2947 > echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
2948 > echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
2949 > if test "${ac_cv_prog_fc_g+set}" = set; then
2950 >  echo $ECHO_N "(cached) $ECHO_C" >&6
2951 > else
2952 >  FCFLAGS=-g
2953 > cat >conftest.$ac_ext <<_ACEOF
2954 >      program main
2955  
2956 < # Try to determine native compiler flags that allow us to use F90 suffix
2374 < # for preprocessed f90 source.
2375 <
2376 < if test "$ac_test_PREPFLAG" != "set"; then
2377 <  PREPFLAG=""
2378 <  case "${host_cpu}-${host_os}" in
2379 <
2380 <  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
2381 <                    PREPFLAG="-fpp1 "
2382 <                fi;;
2383 <  *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
2384 <                    PREPFLAG="-qsuffix=cpp=F90 "
2385 <                fi;;
2386 <  *darwin*)
2387 <        if test "$F90" = f90 -o "$F90" = xlf90; then
2388 <                PREPFLAG="-qsuffix=cpp=F90 "
2389 <        fi;;
2390 <  esac
2391 <
2392 <  if test -z "$PREPFLAG"; then
2393 <        { echo "$as_me:2393: WARNING: \"Using empty PREPFLAG\"" >&5
2394 < echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;}
2395 <        PREPFLAG=""
2396 <  fi
2397 <
2398 <  echo "$as_me:2398: checking to make sure F90 preprocessor flag works" >&5
2399 < echo $ECHO_N "checking to make sure F90 preprocessor flag works... $ECHO_C" >&6
2400 <
2401 <  ac_ext=f90
2402 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2403 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2404 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2405 <
2406 <  ac_save_ext=$ac_ext
2407 <  ac_ext=F90
2408 <  ac_save_F90FLAGS=$F90FLAGS
2409 <
2410 <  if test "$PREPFLAG"; then
2411 <  F90FLAGS="${F90FLAGS} ${PREPFLAG}-DTEST"
2412 < fi
2413 <
2414 <    cat >conftest.$ac_ext <<_ACEOF
2415 <
2416 < program main
2417 <
2418 <  integer :: i
2419 <  i = 1
2420 <
2421 < end program main
2422 <
2956 >      end
2957   _ACEOF
2958   rm -f conftest.$ac_objext
2959 < if { (eval echo "$as_me:2425: \"$ac_compile\"") >&5
2960 <  (eval $ac_compile) 2>&5
2959 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2960 >  (eval $ac_compile) 2>conftest.er1
2961    ac_status=$?
2962 <  echo "$as_me:2428: \$? = $ac_status" >&5
2962 >  grep -v '^ *+' conftest.er1 >conftest.err
2963 >  rm -f conftest.er1
2964 >  cat conftest.err >&5
2965 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966    (exit $ac_status); } &&
2967 <         { ac_try='test -s conftest.$ac_objext'
2968 <  { (eval echo "$as_me:2431: \"$ac_try\"") >&5
2967 >         { ac_try='test -z "$ac_fc_werror_flag"
2968 >                         || test ! -s conftest.err'
2969 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2970    (eval $ac_try) 2>&5
2971    ac_status=$?
2972 <  echo "$as_me:2434: \$? = $ac_status" >&5
2972 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 >  (exit $ac_status); }; } &&
2974 >         { ac_try='test -s conftest.$ac_objext'
2975 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2976 >  (eval $ac_try) 2>&5
2977 >  ac_status=$?
2978 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2979    (exit $ac_status); }; }; then
2980 <  prepflagworks=1
2980 >  ac_cv_prog_fc_g=yes
2981   else
2982    echo "$as_me: failed program was:" >&5
2983 < cat conftest.$ac_ext >&5
2984 < prepflagworks=0
2983 > sed 's/^/| /' conftest.$ac_ext >&5
2984 >
2985 > ac_cv_prog_fc_g=no
2986   fi
2987 < rm -f conftest.$ac_objext conftest.$ac_ext
2987 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2988  
2989 <  F90FLAGS=$ac_save_F90FLAGS
2990 <  ac_ext=$ac_save_ext
2991 <  ac_ext=c
2989 > fi
2990 > echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
2991 > echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
2992 > if test "$ac_test_FFLAGS" = set; then
2993 >  FCFLAGS=$ac_save_FFLAGS
2994 > elif test $ac_cv_prog_fc_g = yes; then
2995 >  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
2996 >    FCFLAGS="-g -O2"
2997 >  else
2998 >    FCFLAGS="-g"
2999 >  fi
3000 > else
3001 >  if test "x$ac_cv_fc_compiler_gnu" = xyes; then
3002 >    FCFLAGS="-O2"
3003 >  else
3004 >    FCFLAGS=
3005 >  fi
3006 > fi
3007 >
3008 > ac_ext=c
3009   ac_cpp='$CPP $CPPFLAGS'
3010   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3011   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3012   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3013  
3014 <  if test "$prepflagworks" = 1; then
3015 <    echo "$as_me:2453: result: yes" >&5
3016 < echo "${ECHO_T}yes" >&6
3017 <
3018 <  else
3019 <    echo "$as_me:2457: result: no" >&5
3020 < echo "${ECHO_T}no" >&6
3021 <    { { echo "$as_me:2459: error: Can't figure out working Fortran90 preprocessor flag" >&5
3022 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
3023 <   { (exit 1); exit 1; }; }
2462 <  fi
3014 > ac_ext=c
3015 > ac_cpp='$CPP $CPPFLAGS'
3016 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3017 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3018 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
3019 > echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3020 > echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3021 > # On Suns, sometimes $CPP names a directory.
3022 > if test -n "$CPP" && test -d "$CPP"; then
3023 >  CPP=
3024   fi
3025 <
3026 < # Try to determine native compiler flags that allow us to use F90 suffix
3027 < # for preprocessed f90 source with -D type defines
3028 <
3029 < if test "$ac_test_PREPDEFFLAG" != "set"; then
3030 <  PREPDEFFLAG=""
3031 <  case "${host_cpu}-${host_os}" in
3032 <
3033 <  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
3034 <                    PREPDEFFLAG=" "
3035 <                fi;;
3036 <  *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
3037 <                    PREPDEFFLAG="-WF,"
3038 <                fi;;
3039 <  *darwin*)
3040 <        if test "$F90" = f90 -o "$F90" = xlf90; then
3041 <                PREPDEFFLAG="-WF,"
3042 <        fi;;
3043 <  esac
3044 <
3045 <  if test -z "$PREPDEFFLAG"; then
3046 <        { echo "$as_me:2485: WARNING: \"Using empty PREPDEFFLAG\"" >&5
3047 < echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;}
3048 <        PREPDEFFLAG=" "
3025 > if test -z "$CPP"; then
3026 >  if test "${ac_cv_prog_CPP+set}" = set; then
3027 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3028 > else
3029 >      # Double quotes because CPP needs to be expanded
3030 >    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3031 >    do
3032 >      ac_preproc_ok=false
3033 > for ac_c_preproc_warn_flag in '' yes
3034 > do
3035 >  # Use a header file that comes with gcc, so configuring glibc
3036 >  # with a fresh cross-compiler works.
3037 >  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3038 >  # <limits.h> exists even on freestanding compilers.
3039 >  # On the NeXT, cc -E runs the code through the compiler's parser,
3040 >  # not just through cpp. "Syntax error" is here to catch this case.
3041 >  cat >conftest.$ac_ext <<_ACEOF
3042 > /* confdefs.h.  */
3043 > _ACEOF
3044 > cat confdefs.h >>conftest.$ac_ext
3045 > cat >>conftest.$ac_ext <<_ACEOF
3046 > /* end confdefs.h.  */
3047 > #ifdef __STDC__
3048 > # include <limits.h>
3049 > #else
3050 > # include <assert.h>
3051 > #endif
3052 >                     Syntax error
3053 > _ACEOF
3054 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3055 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3056 >  ac_status=$?
3057 >  grep -v '^ *+' conftest.er1 >conftest.err
3058 >  rm -f conftest.er1
3059 >  cat conftest.err >&5
3060 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3061 >  (exit $ac_status); } >/dev/null; then
3062 >  if test -s conftest.err; then
3063 >    ac_cpp_err=$ac_c_preproc_warn_flag
3064 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3065 >  else
3066 >    ac_cpp_err=
3067    fi
3068 + else
3069 +  ac_cpp_err=yes
3070 + fi
3071 + if test -z "$ac_cpp_err"; then
3072 +  :
3073 + else
3074 +  echo "$as_me: failed program was:" >&5
3075 + sed 's/^/| /' conftest.$ac_ext >&5
3076  
3077 <  echo "$as_me:2490: checking to make sure F90 preprocessor define flag works" >&5
3078 < echo $ECHO_N "checking to make sure F90 preprocessor define flag works... $ECHO_C" >&6
2492 <
2493 <  ac_ext=f90
2494 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2495 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2496 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2497 <
2498 <  ac_save_ext=$ac_ext
2499 <  ac_ext=F90
2500 <  ac_save_F90FLAGS=$F90FLAGS
2501 <
2502 <  if test "$PREPDEFFLAG"; then
2503 <  F90FLAGS="${F90FLAGS} ${PREPFLAG} ${PREPDEFFLAG}-DTEST"
3077 >  # Broken: fails on valid input.
3078 > continue
3079   fi
3080 + rm -f conftest.err conftest.$ac_ext
3081  
3082 <    cat >conftest.$ac_ext <<_ACEOF
3083 <
3084 < program main
3085 <
2510 <  integer :: i
2511 < #ifdef TEST
2512 <  i = 1
2513 < #else
2514 <  choke me
2515 < #endif
2516 <
2517 < end program main
2518 <
3082 >  # OK, works on sane cases.  Now check whether non-existent headers
3083 >  # can be detected and how.
3084 >  cat >conftest.$ac_ext <<_ACEOF
3085 > /* confdefs.h.  */
3086   _ACEOF
3087 < rm -f conftest.$ac_objext
3088 < if { (eval echo "$as_me:2521: \"$ac_compile\"") >&5
3089 <  (eval $ac_compile) 2>&5
3087 > cat confdefs.h >>conftest.$ac_ext
3088 > cat >>conftest.$ac_ext <<_ACEOF
3089 > /* end confdefs.h.  */
3090 > #include <ac_nonexistent.h>
3091 > _ACEOF
3092 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3093 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3094    ac_status=$?
3095 <  echo "$as_me:2524: \$? = $ac_status" >&5
3096 <  (exit $ac_status); } &&
3097 <         { ac_try='test -s conftest.$ac_objext'
3098 <  { (eval echo "$as_me:2527: \"$ac_try\"") >&5
3099 <  (eval $ac_try) 2>&5
3100 <  ac_status=$?
3101 <  echo "$as_me:2530: \$? = $ac_status" >&5
3102 <  (exit $ac_status); }; }; then
3103 <  prepdefflagworks=1
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
3099 >  (exit $ac_status); } >/dev/null; then
3100 >  if test -s conftest.err; then
3101 >    ac_cpp_err=$ac_c_preproc_warn_flag
3102 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3103 >  else
3104 >    ac_cpp_err=
3105 >  fi
3106   else
3107 +  ac_cpp_err=yes
3108 + fi
3109 + if test -z "$ac_cpp_err"; then
3110 +  # Broken: success on invalid input.
3111 + continue
3112 + else
3113    echo "$as_me: failed program was:" >&5
3114 < cat conftest.$ac_ext >&5
3115 < prepdefflagworks=0
3114 > sed 's/^/| /' conftest.$ac_ext >&5
3115 >
3116 >  # Passes both tests.
3117 > ac_preproc_ok=:
3118 > break
3119   fi
3120 < rm -f conftest.$ac_objext conftest.$ac_ext
3120 > rm -f conftest.err conftest.$ac_ext
3121  
3122 <  F90FLAGS=$ac_save_F90FLAGS
3123 <  ac_ext=$ac_save_ext
3124 <  ac_ext=c
3125 < ac_cpp='$CPP $CPPFLAGS'
3126 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3127 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2546 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
3122 > done
3123 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3124 > rm -f conftest.err conftest.$ac_ext
3125 > if $ac_preproc_ok; then
3126 >  break
3127 > fi
3128  
3129 <  if test "$prepdefflagworks" = 1; then
3130 <    echo "$as_me:2549: result: yes" >&5
2550 < echo "${ECHO_T}yes" >&6
3129 >    done
3130 >    ac_cv_prog_CPP=$CPP
3131  
3132 + fi
3133 +  CPP=$ac_cv_prog_CPP
3134 + else
3135 +  ac_cv_prog_CPP=$CPP
3136 + fi
3137 + echo "$as_me:$LINENO: result: $CPP" >&5
3138 + echo "${ECHO_T}$CPP" >&6
3139 + ac_preproc_ok=false
3140 + for ac_c_preproc_warn_flag in '' yes
3141 + do
3142 +  # Use a header file that comes with gcc, so configuring glibc
3143 +  # with a fresh cross-compiler works.
3144 +  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3145 +  # <limits.h> exists even on freestanding compilers.
3146 +  # On the NeXT, cc -E runs the code through the compiler's parser,
3147 +  # not just through cpp. "Syntax error" is here to catch this case.
3148 +  cat >conftest.$ac_ext <<_ACEOF
3149 + /* confdefs.h.  */
3150 + _ACEOF
3151 + cat confdefs.h >>conftest.$ac_ext
3152 + cat >>conftest.$ac_ext <<_ACEOF
3153 + /* end confdefs.h.  */
3154 + #ifdef __STDC__
3155 + # include <limits.h>
3156 + #else
3157 + # include <assert.h>
3158 + #endif
3159 +                     Syntax error
3160 + _ACEOF
3161 + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3162 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3163 +  ac_status=$?
3164 +  grep -v '^ *+' conftest.er1 >conftest.err
3165 +  rm -f conftest.er1
3166 +  cat conftest.err >&5
3167 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3168 +  (exit $ac_status); } >/dev/null; then
3169 +  if test -s conftest.err; then
3170 +    ac_cpp_err=$ac_c_preproc_warn_flag
3171 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3172    else
3173 <    echo "$as_me:2553: result: no" >&5
2554 < echo "${ECHO_T}no" >&6
2555 <    { { echo "$as_me:2555: error: Can't figure out working Fortran90 preprocessor define flag" >&5
2556 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
2557 <   { (exit 1); exit 1; }; }
3173 >    ac_cpp_err=
3174    fi
3175 + else
3176 +  ac_cpp_err=yes
3177   fi
3178 <
3179 < ac_ext=f90
2562 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2563 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2564 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2565 <
2566 < ac_ext=f90
2567 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2568 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2569 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2570 < echo "$as_me:2570: checking how to get verbose linking output from $F90" >&5
2571 < echo $ECHO_N "checking how to get verbose linking output from $F90... $ECHO_C" >&6
2572 < if test "${ac_cv_prog_f90_v+set}" = set; then
2573 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3178 > if test -z "$ac_cpp_err"; then
3179 >  :
3180   else
3181 +  echo "$as_me: failed program was:" >&5
3182 + sed 's/^/| /' conftest.$ac_ext >&5
3183  
3184 < cat >conftest.$ac_ext <<_ACEOF
3184 >  # Broken: fails on valid input.
3185 > continue
3186 > fi
3187 > rm -f conftest.err conftest.$ac_ext
3188  
3189 < program main
3190 <
3191 < end program main
3192 <
3189 >  # OK, works on sane cases.  Now check whether non-existent headers
3190 >  # can be detected and how.
3191 >  cat >conftest.$ac_ext <<_ACEOF
3192 > /* confdefs.h.  */
3193   _ACEOF
3194 < rm -f conftest.$ac_objext
3195 < if { (eval echo "$as_me:2584: \"$ac_compile\"") >&5
3196 <  (eval $ac_compile) 2>&5
3194 > cat confdefs.h >>conftest.$ac_ext
3195 > cat >>conftest.$ac_ext <<_ACEOF
3196 > /* end confdefs.h.  */
3197 > #include <ac_nonexistent.h>
3198 > _ACEOF
3199 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3200 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3201    ac_status=$?
3202 <  echo "$as_me:2587: \$? = $ac_status" >&5
3203 <  (exit $ac_status); } &&
3204 <         { ac_try='test -s conftest.$ac_objext'
3205 <  { (eval echo "$as_me:2590: \"$ac_try\"") >&5
3206 <  (eval $ac_try) 2>&5
3207 <  ac_status=$?
3208 <  echo "$as_me:2593: \$? = $ac_status" >&5
3209 <  (exit $ac_status); }; }; then
3210 <  ac_cv_prog_f90_v=
3211 < # Try some options frequently used verbose output
3212 < for ac_verb in -v -verbose --verbose -V -\#\#\#; do
3213 <  ac_ext=f90
3214 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3215 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3202 >  grep -v '^ *+' conftest.er1 >conftest.err
3203 >  rm -f conftest.er1
3204 >  cat conftest.err >&5
3205 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3206 >  (exit $ac_status); } >/dev/null; then
3207 >  if test -s conftest.err; then
3208 >    ac_cpp_err=$ac_c_preproc_warn_flag
3209 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3210 >  else
3211 >    ac_cpp_err=
3212 >  fi
3213 > else
3214 >  ac_cpp_err=yes
3215 > fi
3216 > if test -z "$ac_cpp_err"; then
3217 >  # Broken: success on invalid input.
3218 > continue
3219 > else
3220 >  echo "$as_me: failed program was:" >&5
3221 > sed 's/^/| /' conftest.$ac_ext >&5
3222  
3223 < cat >conftest.$ac_ext <<_ACEOF
3223 >  # Passes both tests.
3224 > ac_preproc_ok=:
3225 > break
3226 > fi
3227 > rm -f conftest.err conftest.$ac_ext
3228  
3229 < program main
3229 > done
3230 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3231 > rm -f conftest.err conftest.$ac_ext
3232 > if $ac_preproc_ok; then
3233 >  :
3234 > else
3235 >  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3236 > See \`config.log' for more details." >&5
3237 > echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3238 > See \`config.log' for more details." >&2;}
3239 >   { (exit 1); exit 1; }; }
3240 > fi
3241  
3242 < end program main
3242 > ac_ext=c
3243 > ac_cpp='$CPP $CPPFLAGS'
3244 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3245 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3246 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
3247  
3248 < _ACEOF
3248 > echo "$as_me:$LINENO: checking for egrep" >&5
3249 > echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3250 > if test "${ac_cv_prog_egrep+set}" = set; then
3251 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3252 > else
3253 >  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
3254 >    then ac_cv_prog_egrep='grep -E'
3255 >    else ac_cv_prog_egrep='egrep'
3256 >    fi
3257 > fi
3258 > echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3259 > echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3260 > EGREP=$ac_cv_prog_egrep
3261  
2611 # Compile and link our simple test program by passing a flag (argument
2612 # 1 to this macro) to the Fortran 90 compiler in order to get
2613 # "verbose" output that we can then parse for the Fortran 90 linker
2614 # flags.
2615 ac_save_F90FLAGS=$F90FLAGS
2616 F90FLAGS="$F90FLAGS $ac_verb"
3262  
3263 < (eval echo $as_me:2618: \"$ac_link\") >&5
3264 < ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
3265 < echo "$ac_f90_v_output" >&5
3266 < F90FLAGS=$ac_save_F90FLAGS
3267 <
3268 < rm -f conftest.*
3269 < ac_ext=f90
3270 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3271 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2627 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2628 <
2629 < # If we are using xlf then replace all the commas with spaces.
2630 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
2631 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
3263 > echo "$as_me:$LINENO: checking whether ln -s works" >&5
3264 > echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3265 > LN_S=$as_ln_s
3266 > if test "$LN_S" = "ln -s"; then
3267 >  echo "$as_me:$LINENO: result: yes" >&5
3268 > echo "${ECHO_T}yes" >&6
3269 > else
3270 >  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3271 > echo "${ECHO_T}no, using $LN_S" >&6
3272   fi
3273  
3274 < # If we are using Cray Fortran then delete quotes.
3275 < # Use "\"" instead of '"' for font-lock-mode.
3276 < # FIXME: a more general fix for quoted arguments with spaces?
3277 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
3278 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
3274 > echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3275 > echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3276 > set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
3277 > if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3278 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3279 > else
3280 >  cat >conftest.make <<\_ACEOF
3281 > all:
3282 >        @echo 'ac_maketemp="$(MAKE)"'
3283 > _ACEOF
3284 > # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3285 > eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3286 > if test -n "$ac_maketemp"; then
3287 >  eval ac_cv_prog_make_${ac_make}_set=yes
3288 > else
3289 >  eval ac_cv_prog_make_${ac_make}_set=no
3290   fi
3291 <  # look for -l* and *.a constructs in the output
3292 <  for ac_arg in $ac_f90_v_output; do
3293 <     case $ac_arg in
3294 <        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
3295 <          ac_cv_prog_f90_v=$ac_verb
3296 <          break 2 ;;
3297 <     esac
3298 <  done
3291 > rm -f conftest.make
3292 > fi
3293 > if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3294 >  echo "$as_me:$LINENO: result: yes" >&5
3295 > echo "${ECHO_T}yes" >&6
3296 >  SET_MAKE=
3297 > else
3298 >  echo "$as_me:$LINENO: result: no" >&5
3299 > echo "${ECHO_T}no" >&6
3300 >  SET_MAKE="MAKE=${MAKE-make}"
3301 > fi
3302 >
3303 > if test -n "$ac_tool_prefix"; then
3304 >  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3305 > set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3306 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3307 > echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3308 > if test "${ac_cv_prog_RANLIB+set}" = set; then
3309 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3310 > else
3311 >  if test -n "$RANLIB"; then
3312 >  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3313 > else
3314 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3315 > for as_dir in $PATH
3316 > do
3317 >  IFS=$as_save_IFS
3318 >  test -z "$as_dir" && as_dir=.
3319 >  for ac_exec_ext in '' $ac_executable_extensions; do
3320 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3321 >    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3322 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3323 >    break 2
3324 >  fi
3325   done
3326 < if test -z "$ac_cv_prog_f90_v"; then
3327 <   { echo "$as_me:2650: WARNING: cannot determine how to obtain linking information from $F90" >&5
2651 < echo "$as_me: WARNING: cannot determine how to obtain linking information from $F90" >&2;}
3326 > done
3327 >
3328   fi
3329 + fi
3330 + RANLIB=$ac_cv_prog_RANLIB
3331 + if test -n "$RANLIB"; then
3332 +  echo "$as_me:$LINENO: result: $RANLIB" >&5
3333 + echo "${ECHO_T}$RANLIB" >&6
3334   else
3335 <  echo "$as_me: failed program was:" >&5
3336 < cat conftest.$ac_ext >&5
2656 < { echo "$as_me:2656: WARNING: compilation failed" >&5
2657 < echo "$as_me: WARNING: compilation failed" >&2;}
3335 >  echo "$as_me:$LINENO: result: no" >&5
3336 > echo "${ECHO_T}no" >&6
3337   fi
2659 rm -f conftest.$ac_objext conftest.$ac_ext
3338  
3339   fi
3340 < echo "$as_me:2662: result: $ac_cv_prog_f90_v" >&5
3341 < echo "${ECHO_T}$ac_cv_prog_f90_v" >&6
3342 < echo "$as_me:2664: checking for Fortran 90 libraries" >&5
3343 < echo $ECHO_N "checking for Fortran 90 libraries... $ECHO_C" >&6
3344 < if test "${ac_cv_flibs+set}" = set; then
3340 > if test -z "$ac_cv_prog_RANLIB"; then
3341 >  ac_ct_RANLIB=$RANLIB
3342 >  # Extract the first word of "ranlib", so it can be a program name with args.
3343 > set dummy ranlib; ac_word=$2
3344 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3345 > echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3346 > if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3347    echo $ECHO_N "(cached) $ECHO_C" >&6
3348   else
3349 <  if test "x$F90LIBS" != "x"; then
3350 <  ac_cv_f90libs="$F90LIBS" # Let the user override the test.
3349 >  if test -n "$ac_ct_RANLIB"; then
3350 >  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
3351   else
3352 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3353 + for as_dir in $PATH
3354 + do
3355 +  IFS=$as_save_IFS
3356 +  test -z "$as_dir" && as_dir=.
3357 +  for ac_exec_ext in '' $ac_executable_extensions; do
3358 +  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3359 +    ac_cv_prog_ac_ct_RANLIB="ranlib"
3360 +    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3361 +    break 2
3362 +  fi
3363 + done
3364 + done
3365  
3366 < ac_ext=f90
3367 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3368 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3369 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3366 >  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
3367 > fi
3368 > fi
3369 > ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3370 > if test -n "$ac_ct_RANLIB"; then
3371 >  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3372 > echo "${ECHO_T}$ac_ct_RANLIB" >&6
3373 > else
3374 >  echo "$as_me:$LINENO: result: no" >&5
3375 > echo "${ECHO_T}no" >&6
3376 > fi
3377  
3378 < cat >conftest.$ac_ext <<_ACEOF
3378 >  RANLIB=$ac_ct_RANLIB
3379 > else
3380 >  RANLIB="$ac_cv_prog_RANLIB"
3381 > fi
3382  
2680 program main
3383  
3384 < end program main
3384 >   # Extract the first word of "perl", so it can be a program name with args.
3385 > set dummy perl; ac_word=$2
3386 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3387 > echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3388 > if test "${ac_cv_path_PERLINTERP+set}" = set; then
3389 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3390 > else
3391 >  case $PERLINTERP in
3392 >  [\\/]* | ?:[\\/]*)
3393 >  ac_cv_path_PERLINTERP="$PERLINTERP" # Let the user override the test with a path.
3394 >  ;;
3395 >  *)
3396 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3397 > for as_dir in $PATH
3398 > do
3399 >  IFS=$as_save_IFS
3400 >  test -z "$as_dir" && as_dir=.
3401 >  for ac_exec_ext in '' $ac_executable_extensions; do
3402 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3403 >    ac_cv_path_PERLINTERP="$as_dir/$ac_word$ac_exec_ext"
3404 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3405 >    break 2
3406 >  fi
3407 > done
3408 > done
3409  
3410 < _ACEOF
3410 >  test -z "$ac_cv_path_PERLINTERP" && ac_cv_path_PERLINTERP="perl"
3411 >  ;;
3412 > esac
3413 > fi
3414 > PERLINTERP=$ac_cv_path_PERLINTERP
3415  
3416 < # Compile and link our simple test program by passing a flag (argument
3417 < # 1 to this macro) to the Fortran 90 compiler in order to get
3418 < # "verbose" output that we can then parse for the Fortran 90 linker
3419 < # flags.
3420 < ac_save_F90FLAGS=$F90FLAGS
3421 < F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
2692 <
2693 < (eval echo $as_me:2693: \"$ac_link\") >&5
2694 < ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
2695 < echo "$ac_f90_v_output" >&5
2696 < F90FLAGS=$ac_save_F90FLAGS
2697 <
2698 < rm -f conftest.*
2699 < ac_ext=f90
2700 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2701 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2702 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2703 <
2704 < # If we are using xlf then replace all the commas with spaces.
2705 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
2706 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
3416 > if test -n "$PERLINTERP"; then
3417 >  echo "$as_me:$LINENO: result: $PERLINTERP" >&5
3418 > echo "${ECHO_T}$PERLINTERP" >&6
3419 > else
3420 >  echo "$as_me:$LINENO: result: no" >&5
3421 > echo "${ECHO_T}no" >&6
3422   fi
3423  
3424 < # If we are using Cray Fortran then delete quotes.
3425 < # Use "\"" instead of '"' for font-lock-mode.
2711 < # FIXME: a more general fix for quoted arguments with spaces?
2712 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
2713 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
2714 < fi
3424 >   ac_cv_path_perlinterp="$PERLINTERP"
3425 >   _sHpB='#!'
3426  
2716 ac_cv_f90libs=
3427  
3428 < # Save positional arguments (if any)
3429 < ac_save_positional="$@"
3430 <
3431 < set X $ac_f90_v_output
2722 < while test $# != 1; do
2723 <  shift
2724 <  ac_arg=$1
2725 <  case $ac_arg in
2726 <        [\\/]*.a | ?:[\\/]*.a)
2727 <            ac_exists=false
2728 <  for ac_i in $ac_cv_f90libs; do
2729 <    if test x"$ac_arg" = x"$ac_i"; then
2730 <      ac_exists=true
2731 <      break
2732 <    fi
2733 <  done
2734 <
2735 <  if test x"$ac_exists" = xtrue; then
2736 <  :
3428 > # Check whether --with-perl-shebang or --without-perl-shebang was given.
3429 > if test "${with_perl_shebang+set}" = set; then
3430 >  withval="$with_perl_shebang"
3431 >  opt_perl_shebang="$withval"
3432   else
3433 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3434 < fi
3435 <
3436 <          ;;
3437 <        -bI:*)
3438 <            ac_exists=false
2744 <  for ac_i in $ac_cv_f90libs; do
2745 <    if test x"$ac_arg" = x"$ac_i"; then
2746 <      ac_exists=true
2747 <      break
2748 <    fi
2749 <  done
2750 <
2751 <  if test x"$ac_exists" = xtrue; then
2752 <  :
3433 >                opt_perl_shebang="not_set"
3434 > fi;
3435 >   echo "$as_me:$LINENO: checking whether explicit instead of detected sharpbang is to be used" >&5
3436 > echo $ECHO_N "checking whether explicit instead of detected sharpbang is to be used... $ECHO_C" >&6
3437 > if test "${ax_cv_opt_perl_shebang+set}" = set; then
3438 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3439   else
3440 <  if test "$ac_compiler_gnu" = yes; then
3441 <  for ac_link_opt in $ac_arg; do
3442 <    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
3443 <  done
3444 < else
3445 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3440 >   case "$opt_perl_shebang" in
3441 >                      not_set  ) ax_cv_opt_perl_shebang=''
3442 >                               ;;
3443 >                         *     )
3444 >        ax_cv_opt_perl_shebang=`echo "$opt_perl_shebang" | sed -e's|^#!\s*\(.*\)$|\1|'`
3445 >                    esac
3446 >
3447   fi
3448 < fi
3448 > echo "$as_me:$LINENO: result: $ax_cv_opt_perl_shebang" >&5
3449 > echo "${ECHO_T}$ax_cv_opt_perl_shebang" >&6
3450 >   if test "A$ax_cv_opt_perl_shebang" != "A"
3451 >     then
3452 >       ac_cv_sys_kernshrpbang_perl="$ax_cv_opt_perl_shebang"
3453 >       PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl"
3454 >              { echo "$as_me:$LINENO: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&5
3455 > echo "$as_me: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&6;}
3456  
3457 <          ;;
3458 <          # Ignore these flags.
3459 <        -lang* | -lcrt[012].o | -lc | -lgcc | -LANG:=*)
3460 <          ;;
3461 <        -lkernel32)
3462 <          test x"$CYGWIN" != xyes && ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3463 <          ;;
3464 <        -[LRuY])
3465 <          # These flags, when seen by themselves, take an argument.
3466 <          # We remove the space between option and argument and re-iterate
3467 <          # unless we find an empty arg or a new option (starting with -)
3468 <          case $2 in
3469 <             "" | -*);;
3470 <             *)
3471 <                ac_arg="$ac_arg$2"
3472 <
3473 <                shift; shift
3474 <                set X $ac_arg "$@"
3475 <                ;;
3457 > # Automatic detection of sharpbang formula starts here
3458 >     else
3459 >   _somian_shbangperl=`$PERLINTERP -V:startperl`
3460 >   negclass="[^']"; # must leave this comment:  m4 will remove the outer brackets for us, heheh
3461 >   echo "$as_me:$LINENO: checking for kernel sharpbang invocation to start perl" >&5
3462 > echo $ECHO_N "checking for kernel sharpbang invocation to start perl... $ECHO_C" >&6
3463 > if test "${ac_cv_sys_kernshrpbang_perl+set}" = set; then
3464 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3465 > else
3466 >  _somian_kspb_perl=`echo "$_somian_shbangperl" | sed -ne"s|.*='\($negclass*\)';$|\1|p"`
3467 >        if test "x$_somian_kspb_perl" == x
3468 >          then _somian_ksbp_warn_empty='durnit'
3469 >          else
3470 >          case "A$_somian_kspb_perl" in
3471 >                 A#!*perl* )
3472 >           ac_cv_sys_kernshrpbang_perl=`echo "$_somian_kspb_perl" | sed -e's|#!\(.*\)$|\1|'`
3473 >                        ;;
3474 >                     A*    )  _somian_ksbp_warn_defau='trouble'
3475 >                              ac_cv_sys_kernshrpbang_perl="$PERLINTERP"
3476            esac
3477 <          ;;
2784 <        -YP,*)
2785 <          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
2786 <              ac_exists=false
2787 <  for ac_i in $ac_cv_f90libs; do
2788 <    if test x"$ac_j" = x"$ac_i"; then
2789 <      ac_exists=true
2790 <      break
2791 <    fi
2792 <  done
3477 >        fi
3478  
2794  if test x"$ac_exists" = xtrue; then
2795  :
2796 else
2797  ac_arg="$ac_arg $ac_j"
2798                             ac_cv_f90libs="$ac_cv_f90libs $ac_j"
3479   fi
3480 + echo "$as_me:$LINENO: result: $ac_cv_sys_kernshrpbang_perl" >&5
3481 + echo "${ECHO_T}$ac_cv_sys_kernshrpbang_perl" >&6
3482 + # The above prints Checking ... result message to user.
3483 +   PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl"
3484  
3485 <          done
3486 <          ;;
3487 <        -[lLR]*)
2804 <            ac_exists=false
2805 <  for ac_i in $ac_cv_f90libs; do
2806 <    if test x"$ac_arg" = x"$ac_i"; then
2807 <      ac_exists=true
2808 <      break
3485 >    if test A${_somian_ksbp_warn_empty+set} == Aset
3486 >      then   { echo "$as_me:$LINENO: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&5
3487 > echo "$as_me: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&2;}
3488      fi
3489 <  done
3489 > # Inform user after printing result value
3490 >    if test A${_somian_ksbp_warn_defau+set} == Aset
3491 >      then { echo "$as_me:$LINENO: Maybe Not good -" >&5
3492 > echo "$as_me: Maybe Not good -" >&6;}
3493 >           { echo "$as_me:$LINENO: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&5
3494 > echo "$as_me: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&2;}
3495 >      else { echo "$as_me:$LINENO: OK Good result - " >&5
3496 > echo "$as_me: OK Good result - " >&6;}
3497 >           { echo "$as_me:$LINENO: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&5
3498 > echo "$as_me: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&6;}
3499 >    fi
3500 >  fi
3501  
3502 <  if test x"$ac_exists" = xtrue; then
3503 <  :
3502 > # Find a good install program.  We prefer a C program (faster),
3503 > # so one script is as good as another.  But avoid the broken or
3504 > # incompatible versions:
3505 > # SysV /etc/install, /usr/sbin/install
3506 > # SunOS /usr/etc/install
3507 > # IRIX /sbin/install
3508 > # AIX /bin/install
3509 > # AmigaOS /C/install, which installs bootblocks on floppy discs
3510 > # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3511 > # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3512 > # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3513 > # OS/2's system install, which has a completely different semantic
3514 > # ./install, which can be erroneously created by make from ./install.sh.
3515 > echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3516 > echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3517 > if test -z "$INSTALL"; then
3518 > if test "${ac_cv_path_install+set}" = set; then
3519 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3520   else
3521 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3522 < fi
3523 <
3524 <          ;;
3525 <          # Ignore everything else.
3526 <  esac
3521 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3522 > for as_dir in $PATH
3523 > do
3524 >  IFS=$as_save_IFS
3525 >  test -z "$as_dir" && as_dir=.
3526 >  # Account for people who put trailing slashes in PATH elements.
3527 > case $as_dir/ in
3528 >  ./ | .// | /cC/* | \
3529 >  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3530 >  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3531 >  /usr/ucb/* ) ;;
3532 >  *)
3533 >    # OSF1 and SCO ODT 3.0 have their own names for install.
3534 >    # Don't use installbsd from OSF since it installs stuff as root
3535 >    # by default.
3536 >    for ac_prog in ginstall scoinst install; do
3537 >      for ac_exec_ext in '' $ac_executable_extensions; do
3538 >        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3539 >          if test $ac_prog = install &&
3540 >            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3541 >            # AIX install.  It has an incompatible calling convention.
3542 >            :
3543 >          elif test $ac_prog = install &&
3544 >            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3545 >            # program-specific install script used by HP pwplus--don't use.
3546 >            :
3547 >          else
3548 >            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3549 >            break 3
3550 >          fi
3551 >        fi
3552 >      done
3553 >    done
3554 >    ;;
3555 > esac
3556   done
2822 # restore positional arguments
2823 set X $ac_save_positional; shift
3557  
2825 # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
2826 # then we insist that the "run path" must be an absolute path (i.e. it
2827 # must begin with a "/").
2828 case `(uname -sr) 2>/dev/null` in
2829   "SunOS 5"*)
2830      ac_ld_run_path=`echo $ac_f90_v_output |
2831                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
2832      test "x$ac_ld_run_path" != x &&
3558  
2834        if test "$ac_compiler_gnu" = yes; then
2835  for ac_link_opt in $ac_ld_run_path; do
2836    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
2837  done
2838 else
2839  ac_cv_f90libs="$ac_cv_f90libs $ac_ld_run_path"
3559   fi
3560 <      ;;
3561 < esac
3562 < fi # test "x$F90LIBS" = "x"
3563 <
3564 < fi
3565 < echo "$as_me:2846: result: $ac_cv_flibs" >&5
3566 < echo "${ECHO_T}$ac_cv_flibs" >&6
3567 < F90LIBS="$ac_cv_f90libs"
3568 <
3569 < ac_ext=f90
3570 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3571 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2853 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3560 >  if test "${ac_cv_path_install+set}" = set; then
3561 >    INSTALL=$ac_cv_path_install
3562 >  else
3563 >    # As a last resort, use the slow shell script.  We don't cache a
3564 >    # path for INSTALL within a source directory, because that will
3565 >    # break other packages using the cache if that directory is
3566 >    # removed, or if the path is relative.
3567 >    INSTALL=$ac_install_sh
3568 >  fi
3569 > fi
3570 > echo "$as_me:$LINENO: result: $INSTALL" >&5
3571 > echo "${ECHO_T}$INSTALL" >&6
3572  
3573 < echo "$as_me:2855: checking for Fortran 90 name-mangling scheme" >&5
3574 < echo $ECHO_N "checking for Fortran 90 name-mangling scheme... $ECHO_C" >&6
3575 < if test "${ac_cv_f90_mangling+set}" = set; then
2858 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2859 < else
2860 <  ac_ext=f90
2861 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
2862 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2863 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
2864 < cat >conftest.$ac_ext <<_ACEOF
2865 < subroutine foobar()
2866 < return
2867 < end
2868 < subroutine foo_bar()
2869 < return
2870 < end
2871 < _ACEOF
2872 < rm -f conftest.$ac_objext
2873 < if { (eval echo "$as_me:2873: \"$ac_compile\"") >&5
2874 <  (eval $ac_compile) 2>&5
2875 <  ac_status=$?
2876 <  echo "$as_me:2876: \$? = $ac_status" >&5
2877 <  (exit $ac_status); } &&
2878 <         { ac_try='test -s conftest.$ac_objext'
2879 <  { (eval echo "$as_me:2879: \"$ac_try\"") >&5
2880 <  (eval $ac_try) 2>&5
2881 <  ac_status=$?
2882 <  echo "$as_me:2882: \$? = $ac_status" >&5
2883 <  (exit $ac_status); }; }; then
2884 <  mv conftest.$ac_objext cf90_test.$ac_objext
3573 > # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3574 > # It thinks the first close brace ends the variable substitution.
3575 > test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3576  
3577 <  ac_ext=c
2887 < ac_cpp='$CPP $CPPFLAGS'
2888 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2889 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2890 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
3577 > test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3578  
3579 <  ac_save_LIBS=$LIBS
2893 <  LIBS="cf90_test.$ac_objext $F90LIBS $LIBS"
3579 > test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3580  
3581 <  ac_success=no
3582 <  for ac_foobar in foobar FOOBAR; do
3583 <    for ac_underscore in "" "_"; do
3584 <      ac_func="$ac_foobar$ac_underscore"
3585 <      cat >conftest.$ac_ext <<_ACEOF
3586 < #line 2900 "configure"
3587 < #include "confdefs.h"
3581 > case "x$INSTALL" in
3582 >   x/*) ;;
3583 >   *) INSTALL=`pwd`/ac-tools/"shtool install -c" ;
3584 > esac
3585 > MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
3586 > # Extract the first word of "ar", so it can be a program name with args.
3587 > set dummy ar; ac_word=$2
3588 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3589 > echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3590 > if test "${ac_cv_prog_AR+set}" = set; then
3591 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3592 > else
3593 >  if test -n "$AR"; then
3594 >  ac_cv_prog_AR="$AR" # Let the user override the test.
3595 > else
3596 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3597 > for as_dir in $PATH
3598 > do
3599 >  IFS=$as_save_IFS
3600 >  test -z "$as_dir" && as_dir=.
3601 >  for ac_exec_ext in '' $ac_executable_extensions; do
3602 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3603 >    ac_cv_prog_AR="ar"
3604 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3605 >    break 2
3606 >  fi
3607 > done
3608 > done
3609  
3610 < /* Override any gcc2 internal prototype to avoid an error.  */
3611 < #ifdef __cplusplus
3612 < extern "C"
3613 < #endif
3614 < /* We use char because int might match the return type of a gcc2
3615 <   builtin and then its argument prototype would still apply.  */
3616 < char $ac_func ();
2910 < int
2911 < main ()
2912 < {
2913 < $ac_func ();
2914 <  ;
2915 <  return 0;
2916 < }
2917 < _ACEOF
2918 < rm -f conftest.$ac_objext conftest$ac_exeext
2919 < if { (eval echo "$as_me:2919: \"$ac_link\"") >&5
2920 <  (eval $ac_link) 2>&5
2921 <  ac_status=$?
2922 <  echo "$as_me:2922: \$? = $ac_status" >&5
2923 <  (exit $ac_status); } &&
2924 <         { ac_try='test -s conftest$ac_exeext'
2925 <  { (eval echo "$as_me:2925: \"$ac_try\"") >&5
2926 <  (eval $ac_try) 2>&5
2927 <  ac_status=$?
2928 <  echo "$as_me:2928: \$? = $ac_status" >&5
2929 <  (exit $ac_status); }; }; then
2930 <  ac_success=yes; break 2
3610 >  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE"
3611 > fi
3612 > fi
3613 > AR=$ac_cv_prog_AR
3614 > if test -n "$AR"; then
3615 >  echo "$as_me:$LINENO: result: $AR" >&5
3616 > echo "${ECHO_T}$AR" >&6
3617   else
3618 <  echo "$as_me: failed program was:" >&5
3619 < cat conftest.$ac_ext >&5
3618 >  echo "$as_me:$LINENO: result: no" >&5
3619 > echo "${ECHO_T}no" >&6
3620   fi
2935 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2936    done
2937  done
3621  
3622 <  if test "$ac_success" = "yes"; then
3623 <     case $ac_foobar in
3624 <        foobar)
3625 <           ac_case=lower
3626 <           ac_foo_bar=foo_bar
3627 <           ;;
3628 <        FOOBAR)
3629 <           ac_case=upper
3630 <           ac_foo_bar=FOO_BAR
3631 <           ;;
3632 <     esac
3622 > if test "$AR" = "NONE"; then
3623 >  cat >confcache <<\_ACEOF
3624 > # This file is a shell script that caches the results of configure
3625 > # tests run on this system so they can be shared between configure
3626 > # scripts and configure runs, see configure's option --config-cache.
3627 > # It is not useful on other systems.  If it contains results you don't
3628 > # want to keep, you may remove or edit it.
3629 > #
3630 > # config.status only pays attention to the cache file if you give it
3631 > # the --recheck option to rerun configure.
3632 > #
3633 > # `ac_cv_env_foo' variables (set or unset) will be overridden when
3634 > # loading this file, other *unset* `ac_cv_foo' will be assigned the
3635 > # following values.
3636  
3637 <     ac_success_extra=no
2952 <     for ac_extra in "" "_"; do
2953 <        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
3637 > _ACEOF
3638  
3639 <        cat >conftest.$ac_ext <<_ACEOF
3640 < #line 2956 "configure"
3641 < #include "confdefs.h"
3642 <
3643 < /* Override any gcc2 internal prototype to avoid an error.  */
2960 < #ifdef __cplusplus
2961 < extern "C"
2962 < #endif
2963 < /* We use char because int might match the return type of a gcc2
2964 <   builtin and then its argument prototype would still apply.  */
2965 < char $ac_func ();
2966 < int
2967 < main ()
3639 > # The following way of writing the cache mishandles newlines in values,
3640 > # but we know of no workaround that is simple, portable, and efficient.
3641 > # So, don't put newlines in cache variables' values.
3642 > # Ultrix sh set writes to stderr and can't be redirected directly,
3643 > # and sets the high bit in the cache file unless we assign to the vars.
3644   {
3645 < $ac_func ();
3646 <  ;
3647 <  return 0;
3648 < }
3649 < _ACEOF
3650 < rm -f conftest.$ac_objext conftest$ac_exeext
3651 < if { (eval echo "$as_me:2975: \"$ac_link\"") >&5
3652 <  (eval $ac_link) 2>&5
3653 <  ac_status=$?
3654 <  echo "$as_me:2978: \$? = $ac_status" >&5
3655 <  (exit $ac_status); } &&
3656 <         { ac_try='test -s conftest$ac_exeext'
3657 <  { (eval echo "$as_me:2981: \"$ac_try\"") >&5
3658 <  (eval $ac_try) 2>&5
3659 <  ac_status=$?
3660 <  echo "$as_me:2984: \$? = $ac_status" >&5
3661 <  (exit $ac_status); }; }; then
3662 <  ac_success_extra=yes; break
3645 >  (set) 2>&1 |
3646 >    case `(ac_space=' '; set | grep ac_space) 2>&1` in
3647 >    *ac_space=\ *)
3648 >      # `set' does not quote correctly, so add quotes (double-quote
3649 >      # substitution turns \\\\ into \\, and sed turns \\ into \).
3650 >      sed -n \
3651 >        "s/'/'\\\\''/g;
3652 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3653 >      ;;
3654 >    *)
3655 >      # `set' quotes correctly as required by POSIX, so do not add quotes.
3656 >      sed -n \
3657 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3658 >      ;;
3659 >    esac;
3660 > } |
3661 >  sed '
3662 >     t clear
3663 >     : clear
3664 >     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3665 >     t end
3666 >     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3667 >     : end' >>confcache
3668 > if diff $cache_file confcache >/dev/null 2>&1; then :; else
3669 >  if test -w $cache_file; then
3670 >    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3671 >    cat confcache >$cache_file
3672 >  else
3673 >    echo "not updating unwritable cache $cache_file"
3674 >  fi
3675 > fi
3676 > rm -f confcache
3677 >  exit 1
3678 > fi
3679 > # Extract the first word of "ps", so it can be a program name with args.
3680 > set dummy ps; ac_word=$2
3681 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3682 > echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3683 > if test "${ac_cv_path_PS+set}" = set; then
3684 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3685   else
3686 <  echo "$as_me: failed program was:" >&5
3687 < cat conftest.$ac_ext >&5
3686 >  case $PS in
3687 >  [\\/]* | ?:[\\/]*)
3688 >  ac_cv_path_PS="$PS" # Let the user override the test with a path.
3689 >  ;;
3690 >  *)
3691 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3692 > for as_dir in $PATH
3693 > do
3694 >  IFS=$as_save_IFS
3695 >  test -z "$as_dir" && as_dir=.
3696 >  for ac_exec_ext in '' $ac_executable_extensions; do
3697 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3698 >    ac_cv_path_PS="$as_dir/$ac_word$ac_exec_ext"
3699 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 >    break 2
3701 >  fi
3702 > done
3703 > done
3704 >
3705 >  ;;
3706 > esac
3707   fi
3708 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
2992 <     done
3708 > PS=$ac_cv_path_PS
3709  
3710 <     if test "$ac_success_extra" = "yes"; then
3711 <        ac_cv_f90_mangling="$ac_case case"
3712 <        if test -z "$ac_underscore"; then
3713 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no underscore"
3714 <        else
3715 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, underscore"
3710 > if test -n "$PS"; then
3711 >  echo "$as_me:$LINENO: result: $PS" >&5
3712 > echo "${ECHO_T}$PS" >&6
3713 > else
3714 >  echo "$as_me:$LINENO: result: no" >&5
3715 > echo "${ECHO_T}no" >&6
3716 > fi
3717  
3718 <        fi
3719 <        if test -z "$ac_extra"; then
3720 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no extra underscore"
3718 > echo "$as_me:$LINENO: checking for POSIX or BSD ps syntax" >&5
3719 > echo $ECHO_N "checking for POSIX or BSD ps syntax... $ECHO_C" >&6
3720 > if test "${ac_cv_prog_ps_syntax+set}" = set; then
3721 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3722 > else
3723 >
3724 >        if $PS ax -o rss > /dev/null 2>&1; then
3725 >                ac_cv_prog_ps_ax=yes
3726          else
3727 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, extra underscore"
3728 <        fi
3729 <      else
3730 <        ac_cv_f90_mangling="unknown"
3731 <      fi
3727 >                ac_cv_prog_ps_ax=no
3728 >        fi
3729 >        if $PS -ef -o rss > /dev/null 2>&1; then
3730 >                ac_cv_prog_ps_ef=yes
3731 >        else
3732 >                ac_cv_prog_ps_ef=no
3733 >        fi
3734 >        if test "$ac_cv_prog_ps_ax" = yes; then
3735 >                ac_cv_prog_ps_syntax=BSD
3736 >        else
3737 >                if test "$ac_cv_prog_ps_ef" = yes; then
3738 >                        ac_cv_prog_ps_syntax=POSIX
3739 >                else
3740 >                        { { echo "$as_me:$LINENO: error: Could not determine ps syntax" >&5
3741 > echo "$as_me: error: Could not determine ps syntax" >&2;}
3742 >   { (exit 1); exit 1; }; }
3743 >                fi
3744 >        fi
3745 >
3746 > fi
3747 > echo "$as_me:$LINENO: result: $ac_cv_prog_ps_syntax" >&5
3748 > echo "${ECHO_T}$ac_cv_prog_ps_syntax" >&6
3749 >
3750 > cat >>confdefs.h <<_ACEOF
3751 > #define PSCOMMAND $PS
3752 > _ACEOF
3753 >
3754 > if test "$ac_cv_prog_ps_syntax" = BSD; then
3755 >
3756 > cat >>confdefs.h <<\_ACEOF
3757 > #define PSTYPE_IS_BSD 1
3758 > _ACEOF
3759 >
3760 > else
3761 >   if test "$ac_cv_prog_ps_syntax" = POSIX; then
3762 >
3763 > cat >>confdefs.h <<\_ACEOF
3764 > #define PSTYPE_IS_POSIX 1
3765 > _ACEOF
3766 >
3767 >   else
3768 >       { { echo "$as_me:$LINENO: error: Unknown ps syntax type!" >&5
3769 > echo "$as_me: error: Unknown ps syntax type!" >&2;}
3770 >   { (exit 1); exit 1; }; }
3771 >   fi
3772 > fi
3773 >
3774 > ac_ext=${FC_SRCEXT-f}
3775 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
3776 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
3777 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
3778 >
3779 >
3780 > echo "$as_me:$LINENO: checking for Fortran flag to compile .F90 files" >&5
3781 > echo $ECHO_N "checking for Fortran flag to compile .F90 files... $ECHO_C" >&6
3782 > if test "${ac_cv_fc_srcext_F90+set}" = set; then
3783 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3784 > else
3785 >  ac_ext=F90
3786 > ac_fc_srcext_FCFLAGS_SRCEXT_save=$FCFLAGS_SRCEXT
3787 > FCFLAGS_SRCEXT=""
3788 > ac_cv_fc_srcext_F90=unknown
3789 > for ac_flag in none -qsuffix=f=F90 -Tf; do
3790 >  test "x$ac_flag" != xnone && FCFLAGS_SRCEXT="$ac_flag"
3791 >  cat >conftest.$ac_ext <<_ACEOF
3792 >      program main
3793 >
3794 >      end
3795 > _ACEOF
3796 > rm -f conftest.$ac_objext
3797 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3798 >  (eval $ac_compile) 2>conftest.er1
3799 >  ac_status=$?
3800 >  grep -v '^ *+' conftest.er1 >conftest.err
3801 >  rm -f conftest.er1
3802 >  cat conftest.err >&5
3803 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804 >  (exit $ac_status); } &&
3805 >         { ac_try='test -z "$ac_fc_werror_flag"
3806 >                         || test ! -s conftest.err'
3807 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3808 >  (eval $ac_try) 2>&5
3809 >  ac_status=$?
3810 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3811 >  (exit $ac_status); }; } &&
3812 >         { ac_try='test -s conftest.$ac_objext'
3813 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3814 >  (eval $ac_try) 2>&5
3815 >  ac_status=$?
3816 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3817 >  (exit $ac_status); }; }; then
3818 >  ac_cv_fc_srcext_F90=$ac_flag; break
3819 > else
3820 >  echo "$as_me: failed program was:" >&5
3821 > sed 's/^/| /' conftest.$ac_ext >&5
3822 >
3823 > fi
3824 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3825 > done
3826 > rm -f conftest.$ac_objext conftest.F90
3827 > FCFLAGS_SRCEXT=$ac_fc_srcext_FCFLAGS_SRCEXT_save
3828 >
3829 > fi
3830 > echo "$as_me:$LINENO: result: $ac_cv_fc_srcext_F90" >&5
3831 > echo "${ECHO_T}$ac_cv_fc_srcext_F90" >&6
3832 > if test "x$ac_cv_fc_srcext_F90" = xunknown; then
3833 >  { { echo "$as_me:$LINENO: error: Fortran could not compile .F90 files" >&5
3834 > echo "$as_me: error: Fortran could not compile .F90 files" >&2;}
3835 >   { (exit 1); exit 1; }; }
3836 > else
3837 >  FC_SRCEXT=F90
3838 >  if test "x$ac_cv_fc_srcext_F90" = xnone; then
3839 >    FCFLAGS_SRCEXT=""
3840 >    FCFLAGS_F90=""
3841    else
3842 <     ac_cv_f90_mangling="unknown"
3842 >    FCFLAGS_SRCEXT=$ac_cv_fc_srcext_F90
3843 >    FCFLAGS_F90=$ac_cv_fc_srcext_F90
3844 >  fi
3845  
3846 +
3847 + fi
3848 +
3849 +
3850 +
3851 +
3852 +
3853 + # Try to determine native compiler flags that allow us to use F90 suffix
3854 + # for preprocessed f90 source.
3855 +
3856 + if test "$ac_test_PREPFLAG" != "set"; then
3857 +  PREPFLAG=""
3858 +  case "${host_cpu}-${host_os}" in
3859 +
3860 +  *linux*) if test "$FC" = ifc -o "$FC" = ifort; then
3861 +                    PREPFLAG="-fpp1 "
3862 +                fi;;
3863 +  *aix*)  if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then
3864 +                    PREPFLAG="-qsuffix=cpp=F90 "
3865 +                fi;;
3866 +  *darwin*)
3867 +        if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
3868 +                PREPFLAG="-qsuffix=cpp=F90 "
3869 +        fi;;
3870 +  esac
3871 +
3872 +  if test -z "$PREPFLAG"; then
3873 +        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPFLAG\"" >&5
3874 + echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;}
3875 +        PREPFLAG=""
3876    fi
3877  
3878 <  LIBS=$ac_save_LIBS
3879 <  ac_ext=f90
3880 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3881 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3883 <  rm -f cf90_test* conftest*
3878 >  echo "$as_me:$LINENO: checking to make sure F90 preprocessor flag works" >&5
3879 > echo $ECHO_N "checking to make sure F90 preprocessor flag works... $ECHO_C" >&6
3880 >
3881 >
3882 >  ac_ext=${FC_SRCEXT-f}
3883 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
3884 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
3885 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
3886 >
3887 >  ac_save_ext=$ac_ext
3888 >  ac_ext=F90
3889 >  ac_save_FCFLAGS_SRCEXT=$FCFLAGS_SRCEXT
3890 >
3891 >  if test "$PREPFLAG"; then
3892 >  FCFLAGS_SRCEXT="${PREPFLAG}"
3893 > fi
3894 >
3895 >    cat >conftest.$ac_ext <<_ACEOF
3896 >
3897 >
3898 > program conftest
3899 >  integer :: i
3900 >  i = 1
3901 > end program conftest
3902 >
3903 > _ACEOF
3904 > rm -f conftest.$ac_objext
3905 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3906 >  (eval $ac_compile) 2>conftest.er1
3907 >  ac_status=$?
3908 >  grep -v '^ *+' conftest.er1 >conftest.err
3909 >  rm -f conftest.er1
3910 >  cat conftest.err >&5
3911 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3912 >  (exit $ac_status); } &&
3913 >         { ac_try='test -z "$ac_fc_werror_flag"
3914 >                         || test ! -s conftest.err'
3915 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3916 >  (eval $ac_try) 2>&5
3917 >  ac_status=$?
3918 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 >  (exit $ac_status); }; } &&
3920 >         { ac_try='test -s conftest.$ac_objext'
3921 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3922 >  (eval $ac_try) 2>&5
3923 >  ac_status=$?
3924 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3925 >  (exit $ac_status); }; }; then
3926 >  prepflagworks=1
3927   else
3928    echo "$as_me: failed program was:" >&5
3929 < cat conftest.$ac_ext >&5
3929 > sed 's/^/| /' conftest.$ac_ext >&5
3930 >
3931 > prepflagworks=0
3932   fi
3933 < rm -f conftest.$ac_objext conftest.$ac_ext
3026 < ac_ext=f90
3027 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3028 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3029 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3933 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3934  
3935 < fi
3936 < echo "$as_me:3032: result: $ac_cv_f90_mangling" >&5
3937 < echo "${ECHO_T}$ac_cv_f90_mangling" >&6
3935 >  FCFLAGS_SRCEXT=$ac_save_FCFLAGS_SRCEXT
3936 >  ac_ext=$ac_save_ext
3937 >  ac_ext=${FC_SRCEXT-f}
3938 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
3939 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
3940 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
3941 >
3942 >
3943 >  if test "$prepflagworks" = 1; then
3944 >    echo "$as_me:$LINENO: result: yes" >&5
3945 > echo "${ECHO_T}yes" >&6
3946 >    FCFLAGS_SRCEXT="${PREPFLAG}"
3947 >
3948 >  else
3949 >    echo "$as_me:$LINENO: result: no" >&5
3950 > echo "${ECHO_T}no" >&6
3951 >    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor flag" >&5
3952 > echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
3953 >   { (exit 1); exit 1; }; }
3954 >  fi
3955 > fi
3956 >
3957  
3035 case $ac_cv_f90_mangling in
3036  "lower case, no underscore, no extra underscore")
3037          cat >>confdefs.h <<\EOF
3038 #define F90_FUNC(name,NAME) name
3039 EOF
3958  
3041          cat >>confdefs.h <<\EOF
3042 #define F90_FUNC_(name,NAME) name
3043 EOF
3044 ;;
3045  "lower case, no underscore, extra underscore")
3046          cat >>confdefs.h <<\EOF
3047 #define F90_FUNC(name,NAME) name
3048 EOF
3959  
3050          cat >>confdefs.h <<\EOF
3051 #define F90_FUNC_(name,NAME) name ## _
3052 EOF
3053 ;;
3054  "lower case, underscore, no extra underscore")
3055          cat >>confdefs.h <<\EOF
3056 #define F90_FUNC(name,NAME) name ## _
3057 EOF
3960  
3961 <          cat >>confdefs.h <<\EOF
3962 < #define F90_FUNC_(name,NAME) name ## _
3061 < EOF
3062 < ;;
3063 <  "lower case, underscore, extra underscore")
3064 <          cat >>confdefs.h <<\EOF
3065 < #define F90_FUNC(name,NAME) name ## _
3066 < EOF
3961 > # Try to determine native compiler flags that allow us to use F90 suffix
3962 > # for preprocessed f90 source with -D type defines
3963  
3964 <          cat >>confdefs.h <<\EOF
3965 < #define F90_FUNC_(name,NAME) name ## __
3966 < EOF
3071 < ;;
3072 <  "upper case, no underscore, no extra underscore")
3073 <          cat >>confdefs.h <<\EOF
3074 < #define F90_FUNC(name,NAME) NAME
3075 < EOF
3964 > if test "$ac_test_PREPDEFFLAG" != "set"; then
3965 >  PREPDEFFLAG=""
3966 >  case "${host_cpu}-${host_os}" in
3967  
3968 <          cat >>confdefs.h <<\EOF
3969 < #define F90_FUNC_(name,NAME) NAME
3970 < EOF
3971 < ;;
3972 <  "upper case, no underscore, extra underscore")
3973 <          cat >>confdefs.h <<\EOF
3974 < #define F90_FUNC(name,NAME) NAME
3975 < EOF
3968 >  *linux*) if test "$FC" = ifc -o "$FC" = ifort; then
3969 >                    PREPDEFFLAG=" "
3970 >                fi;;
3971 >  *aix*)  if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then
3972 >                    PREPDEFFLAG="-WF,"
3973 >                fi;;
3974 >  *darwin*)
3975 >        if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
3976 >                PREPDEFFLAG="-WF,"
3977 >        fi;;
3978 >  esac
3979  
3980 <          cat >>confdefs.h <<\EOF
3981 < #define F90_FUNC_(name,NAME) NAME ## _
3982 < EOF
3983 < ;;
3984 <  "upper case, underscore, no extra underscore")
3091 <          cat >>confdefs.h <<\EOF
3092 < #define F90_FUNC(name,NAME) NAME ## _
3093 < EOF
3980 >  if test -z "$PREPDEFFLAG"; then
3981 >        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPDEFFLAG\"" >&5
3982 > echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;}
3983 >        PREPDEFFLAG=" "
3984 >  fi
3985  
3986 <          cat >>confdefs.h <<\EOF
3987 < #define F90_FUNC_(name,NAME) NAME ## _
3097 < EOF
3098 < ;;
3099 <  "upper case, underscore, extra underscore")
3100 <          cat >>confdefs.h <<\EOF
3101 < #define F90_FUNC(name,NAME) NAME ## _
3102 < EOF
3986 >  echo "$as_me:$LINENO: checking to make sure F90 preprocessor define flag works" >&5
3987 > echo $ECHO_N "checking to make sure F90 preprocessor define flag works... $ECHO_C" >&6
3988  
3104          cat >>confdefs.h <<\EOF
3105 #define F90_FUNC_(name,NAME) NAME ## __
3106 EOF
3107 ;;
3108  *)
3109          { echo "$as_me:3109: WARNING: unknown Fortran 90 name-mangling scheme" >&5
3110 echo "$as_me: WARNING: unknown Fortran 90 name-mangling scheme" >&2;}
3111          ;;
3112 esac
3989  
3990 < echo "$as_me:3114: checking for module suffix" >&5
3991 < echo $ECHO_N "checking for module suffix... $ECHO_C" >&6
3992 < rm -f conftest*
3993 < # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
3994 < rm -f work*
3995 < cat >conftest.f90 <<EOF
3996 <        module conftest
3997 <        integer n
3998 <        parameter (n=1)
3999 <        end module conftest
4000 < EOF
4001 < # SGI and absoft compilers generates module name in upper case!
4002 < testname="conftest"
4003 < modcase="lower"
4004 < if $F90 -c conftest.f90 > conftest.out 2>&1 ; then
4005 <    MOD=`ls conftest* | grep -v conftest.f | grep -v conftest.o`
4006 <    MOD=`echo "$MOD" | sed -e 's/conftest\.//g'`
4007 <    if test -z "$MOD" ; then
4008 <        MOD=`ls CONFTEST* 2>/dev/null \
4009 <                | grep -v CONFTEST.f | grep -v CONFTEST.o`
4010 <        MOD=`echo "$MOD" | sed -e 's/CONFTEST\.//g'`
4011 <        if test -n "$MOD" ; then
4012 <            testname="CONFTEST"
4013 <            modcase="upper"
4014 <        fi
4015 <    fi
4016 <    if test -z "$MOD" ; then
4017 <        echo "$as_me:3141: result: unknown" >&5
4018 < echo "${ECHO_T}unknown" >&6
4019 <        # Use mod if we can't figure it out
4020 <        MOD="mod"
4021 <    else
4022 <        echo "$as_me:3146: result: $MOD" >&5
4023 < echo "${ECHO_T}$MOD" >&6
4024 <    fi
4025 <    if test -s work.pcl ; then
4026 <        { echo "$as_me:3150: WARNING: Compiler generates auxillery files!" >&5
4027 < echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
4028 <    fi
3990 >  ac_ext=${FC_SRCEXT-f}
3991 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
3992 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
3993 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
3994 >
3995 >  ac_save_ext=$ac_ext
3996 >  ac_ext=F90
3997 >  ac_save_FCFLAGS=$FCFLAGS
3998 >
3999 >  if test "$PREPDEFFLAG"; then
4000 >  FCFLAGS="${FCFLAGS} ${PREPDEFFLAG}-DTEST"
4001 > fi
4002 >
4003 >    cat >conftest.$ac_ext <<_ACEOF
4004 >
4005 >
4006 > program conftest
4007 >  integer :: i
4008 > #ifdef TEST
4009 >  i = 1
4010 > #else
4011 >  choke me
4012 > #endif
4013 > end program conftest
4014 >
4015 > _ACEOF
4016 > rm -f conftest.$ac_objext
4017 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4018 >  (eval $ac_compile) 2>conftest.er1
4019 >  ac_status=$?
4020 >  grep -v '^ *+' conftest.er1 >conftest.err
4021 >  rm -f conftest.er1
4022 >  cat conftest.err >&5
4023 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 >  (exit $ac_status); } &&
4025 >         { ac_try='test -z "$ac_fc_werror_flag"
4026 >                         || test ! -s conftest.err'
4027 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4028 >  (eval $ac_try) 2>&5
4029 >  ac_status=$?
4030 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4031 >  (exit $ac_status); }; } &&
4032 >         { ac_try='test -s conftest.$ac_objext'
4033 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4034 >  (eval $ac_try) 2>&5
4035 >  ac_status=$?
4036 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 >  (exit $ac_status); }; }; then
4038 >  prepdefflagworks=1
4039   else
4040 <    echo "$as_me:3154: result: unknown" >&5
4041 < echo "${ECHO_T}unknown" >&6
4040 >  echo "$as_me: failed program was:" >&5
4041 > sed 's/^/| /' conftest.$ac_ext >&5
4042 >
4043 > prepdefflagworks=0
4044   fi
4045 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4046  
4047 < # Check for module include path (some use -I, some (Solaris) use -M, some
4048 < # (absoft) use -p).
4049 < # Intel compilers use a wierd system: -cl,filename.pcl .  If no file is
4050 < # specified, work.pcl and work.pc are created.  However, if you specify
4051 < # a file, it must contain a the name of a file ending in .pc .  Ugh!
4052 < # Use the module made above
3164 < echo "$as_me:3164: checking for module directory path flag" >&5
3165 < echo $ECHO_N "checking for module directory path flag... $ECHO_C" >&6
3166 < rm -f conftest*
3167 < # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
3168 < rm -f work*
3169 < cat >conftest.f90 <<EOF
3170 <        module conftest
3171 <        integer n
3172 <        parameter (n=1)
3173 <        end module conftest
3174 < EOF
3175 < # SGI and absoft compilers generates module name in upper case!
3176 < testname="conftest"
3177 < if $F90 -c conftest.f90 > conftest.out 2>&1 ; then
3178 <   mod=`ls CONFTEST* 2>/dev/null | grep -v CONFTEST.f | grep -v CONFTEST.o`
3179 <   mod=`echo "$mod" | sed -e 's/CONFTEST\.//g'`
3180 <   if test -n "$mod" ; then
3181 <      testname="CONFTEST"
3182 <   fi
3183 <   madedir=0
3184 <   if test ! -d conf ; then mkdir conf ; madedir=1; fi
3185 <   cp $testname.$MOD conf
3186 <   rm -f conftest* CONFTEST*
3187 <   cat >conftest1.f90 <<EOF
3188 <        program main
3189 <        use conftest
3190 <        print *, n
3191 <        end
3192 < EOF
3193 <   F90_WORK_FILES_ARG=""
3194 <   F90MODINCSPEC=""
3195 <   if $F90 -c -Iconf conftest1.f90 > conftest.out 2>&1 ; then
3196 <       MODDIRFLAG="-I"
3197 <       F90MODINCSPEC="-I<dir>"
3198 <       echo "$as_me:3198: result: -I" >&5
3199 < echo "${ECHO_T}-I" >&6
3200 <   elif $F90 -c -Mconf conftest1.f90 >> conftest.out 2>&1 ; then
3201 <       MODDIRFLAG="-M"
3202 <       F90MODINCSPEC="-M<dir>"
3203 <       echo "$as_me:3203: result: -M" >&5
3204 < echo "${ECHO_T}-M" >&6
3205 <   elif $F90 -c -pconf conftest1.f90 >> conftest.out 2>&1 ; then
3206 <       MODDIRFLAG="-p"
3207 <       F90MODINCSPEC="-p<dir>"
3208 <       echo "$as_me:3208: result: -p" >&5
3209 < echo "${ECHO_T}-p" >&6
3210 <   elif test -s work.pc ; then
3211 <        cp work.pc conf/mpimod.pc
3212 <        echo "mpimod.pc" > conf/mpimod.pcl
3213 <        echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl
3214 <        if $F90 -c -cl,conf/mpimod.pcl conftest1.f >>conftest.out 2>&1 ; then
3215 <            MODDIRFLAG='-cl,mpimod.pcl'
3216 <            echo "$as_me:3216: result: -cl,filename where filename contains a list of files and directories" >&5
3217 < echo "${ECHO_T}-cl,filename where filename contains a list of files and directories" >&6
3218 <            F90_WORK_FILES_ARG="-cl,mpimod.pcl"
3219 <            F90MODINCSPEC="-cl,<dir>/<file>mod.pcl"
4047 >  FCFLAGS=$ac_save_FCFLAGS
4048 >  ac_ext=$ac_save_ext
4049 >  ac_ext=${FC_SRCEXT-f}
4050 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4051 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4052 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4053  
3221        else
3222            # The version of the Intel compiler that I have refuses to let
3223            # you put the "work catalog" list anywhere but the current
3224            # directory. For example, you cannot in
3225         :
3226        fi
3227   fi
3228   if test -z "MODDIRFLAG" ; then
3229       echo "$as_me:3229: result: unknown" >&5
3230 echo "${ECHO_T}unknown" >&6
3231   fi
4054  
4055 <   rm -f conftest* conf/conftest* conf/CONFTEST* CONFTEST* conf/mpimod*
4056 <   if test $madedir = 1 ; then rmdir conf ; fi
4055 >  if test "$prepdefflagworks" = 1; then
4056 >    echo "$as_me:$LINENO: result: yes" >&5
4057 > echo "${ECHO_T}yes" >&6
4058 >
4059 >  else
4060 >    echo "$as_me:$LINENO: result: no" >&5
4061 > echo "${ECHO_T}no" >&6
4062 >    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor define flag" >&5
4063 > echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
4064 >   { (exit 1); exit 1; }; }
4065 >  fi
4066   fi
4067  
4068 < echo "$as_me:3237: checking for Fortran 90 module file names" >&5
4069 < echo $ECHO_N "checking for Fortran 90 module file names... $ECHO_C" >&6
4070 < if test "${ac_cv_f90_module_names+set}" = set; then
4068 > ac_ext=${FC_SRCEXT-f}
4069 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4070 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4071 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4072 > echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
4073 > echo $ECHO_N "checking how to get verbose linking output from $FC... $ECHO_C" >&6
4074 > if test "${ac_cv_prog_fc_v+set}" = set; then
4075    echo $ECHO_N "(cached) $ECHO_C" >&6
4076   else
4077 <  ac_ext=f90
4078 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3244 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4077 >  cat >conftest.$ac_ext <<_ACEOF
4078 >      program main
4079  
4080 < # carry out the test in a new directory, so that we don't miss anything
3248 < mkdir conftest
3249 < cd conftest
3250 < cat >conftest.$ac_ext <<_ACEOF
3251 < MODULE Bar
3252 < END MODULE Bar
4080 >      end
4081   _ACEOF
4082   rm -f conftest.$ac_objext
4083 < if { (eval echo "$as_me:3255: \"$ac_compile\"") >&5
4084 <  (eval $ac_compile) 2>&5
4083 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4084 >  (eval $ac_compile) 2>conftest.er1
4085    ac_status=$?
4086 <  echo "$as_me:3258: \$? = $ac_status" >&5
4086 >  grep -v '^ *+' conftest.er1 >conftest.err
4087 >  rm -f conftest.er1
4088 >  cat conftest.err >&5
4089 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4090    (exit $ac_status); } &&
4091 <         { ac_try='test -s conftest.$ac_objext'
4092 <  { (eval echo "$as_me:3261: \"$ac_try\"") >&5
4091 >         { ac_try='test -z "$ac_fc_werror_flag"
4092 >                         || test ! -s conftest.err'
4093 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4094    (eval $ac_try) 2>&5
4095    ac_status=$?
4096 <  echo "$as_me:3264: \$? = $ac_status" >&5
4096 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4097 >  (exit $ac_status); }; } &&
4098 >         { ac_try='test -s conftest.$ac_objext'
4099 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4100 >  (eval $ac_try) 2>&5
4101 >  ac_status=$?
4102 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4103    (exit $ac_status); }; }; then
4104 <  ac_cv_f90_module_names=
4105 < ac_file_list=*
4106 < for ac_file in $ac_file_list; do
4107 <   case $ac_file in
4108 <      # don't care for original source and object files
4109 <      conftest.$ac_ext | conftest.$ac_objext | conftest.err )
4110 <          :
4111 <          ;;
4112 <      # look for new files derived from the file name
4113 <      *conftest*)
4114 <          ac_pat=`echo $ac_file | sed s/conftest/%FILE%/`
4115 <            ac_exists=false
4116 <  for ac_i in $ac_cv_f90_module_names; do
4117 <    if test x"$ac_pat" = x"$ac_i"; then
4104 >  ac_cv_prog_fc_v=
4105 > # Try some options frequently used verbose output
4106 > for ac_verb in -v -verbose --verbose -V -\#\#\#; do
4107 >  cat >conftest.$ac_ext <<_ACEOF
4108 >      program main
4109 >
4110 >      end
4111 > _ACEOF
4112 >
4113 > # Compile and link our simple test program by passing a flag (argument
4114 > # 1 to this macro) to the Fortran compiler in order to get
4115 > # "verbose" output that we can then parse for the Fortran linker
4116 > # flags.
4117 > ac_save_FFLAGS=$FCFLAGS
4118 > FCFLAGS="$FCFLAGS $ac_verb"
4119 > (eval echo $as_me:4119: \"$ac_link\") >&5
4120 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4121 > echo "$ac_fc_v_output" >&5
4122 > FCFLAGS=$ac_save_FFLAGS
4123 >
4124 > rm -f conftest*
4125 >
4126 > # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
4127 > # /foo, /bar, and /baz are search directories for the Fortran linker.
4128 > # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
4129 > ac_fc_v_output="`echo $ac_fc_v_output |
4130 >        grep 'LPATH is:' |
4131 >        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
4132 >
4133 > case $ac_fc_v_output in
4134 >  # If we are using xlf then replace all the commas with spaces.
4135 >  *xlfentry*)
4136 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;;
4137 >
4138 >  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
4139 >  # $LIBS confuse us, and the libraries appear later in the output anyway).
4140 >  *mGLOB_options_string*)
4141 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
4142 >
4143 >  # If we are using Cray Fortran then delete quotes.
4144 >  # Use "\"" instead of '"' for font-lock-mode.
4145 >  # FIXME: a more general fix for quoted arguments with spaces?
4146 >  *cft90*)
4147 >    ac_fc_v_output=`echo $ac_fc_v_output | sed "s/\"//g"` ;;
4148 > esac
4149 >
4150 >
4151 >  # look for -l* and *.a constructs in the output
4152 >  for ac_arg in $ac_fc_v_output; do
4153 >     case $ac_arg in
4154 >        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
4155 >          ac_cv_prog_fc_v=$ac_verb
4156 >          break 2 ;;
4157 >     esac
4158 >  done
4159 > done
4160 > if test -z "$ac_cv_prog_fc_v"; then
4161 >   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
4162 > echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
4163 > fi
4164 > else
4165 >  echo "$as_me: failed program was:" >&5
4166 > sed 's/^/| /' conftest.$ac_ext >&5
4167 >
4168 > { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
4169 > echo "$as_me: WARNING: compilation failed" >&2;}
4170 > fi
4171 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4172 >
4173 > fi
4174 > echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
4175 > echo "${ECHO_T}$ac_cv_prog_fc_v" >&6
4176 > echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
4177 > echo $ECHO_N "checking for Fortran libraries of $FC... $ECHO_C" >&6
4178 > if test "${ac_cv_fc_libs+set}" = set; then
4179 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4180 > else
4181 >  if test "x$FCLIBS" != "x"; then
4182 >  ac_cv_fc_libs="$FCLIBS" # Let the user override the test.
4183 > else
4184 >
4185 > cat >conftest.$ac_ext <<_ACEOF
4186 >      program main
4187 >
4188 >      end
4189 > _ACEOF
4190 >
4191 > # Compile and link our simple test program by passing a flag (argument
4192 > # 1 to this macro) to the Fortran compiler in order to get
4193 > # "verbose" output that we can then parse for the Fortran linker
4194 > # flags.
4195 > ac_save_FFLAGS=$FCFLAGS
4196 > FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v"
4197 > (eval echo $as_me:4197: \"$ac_link\") >&5
4198 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4199 > echo "$ac_fc_v_output" >&5
4200 > FCFLAGS=$ac_save_FFLAGS
4201 >
4202 > rm -f conftest*
4203 >
4204 > # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
4205 > # /foo, /bar, and /baz are search directories for the Fortran linker.
4206 > # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
4207 > ac_fc_v_output="`echo $ac_fc_v_output |
4208 >        grep 'LPATH is:' |
4209 >        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
4210 >
4211 > case $ac_fc_v_output in
4212 >  # If we are using xlf then replace all the commas with spaces.
4213 >  *xlfentry*)
4214 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;;
4215 >
4216 >  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
4217 >  # $LIBS confuse us, and the libraries appear later in the output anyway).
4218 >  *mGLOB_options_string*)
4219 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
4220 >
4221 >  # If we are using Cray Fortran then delete quotes.
4222 >  # Use "\"" instead of '"' for font-lock-mode.
4223 >  # FIXME: a more general fix for quoted arguments with spaces?
4224 >  *cft90*)
4225 >    ac_fc_v_output=`echo $ac_fc_v_output | sed "s/\"//g"` ;;
4226 > esac
4227 >
4228 >
4229 >
4230 > ac_cv_fc_libs=
4231 >
4232 > # Save positional arguments (if any)
4233 > ac_save_positional="$@"
4234 >
4235 > set X $ac_fc_v_output
4236 > while test $# != 1; do
4237 >  shift
4238 >  ac_arg=$1
4239 >  case $ac_arg in
4240 >        [\\/]*.a | ?:[\\/]*.a)
4241 >            ac_exists=false
4242 >  for ac_i in $ac_cv_fc_libs; do
4243 >    if test x"$ac_arg" = x"$ac_i"; then
4244        ac_exists=true
4245        break
4246      fi
# Line 3285 | Line 4249 | else
4249    if test x"$ac_exists" = xtrue; then
4250    :
4251   else
4252 <  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
4252 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
4253   fi
4254  
4255            ;;
4256 <      # look for new files derived from the module name,
4257 <      # with different case translation schemes
4258 <      *Bar*)
4259 <          ac_pat=`echo $ac_file | sed s/Bar/%Module%/`
3296 <            ac_exists=false
3297 <  for ac_i in $ac_cv_f90_module_names; do
3298 <    if test x"$ac_pat" = x"$ac_i"; then
4256 >        -bI:*)
4257 >            ac_exists=false
4258 >  for ac_i in $ac_cv_fc_libs; do
4259 >    if test x"$ac_arg" = x"$ac_i"; then
4260        ac_exists=true
4261        break
4262      fi
# Line 3304 | Line 4265 | else
4265    if test x"$ac_exists" = xtrue; then
4266    :
4267   else
4268 <  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
4268 >  if test "$ac_compiler_gnu" = yes; then
4269 >  for ac_link_opt in $ac_arg; do
4270 >    ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt"
4271 >  done
4272 > else
4273 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
4274   fi
4275 + fi
4276  
4277            ;;
4278 <      *bar*)
4279 <          ac_pat=`echo $ac_file | sed s/bar/%module%/`
4280 <            ac_exists=false
4281 <  for ac_i in $ac_cv_f90_module_names; do
4282 <    if test x"$ac_pat" = x"$ac_i"; then
4278 >          # Ignore these flags.
4279 >        -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
4280 >          ;;
4281 >        -lkernel32)
4282 >          test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
4283 >          ;;
4284 >        -[LRuY])
4285 >          # These flags, when seen by themselves, take an argument.
4286 >          # We remove the space between option and argument and re-iterate
4287 >          # unless we find an empty arg or a new option (starting with -)
4288 >          case $2 in
4289 >             "" | -*);;
4290 >             *)
4291 >                ac_arg="$ac_arg$2"
4292 >                shift; shift
4293 >                set X $ac_arg "$@"
4294 >                ;;
4295 >          esac
4296 >          ;;
4297 >        -YP,*)
4298 >          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
4299 >              ac_exists=false
4300 >  for ac_i in $ac_cv_fc_libs; do
4301 >    if test x"$ac_j" = x"$ac_i"; then
4302        ac_exists=true
4303        break
4304      fi
# Line 3321 | Line 4307 | else
4307    if test x"$ac_exists" = xtrue; then
4308    :
4309   else
4310 <  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
4310 >  ac_arg="$ac_arg $ac_j"
4311 >                               ac_cv_fc_libs="$ac_cv_fc_libs $ac_j"
4312   fi
4313  
4314 +          done
4315            ;;
4316 <      *BAR*)
4317 <          ac_pat=`echo $ac_file | sed s/BAR/%MODULE%/`
4318 <            ac_exists=false
4319 <  for ac_i in $ac_cv_f90_module_names; do
3332 <    if test x"$ac_pat" = x"$ac_i"; then
4316 >        -[lLR]*)
4317 >            ac_exists=false
4318 >  for ac_i in $ac_cv_fc_libs; do
4319 >    if test x"$ac_arg" = x"$ac_i"; then
4320        ac_exists=true
4321        break
4322      fi
# Line 3338 | Line 4325 | else
4325    if test x"$ac_exists" = xtrue; then
4326    :
4327   else
4328 <  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
4328 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
4329   fi
4330  
4331            ;;
4332 <       # Other files - we have no idea how they are generated
4333 <       *)
3347 <          { echo "$as_me:3347: WARNING: Bogus file found: $ac_file" >&5
3348 < echo "$as_me: WARNING: Bogus file found: $ac_file" >&2;}
3349 <          ;;
3350 <   esac
4332 >          # Ignore everything else.
4333 >  esac
4334   done
4335 < if test "x$ac_cv_f90_module_names" = "x"; then
4336 <  { echo "$as_me:3353: WARNING: Couldn't determine module file names" >&5
3354 < echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
3355 < fi
4335 > # restore positional arguments
4336 > set X $ac_save_positional; shift
4337  
4338 + # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
4339 + # then we insist that the "run path" must be an absolute path (i.e. it
4340 + # must begin with a "/").
4341 + case `(uname -sr) 2>/dev/null` in
4342 +   "SunOS 5"*)
4343 +      ac_ld_run_path=`echo $ac_fc_v_output |
4344 +                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
4345 +      test "x$ac_ld_run_path" != x &&
4346 +        if test "$ac_compiler_gnu" = yes; then
4347 +  for ac_link_opt in $ac_ld_run_path; do
4348 +    ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt"
4349 +  done
4350   else
4351 <  echo "$as_me: failed program was:" >&5
3359 < cat conftest.$ac_ext >&5
3360 < ac_cv_f90_module_names=
3361 < { echo "$as_me:3361: WARNING: Couldn't determine module file names" >&5
3362 < echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
4351 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_ld_run_path"
4352   fi
4353 < rm -f conftest.$ac_objext conftest.$ac_ext
4354 < cd ..
4355 < # cleanup
3367 < rm -rf conftest
3368 < ac_ext=f90
3369 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3370 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3371 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4353 >      ;;
4354 > esac
4355 > fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
4356  
4357   fi
4358 < echo "$as_me:3374: result: $ac_cv_f90_module_names" >&5
4359 < echo "${ECHO_T}$ac_cv_f90_module_names" >&6 # AC_CACHE_CHECK
4358 > echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
4359 > echo "${ECHO_T}$ac_cv_fc_libs" >&6
4360 > FCLIBS="$ac_cv_fc_libs"
4361  
3377 # We now generate a shell script that will help us to figure out the correct
3378 # module file names, using the value of ac_cv_f90_module_names
4362  
4363 < echo "Generating shell script modnam"
4363 > ac_ext=${FC_SRCEXT-f}
4364 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4365 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4366 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4367  
3382 cat > scripts/modnam << EOF
3383 #! /bin/sh
3384 # This script is auto-generated by configure
3385 #
3386 usage="\\
3387 Usage: \$0 [FILES]
4368  
4369 < [FILES] are Fortran 90 source files.
4370 < The output is a list of module file names that the Fortran 90 compiler
4371 < generates when compiling [FILES]."
4369 > ac_ext=${FC_SRCEXT-f}
4370 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4371 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4372 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4373  
4374 < list=
4375 < empty=
4376 <
4377 < if test \$# -eq 0; then
4378 <   echo "\$usage"; exit 0
4379 < fi
4380 <
4381 < while test \$# != 0; do
4382 <
3402 <  file=\$1
3403 <  shift
3404 <
3405 < # strip suffix
3406 <  base=\`echo \$file | sed 's/[.][^.]*$//'\`
3407 <
3408 <  test ! -f \$file && continue
3409 <
3410 < # Look for module definitions and transform them to upper / lower case
3411 <  mods=\`cat \$file | sed '/^ *[mM][oO][dD][uU][lL][eE]/!d;s/^ *[mM][oO][dD][uU][lL][eE] *\([A-Za-z_][A-Za-z0-9_]*\).*\$/\1/'\`
3412 <  upper=\`echo \$mods | tr a-z A-Z\`
3413 <  lower=\`echo \$mods | tr A-Z a-z\`
3414 <
3415 < # Here, the patterns for generating module file names were inserted by configure
3416 <  for trans in $ac_cv_f90_module_names; do
3417 <
3418 <    pat=\`echo \$trans | sed 's/.*\(%.*%\).*/\1/'\`
3419 <    var=empty
3420 <    case \$pat in
3421 <       %MODULE%)
3422 <          var=upper ;;
3423 <       %Module%)
3424 <          var=mods ;;
3425 <       %module%)
3426 <          var=lower ;;
3427 <       %FILE%)
3428 <          test -n "\$mods" && var=base ;;
3429 <    esac
3430 <    new=\`eval '(for i in \$'\$var '; do echo \$trans | sed s/\$pat/\$i/; done)'\`
3431 <    list="\$list \$new"
3432 <  done
3433 < done
3434 <
3435 < echo \$list
3436 < # end of configure-generated script
3437 < EOF
3438 < chmod 755 scripts/modnam
3439 <
3440 < pat=`echo $ac_cv_f90_module_names | sed 's/.*\(%.*%\).*/\1/'`
3441 < F90_MODULE_NAMES=empty
3442 < case $pat in
3443 <       %MODULE%)
3444 <          F90_MODULE_NAMES=UPPER ;;
3445 <       %Module%)
3446 <          F90_MODULE_NAMES=Mixed ;;
3447 <       %module%)
3448 <          F90_MODULE_NAMES=lower ;;
3449 <       *)
3450 <          F90_MODULE_NAMES=unknown ;;
3451 < esac
3452 <
3453 < ac_ext=c
4374 > echo "$as_me:$LINENO: checking for dummy main to link with Fortran libraries" >&5
4375 > echo $ECHO_N "checking for dummy main to link with Fortran libraries... $ECHO_C" >&6
4376 > if test "${ac_cv_fc_dummy_main+set}" = set; then
4377 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4378 > else
4379 >  ac_fc_dm_save_LIBS=$LIBS
4380 > LIBS="$LIBS $FCLIBS"
4381 > ac_fortran_dm_var=FC_DUMMY_MAIN
4382 > ac_ext=c
4383   ac_cpp='$CPP $CPPFLAGS'
4384   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4385   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4386   ac_compiler_gnu=$ac_cv_c_compiler_gnu
4387  
4388 < ac_ext=c
4389 < ac_cpp='$CPP $CPPFLAGS'
4390 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4391 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4392 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
4388 > # First, try linking without a dummy main:
4389 > cat >conftest.$ac_ext <<_ACEOF
4390 > /* confdefs.h.  */
4391 > _ACEOF
4392 > cat confdefs.h >>conftest.$ac_ext
4393 > cat >>conftest.$ac_ext <<_ACEOF
4394 > /* end confdefs.h.  */
4395  
4396 < ac_ext=c
4397 < ac_cpp='$CPP $CPPFLAGS'
4398 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4399 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4400 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
4401 < echo "$as_me:3470: checking how to run the C preprocessor" >&5
4402 < echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4403 < # On Suns, sometimes $CPP names a directory.
4404 < if test -n "$CPP" && test -d "$CPP"; then
4405 <  CPP=
4406 < fi
4407 < if test -z "$CPP"; then
4408 <  if test "${ac_cv_prog_CPP+set}" = set; then
4409 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4410 < else
3480 <      # Double quotes because CPP needs to be expanded
3481 <    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3482 <    do
3483 <      # break 2 since there is a loop in there.
3484 <      ac_preproc_ok=false
3485 < for ac_c_preproc_warn_flag in '' yes
3486 < do
3487 <  # Use a header file that comes with gcc, so configuring glibc
3488 <  # with a fresh cross-compiler works.
3489 <  # On the NeXT, cc -E runs the code through the compiler's parser,
3490 <  # not just through cpp. "Syntax error" is here to catch this case.
3491 <  cat >conftest.$ac_ext <<_ACEOF
3492 < #line 3492 "configure"
3493 < #include "confdefs.h"
3494 < #include <assert.h>
3495 <                     Syntax error
4396 > #ifdef FC_DUMMY_MAIN
4397 > #ifndef FC_DUMMY_MAIN_EQ_F77
4398 > #  ifdef __cplusplus
4399 >     extern "C"
4400 > #  endif
4401 >   int FC_DUMMY_MAIN() { return 1; }
4402 > #endif
4403 > #endif
4404 > int
4405 > main ()
4406 > {
4407 >
4408 >  ;
4409 >  return 0;
4410 > }
4411   _ACEOF
4412 < if { (eval echo "$as_me:3497: \"$ac_cpp conftest.$ac_ext\"") >&5
4413 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4412 > rm -f conftest.$ac_objext conftest$ac_exeext
4413 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4414 >  (eval $ac_link) 2>conftest.er1
4415    ac_status=$?
4416 <  egrep -v '^ *\+' conftest.er1 >conftest.err
4416 >  grep -v '^ *+' conftest.er1 >conftest.err
4417    rm -f conftest.er1
4418    cat conftest.err >&5
4419 <  echo "$as_me:3503: \$? = $ac_status" >&5
4420 <  (exit $ac_status); } >/dev/null; then
4421 <  if test -s conftest.err; then
4422 <    ac_cpp_err=$ac_c_preproc_warn_flag
4423 <  else
4424 <    ac_cpp_err=
4425 <  fi
4419 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4420 >  (exit $ac_status); } &&
4421 >         { ac_try='test -z "$ac_c_werror_flag"
4422 >                         || test ! -s conftest.err'
4423 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4424 >  (eval $ac_try) 2>&5
4425 >  ac_status=$?
4426 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4427 >  (exit $ac_status); }; } &&
4428 >         { ac_try='test -s conftest$ac_exeext'
4429 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4430 >  (eval $ac_try) 2>&5
4431 >  ac_status=$?
4432 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4433 >  (exit $ac_status); }; }; then
4434 >  ac_cv_fortran_dummy_main=none
4435   else
3511  ac_cpp_err=yes
3512 fi
3513 if test -z "$ac_cpp_err"; then
3514  :
3515 else
4436    echo "$as_me: failed program was:" >&5
4437 <  cat conftest.$ac_ext >&5
4438 <  # Broken: fails on valid input.
4439 < continue
4437 > sed 's/^/| /' conftest.$ac_ext >&5
4438 >
4439 > ac_cv_fortran_dummy_main=unknown
4440   fi
4441 < rm -f conftest.err conftest.$ac_ext
4441 > rm -f conftest.err conftest.$ac_objext \
4442 >      conftest$ac_exeext conftest.$ac_ext
4443  
4444 <  # OK, works on sane cases.  Now check whether non-existent headers
4445 <  # can be detected and how.
4446 <  cat >conftest.$ac_ext <<_ACEOF
4447 < #line 3526 "configure"
4448 < #include "confdefs.h"
4449 < #include <ac_nonexistent.h>
4450 < _ACEOF
4451 < if { (eval echo "$as_me:3530: \"$ac_cpp conftest.$ac_ext\"") >&5
4452 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4444 > if test $ac_cv_fortran_dummy_main = unknown; then
4445 >   for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do
4446 >     cat >conftest.$ac_ext <<_ACEOF
4447 > /* confdefs.h.  */
4448 > _ACEOF
4449 > cat confdefs.h >>conftest.$ac_ext
4450 > cat >>conftest.$ac_ext <<_ACEOF
4451 > /* end confdefs.h.  */
4452 > #define $ac_fortran_dm_var $ac_func
4453 > #ifdef FC_DUMMY_MAIN
4454 > #ifndef FC_DUMMY_MAIN_EQ_F77
4455 > #  ifdef __cplusplus
4456 >     extern "C"
4457 > #  endif
4458 >   int FC_DUMMY_MAIN() { return 1; }
4459 > #endif
4460 > #endif
4461 > int
4462 > main ()
4463 > {
4464 >
4465 >  ;
4466 >  return 0;
4467 > }
4468 > _ACEOF
4469 > rm -f conftest.$ac_objext conftest$ac_exeext
4470 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4471 >  (eval $ac_link) 2>conftest.er1
4472    ac_status=$?
4473 <  egrep -v '^ *\+' conftest.er1 >conftest.err
4473 >  grep -v '^ *+' conftest.er1 >conftest.err
4474    rm -f conftest.er1
4475    cat conftest.err >&5
4476 <  echo "$as_me:3536: \$? = $ac_status" >&5
4477 <  (exit $ac_status); } >/dev/null; then
4478 <  if test -s conftest.err; then
4479 <    ac_cpp_err=$ac_c_preproc_warn_flag
4480 <  else
4481 <    ac_cpp_err=
4482 <  fi
4476 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 >  (exit $ac_status); } &&
4478 >         { ac_try='test -z "$ac_c_werror_flag"
4479 >                         || test ! -s conftest.err'
4480 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4481 >  (eval $ac_try) 2>&5
4482 >  ac_status=$?
4483 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 >  (exit $ac_status); }; } &&
4485 >         { ac_try='test -s conftest$ac_exeext'
4486 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4487 >  (eval $ac_try) 2>&5
4488 >  ac_status=$?
4489 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4490 >  (exit $ac_status); }; }; then
4491 >  ac_cv_fortran_dummy_main=$ac_func; break
4492   else
3544  ac_cpp_err=yes
3545 fi
3546 if test -z "$ac_cpp_err"; then
3547  # Broken: success on invalid input.
3548 continue
3549 else
4493    echo "$as_me: failed program was:" >&5
4494 <  cat conftest.$ac_ext >&5
4495 <  # Passes both tests.
3553 < ac_preproc_ok=:
3554 < break
4494 > sed 's/^/| /' conftest.$ac_ext >&5
4495 >
4496   fi
4497 < rm -f conftest.err conftest.$ac_ext
4497 > rm -f conftest.err conftest.$ac_objext \
4498 >      conftest$ac_exeext conftest.$ac_ext
4499 >   done
4500 > fi
4501 > ac_ext=${FC_SRCEXT-f}
4502 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4503 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4504 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4505 > ac_cv_fc_dummy_main=$ac_cv_fortran_dummy_main
4506 > rm -f conftest*
4507 > LIBS=$ac_fc_dm_save_LIBS
4508  
3558 done
3559 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3560 rm -f conftest.err conftest.$ac_ext
3561 if $ac_preproc_ok; then
3562  break 2
4509   fi
4510 + echo "$as_me:$LINENO: result: $ac_cv_fc_dummy_main" >&5
4511 + echo "${ECHO_T}$ac_cv_fc_dummy_main" >&6
4512 + FC_DUMMY_MAIN=$ac_cv_fc_dummy_main
4513 + if test "$FC_DUMMY_MAIN" != unknown; then
4514 +  if test $FC_DUMMY_MAIN != none; then
4515  
4516 <    done
4517 <    ac_cv_prog_CPP=$CPP
4516 > cat >>confdefs.h <<_ACEOF
4517 > #define FC_DUMMY_MAIN $FC_DUMMY_MAIN
4518 > _ACEOF
4519  
4520 < fi
4521 <  CPP=$ac_cv_prog_CPP
4522 < else
4523 <  ac_cv_prog_CPP=$CPP
3572 < fi
3573 < echo "$as_me:3573: result: $CPP" >&5
3574 < echo "${ECHO_T}$CPP" >&6
3575 < ac_preproc_ok=false
3576 < for ac_c_preproc_warn_flag in '' yes
3577 < do
3578 <  # Use a header file that comes with gcc, so configuring glibc
3579 <  # with a fresh cross-compiler works.
3580 <  # On the NeXT, cc -E runs the code through the compiler's parser,
3581 <  # not just through cpp. "Syntax error" is here to catch this case.
3582 <  cat >conftest.$ac_ext <<_ACEOF
3583 < #line 3583 "configure"
3584 < #include "confdefs.h"
3585 < #include <assert.h>
3586 <                     Syntax error
4520 >  if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then
4521 >
4522 > cat >>confdefs.h <<\_ACEOF
4523 > #define FC_DUMMY_MAIN_EQ_F77 1
4524   _ACEOF
4525 < if { (eval echo "$as_me:3588: \"$ac_cpp conftest.$ac_ext\"") >&5
3589 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3590 <  ac_status=$?
3591 <  egrep -v '^ *\+' conftest.er1 >conftest.err
3592 <  rm -f conftest.er1
3593 <  cat conftest.err >&5
3594 <  echo "$as_me:3594: \$? = $ac_status" >&5
3595 <  (exit $ac_status); } >/dev/null; then
3596 <  if test -s conftest.err; then
3597 <    ac_cpp_err=$ac_c_preproc_warn_flag
3598 <  else
3599 <    ac_cpp_err=
4525 >
4526    fi
3601 else
3602  ac_cpp_err=yes
4527   fi
3604 if test -z "$ac_cpp_err"; then
3605  :
4528   else
4529 <  echo "$as_me: failed program was:" >&5
4530 <  cat conftest.$ac_ext >&5
4531 <  # Broken: fails on valid input.
4532 < continue
4529 >  { { echo "$as_me:$LINENO: error: linking to Fortran libraries from C fails
4530 > See \`config.log' for more details." >&5
4531 > echo "$as_me: error: linking to Fortran libraries from C fails
4532 > See \`config.log' for more details." >&2;}
4533 >   { (exit 1); exit 1; }; }
4534   fi
3612 rm -f conftest.err conftest.$ac_ext
4535  
4536 <  # OK, works on sane cases.  Now check whether non-existent headers
4537 <  # can be detected and how.
4536 >
4537 > ac_ext=${FC_SRCEXT-f}
4538 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4539 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4540 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4541 >
4542 > ac_ext=${FC_SRCEXT-f}
4543 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4544 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4545 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4546 > echo "$as_me:$LINENO: checking for Fortran name-mangling scheme" >&5
4547 > echo $ECHO_N "checking for Fortran name-mangling scheme... $ECHO_C" >&6
4548 > if test "${ac_cv_fc_mangling+set}" = set; then
4549 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4550 > else
4551    cat >conftest.$ac_ext <<_ACEOF
4552 < #line 3617 "configure"
4553 < #include "confdefs.h"
4554 < #include <ac_nonexistent.h>
4552 >      subroutine foobar()
4553 >      return
4554 >      end
4555 >      subroutine foo_bar()
4556 >      return
4557 >      end
4558   _ACEOF
4559 < if { (eval echo "$as_me:3621: \"$ac_cpp conftest.$ac_ext\"") >&5
4560 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4559 > rm -f conftest.$ac_objext
4560 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4561 >  (eval $ac_compile) 2>conftest.er1
4562    ac_status=$?
4563 <  egrep -v '^ *\+' conftest.er1 >conftest.err
4563 >  grep -v '^ *+' conftest.er1 >conftest.err
4564    rm -f conftest.er1
4565    cat conftest.err >&5
4566 <  echo "$as_me:3627: \$? = $ac_status" >&5
4567 <  (exit $ac_status); } >/dev/null; then
4568 <  if test -s conftest.err; then
4569 <    ac_cpp_err=$ac_c_preproc_warn_flag
4570 <  else
4571 <    ac_cpp_err=
4572 <  fi
4573 < else
4574 <  ac_cpp_err=yes
4575 < fi
4576 < if test -z "$ac_cpp_err"; then
4577 <  # Broken: success on invalid input.
4578 < continue
4579 < else
4580 <  echo "$as_me: failed program was:" >&5
4581 <  cat conftest.$ac_ext >&5
3643 <  # Passes both tests.
3644 < ac_preproc_ok=:
3645 < break
3646 < fi
3647 < rm -f conftest.err conftest.$ac_ext
4566 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4567 >  (exit $ac_status); } &&
4568 >         { ac_try='test -z "$ac_fc_werror_flag"
4569 >                         || test ! -s conftest.err'
4570 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4571 >  (eval $ac_try) 2>&5
4572 >  ac_status=$?
4573 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4574 >  (exit $ac_status); }; } &&
4575 >         { ac_try='test -s conftest.$ac_objext'
4576 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4577 >  (eval $ac_try) 2>&5
4578 >  ac_status=$?
4579 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4580 >  (exit $ac_status); }; }; then
4581 >  mv conftest.$ac_objext cfortran_test.$ac_objext
4582  
4583 < done
4584 < # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3651 < rm -f conftest.err conftest.$ac_ext
3652 < if $ac_preproc_ok; then
3653 <  :
3654 < else
3655 <  { { echo "$as_me:3655: error: C preprocessor \"$CPP\" fails sanity check" >&5
3656 < echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3657 <   { (exit 1); exit 1; }; }
3658 < fi
4583 >  ac_save_LIBS=$LIBS
4584 >  LIBS="cfortran_test.$ac_objext $LIBS $FCLIBS"
4585  
4586 < ac_ext=c
4586 >  ac_ext=c
4587   ac_cpp='$CPP $CPPFLAGS'
4588   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4589   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4590   ac_compiler_gnu=$ac_cv_c_compiler_gnu
4591 <
4592 < for ac_header in unistd.h sys/pstat.h sys/sysmp.h sys/sysinfo.h sys/table.h sys/param.h sys/sysctl.h sys/sytemcfg.h machine/hal_sysinfo.h
4593 < do
4594 < ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
4595 < echo "$as_me:3669: checking for $ac_header" >&5
4596 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3671 < if eval "test \"\${$ac_ac_Header+set}\" = set"; then
3672 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3673 < else
3674 <  cat >conftest.$ac_ext <<_ACEOF
3675 < #line 3675 "configure"
3676 < #include "confdefs.h"
3677 < #include <$ac_header>
4591 >  ac_success=no
4592 >  for ac_foobar in foobar FOOBAR; do
4593 >    for ac_underscore in "" "_"; do
4594 >      ac_func="$ac_foobar$ac_underscore"
4595 >      cat >conftest.$ac_ext <<_ACEOF
4596 > /* confdefs.h.  */
4597   _ACEOF
4598 < if { (eval echo "$as_me:3679: \"$ac_cpp conftest.$ac_ext\"") >&5
4599 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4600 <  ac_status=$?
3682 <  egrep -v '^ *\+' conftest.er1 >conftest.err
3683 <  rm -f conftest.er1
3684 <  cat conftest.err >&5
3685 <  echo "$as_me:3685: \$? = $ac_status" >&5
3686 <  (exit $ac_status); } >/dev/null; then
3687 <  if test -s conftest.err; then
3688 <    ac_cpp_err=$ac_c_preproc_warn_flag
3689 <  else
3690 <    ac_cpp_err=
3691 <  fi
3692 < else
3693 <  ac_cpp_err=yes
3694 < fi
3695 < if test -z "$ac_cpp_err"; then
3696 <  eval "$ac_ac_Header=yes"
3697 < else
3698 <  echo "$as_me: failed program was:" >&5
3699 <  cat conftest.$ac_ext >&5
3700 <  eval "$ac_ac_Header=no"
3701 < fi
3702 < rm -f conftest.err conftest.$ac_ext
3703 < fi
3704 < echo "$as_me:3704: result: `eval echo '${'$ac_ac_Header'}'`" >&5
3705 < echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
3706 < if test `eval echo '${'$ac_ac_Header'}'` = yes; then
3707 <  cat >>confdefs.h <<EOF
3708 < #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
3709 < EOF
4598 > cat confdefs.h >>conftest.$ac_ext
4599 > cat >>conftest.$ac_ext <<_ACEOF
4600 > /* end confdefs.h.  */
4601  
3711 fi
3712 done
3713
3714 for ac_func in pstat_getstatic sysmp getsysinfo sysctl table
3715 do
3716 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
3717 echo "$as_me:3717: checking for $ac_func" >&5
3718 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3719 if eval "test \"\${$ac_ac_var+set}\" = set"; then
3720  echo $ECHO_N "(cached) $ECHO_C" >&6
3721 else
3722  cat >conftest.$ac_ext <<_ACEOF
3723 #line 3723 "configure"
3724 #include "confdefs.h"
3725 /* System header to define __stub macros and hopefully few prototypes,
3726    which can conflict with char $ac_func (); below.  */
3727 #include <assert.h>
4602   /* Override any gcc2 internal prototype to avoid an error.  */
4603   #ifdef __cplusplus
4604   extern "C"
# Line 3732 | Line 4606 | char $ac_func ();
4606   /* We use char because int might match the return type of a gcc2
4607     builtin and then its argument prototype would still apply.  */
4608   char $ac_func ();
4609 < char (*f) ();
4610 <
4609 > #ifdef FC_DUMMY_MAIN
4610 > #ifndef FC_DUMMY_MAIN_EQ_F77
4611 > #  ifdef __cplusplus
4612 >     extern "C"
4613 > #  endif
4614 >   int FC_DUMMY_MAIN() { return 1; }
4615 > #endif
4616 > #endif
4617   int
4618   main ()
4619   {
4620 < /* The GNU C library defines this for functions which it implements
3741 <    to always fail with ENOSYS.  Some functions are actually named
3742 <    something starting with __ and the normal name is an alias.  */
3743 < #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3744 < choke me
3745 < #else
3746 < f = $ac_func;
3747 < #endif
3748 <
4620 > $ac_func ();
4621    ;
4622    return 0;
4623   }
4624   _ACEOF
4625   rm -f conftest.$ac_objext conftest$ac_exeext
4626 < if { (eval echo "$as_me:3754: \"$ac_link\"") >&5
4627 <  (eval $ac_link) 2>&5
4626 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4627 >  (eval $ac_link) 2>conftest.er1
4628    ac_status=$?
4629 <  echo "$as_me:3757: \$? = $ac_status" >&5
4629 >  grep -v '^ *+' conftest.er1 >conftest.err
4630 >  rm -f conftest.er1
4631 >  cat conftest.err >&5
4632 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4633    (exit $ac_status); } &&
4634 <         { ac_try='test -s conftest$ac_exeext'
4635 <  { (eval echo "$as_me:3760: \"$ac_try\"") >&5
4634 >         { ac_try='test -z "$ac_c_werror_flag"
4635 >                         || test ! -s conftest.err'
4636 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4637    (eval $ac_try) 2>&5
4638    ac_status=$?
4639 <  echo "$as_me:3763: \$? = $ac_status" >&5
4640 <  (exit $ac_status); }; }; then
4641 <  eval "$ac_ac_var=yes"
4642 < else
3767 <  echo "$as_me: failed program was:" >&5
3768 < cat conftest.$ac_ext >&5
3769 < eval "$ac_ac_var=no"
3770 < fi
3771 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3772 < fi
3773 < echo "$as_me:3773: result: `eval echo '${'$ac_ac_var'}'`" >&5
3774 < echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
3775 < if test `eval echo '${'$ac_ac_var'}'` = yes; then
3776 <  cat >>confdefs.h <<EOF
3777 < #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
3778 < EOF
3779 <
3780 < fi
3781 < done
3782 <
3783 < # special check for _system_configuration because AIX <4.3.2 do not
3784 < # contain the `physmem' member.
3785 < echo "$as_me:3785: checking for external symbol _system_configuration" >&5
3786 < echo $ECHO_N "checking for external symbol _system_configuration... $ECHO_C" >&6
3787 < cat >conftest.$ac_ext <<_ACEOF
3788 < #line 3788 "configure"
3789 < #include "confdefs.h"
3790 < #include <sys/systemcfg.h>
3791 < int
3792 < main ()
3793 < {
3794 < double x = _system_configuration.physmem;
3795 <  ;
3796 <  return 0;
3797 < }
3798 < _ACEOF
3799 < rm -f conftest.$ac_objext
3800 < if { (eval echo "$as_me:3800: \"$ac_compile\"") >&5
3801 <  (eval $ac_compile) 2>&5
3802 <  ac_status=$?
3803 <  echo "$as_me:3803: \$? = $ac_status" >&5
3804 <  (exit $ac_status); } &&
3805 <         { ac_try='test -s conftest.$ac_objext'
3806 <  { (eval echo "$as_me:3806: \"$ac_try\"") >&5
4639 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4640 >  (exit $ac_status); }; } &&
4641 >         { ac_try='test -s conftest$ac_exeext'
4642 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4643    (eval $ac_try) 2>&5
4644    ac_status=$?
4645 <  echo "$as_me:3809: \$? = $ac_status" >&5
4645 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646    (exit $ac_status); }; }; then
4647 <  echo "$as_me:3811: result: yes" >&5
3812 < echo "${ECHO_T}yes" >&6
3813 <
3814 < cat >>confdefs.h <<\EOF
3815 < #define HAVE__SYSTEM_CONFIGURATION 1
3816 < EOF
3817 <
4647 >  ac_success=yes; break 2
4648   else
4649    echo "$as_me: failed program was:" >&5
4650 < cat conftest.$ac_ext >&5
4651 < echo "$as_me:3821: result: no" >&5
3822 < echo "${ECHO_T}no" >&6
4650 > sed 's/^/| /' conftest.$ac_ext >&5
4651 >
4652   fi
4653 < rm -f conftest.$ac_objext conftest.$ac_ext
4653 > rm -f conftest.err conftest.$ac_objext \
4654 >      conftest$ac_exeext conftest.$ac_ext
4655 >    done
4656 >  done
4657 >  ac_ext=${FC_SRCEXT-f}
4658 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4659 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4660 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4661  
4662 <  # clean out junk possibly left behind by a previous configuration
4663 <  rm -f src/getopt.h
4664 <  # Check for getopt_long support
4662 >  if test "$ac_success" = "yes"; then
4663 >     case $ac_foobar in
4664 >        foobar)
4665 >           ac_case=lower
4666 >           ac_foo_bar=foo_bar
4667 >           ;;
4668 >        FOOBAR)
4669 >           ac_case=upper
4670 >           ac_foo_bar=FOO_BAR
4671 >           ;;
4672 >     esac
4673  
4674 < for ac_header in getopt.h
4675 < do
4676 < ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
4677 < echo "$as_me:3833: checking for $ac_header" >&5
4678 < echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4679 < if eval "test \"\${$ac_ac_Header+set}\" = set"; then
4680 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4681 < else
4682 <  cat >conftest.$ac_ext <<_ACEOF
4683 < #line 3839 "configure"
3840 < #include "confdefs.h"
3841 < #include <$ac_header>
4674 >     ac_ext=c
4675 > ac_cpp='$CPP $CPPFLAGS'
4676 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4677 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4678 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
4679 >     ac_success_extra=no
4680 >     for ac_extra in "" "_"; do
4681 >        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
4682 >        cat >conftest.$ac_ext <<_ACEOF
4683 > /* confdefs.h.  */
4684   _ACEOF
4685 < if { (eval echo "$as_me:3843: \"$ac_cpp conftest.$ac_ext\"") >&5
4686 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4687 <  ac_status=$?
3846 <  egrep -v '^ *\+' conftest.er1 >conftest.err
3847 <  rm -f conftest.er1
3848 <  cat conftest.err >&5
3849 <  echo "$as_me:3849: \$? = $ac_status" >&5
3850 <  (exit $ac_status); } >/dev/null; then
3851 <  if test -s conftest.err; then
3852 <    ac_cpp_err=$ac_c_preproc_warn_flag
3853 <  else
3854 <    ac_cpp_err=
3855 <  fi
3856 < else
3857 <  ac_cpp_err=yes
3858 < fi
3859 < if test -z "$ac_cpp_err"; then
3860 <  eval "$ac_ac_Header=yes"
3861 < else
3862 <  echo "$as_me: failed program was:" >&5
3863 <  cat conftest.$ac_ext >&5
3864 <  eval "$ac_ac_Header=no"
3865 < fi
3866 < rm -f conftest.err conftest.$ac_ext
3867 < fi
3868 < echo "$as_me:3868: result: `eval echo '${'$ac_ac_Header'}'`" >&5
3869 < echo "${ECHO_T}`eval echo '${'$ac_ac_Header'}'`" >&6
3870 < if test `eval echo '${'$ac_ac_Header'}'` = yes; then
3871 <  cat >>confdefs.h <<EOF
3872 < #define `echo "HAVE_$ac_header" | $ac_tr_cpp` 1
3873 < EOF
4685 > cat confdefs.h >>conftest.$ac_ext
4686 > cat >>conftest.$ac_ext <<_ACEOF
4687 > /* end confdefs.h.  */
4688  
3875 fi
3876 done
3877
3878 for ac_func in getopt_long
3879 do
3880 ac_ac_var=`echo "ac_cv_func_$ac_func" | $ac_tr_sh`
3881 echo "$as_me:3881: checking for $ac_func" >&5
3882 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
3883 if eval "test \"\${$ac_ac_var+set}\" = set"; then
3884  echo $ECHO_N "(cached) $ECHO_C" >&6
3885 else
3886  cat >conftest.$ac_ext <<_ACEOF
3887 #line 3887 "configure"
3888 #include "confdefs.h"
3889 /* System header to define __stub macros and hopefully few prototypes,
3890    which can conflict with char $ac_func (); below.  */
3891 #include <assert.h>
4689   /* Override any gcc2 internal prototype to avoid an error.  */
4690   #ifdef __cplusplus
4691   extern "C"
# Line 3896 | Line 4693 | char $ac_func ();
4693   /* We use char because int might match the return type of a gcc2
4694     builtin and then its argument prototype would still apply.  */
4695   char $ac_func ();
4696 < char (*f) ();
4697 <
4698 < int
4699 < main ()
4700 < {
4701 < /* The GNU C library defines this for functions which it implements
3905 <    to always fail with ENOSYS.  Some functions are actually named
3906 <    something starting with __ and the normal name is an alias.  */
3907 < #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
3908 < choke me
3909 < #else
3910 < f = $ac_func;
4696 > #ifdef FC_DUMMY_MAIN
4697 > #ifndef FC_DUMMY_MAIN_EQ_F77
4698 > #  ifdef __cplusplus
4699 >     extern "C"
4700 > #  endif
4701 >   int FC_DUMMY_MAIN() { return 1; }
4702   #endif
3912
3913  ;
3914  return 0;
3915 }
3916 _ACEOF
3917 rm -f conftest.$ac_objext conftest$ac_exeext
3918 if { (eval echo "$as_me:3918: \"$ac_link\"") >&5
3919  (eval $ac_link) 2>&5
3920  ac_status=$?
3921  echo "$as_me:3921: \$? = $ac_status" >&5
3922  (exit $ac_status); } &&
3923         { ac_try='test -s conftest$ac_exeext'
3924  { (eval echo "$as_me:3924: \"$ac_try\"") >&5
3925  (eval $ac_try) 2>&5
3926  ac_status=$?
3927  echo "$as_me:3927: \$? = $ac_status" >&5
3928  (exit $ac_status); }; }; then
3929  eval "$ac_ac_var=yes"
3930 else
3931  echo "$as_me: failed program was:" >&5
3932 cat conftest.$ac_ext >&5
3933 eval "$ac_ac_var=no"
3934 fi
3935 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3936 fi
3937 echo "$as_me:3937: result: `eval echo '${'$ac_ac_var'}'`" >&5
3938 echo "${ECHO_T}`eval echo '${'$ac_ac_var'}'`" >&6
3939 if test `eval echo '${'$ac_ac_var'}'` = yes; then
3940  cat >>confdefs.h <<EOF
3941 #define `echo "HAVE_$ac_func" | $ac_tr_cpp` 1
3942 EOF
3943
3944 else
3945  # FreeBSD has a gnugetopt library for this
3946    echo "$as_me:3946: checking for getopt_long in -lgnugetopt" >&5
3947 echo $ECHO_N "checking for getopt_long in -lgnugetopt... $ECHO_C" >&6
3948 if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then
3949  echo $ECHO_N "(cached) $ECHO_C" >&6
3950 else
3951  ac_check_lib_save_LIBS=$LIBS
3952 LIBS="-lgnugetopt  $LIBS"
3953 cat >conftest.$ac_ext <<_ACEOF
3954 #line 3954 "configure"
3955 #include "confdefs.h"
3956
3957 /* Override any gcc2 internal prototype to avoid an error.  */
3958 #ifdef __cplusplus
3959 extern "C"
4703   #endif
3961 /* We use char because int might match the return type of a gcc2
3962   builtin and then its argument prototype would still apply.  */
3963 char getopt_long ();
4704   int
4705   main ()
4706   {
4707 < getopt_long ();
4707 > $ac_func ();
4708    ;
4709    return 0;
4710   }
4711   _ACEOF
4712   rm -f conftest.$ac_objext conftest$ac_exeext
4713 < if { (eval echo "$as_me:3973: \"$ac_link\"") >&5
4714 <  (eval $ac_link) 2>&5
4713 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4714 >  (eval $ac_link) 2>conftest.er1
4715    ac_status=$?
4716 <  echo "$as_me:3976: \$? = $ac_status" >&5
4716 >  grep -v '^ *+' conftest.er1 >conftest.err
4717 >  rm -f conftest.er1
4718 >  cat conftest.err >&5
4719 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4720    (exit $ac_status); } &&
4721 <         { ac_try='test -s conftest$ac_exeext'
4722 <  { (eval echo "$as_me:3979: \"$ac_try\"") >&5
4721 >         { ac_try='test -z "$ac_c_werror_flag"
4722 >                         || test ! -s conftest.err'
4723 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4724    (eval $ac_try) 2>&5
4725    ac_status=$?
4726 <  echo "$as_me:3982: \$? = $ac_status" >&5
4726 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4727 >  (exit $ac_status); }; } &&
4728 >         { ac_try='test -s conftest$ac_exeext'
4729 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4730 >  (eval $ac_try) 2>&5
4731 >  ac_status=$?
4732 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4733    (exit $ac_status); }; }; then
4734 <  ac_cv_lib_gnugetopt_getopt_long=yes
4734 >  ac_success_extra=yes; break
4735   else
4736    echo "$as_me: failed program was:" >&5
4737 < cat conftest.$ac_ext >&5
3988 < ac_cv_lib_gnugetopt_getopt_long=no
3989 < fi
3990 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3991 < LIBS=$ac_check_lib_save_LIBS
3992 < fi
3993 < echo "$as_me:3993: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
3994 < echo "${ECHO_T}$ac_cv_lib_gnugetopt_getopt_long" >&6
3995 < if test $ac_cv_lib_gnugetopt_getopt_long = yes; then
3996 <  cat >>confdefs.h <<\EOF
3997 < #define HAVE_GETOPT_LONG 1
3998 < EOF
4737 > sed 's/^/| /' conftest.$ac_ext >&5
4738  
4000 else
4001  # use the GNU replacement
4002      LIBOBJS="$LIBOBJS getopt.$ac_objext"
4003      LIBOBJS="$LIBOBJS getopt1.$ac_objext"
4004      ac_config_links="$ac_config_links src/getopt.h:src/utils/gnugetopt.h"
4005
4739   fi
4740 + rm -f conftest.err conftest.$ac_objext \
4741 +      conftest$ac_exeext conftest.$ac_ext
4742 +     done
4743 +     ac_ext=${FC_SRCEXT-f}
4744 + ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4745 + ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4746 + ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4747  
4748 < fi
4749 < done
4748 >     if test "$ac_success_extra" = "yes"; then
4749 >        ac_cv_fc_mangling="$ac_case case"
4750 >        if test -z "$ac_underscore"; then
4751 >           ac_cv_fc_mangling="$ac_cv_fc_mangling, no underscore"
4752 >        else
4753 >           ac_cv_fc_mangling="$ac_cv_fc_mangling, underscore"
4754 >        fi
4755 >        if test -z "$ac_extra"; then
4756 >           ac_cv_fc_mangling="$ac_cv_fc_mangling, no extra underscore"
4757 >        else
4758 >           ac_cv_fc_mangling="$ac_cv_fc_mangling, extra underscore"
4759 >        fi
4760 >      else
4761 >        ac_cv_fc_mangling="unknown"
4762 >      fi
4763 >  else
4764 >     ac_cv_fc_mangling="unknown"
4765 >  fi
4766  
4767 < case $debug in
4768 <  1)
4013 <     ;;
4014 <  *)
4015 <
4016 < echo "$as_me:4016: checking whether we are *really* using GNU cc" >&5
4017 < echo $ECHO_N "checking whether we are *really* using GNU cc... $ECHO_C" >&6
4018 < if test "${ac_cv_prog_really_gcc+set}" = set; then
4019 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4767 >  LIBS=$ac_save_LIBS
4768 >  rm -f cfortran_test* conftest*
4769   else
4770 +  echo "$as_me: failed program was:" >&5
4771 + sed 's/^/| /' conftest.$ac_ext >&5
4772  
4773 < cat > conftest.c <<EOF
4774 < #ifdef __GNUC__
4775 <  #ifndef __INTEL_COMPILER
4776 <     yes;
4777 <  #endif
4027 < #endif
4028 < EOF
4029 < if { ac_try='${CC-cc} -E conftest.c'
4030 <  { (eval echo "$as_me:4030: \"$ac_try\"") >&5
4031 <  (eval $ac_try) 2>&5
4032 <  ac_status=$?
4033 <  echo "$as_me:4033: \$? = $ac_status" >&5
4034 <  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4035 <  ac_cv_prog_really_gcc=yes
4036 < else
4037 <  ac_cv_prog_really_gcc=no
4773 > { { echo "$as_me:$LINENO: error: cannot compile a simple Fortran program
4774 > See \`config.log' for more details." >&5
4775 > echo "$as_me: error: cannot compile a simple Fortran program
4776 > See \`config.log' for more details." >&2;}
4777 >   { (exit 1); exit 1; }; }
4778   fi
4779 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4780  
4781   fi
4782 < echo "$as_me:4041: result: $ac_cv_prog_really_gcc" >&5
4783 < echo "${ECHO_T}$ac_cv_prog_really_gcc" >&6
4043 < if test "$ac_cv_prog_really_gcc" = yes; then
4044 <        :
4782 > echo "$as_me:$LINENO: result: $ac_cv_fc_mangling" >&5
4783 > echo "${ECHO_T}$ac_cv_fc_mangling" >&6
4784  
4785 < else
4786 <        :
4785 > ac_ext=${FC_SRCEXT-f}
4786 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4787 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4788 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4789  
4790 < fi
4790 > ac_ext=${FC_SRCEXT-f}
4791 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4792 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4793 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4794  
4051 # Try to determine "good" native compiler flags if none specified on command
4052 # line
4053 if test "$ac_test_CFLAGS" != "set"; then
4054  CFLAGS=""
4055  case "${host_cpu}-${host_os}" in
4795  
4796 <  *linux*) if test "$CC" = icc; then
4797 <                    CFLAGS="-O"
4798 <                fi;;
4799 <  sparc-solaris2*) if test "$CC" = cc; then
4800 <                    CFLAGS="-native -fast -xO5 -dalign"
4062 <                 fi;;
4796 > case $ac_cv_fc_mangling in
4797 >  "lower case, no underscore, no extra underscore")
4798 >          cat >>confdefs.h <<\_ACEOF
4799 > #define FC_FUNC(name,NAME) name
4800 > _ACEOF
4801  
4802 <  alpha*-osf*)  if test "$CC" = cc; then
4803 <                    CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host -arch host -std1"
4804 <                fi;;
4802 >          cat >>confdefs.h <<\_ACEOF
4803 > #define FC_FUNC_(name,NAME) name
4804 > _ACEOF
4805 > ;;
4806 >  "lower case, no underscore, extra underscore")
4807 >          cat >>confdefs.h <<\_ACEOF
4808 > #define FC_FUNC(name,NAME) name
4809 > _ACEOF
4810  
4811 <  hppa*-hpux*)  if test "$CC" = cc; then
4812 <                    CFLAGS="-Ae +O3 +Oall"
4813 <                fi;;
4811 >          cat >>confdefs.h <<\_ACEOF
4812 > #define FC_FUNC_(name,NAME) name ## _
4813 > _ACEOF
4814 > ;;
4815 >  "lower case, underscore, no extra underscore")
4816 >          cat >>confdefs.h <<\_ACEOF
4817 > #define FC_FUNC(name,NAME) name ## _
4818 > _ACEOF
4819  
4820 <   rs6000*-aix*)  if test "$CC" = cc -o "$CC" = xlc; then
4821 <                    CFLAGS="-O3 -qtune=auto -qansialias -w"
4822 <                fi;;
4823 <   powerpc*-aix*)
4824 <        if test "$CC" = cc -o "$CC" = xlc; then
4825 <                CFLAGS="-O3 -qtune=auto -qansialias -w"
4826 <                echo "*******************************************************"
4827 <                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4080 <                echo "*  recommended that you use                           *"
4081 <                echo "*                                                     *"
4082 <                echo "*    CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4083 <                echo "*                                 ^^^                 *"
4084 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4085 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4086 <                echo "*******************************************************"
4087 <        fi;;
4088 <   *darwin*)
4089 <        if test "$CC" = xlc -o "$CC" = cc; then
4090 <                CFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4091 <        fi;;
4092 <  esac
4820 >          cat >>confdefs.h <<\_ACEOF
4821 > #define FC_FUNC_(name,NAME) name ## _
4822 > _ACEOF
4823 > ;;
4824 >  "lower case, underscore, extra underscore")
4825 >          cat >>confdefs.h <<\_ACEOF
4826 > #define FC_FUNC(name,NAME) name ## _
4827 > _ACEOF
4828  
4829 <  # use default flags for gcc on all systems
4830 <  if test $ac_cv_prog_really_gcc = yes; then
4831 <     CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
4832 <  fi
4829 >          cat >>confdefs.h <<\_ACEOF
4830 > #define FC_FUNC_(name,NAME) name ## __
4831 > _ACEOF
4832 > ;;
4833 >  "upper case, no underscore, no extra underscore")
4834 >          cat >>confdefs.h <<\_ACEOF
4835 > #define FC_FUNC(name,NAME) NAME
4836 > _ACEOF
4837  
4838 <  # test for gcc-specific flags:
4839 <  if test $ac_cv_prog_really_gcc = yes; then
4840 <    # -malign-double for x86 systems
4838 >          cat >>confdefs.h <<\_ACEOF
4839 > #define FC_FUNC_(name,NAME) NAME
4840 > _ACEOF
4841 > ;;
4842 >  "upper case, no underscore, extra underscore")
4843 >          cat >>confdefs.h <<\_ACEOF
4844 > #define FC_FUNC(name,NAME) NAME
4845 > _ACEOF
4846  
4847 < echo "$as_me:4103: checking whether ${CC-cc} accepts -malign-double" >&5
4848 < echo $ECHO_N "checking whether ${CC-cc} accepts -malign-double... $ECHO_C" >&6
4849 < if test "${ac_align_double+set}" = set; then
4850 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4851 < else
4852 <  echo 'void f(){}' > conftest.c
4853 < if test -z "`${CC-cc} -malign-double -c conftest.c 2>&1`"; then
4854 <        ac_align_double=yes
4111 < else
4112 <        ac_align_double=no
4113 < fi
4114 < rm -f conftest*
4847 >          cat >>confdefs.h <<\_ACEOF
4848 > #define FC_FUNC_(name,NAME) NAME ## _
4849 > _ACEOF
4850 > ;;
4851 >  "upper case, underscore, no extra underscore")
4852 >          cat >>confdefs.h <<\_ACEOF
4853 > #define FC_FUNC(name,NAME) NAME ## _
4854 > _ACEOF
4855  
4856 < fi
4857 < echo "$as_me:4117: result: $ac_align_double" >&5
4858 < echo "${ECHO_T}$ac_align_double" >&6
4859 < if test "$ac_align_double" = yes; then
4860 <        :
4861 <        CFLAGS="$CFLAGS -malign-double"
4862 < else
4863 <        :
4856 >          cat >>confdefs.h <<\_ACEOF
4857 > #define FC_FUNC_(name,NAME) NAME ## _
4858 > _ACEOF
4859 > ;;
4860 >  "upper case, underscore, extra underscore")
4861 >          cat >>confdefs.h <<\_ACEOF
4862 > #define FC_FUNC(name,NAME) NAME ## _
4863 > _ACEOF
4864  
4865 < fi
4865 >          cat >>confdefs.h <<\_ACEOF
4866 > #define FC_FUNC_(name,NAME) NAME ## __
4867 > _ACEOF
4868 > ;;
4869 >  *)
4870 >          { echo "$as_me:$LINENO: WARNING: unknown Fortran name-mangling scheme" >&5
4871 > echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;}
4872 >          ;;
4873 > esac
4874  
4875 <    # -fstrict-aliasing for gcc-2.95+
4875 > ac_ext=${FC_SRCEXT-f}
4876 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4877 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4878 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4879  
4880 < echo "$as_me:4129: checking whether ${CC-cc} accepts -fstrict-aliasing" >&5
4881 < echo $ECHO_N "checking whether ${CC-cc} accepts -fstrict-aliasing... $ECHO_C" >&6
4882 < if test "${ac_fstrict_aliasing+set}" = set; then
4880 >
4881 >
4882 > ac_ext=${FC_SRCEXT-f}
4883 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4884 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4885 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
4886 > echo "$as_me:$LINENO: checking how to get verbose linking output from $FC" >&5
4887 > echo $ECHO_N "checking how to get verbose linking output from $FC... $ECHO_C" >&6
4888 > if test "${ac_cv_prog_fc_v+set}" = set; then
4889    echo $ECHO_N "(cached) $ECHO_C" >&6
4890   else
4891 <  echo 'void f(){}' > conftest.c
4892 < if test -z "`${CC-cc} -fstrict-aliasing -c conftest.c 2>&1`"; then
4136 <        ac_fstrict_aliasing=yes
4137 < else
4138 <        ac_fstrict_aliasing=no
4139 < fi
4140 < rm -f conftest*
4891 >  cat >conftest.$ac_ext <<_ACEOF
4892 >      program main
4893  
4894 < fi
4895 < echo "$as_me:4143: result: $ac_fstrict_aliasing" >&5
4896 < echo "${ECHO_T}$ac_fstrict_aliasing" >&6
4897 < if test "$ac_fstrict_aliasing" = yes; then
4898 <        :
4899 <        CFLAGS="$CFLAGS -fstrict-aliasing"
4900 < else
4901 <        :
4894 >      end
4895 > _ACEOF
4896 > rm -f conftest.$ac_objext
4897 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4898 >  (eval $ac_compile) 2>conftest.er1
4899 >  ac_status=$?
4900 >  grep -v '^ *+' conftest.er1 >conftest.err
4901 >  rm -f conftest.er1
4902 >  cat conftest.err >&5
4903 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4904 >  (exit $ac_status); } &&
4905 >         { ac_try='test -z "$ac_fc_werror_flag"
4906 >                         || test ! -s conftest.err'
4907 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4908 >  (eval $ac_try) 2>&5
4909 >  ac_status=$?
4910 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4911 >  (exit $ac_status); }; } &&
4912 >         { ac_try='test -s conftest.$ac_objext'
4913 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4914 >  (eval $ac_try) 2>&5
4915 >  ac_status=$?
4916 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4917 >  (exit $ac_status); }; }; then
4918 >  ac_cv_prog_fc_v=
4919 > # Try some options frequently used verbose output
4920 > for ac_verb in -v -verbose --verbose -V -\#\#\#; do
4921 >  cat >conftest.$ac_ext <<_ACEOF
4922 >      program main
4923  
4924 < fi
4924 >      end
4925 > _ACEOF
4926  
4927 <  fi
4927 > # Compile and link our simple test program by passing a flag (argument
4928 > # 1 to this macro) to the Fortran compiler in order to get
4929 > # "verbose" output that we can then parse for the Fortran linker
4930 > # flags.
4931 > ac_save_FFLAGS=$FCFLAGS
4932 > FCFLAGS="$FCFLAGS $ac_verb"
4933 > (eval echo $as_me:4933: \"$ac_link\") >&5
4934 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4935 > echo "$ac_fc_v_output" >&5
4936 > FCFLAGS=$ac_save_FFLAGS
4937  
4155  CPU_FLAGS=""
4156  if test $ac_cv_prog_really_gcc = yes; then
4157                  case "${host_cpu}" in
4158          i586*)
4159
4160 echo "$as_me:4160: checking whether ${CC-cc} accepts -mcpu=pentium" >&5
4161 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentium... $ECHO_C" >&6
4162 if test "${ac_cpu_pentium+set}" = set; then
4163  echo $ECHO_N "(cached) $ECHO_C" >&6
4164 else
4165  echo 'void f(){}' > conftest.c
4166 if test -z "`${CC-cc} -mcpu=pentium -c conftest.c 2>&1`"; then
4167        ac_cpu_pentium=yes
4168 else
4169        ac_cpu_pentium=no
4170 fi
4938   rm -f conftest*
4939  
4940 < fi
4941 < echo "$as_me:4174: result: $ac_cpu_pentium" >&5
4942 < echo "${ECHO_T}$ac_cpu_pentium" >&6
4943 < if test "$ac_cpu_pentium" = yes; then
4944 <        :
4945 <        CPU_FLAGS=-mcpu=pentium
4179 < else
4180 <        :
4940 > # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
4941 > # /foo, /bar, and /baz are search directories for the Fortran linker.
4942 > # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
4943 > ac_fc_v_output="`echo $ac_fc_v_output |
4944 >        grep 'LPATH is:' |
4945 >        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
4946  
4947 < echo "$as_me:4182: checking whether ${CC-cc} accepts -mpentium" >&5
4948 < echo $ECHO_N "checking whether ${CC-cc} accepts -mpentium... $ECHO_C" >&6
4949 < if test "${ac_pentium+set}" = set; then
4950 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4186 < else
4187 <  echo 'void f(){}' > conftest.c
4188 < if test -z "`${CC-cc} -mpentium -c conftest.c 2>&1`"; then
4189 <        ac_pentium=yes
4190 < else
4191 <        ac_pentium=no
4192 < fi
4193 < rm -f conftest*
4947 > case $ac_fc_v_output in
4948 >  # If we are using xlf then replace all the commas with spaces.
4949 >  *xlfentry*)
4950 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;;
4951  
4952 +  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
4953 +  # $LIBS confuse us, and the libraries appear later in the output anyway).
4954 +  *mGLOB_options_string*)
4955 +    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
4956 +
4957 +  # If we are using Cray Fortran then delete quotes.
4958 +  # Use "\"" instead of '"' for font-lock-mode.
4959 +  # FIXME: a more general fix for quoted arguments with spaces?
4960 +  *cft90*)
4961 +    ac_fc_v_output=`echo $ac_fc_v_output | sed "s/\"//g"` ;;
4962 + esac
4963 +
4964 +
4965 +  # look for -l* and *.a constructs in the output
4966 +  for ac_arg in $ac_fc_v_output; do
4967 +     case $ac_arg in
4968 +        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
4969 +          ac_cv_prog_fc_v=$ac_verb
4970 +          break 2 ;;
4971 +     esac
4972 +  done
4973 + done
4974 + if test -z "$ac_cv_prog_fc_v"; then
4975 +   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $FC" >&5
4976 + echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;}
4977   fi
4196 echo "$as_me:4196: result: $ac_pentium" >&5
4197 echo "${ECHO_T}$ac_pentium" >&6
4198 if test "$ac_pentium" = yes; then
4199        :
4200        CPU_FLAGS=-mpentium
4978   else
4979 <        :
4979 >  echo "$as_me: failed program was:" >&5
4980 > sed 's/^/| /' conftest.$ac_ext >&5
4981  
4982 + { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
4983 + echo "$as_me: WARNING: compilation failed" >&2;}
4984   fi
4985 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4986  
4987   fi
4988 <
4989 <                  ;;
4990 <          i686*)
4991 <
4992 < echo "$as_me:4211: checking whether ${CC-cc} accepts -mcpu=pentiumpro" >&5
4212 < echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentiumpro... $ECHO_C" >&6
4213 < if test "${ac_cpu_pentiumpro+set}" = set; then
4988 > echo "$as_me:$LINENO: result: $ac_cv_prog_fc_v" >&5
4989 > echo "${ECHO_T}$ac_cv_prog_fc_v" >&6
4990 > echo "$as_me:$LINENO: checking for Fortran libraries of $FC" >&5
4991 > echo $ECHO_N "checking for Fortran libraries of $FC... $ECHO_C" >&6
4992 > if test "${ac_cv_fc_libs+set}" = set; then
4993    echo $ECHO_N "(cached) $ECHO_C" >&6
4994   else
4995 <  echo 'void f(){}' > conftest.c
4996 < if test -z "`${CC-cc} -mcpu=pentiumpro -c conftest.c 2>&1`"; then
4218 <        ac_cpu_pentiumpro=yes
4995 >  if test "x$FCLIBS" != "x"; then
4996 >  ac_cv_fc_libs="$FCLIBS" # Let the user override the test.
4997   else
4220        ac_cpu_pentiumpro=no
4221 fi
4222 rm -f conftest*
4998  
4999 < fi
5000 < echo "$as_me:4225: result: $ac_cpu_pentiumpro" >&5
4226 < echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
4227 < if test "$ac_cpu_pentiumpro" = yes; then
4228 <        :
4229 <        CPU_FLAGS=-mcpu=pentiumpro
4230 < else
4231 <        :
4999 > cat >conftest.$ac_ext <<_ACEOF
5000 >      program main
5001  
5002 < echo "$as_me:4233: checking whether ${CC-cc} accepts -mpentiumpro" >&5
5003 < echo $ECHO_N "checking whether ${CC-cc} accepts -mpentiumpro... $ECHO_C" >&6
5004 < if test "${ac_pentiumpro+set}" = set; then
5005 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5006 < else
5007 <  echo 'void f(){}' > conftest.c
5008 < if test -z "`${CC-cc} -mpentiumpro -c conftest.c 2>&1`"; then
5009 <        ac_pentiumpro=yes
5010 < else
5011 <        ac_pentiumpro=no
5012 < fi
5002 >      end
5003 > _ACEOF
5004 >
5005 > # Compile and link our simple test program by passing a flag (argument
5006 > # 1 to this macro) to the Fortran compiler in order to get
5007 > # "verbose" output that we can then parse for the Fortran linker
5008 > # flags.
5009 > ac_save_FFLAGS=$FCFLAGS
5010 > FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v"
5011 > (eval echo $as_me:5011: \"$ac_link\") >&5
5012 > ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
5013 > echo "$ac_fc_v_output" >&5
5014 > FCFLAGS=$ac_save_FFLAGS
5015 >
5016   rm -f conftest*
5017  
5018 < fi
5019 < echo "$as_me:4247: result: $ac_pentiumpro" >&5
5020 < echo "${ECHO_T}$ac_pentiumpro" >&6
5021 < if test "$ac_pentiumpro" = yes; then
5022 <        :
5023 <        CPU_FLAGS=-mpentiumpro
4252 < else
4253 <        :
5018 > # On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where
5019 > # /foo, /bar, and /baz are search directories for the Fortran linker.
5020 > # Here, we change these into -L/foo -L/bar -L/baz (and put it first):
5021 > ac_fc_v_output="`echo $ac_fc_v_output |
5022 >        grep 'LPATH is:' |
5023 >        sed 's,.*LPATH is\(: *[^ ]*\).*,\1,;s,: */, -L/,g'` $ac_fc_v_output"
5024  
5025 < fi
5025 > case $ac_fc_v_output in
5026 >  # If we are using xlf then replace all the commas with spaces.
5027 >  *xlfentry*)
5028 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;;
5029  
5030 < fi
5030 >  # With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted
5031 >  # $LIBS confuse us, and the libraries appear later in the output anyway).
5032 >  *mGLOB_options_string*)
5033 >    ac_fc_v_output=`echo $ac_fc_v_output | sed 's/\"-mGLOB[^\"]*\"/ /g'` ;;
5034  
5035 <                  ;;
5036 <          powerpc*)
5037 <                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
5038 <                is60x=`echo $cputype | egrep "^600-9e?$"`
5039 <                if test -n "$is60x"; then
5035 >  # If we are using Cray Fortran then delete quotes.
5036 >  # Use "\"" instead of '"' for font-lock-mode.
5037 >  # FIXME: a more general fix for quoted arguments with spaces?
5038 >  *cft90*)
5039 >    ac_fc_v_output=`echo $ac_fc_v_output | sed "s/\"//g"` ;;
5040 > esac
5041  
4265 echo "$as_me:4265: checking whether ${CC-cc} accepts -mcpu=$cputype" >&5
4266 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=$cputype... $ECHO_C" >&6
4267 if test "${ac_m_cpu_60x+set}" = set; then
4268  echo $ECHO_N "(cached) $ECHO_C" >&6
4269 else
4270  echo 'void f(){}' > conftest.c
4271 if test -z "`${CC-cc} -mcpu=$cputype -c conftest.c 2>&1`"; then
4272        ac_m_cpu_60x=yes
4273 else
4274        ac_m_cpu_60x=no
4275 fi
4276 rm -f conftest*
5042  
4278 fi
4279 echo "$as_me:4279: result: $ac_m_cpu_60x" >&5
4280 echo "${ECHO_T}$ac_m_cpu_60x" >&6
4281 if test "$ac_m_cpu_60x" = yes; then
4282        :
4283        CPU_FLAGS=-mcpu=$cputype
4284 else
4285        :
5043  
5044 < fi
5044 > ac_cv_fc_libs=
5045  
5046 <                elif test "$cputype" = 750; then
5046 > # Save positional arguments (if any)
5047 > ac_save_positional="$@"
5048  
5049 < echo "$as_me:4291: checking whether we are using gcc 2.95 or later" >&5
5050 < echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
5051 < if test "${ac_cv_prog_gcc_2_95+set}" = set; then
5052 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5053 < else
5049 > set X $ac_fc_v_output
5050 > while test $# != 1; do
5051 >  shift
5052 >  ac_arg=$1
5053 >  case $ac_arg in
5054 >        [\\/]*.a | ?:[\\/]*.a)
5055 >            ac_exists=false
5056 >  for ac_i in $ac_cv_fc_libs; do
5057 >    if test x"$ac_arg" = x"$ac_i"; then
5058 >      ac_exists=true
5059 >      break
5060 >    fi
5061 >  done
5062  
5063 < cat > conftest.c <<EOF
5064 < #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
4299 < #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
4300 <     yes;
4301 < #  endif
4302 < #endif
4303 < EOF
4304 < if { ac_try='${CC-cc} -E conftest.c'
4305 <  { (eval echo "$as_me:4305: \"$ac_try\"") >&5
4306 <  (eval $ac_try) 2>&5
4307 <  ac_status=$?
4308 <  echo "$as_me:4308: \$? = $ac_status" >&5
4309 <  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4310 <  ac_cv_prog_gcc_2_95=yes
5063 >  if test x"$ac_exists" = xtrue; then
5064 >  :
5065   else
5066 <  ac_cv_prog_gcc_2_95=no
5066 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
5067   fi
5068  
5069 < fi
5070 < echo "$as_me:4316: result: $ac_cv_prog_gcc_2_95" >&5
5071 < echo "${ECHO_T}$ac_cv_prog_gcc_2_95" >&6
5072 < if test "$ac_cv_prog_gcc_2_95" = yes; then
5073 <        :
5069 >          ;;
5070 >        -bI:*)
5071 >            ac_exists=false
5072 >  for ac_i in $ac_cv_fc_libs; do
5073 >    if test x"$ac_arg" = x"$ac_i"; then
5074 >      ac_exists=true
5075 >      break
5076 >    fi
5077 >  done
5078  
5079 < echo "$as_me:4321: checking whether ${CC-cc} accepts -mcpu=750" >&5
5080 < echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=750... $ECHO_C" >&6
4323 < if test "${ac_m_cpu_750+set}" = set; then
4324 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5079 >  if test x"$ac_exists" = xtrue; then
5080 >  :
5081   else
5082 <  echo 'void f(){}' > conftest.c
5083 < if test -z "`${CC-cc} -mcpu=750 -c conftest.c 2>&1`"; then
5084 <        ac_m_cpu_750=yes
5082 >  if test "$ac_compiler_gnu" = yes; then
5083 >  for ac_link_opt in $ac_arg; do
5084 >    ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt"
5085 >  done
5086   else
5087 <        ac_m_cpu_750=no
5087 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
5088   fi
4332 rm -f conftest*
4333
5089   fi
4335 echo "$as_me:4335: result: $ac_m_cpu_750" >&5
4336 echo "${ECHO_T}$ac_m_cpu_750" >&6
4337 if test "$ac_m_cpu_750" = yes; then
4338        :
4339        CPU_FLAGS=-mcpu=750
4340 else
4341        :
5090  
5091 < fi
5091 >          ;;
5092 >          # Ignore these flags.
5093 >        -lang* | -lcrt[01].o | -lcrtbegin.o | -lc | -lgcc | -libmil | -LANG:=*)
5094 >          ;;
5095 >        -lkernel32)
5096 >          test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
5097 >          ;;
5098 >        -[LRuY])
5099 >          # These flags, when seen by themselves, take an argument.
5100 >          # We remove the space between option and argument and re-iterate
5101 >          # unless we find an empty arg or a new option (starting with -)
5102 >          case $2 in
5103 >             "" | -*);;
5104 >             *)
5105 >                ac_arg="$ac_arg$2"
5106 >                shift; shift
5107 >                set X $ac_arg "$@"
5108 >                ;;
5109 >          esac
5110 >          ;;
5111 >        -YP,*)
5112 >          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
5113 >              ac_exists=false
5114 >  for ac_i in $ac_cv_fc_libs; do
5115 >    if test x"$ac_j" = x"$ac_i"; then
5116 >      ac_exists=true
5117 >      break
5118 >    fi
5119 >  done
5120  
5121 +  if test x"$ac_exists" = xtrue; then
5122 +  :
5123   else
5124 <        :
5125 <
5124 >  ac_arg="$ac_arg $ac_j"
5125 >                               ac_cv_fc_libs="$ac_cv_fc_libs $ac_j"
5126   fi
5127  
5128 <                fi
5129 <                if test -z "$CPU_FLAGS"; then
5128 >          done
5129 >          ;;
5130 >        -[lLR]*)
5131 >            ac_exists=false
5132 >  for ac_i in $ac_cv_fc_libs; do
5133 >    if test x"$ac_arg" = x"$ac_i"; then
5134 >      ac_exists=true
5135 >      break
5136 >    fi
5137 >  done
5138  
5139 < echo "$as_me:4353: checking whether ${CC-cc} accepts -mcpu=powerpc" >&5
5140 < echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=powerpc... $ECHO_C" >&6
4355 < if test "${ac_m_cpu_powerpc+set}" = set; then
4356 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5139 >  if test x"$ac_exists" = xtrue; then
5140 >  :
5141   else
5142 <  echo 'void f(){}' > conftest.c
4359 < if test -z "`${CC-cc} -mcpu=powerpc -c conftest.c 2>&1`"; then
4360 <        ac_m_cpu_powerpc=yes
4361 < else
4362 <        ac_m_cpu_powerpc=no
5142 >  ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg"
5143   fi
4364 rm -f conftest*
5144  
5145 < fi
5146 < echo "$as_me:4367: result: $ac_m_cpu_powerpc" >&5
5147 < echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
5148 < if test "$ac_m_cpu_powerpc" = yes; then
5149 <        :
5150 <        CPU_FLAGS=-mcpu=powerpc
4372 < else
4373 <        :
5145 >          ;;
5146 >          # Ignore everything else.
5147 >  esac
5148 > done
5149 > # restore positional arguments
5150 > set X $ac_save_positional; shift
5151  
5152 + # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
5153 + # then we insist that the "run path" must be an absolute path (i.e. it
5154 + # must begin with a "/").
5155 + case `(uname -sr) 2>/dev/null` in
5156 +   "SunOS 5"*)
5157 +      ac_ld_run_path=`echo $ac_fc_v_output |
5158 +                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
5159 +      test "x$ac_ld_run_path" != x &&
5160 +        if test "$ac_compiler_gnu" = yes; then
5161 +  for ac_link_opt in $ac_ld_run_path; do
5162 +    ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt"
5163 +  done
5164 + else
5165 +  ac_cv_fc_libs="$ac_cv_fc_libs $ac_ld_run_path"
5166   fi
5167 +      ;;
5168 + esac
5169 + fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x"
5170  
4377                fi
4378                if test -z "$CPU_FLAGS"; then
4379
4380 echo "$as_me:4380: checking whether ${CC-cc} accepts -mpowerpc" >&5
4381 echo $ECHO_N "checking whether ${CC-cc} accepts -mpowerpc... $ECHO_C" >&6
4382 if test "${ac_m_powerpc+set}" = set; then
4383  echo $ECHO_N "(cached) $ECHO_C" >&6
4384 else
4385  echo 'void f(){}' > conftest.c
4386 if test -z "`${CC-cc} -mpowerpc -c conftest.c 2>&1`"; then
4387        ac_m_powerpc=yes
4388 else
4389        ac_m_powerpc=no
5171   fi
5172 < rm -f conftest*
5172 > echo "$as_me:$LINENO: result: $ac_cv_fc_libs" >&5
5173 > echo "${ECHO_T}$ac_cv_fc_libs" >&6
5174 > FCLIBS="$ac_cv_fc_libs"
5175  
4393 fi
4394 echo "$as_me:4394: result: $ac_m_powerpc" >&5
4395 echo "${ECHO_T}$ac_m_powerpc" >&6
4396 if test "$ac_m_powerpc" = yes; then
4397        :
4398        CPU_FLAGS=-mpowerpc
4399 else
4400        :
5176  
5177 < fi
5177 > ac_ext=${FC_SRCEXT-f}
5178 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
5179 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
5180 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5181  
4404                fi
4405          esac
4406  fi
5182  
4408  if test -n "$CPU_FLAGS"; then
4409        CFLAGS="$CFLAGS $CPU_FLAGS"
4410  fi
5183  
5184 <  if test -z "$CFLAGS"; then
5185 <        echo ""
5186 <        echo "********************************************************"
5187 <        echo "* WARNING: Don't know the best CFLAGS for this system  *"
5188 <        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
5189 <        echo "* (otherwise, a default of CFLAGS=-O3 will be used)    *"
5190 <        echo "********************************************************"
5191 <        echo ""
5192 <        CFLAGS="-O3"
5193 <  fi
5194 <
5195 < echo "$as_me:4423: checking whether ${CC-cc} accepts ${CFLAGS}" >&5
5196 < echo $ECHO_N "checking whether ${CC-cc} accepts ${CFLAGS}... $ECHO_C" >&6
5197 < if test "${ac_guessed_cflags+set}" = set; then
5198 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5184 > echo "$as_me:$LINENO: checking for module suffix" >&5
5185 > echo $ECHO_N "checking for module suffix... $ECHO_C" >&6
5186 > rm -f conftest*
5187 > # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
5188 > rm -f work*
5189 > cat >conftest.$ac_ext <<EOF
5190 >        module conftest
5191 >        integer n
5192 >        parameter (n=1)
5193 >        end module conftest
5194 > EOF
5195 > # SGI and absoft compilers generates module name in upper case!
5196 > testname="conftest"
5197 > modcase="lower"
5198 > if (eval $ac_compile) 2>/dev/null ; then
5199 >    MOD=`ls conftest* | grep -v conftest.$ac_ext | grep -v conftest.o`
5200 >    MOD=`echo "$MOD" | sed -e 's/conftest\.//g'`
5201 >    if test -z "$MOD" ; then
5202 >        MOD=`ls CONFTEST* 2>/dev/null \
5203 >                | grep -v CONFTEST.$ac_ext | grep -v CONFTEST.o`
5204 >        MOD=`echo "$MOD" | sed -e 's/CONFTEST\.//g'`
5205 >        if test -n "$MOD" ; then
5206 >            testname="CONFTEST"
5207 >            modcase="upper"
5208 >        fi
5209 >    fi
5210 >    if test -z "$MOD" ; then
5211 >        echo "$as_me:$LINENO: result: unknown" >&5
5212 > echo "${ECHO_T}unknown" >&6
5213 >        # Use mod if we can't figure it out
5214 >        MOD="mod"
5215 >    else
5216 >        echo "$as_me:$LINENO: result: $MOD" >&5
5217 > echo "${ECHO_T}$MOD" >&6
5218 >    fi
5219 >    if test -s work.pcl ; then
5220 >        { echo "$as_me:$LINENO: WARNING: Compiler generates auxillery files!" >&5
5221 > echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
5222 >    fi
5223   else
5224 <  echo 'void f(){}' > conftest.c
5225 < if test -z "`${CC-cc} ${CFLAGS} -c conftest.c 2>&1`"; then
4430 <        ac_guessed_cflags=yes
4431 < else
4432 <        ac_guessed_cflags=no
5224 >    echo "$as_me:$LINENO: result: unknown" >&5
5225 > echo "${ECHO_T}unknown" >&6
5226   fi
4434 rm -f conftest*
5227  
4436 fi
4437 echo "$as_me:4437: result: $ac_guessed_cflags" >&5
4438 echo "${ECHO_T}$ac_guessed_cflags" >&6
4439 if test "$ac_guessed_cflags" = yes; then
4440        :
5228  
4442 else
4443        :
5229  
4445        echo ""
4446        echo "********************************************************"
4447        echo "* WARNING: The guessed CFLAGS don't seem to work with  *"
4448        echo "* your compiler.                                       *"
4449        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
4450        echo "********************************************************"
4451        echo ""
4452        CFLAGS=""
5230  
4454 fi
5231  
5232 + # Check for module include path (some use -I, some (Solaris) use -M, some
5233 + # (absoft) use -p).
5234 + # Intel compilers use a wierd system: -cl,filename.pcl .  If no file is
5235 + # specified, work.pcl and work.pc are created.  However, if you specify
5236 + # a file, it must contain a the name of a file ending in .pc .  Ugh!
5237 + # Use the module made above
5238 + echo "$as_me:$LINENO: checking for module directory path flag" >&5
5239 + echo $ECHO_N "checking for module directory path flag... $ECHO_C" >&6
5240 + rm -f conftest*
5241 + # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
5242 + rm -f work*
5243 + cat >conftest.$ac_ext <<EOF
5244 +        module conftest
5245 +        integer n
5246 +        parameter (n=1)
5247 +        end module conftest
5248 + EOF
5249 + # SGI and absoft compilers generates module name in upper case!
5250 + testname="conftest"
5251 + if (eval $ac_compile) 2>/dev/null ; then
5252 +   mod=`ls CONFTEST* 2>/dev/null | grep -v CONFTEST.$ac_ext | grep -v CONFTEST.o`
5253 +   mod=`echo "$mod" | sed -e 's/CONFTEST\.//g'`
5254 +   if test -n "$mod" ; then
5255 +      testname="CONFTEST"
5256 +   fi
5257 +   madedir=0
5258 +   if test ! -d conf ; then mkdir conf ; madedir=1; fi
5259 +   cp $testname.$MOD conf
5260 +   rm -f conftest* CONFTEST*
5261 +   cat >conftest1.$ac_ext <<EOF
5262 +        program main
5263 +        use conftest
5264 +        print *, n
5265 +        end
5266 + EOF
5267 +   F90_WORK_FILES_ARG=""
5268 +   F90MODINCSPEC=""
5269 +   if $FC -c -Iconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext > conftest.out 2>&1 ; then
5270 +       MODDIRFLAG="-I"
5271 +       F90MODINCSPEC="-I<dir>"
5272 +       echo "$as_me:$LINENO: result: -I" >&5
5273 + echo "${ECHO_T}-I" >&6
5274 +   elif $FC -c -Mconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then
5275 +       MODDIRFLAG="-M"
5276 +       F90MODINCSPEC="-M<dir>"
5277 +       echo "$as_me:$LINENO: result: -M" >&5
5278 + echo "${ECHO_T}-M" >&6
5279 +   elif $FC -c -pconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then
5280 +       MODDIRFLAG="-p"
5281 +       F90MODINCSPEC="-p<dir>"
5282 +       echo "$as_me:$LINENO: result: -p" >&5
5283 + echo "${ECHO_T}-p" >&6
5284 +   elif test -s work.pc ; then
5285 +        cp work.pc conf/mpimod.pc
5286 +        echo "mpimod.pc" > conf/mpimod.pcl
5287 +        echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl
5288 +        if $FC -c -cl,conf/mpimod.pcl $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >>conftest.out 2>&1 ; then
5289 +            MODDIRFLAG='-cl,mpimod.pcl'
5290 +            echo "$as_me:$LINENO: result: -cl,filename where filename contains a list of files and directories" >&5
5291 + echo "${ECHO_T}-cl,filename where filename contains a list of files and directories" >&6
5292 +            F90_WORK_FILES_ARG="-cl,mpimod.pcl"
5293 +            F90MODINCSPEC="-cl,<dir>/<file>mod.pcl"
5294 +
5295 +        else
5296 +            # The version of the Intel compiler that I have refuses to let
5297 +            # you put the "work catalog" list anywhere but the current
5298 +            # directory. For example, you cannot in
5299 +         :
5300 +        fi
5301 +   fi
5302 +   if test -z "MODDIRFLAG" ; then
5303 +       echo "$as_me:$LINENO: result: unknown" >&5
5304 + echo "${ECHO_T}unknown" >&6
5305 +   fi
5306 +
5307 +
5308 +   rm -f conftest* conf/conftest* conf/CONFTEST* CONFTEST* conf/mpimod*
5309 +   if test $madedir = 1 ; then rmdir conf ; fi
5310   fi
5311  
5312 < echo "$as_me:4458: checking whether we are *really* using GNU c++" >&5
5313 < echo $ECHO_N "checking whether we are *really* using GNU c++... $ECHO_C" >&6
5314 < if test "${ac_cv_prog_really_gxx+set}" = set; then
5312 >
5313 > echo "$as_me:$LINENO: checking for Fortran 90 module file names" >&5
5314 > echo $ECHO_N "checking for Fortran 90 module file names... $ECHO_C" >&6
5315 > if test "${ac_cv_f90_module_names+set}" = set; then
5316    echo $ECHO_N "(cached) $ECHO_C" >&6
5317   else
5318 +  ac_ext=${FC_SRCEXT-f}
5319 + ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
5320 + ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
5321 + ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5322  
5323 < cat > conftest.cpp <<EOF
5324 < #ifdef __GNUC__
5325 <  #ifndef __INTEL_COMPILER
5326 <     yes;
5327 <  #endif
5328 < #endif
5329 < EOF
5330 < if { ac_try='${CXX-c++} -E conftest.cpp'
5331 <  { (eval echo "$as_me:4472: \"$ac_try\"") >&5
5323 > # carry out the test in a new directory, so that we don't miss anything
5324 > mkdir conftest
5325 > cd conftest
5326 > cat >conftest.$ac_ext <<_ACEOF
5327 > MODULE Bar
5328 > END MODULE Bar
5329 > _ACEOF
5330 > rm -f conftest.$ac_objext
5331 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5332 >  (eval $ac_compile) 2>conftest.er1
5333 >  ac_status=$?
5334 >  grep -v '^ *+' conftest.er1 >conftest.err
5335 >  rm -f conftest.er1
5336 >  cat conftest.err >&5
5337 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5338 >  (exit $ac_status); } &&
5339 >         { ac_try='test -z "$ac_fc_werror_flag"
5340 >                         || test ! -s conftest.err'
5341 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5342    (eval $ac_try) 2>&5
5343    ac_status=$?
5344 <  echo "$as_me:4475: \$? = $ac_status" >&5
5345 <  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
5346 <  ac_cv_prog_really_gxx=yes
5344 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5345 >  (exit $ac_status); }; } &&
5346 >         { ac_try='test -s conftest.$ac_objext'
5347 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5348 >  (eval $ac_try) 2>&5
5349 >  ac_status=$?
5350 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5351 >  (exit $ac_status); }; }; then
5352 >  ac_cv_f90_module_names=
5353 > ac_file_list=*
5354 > for ac_file in $ac_file_list; do
5355 >   case $ac_file in
5356 >      # don't care for original source and object files
5357 >      conftest.$ac_ext | conftest.$ac_objext | conftest.err )
5358 >          :
5359 >          ;;
5360 >      # look for new files derived from the file name
5361 >      *conftest*)
5362 >          ac_pat=`echo $ac_file | sed s/conftest/%FILE%/`
5363 >            ac_exists=false
5364 >  for ac_i in $ac_cv_f90_module_names; do
5365 >    if test x"$ac_pat" = x"$ac_i"; then
5366 >      ac_exists=true
5367 >      break
5368 >    fi
5369 >  done
5370 >
5371 >  if test x"$ac_exists" = xtrue; then
5372 >  :
5373   else
5374 <  ac_cv_prog_really_gxx=no
5374 >  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
5375   fi
5376  
5377 < fi
5378 < echo "$as_me:4483: result: $ac_cv_prog_really_gxx" >&5
5379 < echo "${ECHO_T}$ac_cv_prog_really_gxx" >&6
5380 < if test "$ac_cv_prog_really_gxx" = yes; then
5381 <        :
5377 >          ;;
5378 >      # look for new files derived from the module name,
5379 >      # with different case translation schemes
5380 >      *Bar*)
5381 >          ac_pat=`echo $ac_file | sed s/Bar/%Module%/`
5382 >            ac_exists=false
5383 >  for ac_i in $ac_cv_f90_module_names; do
5384 >    if test x"$ac_pat" = x"$ac_i"; then
5385 >      ac_exists=true
5386 >      break
5387 >    fi
5388 >  done
5389  
5390 +  if test x"$ac_exists" = xtrue; then
5391 +  :
5392   else
5393 <        :
4490 <
5393 >  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
5394   fi
5395  
5396 < # Try to determine "good" native compiler flags if none specified on command
5397 < # line
5398 < if test "$ac_test_CXXFLAGS" != "set"; then
5399 <  CXXFLAGS=""
5400 <  case "${host_cpu}-${host_os}" in
5396 >          ;;
5397 >      *bar*)
5398 >          ac_pat=`echo $ac_file | sed s/bar/%module%/`
5399 >            ac_exists=false
5400 >  for ac_i in $ac_cv_f90_module_names; do
5401 >    if test x"$ac_pat" = x"$ac_i"; then
5402 >      ac_exists=true
5403 >      break
5404 >    fi
5405 >  done
5406  
5407 <  *linux*) if test "$CXX" = icc -o "$CXX" = icpc; then
5408 <                    CXXFLAGS="-O"
5409 <                fi;;
5410 <  sparc-solaris2*) if test "$CXX" = CC; then
5411 <                    CXXFLAGS="-native -fast -xO5 -dalign"
4504 <                 fi;;
4505 <   rs6000*-aix*)  if test "$CXX" = xlC; then
4506 <                    CXXFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
4507 <                fi;;
4508 <   powerpc*-aix*)
4509 <        if test "$CXX" = xlC; then
4510 <                CXXFLAGS="-O3 -qarch=ppc -qansialias -w"
4511 <                echo "*******************************************************"
4512 <                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4513 <                echo "*  recommended that you use                           *"
4514 <                echo "*                                                     *"
4515 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4516 <                echo "*                                 ^^^                 *"
4517 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4518 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4519 <                echo "*******************************************************"
4520 <        fi;;
4521 <   *darwin*)
4522 <        if test "$CXX" = xlc++ -o "$CXX" = xlC ; then
4523 <                CXXFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4524 <        fi;;
4525 <  esac
5407 >  if test x"$ac_exists" = xtrue; then
5408 >  :
5409 > else
5410 >  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
5411 > fi
5412  
5413 <  # use default flags for gcc on all systems
5414 <  if test $ac_cv_prog_really_gxx = yes; then
5415 <     CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
5416 <  fi
5413 >          ;;
5414 >      *BAR*)
5415 >          ac_pat=`echo $ac_file | sed s/BAR/%MODULE%/`
5416 >            ac_exists=false
5417 >  for ac_i in $ac_cv_f90_module_names; do
5418 >    if test x"$ac_pat" = x"$ac_i"; then
5419 >      ac_exists=true
5420 >      break
5421 >    fi
5422 >  done
5423  
5424 <  # test for gcc-specific flags:
5425 <  if test $ac_cv_prog_really_gxx = yes; then
4534 <    # -malign-double for x86 systems
4535 <
4536 < echo "$as_me:4536: checking whether ${CXX-c++} accepts -malign-double" >&5
4537 < echo $ECHO_N "checking whether ${CXX-c++} accepts -malign-double... $ECHO_C" >&6
4538 < if test "${ac_align_double+set}" = set; then
4539 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5424 >  if test x"$ac_exists" = xtrue; then
5425 >  :
5426   else
5427 <  echo 'void f(){}' > conftest.cpp
4542 < if test -z "`${CXX-c++} -malign-double -c conftest.cpp 2>&1`"; then
4543 <        ac_align_double=yes
4544 < else
4545 <        ac_align_double=no
5427 >  ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat"
5428   fi
4547 rm -f conftest*
5429  
5430 +          ;;
5431 +       # Other files - we have no idea how they are generated
5432 +       *)
5433 +          { echo "$as_me:$LINENO: WARNING: Bogus file found: $ac_file" >&5
5434 + echo "$as_me: WARNING: Bogus file found: $ac_file" >&2;}
5435 +          ;;
5436 +   esac
5437 + done
5438 + if test "x$ac_cv_f90_module_names" = "x"; then
5439 +  { echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
5440 + echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
5441   fi
4550 echo "$as_me:4550: result: $ac_align_double" >&5
4551 echo "${ECHO_T}$ac_align_double" >&6
4552 if test "$ac_align_double" = yes; then
4553        :
4554        CXXFLAGS="$CXXFLAGS -malign-double"
4555 else
4556        :
5442  
4558 fi
4559
4560    # -fstrict-aliasing for gcc-2.95+
4561
4562 echo "$as_me:4562: checking whether ${CXX-c++} accepts -fstrict-aliasing" >&5
4563 echo $ECHO_N "checking whether ${CXX-c++} accepts -fstrict-aliasing... $ECHO_C" >&6
4564 if test "${ac_fstrict_aliasing+set}" = set; then
4565  echo $ECHO_N "(cached) $ECHO_C" >&6
5443   else
5444 <  echo 'void f(){}' > conftest.cpp
5445 < if test -z "`${CXX-c++} -fstrict-aliasing -c conftest.cpp 2>&1`"; then
4569 <        ac_fstrict_aliasing=yes
4570 < else
4571 <        ac_fstrict_aliasing=no
4572 < fi
4573 < rm -f conftest*
5444 >  echo "$as_me: failed program was:" >&5
5445 > sed 's/^/| /' conftest.$ac_ext >&5
5446  
5447 + ac_cv_f90_module_names=
5448 + { echo "$as_me:$LINENO: WARNING: Couldn't determine module file names" >&5
5449 + echo "$as_me: WARNING: Couldn't determine module file names" >&2;}
5450   fi
5451 < echo "$as_me:4576: result: $ac_fstrict_aliasing" >&5
5452 < echo "${ECHO_T}$ac_fstrict_aliasing" >&6
5453 < if test "$ac_fstrict_aliasing" = yes; then
5454 <        :
5455 <        CXXFLAGS="$CXXFLAGS -fstrict-aliasing"
5456 < else
5457 <        :
5451 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5452 > cd ..
5453 > # cleanup
5454 > rm -rf conftest
5455 > ac_ext=${FC_SRCEXT-f}
5456 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
5457 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
5458 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
5459  
5460   fi
5461 + echo "$as_me:$LINENO: result: $ac_cv_f90_module_names" >&5
5462 + echo "${ECHO_T}$ac_cv_f90_module_names" >&6 # AC_CACHE_CHECK
5463  
5464 <  fi
5464 > # We now generate a shell script that will help us to figure out the correct
5465 > # module file names, using the value of ac_cv_f90_module_names
5466  
5467 <  CPU_FLAGS=""
4589 <  if test $ac_cv_prog_really_gxx = yes; then
4590 <                  case "${host_cpu}" in
4591 <          i586*)
5467 > echo "Generating shell script modnam"
5468  
5469 < echo "$as_me:4593: checking whether ${CXX-c++} accepts -mcpu=pentium" >&5
5470 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=pentium... $ECHO_C" >&6
5471 < if test "${ac_cpu_pentium+set}" = set; then
5472 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5473 < else
5474 <  echo 'void f(){}' > conftest.cpp
4599 < if test -z "`${CXX-c++} -mcpu=pentium -c conftest.cpp 2>&1`"; then
4600 <        ac_cpu_pentium=yes
4601 < else
4602 <        ac_cpu_pentium=no
4603 < fi
4604 < rm -f conftest*
5469 > cat > scripts/modnam << EOF
5470 > #! /bin/sh
5471 > # This script is auto-generated by configure
5472 > #
5473 > usage="\\
5474 > Usage: \$0 [FILES]
5475  
5476 < fi
5477 < echo "$as_me:4607: result: $ac_cpu_pentium" >&5
5478 < echo "${ECHO_T}$ac_cpu_pentium" >&6
4609 < if test "$ac_cpu_pentium" = yes; then
4610 <        :
4611 <        CPU_FLAGS=-mcpu=pentium
4612 < else
4613 <        :
5476 > [FILES] are Fortran 90 source files.
5477 > The output is a list of module file names that the Fortran 90 compiler
5478 > generates when compiling [FILES]."
5479  
5480 < echo "$as_me:4615: checking whether ${CXX-c++} accepts -mpentium" >&5
5481 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mpentium... $ECHO_C" >&6
4617 < if test "${ac_pentium+set}" = set; then
4618 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4619 < else
4620 <  echo 'void f(){}' > conftest.cpp
4621 < if test -z "`${CXX-c++} -mpentium -c conftest.cpp 2>&1`"; then
4622 <        ac_pentium=yes
4623 < else
4624 <        ac_pentium=no
4625 < fi
4626 < rm -f conftest*
5480 > list=
5481 > empty=
5482  
5483 + if test \$# -eq 0; then
5484 +   echo "\$usage"; exit 0
5485   fi
4629 echo "$as_me:4629: result: $ac_pentium" >&5
4630 echo "${ECHO_T}$ac_pentium" >&6
4631 if test "$ac_pentium" = yes; then
4632        :
4633        CPU_FLAGS=-mpentium
4634 else
4635        :
5486  
5487 < fi
5487 > while test \$# != 0; do
5488  
5489 < fi
5489 >  file=\$1
5490 >  shift
5491  
5492 <                  ;;
5493 <          i686*)
5492 > # strip suffix
5493 >  base=\`echo \$file | sed 's/[.][^.]*$//'\`
5494  
5495 < echo "$as_me:4644: checking whether ${CXX-c++} accepts -mcpu=pentiumpro" >&5
4645 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=pentiumpro... $ECHO_C" >&6
4646 < if test "${ac_cpu_pentiumpro+set}" = set; then
4647 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4648 < else
4649 <  echo 'void f(){}' > conftest.cpp
4650 < if test -z "`${CXX-c++} -mcpu=pentiumpro -c conftest.cpp 2>&1`"; then
4651 <        ac_cpu_pentiumpro=yes
4652 < else
4653 <        ac_cpu_pentiumpro=no
4654 < fi
4655 < rm -f conftest*
5495 >  test ! -f \$file && continue
5496  
5497 < fi
5498 < echo "$as_me:4658: result: $ac_cpu_pentiumpro" >&5
5499 < echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
5500 < if test "$ac_cpu_pentiumpro" = yes; then
4661 <        :
4662 <        CPU_FLAGS=-mcpu=pentiumpro
4663 < else
4664 <        :
5497 > # Look for module definitions and transform them to upper / lower case
5498 >  mods=\`cat \$file | sed '/^ *[mM][oO][dD][uU][lL][eE]/!d;s/^ *[mM][oO][dD][uU][lL][eE] *\([A-Za-z_][A-Za-z0-9_]*\).*\$/\1/'\`
5499 >  upper=\`echo \$mods | tr a-z A-Z\`
5500 >  lower=\`echo \$mods | tr A-Z a-z\`
5501  
5502 < echo "$as_me:4666: checking whether ${CXX-c++} accepts -mpentiumpro" >&5
5503 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mpentiumpro... $ECHO_C" >&6
4668 < if test "${ac_pentiumpro+set}" = set; then
4669 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4670 < else
4671 <  echo 'void f(){}' > conftest.cpp
4672 < if test -z "`${CXX-c++} -mpentiumpro -c conftest.cpp 2>&1`"; then
4673 <        ac_pentiumpro=yes
4674 < else
4675 <        ac_pentiumpro=no
4676 < fi
4677 < rm -f conftest*
5502 > # Here, the patterns for generating module file names were inserted by configure
5503 >  for trans in $ac_cv_f90_module_names; do
5504  
5505 < fi
5506 < echo "$as_me:4680: result: $ac_pentiumpro" >&5
5507 < echo "${ECHO_T}$ac_pentiumpro" >&6
5508 < if test "$ac_pentiumpro" = yes; then
5509 <        :
5510 <        CPU_FLAGS=-mpentiumpro
5511 < else
5512 <        :
5505 >    pat=\`echo \$trans | sed 's/.*\(%.*%\).*/\1/'\`
5506 >    var=empty
5507 >    case \$pat in
5508 >       %MODULE%)
5509 >          var=upper ;;
5510 >       %Module%)
5511 >          var=mods ;;
5512 >       %module%)
5513 >          var=lower ;;
5514 >       %FILE%)
5515 >          test -n "\$mods" && var=base ;;
5516 >    esac
5517 >    new=\`eval '(for i in \$'\$var '; do echo \$trans | sed s/\$pat/\$i/; done)'\`
5518 >    list="\$list \$new"
5519 >  done
5520 > done
5521  
5522 < fi
5522 > echo \$list
5523 > # end of configure-generated script
5524 > EOF
5525 > chmod 755 scripts/modnam
5526  
5527 < fi
5527 > pat=`echo $ac_cv_f90_module_names | sed 's/.*\(%.*%\).*/\1/'`
5528 > F90_MODULE_NAMES=empty
5529 > case $pat in
5530 >       %MODULE%)
5531 >          F90_MODULE_NAMES=UPPER ;;
5532 >       %Module%)
5533 >          F90_MODULE_NAMES=Mixed ;;
5534 >       %module%)
5535 >          F90_MODULE_NAMES=lower ;;
5536 >       *)
5537 >          F90_MODULE_NAMES=unknown ;;
5538 > esac
5539  
5540 <                  ;;
5541 <          powerpc*)
5542 <                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
5543 <                is60x=`echo $cputype | egrep "^600-9e?$"`
5544 <                if test -n "$is60x"; then
5540 > ac_ext=c
5541 > ac_cpp='$CPP $CPPFLAGS'
5542 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5543 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5544 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
5545  
4698 echo "$as_me:4698: checking whether ${CXX-c++} accepts -mcpu=$cputype" >&5
4699 echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=$cputype... $ECHO_C" >&6
4700 if test "${ac_m_cpu_60x+set}" = set; then
4701  echo $ECHO_N "(cached) $ECHO_C" >&6
4702 else
4703  echo 'void f(){}' > conftest.cpp
4704 if test -z "`${CXX-c++} -mcpu=$cputype -c conftest.cpp 2>&1`"; then
4705        ac_m_cpu_60x=yes
4706 else
4707        ac_m_cpu_60x=no
4708 fi
4709 rm -f conftest*
5546  
5547 < fi
5548 < echo "$as_me:4712: result: $ac_m_cpu_60x" >&5
5549 < echo "${ECHO_T}$ac_m_cpu_60x" >&6
5550 < if test "$ac_m_cpu_60x" = yes; then
5551 <        :
4716 <        CPU_FLAGS=-mcpu=$cputype
4717 < else
4718 <        :
5547 > ac_ext=c
5548 > ac_cpp='$CPP $CPPFLAGS'
5549 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5550 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5551 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
5552  
4720 fi
5553  
4722                elif test "$cputype" = 750; then
5554  
5555 < echo "$as_me:4724: checking whether we are using g++ 2.95 or later" >&5
5556 < echo $ECHO_N "checking whether we are using g++ 2.95 or later... $ECHO_C" >&6
5557 < if test "${ac_cv_prog_gxx_2_95+set}" = set; then
5555 > echo "$as_me:$LINENO: checking for asin in -lm" >&5
5556 > echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6
5557 > if test "${ac_cv_lib_m_asin+set}" = set; then
5558    echo $ECHO_N "(cached) $ECHO_C" >&6
5559   else
5560 +  ac_check_lib_save_LIBS=$LIBS
5561 + LIBS="-lm  $LIBS"
5562 + cat >conftest.$ac_ext <<_ACEOF
5563 + /* confdefs.h.  */
5564 + _ACEOF
5565 + cat confdefs.h >>conftest.$ac_ext
5566 + cat >>conftest.$ac_ext <<_ACEOF
5567 + /* end confdefs.h.  */
5568  
5569 < cat > conftest.cpp <<EOF
5570 < #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
5571 < #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
5572 <     yes;
5569 > /* Override any gcc2 internal prototype to avoid an error.  */
5570 > #ifdef __cplusplus
5571 > extern "C"
5572 > #endif
5573 > /* We use char because int might match the return type of a gcc2
5574 >   builtin and then its argument prototype would still apply.  */
5575 > char asin ();
5576 > #ifdef FC_DUMMY_MAIN
5577 > #ifndef FC_DUMMY_MAIN_EQ_F77
5578 > #  ifdef __cplusplus
5579 >     extern "C"
5580   #  endif
5581 +   int FC_DUMMY_MAIN() { return 1; }
5582   #endif
5583 < EOF
5584 < if { ac_try='${CXX-c++} -E conftest.cpp'
5585 <  { (eval echo "$as_me:4738: \"$ac_try\"") >&5
5583 > #endif
5584 > int
5585 > main ()
5586 > {
5587 > asin ();
5588 >  ;
5589 >  return 0;
5590 > }
5591 > _ACEOF
5592 > rm -f conftest.$ac_objext conftest$ac_exeext
5593 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5594 >  (eval $ac_link) 2>conftest.er1
5595 >  ac_status=$?
5596 >  grep -v '^ *+' conftest.er1 >conftest.err
5597 >  rm -f conftest.er1
5598 >  cat conftest.err >&5
5599 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5600 >  (exit $ac_status); } &&
5601 >         { ac_try='test -z "$ac_c_werror_flag"
5602 >                         || test ! -s conftest.err'
5603 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5604    (eval $ac_try) 2>&5
5605    ac_status=$?
5606 <  echo "$as_me:4741: \$? = $ac_status" >&5
5607 <  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
5608 <  ac_cv_prog_gxx_2_95=yes
5606 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5607 >  (exit $ac_status); }; } &&
5608 >         { ac_try='test -s conftest$ac_exeext'
5609 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5610 >  (eval $ac_try) 2>&5
5611 >  ac_status=$?
5612 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5613 >  (exit $ac_status); }; }; then
5614 >  ac_cv_lib_m_asin=yes
5615   else
5616 <  ac_cv_prog_gxx_2_95=no
5617 < fi
5616 >  echo "$as_me: failed program was:" >&5
5617 > sed 's/^/| /' conftest.$ac_ext >&5
5618  
5619 + ac_cv_lib_m_asin=no
5620   fi
5621 < echo "$as_me:4749: result: $ac_cv_prog_gxx_2_95" >&5
5622 < echo "${ECHO_T}$ac_cv_prog_gxx_2_95" >&6
5623 < if test "$ac_cv_prog_gxx_2_95" = yes; then
4752 <        :
4753 <
4754 < echo "$as_me:4754: checking whether ${CXX-c++} accepts -mcpu=750" >&5
4755 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=750... $ECHO_C" >&6
4756 < if test "${ac_m_cpu_750+set}" = set; then
4757 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4758 < else
4759 <  echo 'void f(){}' > conftest.cpp
4760 < if test -z "`${CXX-c++} -mcpu=750 -c conftest.cpp 2>&1`"; then
4761 <        ac_m_cpu_750=yes
4762 < else
4763 <        ac_m_cpu_750=no
5621 > rm -f conftest.err conftest.$ac_objext \
5622 >      conftest$ac_exeext conftest.$ac_ext
5623 > LIBS=$ac_check_lib_save_LIBS
5624   fi
5625 < rm -f conftest*
5625 > echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
5626 > echo "${ECHO_T}$ac_cv_lib_m_asin" >&6
5627 > if test $ac_cv_lib_m_asin = yes; then
5628 >  cat >>confdefs.h <<_ACEOF
5629 > #define HAVE_LIBM 1
5630 > _ACEOF
5631  
5632 < fi
4768 < echo "$as_me:4768: result: $ac_m_cpu_750" >&5
4769 < echo "${ECHO_T}$ac_m_cpu_750" >&6
4770 < if test "$ac_m_cpu_750" = yes; then
4771 <        :
4772 <        CPU_FLAGS=-mcpu=750
4773 < else
4774 <        :
5632 >  LIBS="-lm $LIBS"
5633  
4776 fi
4777
5634   else
5635 <        :
4780 <
5635 >  exit
5636   fi
5637  
4783                fi
4784                if test -z "$CPU_FLAGS"; then
5638  
5639 < echo "$as_me:4786: checking whether ${CXX-c++} accepts -mcpu=powerpc" >&5
5640 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=powerpc... $ECHO_C" >&6
5641 < if test "${ac_m_cpu_powerpc+set}" = set; then
5639 > echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5640 > echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5641 > if test "${ac_cv_header_stdc+set}" = set; then
5642    echo $ECHO_N "(cached) $ECHO_C" >&6
5643   else
5644 <  echo 'void f(){}' > conftest.cpp
5645 < if test -z "`${CXX-c++} -mcpu=powerpc -c conftest.cpp 2>&1`"; then
5646 <        ac_m_cpu_powerpc=yes
5647 < else
5648 <        ac_m_cpu_powerpc=no
5649 < fi
5650 < rm -f conftest*
5644 >  cat >conftest.$ac_ext <<_ACEOF
5645 > /* confdefs.h.  */
5646 > _ACEOF
5647 > cat confdefs.h >>conftest.$ac_ext
5648 > cat >>conftest.$ac_ext <<_ACEOF
5649 > /* end confdefs.h.  */
5650 > #include <stdlib.h>
5651 > #include <stdarg.h>
5652 > #include <string.h>
5653 > #include <float.h>
5654  
5655 < fi
5656 < echo "$as_me:4800: result: $ac_m_cpu_powerpc" >&5
5657 < echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
5658 < if test "$ac_m_cpu_powerpc" = yes; then
5659 <        :
5660 <        CPU_FLAGS=-mcpu=powerpc
5655 > #ifdef FC_DUMMY_MAIN
5656 > #ifndef FC_DUMMY_MAIN_EQ_F77
5657 > #  ifdef __cplusplus
5658 >     extern "C"
5659 > #  endif
5660 >   int FC_DUMMY_MAIN() { return 1; }
5661 > #endif
5662 > #endif
5663 > int
5664 > main ()
5665 > {
5666 >
5667 >  ;
5668 >  return 0;
5669 > }
5670 > _ACEOF
5671 > rm -f conftest.$ac_objext
5672 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5673 >  (eval $ac_compile) 2>conftest.er1
5674 >  ac_status=$?
5675 >  grep -v '^ *+' conftest.er1 >conftest.err
5676 >  rm -f conftest.er1
5677 >  cat conftest.err >&5
5678 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679 >  (exit $ac_status); } &&
5680 >         { ac_try='test -z "$ac_c_werror_flag"
5681 >                         || test ! -s conftest.err'
5682 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5683 >  (eval $ac_try) 2>&5
5684 >  ac_status=$?
5685 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5686 >  (exit $ac_status); }; } &&
5687 >         { ac_try='test -s conftest.$ac_objext'
5688 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5689 >  (eval $ac_try) 2>&5
5690 >  ac_status=$?
5691 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5692 >  (exit $ac_status); }; }; then
5693 >  ac_cv_header_stdc=yes
5694   else
5695 <        :
5695 >  echo "$as_me: failed program was:" >&5
5696 > sed 's/^/| /' conftest.$ac_ext >&5
5697  
5698 + ac_cv_header_stdc=no
5699   fi
5700 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5701  
5702 <                fi
5703 <                if test -z "$CPU_FLAGS"; then
5704 <
5705 < echo "$as_me:4813: checking whether ${CXX-c++} accepts -mpowerpc" >&5
5706 < echo $ECHO_N "checking whether ${CXX-c++} accepts -mpowerpc... $ECHO_C" >&6
5707 < if test "${ac_m_powerpc+set}" = set; then
5708 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5709 < else
5710 <  echo 'void f(){}' > conftest.cpp
5711 < if test -z "`${CXX-c++} -mpowerpc -c conftest.cpp 2>&1`"; then
5712 <        ac_m_powerpc=yes
5702 > if test $ac_cv_header_stdc = yes; then
5703 >  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5704 >  cat >conftest.$ac_ext <<_ACEOF
5705 > /* confdefs.h.  */
5706 > _ACEOF
5707 > cat confdefs.h >>conftest.$ac_ext
5708 > cat >>conftest.$ac_ext <<_ACEOF
5709 > /* end confdefs.h.  */
5710 > #include <string.h>
5711 >
5712 > _ACEOF
5713 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5714 >  $EGREP "memchr" >/dev/null 2>&1; then
5715 >  :
5716   else
5717 <        ac_m_powerpc=no
5717 >  ac_cv_header_stdc=no
5718   fi
5719   rm -f conftest*
5720  
5721   fi
4827 echo "$as_me:4827: result: $ac_m_powerpc" >&5
4828 echo "${ECHO_T}$ac_m_powerpc" >&6
4829 if test "$ac_m_powerpc" = yes; then
4830        :
4831        CPU_FLAGS=-mpowerpc
4832 else
4833        :
5722  
5723 < fi
5723 > if test $ac_cv_header_stdc = yes; then
5724 >  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5725 >  cat >conftest.$ac_ext <<_ACEOF
5726 > /* confdefs.h.  */
5727 > _ACEOF
5728 > cat confdefs.h >>conftest.$ac_ext
5729 > cat >>conftest.$ac_ext <<_ACEOF
5730 > /* end confdefs.h.  */
5731 > #include <stdlib.h>
5732  
5733 <                fi
5734 <          esac
5735 <  fi
5736 <
4841 <  if test -n "$CPU_FLAGS"; then
4842 <        CXXFLAGS="$CXXFLAGS $CPU_FLAGS"
4843 <  fi
4844 <
4845 <  if test -z "$CXXFLAGS"; then
4846 <        echo ""
4847 <        echo "**********************************************************"
4848 <        echo "* WARNING: Don't know the best CXXFLAGS for this system  *"
4849 <        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
4850 <        echo "* (otherwise, a default of CXXFLAGS=-O3 will be used)    *"
4851 <        echo "**********************************************************"
4852 <        echo ""
4853 <        CXXFLAGS="-O3"
4854 <  fi
4855 <
4856 < echo "$as_me:4856: checking whether ${CXX-c++} accepts ${CXXFLAGS}" >&5
4857 < echo $ECHO_N "checking whether ${CXX-c++} accepts ${CXXFLAGS}... $ECHO_C" >&6
4858 < if test "${ac_guessed_cxxflags+set}" = set; then
4859 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5733 > _ACEOF
5734 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5735 >  $EGREP "free" >/dev/null 2>&1; then
5736 >  :
5737   else
5738 <  echo 'void f(){}' > conftest.cpp
4862 < if test -z "`${CXX-c++} ${CXXFLAGS} -c conftest.cpp 2>&1`"; then
4863 <        ac_guessed_cxxflags=yes
4864 < else
4865 <        ac_guessed_cxxflags=no
5738 >  ac_cv_header_stdc=no
5739   fi
5740   rm -f conftest*
5741  
5742   fi
4870 echo "$as_me:4870: result: $ac_guessed_cxxflags" >&5
4871 echo "${ECHO_T}$ac_guessed_cxxflags" >&6
4872 if test "$ac_guessed_cxxflags" = yes; then
4873        :
5743  
5744 + if test $ac_cv_header_stdc = yes; then
5745 +  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5746 +  if test "$cross_compiling" = yes; then
5747 +  :
5748   else
5749 <        :
5749 >  cat >conftest.$ac_ext <<_ACEOF
5750 > /* confdefs.h.  */
5751 > _ACEOF
5752 > cat confdefs.h >>conftest.$ac_ext
5753 > cat >>conftest.$ac_ext <<_ACEOF
5754 > /* end confdefs.h.  */
5755 > #include <ctype.h>
5756 > #if ((' ' & 0x0FF) == 0x020)
5757 > # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5758 > # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5759 > #else
5760 > # define ISLOWER(c) \
5761 >                   (('a' <= (c) && (c) <= 'i') \
5762 >                     || ('j' <= (c) && (c) <= 'r') \
5763 >                     || ('s' <= (c) && (c) <= 'z'))
5764 > # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5765 > #endif
5766  
5767 <        echo ""
5768 <        echo "**********************************************************"
5769 <        echo "* WARNING: The guessed CXXFLAGS don't seem to work with  *"
5770 <        echo "* your compiler.                                         *"
5771 <        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
5772 <        echo "**********************************************************"
5773 <        echo ""
5774 <        CXXFLAGS=""
5767 > #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5768 > int
5769 > main ()
5770 > {
5771 >  int i;
5772 >  for (i = 0; i < 256; i++)
5773 >    if (XOR (islower (i), ISLOWER (i))
5774 >        || toupper (i) != TOUPPER (i))
5775 >      exit(2);
5776 >  exit (0);
5777 > }
5778 > _ACEOF
5779 > rm -f conftest$ac_exeext
5780 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5781 >  (eval $ac_link) 2>&5
5782 >  ac_status=$?
5783 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5785 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5786 >  (eval $ac_try) 2>&5
5787 >  ac_status=$?
5788 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5789 >  (exit $ac_status); }; }; then
5790 >  :
5791 > else
5792 >  echo "$as_me: program exited with status $ac_status" >&5
5793 > echo "$as_me: failed program was:" >&5
5794 > sed 's/^/| /' conftest.$ac_ext >&5
5795  
5796 + ( exit $ac_status )
5797 + ac_cv_header_stdc=no
5798   fi
5799 + rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5800 + fi
5801 + fi
5802 + fi
5803 + echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5804 + echo "${ECHO_T}$ac_cv_header_stdc" >&6
5805 + if test $ac_cv_header_stdc = yes; then
5806  
5807 + cat >>confdefs.h <<\_ACEOF
5808 + #define STDC_HEADERS 1
5809 + _ACEOF
5810 +
5811   fi
5812  
5813 < # Try to determine "good" native compiler flags if none specified on command
4892 < # line
5813 > # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5814  
4894 if test x"$F90FLAGS" = x ; then
4895  F90FLAGS=""
4896  case "${host_cpu}-${host_os}" in
5815  
4898  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
4899                    F90FLAGS="-O"
4900                fi;;
4901   rs6000*-aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
4902                    F90FLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
4903                fi;;
4904   powerpc*-aix*)
4905        if test "$F90" = f90 -o "$F90" = xlf90; then
4906                F90FLAGS="-O3 -qarch=ppc -qansialias -w"
4907                echo "*******************************************************"
4908                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4909                echo "*  recommended that you use                           *"
4910                echo "*                                                     *"
4911                echo "*  F90FLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4912                echo "*                                 ^^^                 *"
4913                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4914                echo "*  PowerPC CPU you have.   For more info, man xlf.    *"
4915                echo "*******************************************************"
4916        fi;;
4917   *darwin*)
4918        if test "$F90" = f90 -o "$F90" = xlf90 -o "$F90" = xlf95; then
4919                F90FLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto"
4920        fi;;
4921  esac
5816  
4923  if test -n "$CPU_FLAGS"; then
4924        F90FLAGS="$F90FLAGS $CPU_FLAGS"
4925  fi
5817  
4927  if test -z "$F90FLAGS"; then
4928        echo ""
4929        echo "**********************************************************"
4930        echo "* WARNING: Don't know the best F90FLAGS for this system  *"
4931        echo "* Use  make F90FLAGS=..., or edit the top level Makefile *"
4932        echo "* (otherwise, a default of F90FLAGS=-O3 will be used)    *"
4933        echo "**********************************************************"
4934        echo ""
4935        F90FLAGS="-O3"
4936  fi
5818  
4938 echo "$as_me:4938: checking whether ${F90-f90} accepts ${F90FLAGS}" >&5
4939 echo $ECHO_N "checking whether ${F90-f90} accepts ${F90FLAGS}... $ECHO_C" >&6
4940 if test "${ac_guessed_f90flags+set}" = set; then
4941  echo $ECHO_N "(cached) $ECHO_C" >&6
4942 else
5819  
4944 ac_ext=f90
4945 ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4946 ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4947 ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5820  
4949 echo 'program main' > conftest.$ac_ext
4950 echo 'end program main' >> conftest.$ac_ext
4951 ac_compile='${F90-f90} -c ${F90FLAGS} $F90FLAGS conftest.$ac_ext 1>&5'
4952 if { (eval echo "$as_me:4952: \"$ac_compile\"") >&5
4953  (eval $ac_compile) 2>&5
4954  ac_status=$?
4955  echo "$as_me:4955: \$? = $ac_status" >&5
4956  (exit $ac_status); }; then
4957        ac_guessed_f90flags=yes
4958 else
4959        ac_guessed_f90flags=no
4960 fi
4961 rm -f conftest*
4962 ac_ext=c
4963 ac_cpp='$CPP $CPPFLAGS'
4964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5821  
4968 fi
4969 echo "$as_me:4969: result: $ac_guessed_f90flags" >&5
4970 echo "${ECHO_T}$ac_guessed_f90flags" >&6
4971 if test "$ac_guessed_f90flags" = yes; then
4972        :
5822  
5823 + for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5824 +                  inttypes.h stdint.h unistd.h
5825 + do
5826 + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5827 + echo "$as_me:$LINENO: checking for $ac_header" >&5
5828 + echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5829 + if eval "test \"\${$as_ac_Header+set}\" = set"; then
5830 +  echo $ECHO_N "(cached) $ECHO_C" >&6
5831   else
5832 <        :
5832 >  cat >conftest.$ac_ext <<_ACEOF
5833 > /* confdefs.h.  */
5834 > _ACEOF
5835 > cat confdefs.h >>conftest.$ac_ext
5836 > cat >>conftest.$ac_ext <<_ACEOF
5837 > /* end confdefs.h.  */
5838 > $ac_includes_default
5839  
5840 <        echo ""
5841 <        echo "**********************************************************"
5842 <        echo "* WARNING: The guessed F90FLAGS don't seem to work with  *"
5843 <        echo "* your compiler.                                         *"
5844 <        echo "* Use  make F90FLAGS=..., or edit the top level Makefile *"
5845 <        echo "**********************************************************"
5846 <        echo ""
5847 <        F90FLAGS=""
5840 > #include <$ac_header>
5841 > _ACEOF
5842 > rm -f conftest.$ac_objext
5843 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5844 >  (eval $ac_compile) 2>conftest.er1
5845 >  ac_status=$?
5846 >  grep -v '^ *+' conftest.er1 >conftest.err
5847 >  rm -f conftest.er1
5848 >  cat conftest.err >&5
5849 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5850 >  (exit $ac_status); } &&
5851 >         { ac_try='test -z "$ac_c_werror_flag"
5852 >                         || test ! -s conftest.err'
5853 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5854 >  (eval $ac_try) 2>&5
5855 >  ac_status=$?
5856 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5857 >  (exit $ac_status); }; } &&
5858 >         { ac_try='test -s conftest.$ac_objext'
5859 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5860 >  (eval $ac_try) 2>&5
5861 >  ac_status=$?
5862 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5863 >  (exit $ac_status); }; }; then
5864 >  eval "$as_ac_Header=yes"
5865 > else
5866 >  echo "$as_me: failed program was:" >&5
5867 > sed 's/^/| /' conftest.$ac_ext >&5
5868  
5869 + eval "$as_ac_Header=no"
5870   fi
5871 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5872 + fi
5873 + echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5874 + echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5875 + if test `eval echo '${'$as_ac_Header'}'` = yes; then
5876 +  cat >>confdefs.h <<_ACEOF
5877 + #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5878 + _ACEOF
5879  
5880   fi
5881  
5882 <     ;;
4991 < esac
5882 > done
5883  
5884 < # Find a good install program.  We prefer a C program (faster),
5885 < # so one script is as good as another.  But avoid the broken or
5886 < # incompatible versions:
5887 < # SysV /etc/install, /usr/sbin/install
5888 < # SunOS /usr/etc/install
5889 < # IRIX /sbin/install
5890 < # AIX /bin/install
5891 < # AmigaOS /C/install, which installs bootblocks on floppy discs
5892 < # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5002 < # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5003 < # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5004 < # ./install, which can be erroneously created by make from ./install.sh.
5005 < echo "$as_me:5005: checking for a BSD compatible install" >&5
5006 < echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
5007 < if test -z "$INSTALL"; then
5008 < if test "${ac_cv_path_install+set}" = set; then
5009 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5884 >
5885 > #
5886 > # Handle user hints
5887 > #
5888 >
5889 > # Check whether --with-zlib or --without-zlib was given.
5890 > if test "${with_zlib+set}" = set; then
5891 >  withval="$with_zlib"
5892 >  zlib_dir="$withval"
5893   else
5894 <    ac_save_IFS=$IFS; IFS=$ac_path_separator
5895 <  for ac_dir in $PATH; do
5896 <    IFS=$ac_save_IFS
5014 <    # Account for people who put trailing slashes in PATH elements.
5015 <    case $ac_dir/ in
5016 <    / | ./ | .// | /cC/* \
5017 <    | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
5018 <    | /usr/ucb/* ) ;;
5019 <    *)
5020 <      # OSF1 and SCO ODT 3.0 have their own names for install.
5021 <      # Don't use installbsd from OSF since it installs stuff as root
5022 <      # by default.
5023 <      for ac_prog in ginstall scoinst install; do
5024 <        if $as_executable_p "$ac_dir/$ac_prog"; then
5025 <          if test $ac_prog = install &&
5026 <            grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
5027 <            # AIX install.  It has an incompatible calling convention.
5028 <            :
5029 <          elif test $ac_prog = install &&
5030 <            grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
5031 <            # program-specific install script used by HP pwplus--don't use.
5032 <            :
5033 <          else
5034 <            ac_cv_path_install="$ac_dir/$ac_prog -c"
5035 <            break 2
5036 <          fi
5037 <        fi
5038 <      done
5039 <      ;;
5040 <    esac
5041 <  done
5894 >                zlib_dir="not_set"
5895 > fi;
5896 > if test "$zlib_dir" != "no"; then
5897  
5898 < fi
5899 <  if test "${ac_cv_path_install+set}" = set; then
5900 <    INSTALL=$ac_cv_path_install
5898 > if test "$zlib_dir" != "not_set" ; then
5899 >  if test -d "$zlib_dir"
5900 >  then
5901 >    ZLIB_HOME="$zlib_dir"
5902    else
5903 <    # As a last resort, use the slow shell script.  We don't cache a
5904 <    # path for INSTALL within a source directory, because that will
5049 <    # break other packages using the cache if that directory is
5050 <    # removed, or if the path is relative.
5051 <    INSTALL=$ac_install_sh
5903 >    { echo "$as_me:$LINENO: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&5
5904 > echo "$as_me: WARNING: Sorry, $zlib_dir does not exist, checking usual places" >&2;}
5905    fi
5906   fi
5054 echo "$as_me:5054: result: $INSTALL" >&5
5055 echo "${ECHO_T}$INSTALL" >&6
5907  
5908 < # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5909 < # It thinks the first close brace ends the variable substitution.
5910 < test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5908 > ZLIB_HOME=/usr/local
5909 > if test ! -f "${ZLIB_HOME}/include/zlib.h"
5910 > then
5911 >        ZLIB_HOME=/usr
5912 > fi
5913  
5914 < test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5914 > #
5915 > # Locate zlib, if wanted
5916 > #
5917 > if test -n "${ZLIB_HOME}"
5918 > then
5919 >        ZLIB_OLD_LDFLAGS=$LDFLAGS
5920 >        ZLIB_OLD_CPPFLAGS=$LDFLAGS
5921 >        LDFLAGS="$LDFLAGS -L${ZLIB_HOME}/lib"
5922 >        CPPFLAGS="$CPPFLAGS -I${ZLIB_HOME}/include"
5923  
5063 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5924  
5925 < echo "$as_me:5065: checking whether ln -s works" >&5
5926 < echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5927 < LN_S=$as_ln_s
5928 < if test "$LN_S" = "ln -s"; then
5929 <  echo "$as_me:5069: result: yes" >&5
5070 < echo "${ECHO_T}yes" >&6
5071 < else
5072 <  echo "$as_me:5072: result: no, using $LN_S" >&5
5073 < echo "${ECHO_T}no, using $LN_S" >&6
5074 < fi
5925 >        ac_ext=c
5926 > ac_cpp='$CPP $CPPFLAGS'
5927 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5928 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5929 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
5930  
5931 < echo "$as_me:5076: checking whether ${MAKE-make} sets \${MAKE}" >&5
5932 < echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5933 < set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5079 < if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
5931 >        echo "$as_me:$LINENO: checking for inflateEnd in -lz" >&5
5932 > echo $ECHO_N "checking for inflateEnd in -lz... $ECHO_C" >&6
5933 > if test "${ac_cv_lib_z_inflateEnd+set}" = set; then
5934    echo $ECHO_N "(cached) $ECHO_C" >&6
5935   else
5936 <  cat >conftest.make <<\EOF
5937 < all:
5938 <        @echo 'ac_maketemp="${MAKE}"'
5939 < EOF
5940 < # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5941 < eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
5942 < if test -n "$ac_maketemp"; then
5943 <  eval ac_cv_prog_make_${ac_make}_set=yes
5936 >  ac_check_lib_save_LIBS=$LIBS
5937 > LIBS="-lz  $LIBS"
5938 > cat >conftest.$ac_ext <<_ACEOF
5939 > /* confdefs.h.  */
5940 > _ACEOF
5941 > cat confdefs.h >>conftest.$ac_ext
5942 > cat >>conftest.$ac_ext <<_ACEOF
5943 > /* end confdefs.h.  */
5944 >
5945 > /* Override any gcc2 internal prototype to avoid an error.  */
5946 > #ifdef __cplusplus
5947 > extern "C"
5948 > #endif
5949 > /* We use char because int might match the return type of a gcc2
5950 >   builtin and then its argument prototype would still apply.  */
5951 > char inflateEnd ();
5952 > #ifdef FC_DUMMY_MAIN
5953 > #ifndef FC_DUMMY_MAIN_EQ_F77
5954 > #  ifdef __cplusplus
5955 >     extern "C"
5956 > #  endif
5957 >   int FC_DUMMY_MAIN() { return 1; }
5958 > #endif
5959 > #endif
5960 > int
5961 > main ()
5962 > {
5963 > inflateEnd ();
5964 >  ;
5965 >  return 0;
5966 > }
5967 > _ACEOF
5968 > rm -f conftest.$ac_objext conftest$ac_exeext
5969 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5970 >  (eval $ac_link) 2>conftest.er1
5971 >  ac_status=$?
5972 >  grep -v '^ *+' conftest.er1 >conftest.err
5973 >  rm -f conftest.er1
5974 >  cat conftest.err >&5
5975 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5976 >  (exit $ac_status); } &&
5977 >         { ac_try='test -z "$ac_c_werror_flag"
5978 >                         || test ! -s conftest.err'
5979 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5980 >  (eval $ac_try) 2>&5
5981 >  ac_status=$?
5982 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5983 >  (exit $ac_status); }; } &&
5984 >         { ac_try='test -s conftest$ac_exeext'
5985 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5986 >  (eval $ac_try) 2>&5
5987 >  ac_status=$?
5988 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5989 >  (exit $ac_status); }; }; then
5990 >  ac_cv_lib_z_inflateEnd=yes
5991   else
5992 <  eval ac_cv_prog_make_${ac_make}_set=no
5992 >  echo "$as_me: failed program was:" >&5
5993 > sed 's/^/| /' conftest.$ac_ext >&5
5994 >
5995 > ac_cv_lib_z_inflateEnd=no
5996   fi
5997 < rm -f conftest.make
5997 > rm -f conftest.err conftest.$ac_objext \
5998 >      conftest$ac_exeext conftest.$ac_ext
5999 > LIBS=$ac_check_lib_save_LIBS
6000   fi
6001 < if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
6002 <  echo "$as_me:5096: result: yes" >&5
6003 < echo "${ECHO_T}yes" >&6
6004 <  SET_MAKE=
6001 > echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflateEnd" >&5
6002 > echo "${ECHO_T}$ac_cv_lib_z_inflateEnd" >&6
6003 > if test $ac_cv_lib_z_inflateEnd = yes; then
6004 >  zlib_cv_libz=yes
6005   else
6006 <  echo "$as_me:5100: result: no" >&5
5101 < echo "${ECHO_T}no" >&6
5102 <  SET_MAKE="MAKE=${MAKE-make}"
6006 >  zlib_cv_libz=no
6007   fi
6008  
6009 < if test -n "$ac_tool_prefix"; then
6010 <  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6011 < set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6012 < echo "$as_me:5108: checking for $ac_word" >&5
5109 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5110 < if test "${ac_cv_prog_RANLIB+set}" = set; then
6009 >        if test "${ac_cv_header_zlib_h+set}" = set; then
6010 >  echo "$as_me:$LINENO: checking for zlib.h" >&5
6011 > echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
6012 > if test "${ac_cv_header_zlib_h+set}" = set; then
6013    echo $ECHO_N "(cached) $ECHO_C" >&6
6014 < else
6015 <  if test -n "$RANLIB"; then
6016 <  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5115 < else
5116 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5117 < ac_dummy="$PATH"
5118 < for ac_dir in $ac_dummy; do
5119 <  IFS=$ac_save_IFS
5120 <  test -z "$ac_dir" && ac_dir=.
5121 <  $as_executable_p "$ac_dir/$ac_word" || continue
5122 < ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5123 < echo "$as_me:5123: found $ac_dir/$ac_word" >&5
5124 < break
5125 < done
5126 <
5127 < fi
5128 < fi
5129 < RANLIB=$ac_cv_prog_RANLIB
5130 < if test -n "$RANLIB"; then
5131 <  echo "$as_me:5131: result: $RANLIB" >&5
5132 < echo "${ECHO_T}$RANLIB" >&6
6014 > fi
6015 > echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
6016 > echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
6017   else
6018 <  echo "$as_me:5134: result: no" >&5
6019 < echo "${ECHO_T}no" >&6
6020 < fi
6021 <
6022 < fi
6023 < if test -z "$ac_cv_prog_RANLIB"; then
6024 <  ac_ct_RANLIB=$RANLIB
6025 <  # Extract the first word of "ranlib", so it can be a program name with args.
6026 < set dummy ranlib; ac_word=$2
6027 < echo "$as_me:5143: checking for $ac_word" >&5
6028 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6029 < if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6030 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6018 >  # Is the header compilable?
6019 > echo "$as_me:$LINENO: checking zlib.h usability" >&5
6020 > echo $ECHO_N "checking zlib.h usability... $ECHO_C" >&6
6021 > cat >conftest.$ac_ext <<_ACEOF
6022 > /* confdefs.h.  */
6023 > _ACEOF
6024 > cat confdefs.h >>conftest.$ac_ext
6025 > cat >>conftest.$ac_ext <<_ACEOF
6026 > /* end confdefs.h.  */
6027 > $ac_includes_default
6028 > #include <zlib.h>
6029 > _ACEOF
6030 > rm -f conftest.$ac_objext
6031 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6032 >  (eval $ac_compile) 2>conftest.er1
6033 >  ac_status=$?
6034 >  grep -v '^ *+' conftest.er1 >conftest.err
6035 >  rm -f conftest.er1
6036 >  cat conftest.err >&5
6037 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6038 >  (exit $ac_status); } &&
6039 >         { ac_try='test -z "$ac_c_werror_flag"
6040 >                         || test ! -s conftest.err'
6041 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6042 >  (eval $ac_try) 2>&5
6043 >  ac_status=$?
6044 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6045 >  (exit $ac_status); }; } &&
6046 >         { ac_try='test -s conftest.$ac_objext'
6047 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6048 >  (eval $ac_try) 2>&5
6049 >  ac_status=$?
6050 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6051 >  (exit $ac_status); }; }; then
6052 >  ac_header_compiler=yes
6053   else
6054 <  if test -n "$ac_ct_RANLIB"; then
6055 <  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5150 < else
5151 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5152 < ac_dummy="$PATH"
5153 < for ac_dir in $ac_dummy; do
5154 <  IFS=$ac_save_IFS
5155 <  test -z "$ac_dir" && ac_dir=.
5156 <  $as_executable_p "$ac_dir/$ac_word" || continue
5157 < ac_cv_prog_ac_ct_RANLIB="ranlib"
5158 < echo "$as_me:5158: found $ac_dir/$ac_word" >&5
5159 < break
5160 < done
6054 >  echo "$as_me: failed program was:" >&5
6055 > sed 's/^/| /' conftest.$ac_ext >&5
6056  
6057 <  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6057 > ac_header_compiler=no
6058   fi
6059 < fi
6060 < ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6061 < if test -n "$ac_ct_RANLIB"; then
6062 <  echo "$as_me:5167: result: $ac_ct_RANLIB" >&5
6063 < echo "${ECHO_T}$ac_ct_RANLIB" >&6
6059 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6060 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6061 > echo "${ECHO_T}$ac_header_compiler" >&6
6062 >
6063 > # Is the header present?
6064 > echo "$as_me:$LINENO: checking zlib.h presence" >&5
6065 > echo $ECHO_N "checking zlib.h presence... $ECHO_C" >&6
6066 > cat >conftest.$ac_ext <<_ACEOF
6067 > /* confdefs.h.  */
6068 > _ACEOF
6069 > cat confdefs.h >>conftest.$ac_ext
6070 > cat >>conftest.$ac_ext <<_ACEOF
6071 > /* end confdefs.h.  */
6072 > #include <zlib.h>
6073 > _ACEOF
6074 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6075 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6076 >  ac_status=$?
6077 >  grep -v '^ *+' conftest.er1 >conftest.err
6078 >  rm -f conftest.er1
6079 >  cat conftest.err >&5
6080 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6081 >  (exit $ac_status); } >/dev/null; then
6082 >  if test -s conftest.err; then
6083 >    ac_cpp_err=$ac_c_preproc_warn_flag
6084 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6085 >  else
6086 >    ac_cpp_err=
6087 >  fi
6088   else
6089 <  echo "$as_me:5170: result: no" >&5
5171 < echo "${ECHO_T}no" >&6
6089 >  ac_cpp_err=yes
6090   fi
6091 <
6092 <  RANLIB=$ac_ct_RANLIB
6091 > if test -z "$ac_cpp_err"; then
6092 >  ac_header_preproc=yes
6093   else
6094 <  RANLIB="$ac_cv_prog_RANLIB"
6094 >  echo "$as_me: failed program was:" >&5
6095 > sed 's/^/| /' conftest.$ac_ext >&5
6096 >
6097 >  ac_header_preproc=no
6098   fi
6099 + rm -f conftest.err conftest.$ac_ext
6100 + echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6101 + echo "${ECHO_T}$ac_header_preproc" >&6
6102  
6103 < for ac_prog in 'bison -y' byacc
6104 < do
6105 <  # Extract the first word of "$ac_prog", so it can be a program name with args.
6106 < set dummy $ac_prog; ac_word=$2
6107 < echo "$as_me:5183: checking for $ac_word" >&5
6108 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6109 < if test "${ac_cv_prog_YACC+set}" = set; then
6103 > # So?  What about this header?
6104 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6105 >  yes:no: )
6106 >    { echo "$as_me:$LINENO: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
6107 > echo "$as_me: WARNING: zlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6108 >    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the compiler's result" >&5
6109 > echo "$as_me: WARNING: zlib.h: proceeding with the compiler's result" >&2;}
6110 >    ac_header_preproc=yes
6111 >    ;;
6112 >  no:yes:* )
6113 >    { echo "$as_me:$LINENO: WARNING: zlib.h: present but cannot be compiled" >&5
6114 > echo "$as_me: WARNING: zlib.h: present but cannot be compiled" >&2;}
6115 >    { echo "$as_me:$LINENO: WARNING: zlib.h:     check for missing prerequisite headers?" >&5
6116 > echo "$as_me: WARNING: zlib.h:     check for missing prerequisite headers?" >&2;}
6117 >    { echo "$as_me:$LINENO: WARNING: zlib.h: see the Autoconf documentation" >&5
6118 > echo "$as_me: WARNING: zlib.h: see the Autoconf documentation" >&2;}
6119 >    { echo "$as_me:$LINENO: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&5
6120 > echo "$as_me: WARNING: zlib.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6121 >    { echo "$as_me:$LINENO: WARNING: zlib.h: proceeding with the preprocessor's result" >&5
6122 > echo "$as_me: WARNING: zlib.h: proceeding with the preprocessor's result" >&2;}
6123 >    { echo "$as_me:$LINENO: WARNING: zlib.h: in the future, the compiler will take precedence" >&5
6124 > echo "$as_me: WARNING: zlib.h: in the future, the compiler will take precedence" >&2;}
6125 >    (
6126 >      cat <<\_ASBOX
6127 > ## ------------------------------ ##
6128 > ## Report this to gezelter@nd.edu ##
6129 > ## ------------------------------ ##
6130 > _ASBOX
6131 >    ) |
6132 >      sed "s/^/$as_me: WARNING:     /" >&2
6133 >    ;;
6134 > esac
6135 > echo "$as_me:$LINENO: checking for zlib.h" >&5
6136 > echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6
6137 > if test "${ac_cv_header_zlib_h+set}" = set; then
6138    echo $ECHO_N "(cached) $ECHO_C" >&6
6139   else
6140 <  if test -n "$YACC"; then
6141 <  ac_cv_prog_YACC="$YACC" # Let the user override the test.
6142 < else
6143 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5192 < ac_dummy="$PATH"
5193 < for ac_dir in $ac_dummy; do
5194 <  IFS=$ac_save_IFS
5195 <  test -z "$ac_dir" && ac_dir=.
5196 <  $as_executable_p "$ac_dir/$ac_word" || continue
5197 < ac_cv_prog_YACC="$ac_prog"
5198 < echo "$as_me:5198: found $ac_dir/$ac_word" >&5
5199 < break
5200 < done
6140 >  ac_cv_header_zlib_h=$ac_header_preproc
6141 > fi
6142 > echo "$as_me:$LINENO: result: $ac_cv_header_zlib_h" >&5
6143 > echo "${ECHO_T}$ac_cv_header_zlib_h" >&6
6144  
6145   fi
6146 < fi
6147 < YACC=$ac_cv_prog_YACC
5205 < if test -n "$YACC"; then
5206 <  echo "$as_me:5206: result: $YACC" >&5
5207 < echo "${ECHO_T}$YACC" >&6
6146 > if test $ac_cv_header_zlib_h = yes; then
6147 >  zlib_cv_zlib_h=yes
6148   else
6149 <  echo "$as_me:5209: result: no" >&5
5210 < echo "${ECHO_T}no" >&6
6149 >  zlib_cv_zlib_h=no
6150   fi
6151  
5213  test -n "$YACC" && break
5214 done
5215 test -n "$YACC" || YACC="yacc"
6152  
6153 < for ac_prog in flex lex
6154 < do
6155 <  # Extract the first word of "$ac_prog", so it can be a program name with args.
6156 < set dummy $ac_prog; ac_word=$2
6157 < echo "$as_me:5221: checking for $ac_word" >&5
5222 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5223 < if test "${ac_cv_prog_LEX+set}" = set; then
5224 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5225 < else
5226 <  if test -n "$LEX"; then
5227 <  ac_cv_prog_LEX="$LEX" # Let the user override the test.
5228 < else
5229 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5230 < ac_dummy="$PATH"
5231 < for ac_dir in $ac_dummy; do
5232 <  IFS=$ac_save_IFS
5233 <  test -z "$ac_dir" && ac_dir=.
5234 <  $as_executable_p "$ac_dir/$ac_word" || continue
5235 < ac_cv_prog_LEX="$ac_prog"
5236 < echo "$as_me:5236: found $ac_dir/$ac_word" >&5
5237 < break
5238 < done
6153 >        ac_ext=c
6154 > ac_cpp='$CPP $CPPFLAGS'
6155 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6156 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6157 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
6158  
6159 +
6160 +        if test "$zlib_cv_libz" = "yes" -a "$zlib_cv_zlib_h" = "yes"; then
6161 +
6162 + cat >>confdefs.h <<\_ACEOF
6163 + #define HAVE_ZLIB_H 1
6164 + _ACEOF
6165 +
6166 +
6167 + cat >>confdefs.h <<\_ACEOF
6168 + #define HAVE_LIBZ 1
6169 + _ACEOF
6170 +
6171 +                ZLIB_INC_DIR="${ZLIB_HOME}/include"
6172 +                ZLIB_LIB_DIR="${ZLIB_HOME}/lib"
6173 +                ZLIB="-lz"
6174 +        else
6175 +                echo "$as_me:$LINENO: checking zlib in ${ZLIB_HOME}" >&5
6176 + echo $ECHO_N "checking zlib in ${ZLIB_HOME}... $ECHO_C" >&6
6177 +                ZLIB_INC_DIR=
6178 +                ZLIB_LIB_DIR=
6179 +                ZLIB=
6180 +                LDFLAGS="$ZLIB_OLD_LDFLAGS"
6181 +                CPPFLAGS="$ZLIB_OLD_CPPFLAGS"
6182 +                echo "$as_me:$LINENO: result: failed" >&5
6183 + echo "${ECHO_T}failed" >&6
6184 +                echo ""
6185 +                echo "*********************************************************"
6186 +                echo "* WARNING: Could not find a working zlib installation   *"
6187 +                echo "* If you need OOPSE to be able to deal with compressed  *"
6188 +                echo "* trajectory dump files be sure to specify a valid zlib *"
6189 +                echo "* installation with --with-zlib=DIR                     *"
6190 +                echo "*                                                       *"
6191 +                echo "* OOPSE will still work without zlib installed.         *"
6192 +                echo "*********************************************************"
6193 +                echo ""
6194 +        fi
6195 +
6196 +
6197 +
6198   fi
6199   fi
5242 LEX=$ac_cv_prog_LEX
5243 if test -n "$LEX"; then
5244  echo "$as_me:5244: result: $LEX" >&5
5245 echo "${ECHO_T}$LEX" >&6
5246 else
5247  echo "$as_me:5247: result: no" >&5
5248 echo "${ECHO_T}no" >&6
5249 fi
6200  
6201 <  test -n "$LEX" && break
6202 < done
6203 < test -n "$LEX" || LEX=":"
6201 > #
6202 > # Handle user hints
6203 > #
6204  
6205 < if test -z "$LEXLIB"
6206 < then
6207 <  echo "$as_me:5257: checking for yywrap in -lfl" >&5
6208 < echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
6209 < if test "${ac_cv_lib_fl_yywrap+set}" = set; then
6205 > # Check whether --with-fftw or --without-fftw was given.
6206 > if test "${with_fftw+set}" = set; then
6207 >  withval="$with_fftw"
6208 >  fftw_dir="$withval"
6209 > else
6210 >             fftw_dir="not_set"
6211 > fi;
6212 > if test "$fftw_dir" != "no"; then
6213 >  if test "$fftw_dir" != "not_set" ; then
6214 >    if test -d "$fftw_dir"; then
6215 >      FFTW_HOME="$fftw_dir"
6216 >    else
6217 >      { echo "$as_me:$LINENO: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&5
6218 > echo "$as_me: WARNING: Sorry, $fftw_dir does not exist, checking usual places" >&2;}
6219 >      FFTW_HOME=/usr/local
6220 >      if test ! -f "${FFTW_HOME}/include/fftw3.h" -o -f "${FFTW_HOME}/include/fftw.h" -o  -f "${FFTW_HOME}/include/dfftw.h"; then
6221 >        FFTW_HOME=/usr
6222 >      fi
6223 >    fi
6224 >    #
6225 >    # Locate fftw, if wanted
6226 >    #
6227 >    if test -n "${FFTW_HOME}"; then
6228 >      FFTW_OLD_LDFLAGS=$LDFLAGS
6229 >      FFTW_OLD_CPPFLAGS=$LDFLAGS
6230 >      LDFLAGS="$LDFLAGS -L${FFTW_HOME}/lib"
6231 >      CPPFLAGS="$CPPFLAGS -I${FFTW_HOME}/include"
6232 >
6233 >
6234 >      ac_ext=c
6235 > ac_cpp='$CPP $CPPFLAGS'
6236 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6237 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6238 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
6239 >
6240 >      echo "$as_me:$LINENO: checking for fftw_execute in -lfftw3" >&5
6241 > echo $ECHO_N "checking for fftw_execute in -lfftw3... $ECHO_C" >&6
6242 > if test "${ac_cv_lib_fftw3_fftw_execute+set}" = set; then
6243    echo $ECHO_N "(cached) $ECHO_C" >&6
6244   else
6245    ac_check_lib_save_LIBS=$LIBS
6246 < LIBS="-lfl  $LIBS"
6246 > LIBS="-lfftw3  $LIBS"
6247   cat >conftest.$ac_ext <<_ACEOF
6248 < #line 5265 "configure"
6249 < #include "confdefs.h"
6248 > /* confdefs.h.  */
6249 > _ACEOF
6250 > cat confdefs.h >>conftest.$ac_ext
6251 > cat >>conftest.$ac_ext <<_ACEOF
6252 > /* end confdefs.h.  */
6253  
6254   /* Override any gcc2 internal prototype to avoid an error.  */
6255   #ifdef __cplusplus
# Line 5271 | Line 6257 | extern "C"
6257   #endif
6258   /* We use char because int might match the return type of a gcc2
6259     builtin and then its argument prototype would still apply.  */
6260 < char yywrap ();
6260 > char fftw_execute ();
6261 > #ifdef FC_DUMMY_MAIN
6262 > #ifndef FC_DUMMY_MAIN_EQ_F77
6263 > #  ifdef __cplusplus
6264 >     extern "C"
6265 > #  endif
6266 >   int FC_DUMMY_MAIN() { return 1; }
6267 > #endif
6268 > #endif
6269   int
6270   main ()
6271   {
6272 < yywrap ();
6272 > fftw_execute ();
6273    ;
6274    return 0;
6275   }
6276   _ACEOF
6277   rm -f conftest.$ac_objext conftest$ac_exeext
6278 < if { (eval echo "$as_me:5284: \"$ac_link\"") >&5
6279 <  (eval $ac_link) 2>&5
6278 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6279 >  (eval $ac_link) 2>conftest.er1
6280    ac_status=$?
6281 <  echo "$as_me:5287: \$? = $ac_status" >&5
6281 >  grep -v '^ *+' conftest.er1 >conftest.err
6282 >  rm -f conftest.er1
6283 >  cat conftest.err >&5
6284 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6285    (exit $ac_status); } &&
6286 <         { ac_try='test -s conftest$ac_exeext'
6287 <  { (eval echo "$as_me:5290: \"$ac_try\"") >&5
6286 >         { ac_try='test -z "$ac_c_werror_flag"
6287 >                         || test ! -s conftest.err'
6288 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6289    (eval $ac_try) 2>&5
6290    ac_status=$?
6291 <  echo "$as_me:5293: \$? = $ac_status" >&5
6291 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6292 >  (exit $ac_status); }; } &&
6293 >         { ac_try='test -s conftest$ac_exeext'
6294 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6295 >  (eval $ac_try) 2>&5
6296 >  ac_status=$?
6297 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6298    (exit $ac_status); }; }; then
6299 <  ac_cv_lib_fl_yywrap=yes
6299 >  ac_cv_lib_fftw3_fftw_execute=yes
6300   else
6301    echo "$as_me: failed program was:" >&5
6302 < cat conftest.$ac_ext >&5
6303 < ac_cv_lib_fl_yywrap=no
6302 > sed 's/^/| /' conftest.$ac_ext >&5
6303 >
6304 > ac_cv_lib_fftw3_fftw_execute=no
6305   fi
6306 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6306 > rm -f conftest.err conftest.$ac_objext \
6307 >      conftest$ac_exeext conftest.$ac_ext
6308   LIBS=$ac_check_lib_save_LIBS
6309   fi
6310 < echo "$as_me:5304: result: $ac_cv_lib_fl_yywrap" >&5
6311 < echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
6312 < if test $ac_cv_lib_fl_yywrap = yes; then
6313 <  LEXLIB="-lfl"
6310 > echo "$as_me:$LINENO: result: $ac_cv_lib_fftw3_fftw_execute" >&5
6311 > echo "${ECHO_T}$ac_cv_lib_fftw3_fftw_execute" >&6
6312 > if test $ac_cv_lib_fftw3_fftw_execute = yes; then
6313 >  fftw_cv_libfftw3=yes
6314   else
6315 <  echo "$as_me:5309: checking for yywrap in -ll" >&5
6316 < echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
6317 < if test "${ac_cv_lib_l_yywrap+set}" = set; then
6315 >  fftw_cv_libfftw3=no
6316 > fi
6317 >
6318 >      if test "${ac_cv_header_fftw3_h+set}" = set; then
6319 >  echo "$as_me:$LINENO: checking for fftw3.h" >&5
6320 > echo $ECHO_N "checking for fftw3.h... $ECHO_C" >&6
6321 > if test "${ac_cv_header_fftw3_h+set}" = set; then
6322    echo $ECHO_N "(cached) $ECHO_C" >&6
6323 + fi
6324 + echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
6325 + echo "${ECHO_T}$ac_cv_header_fftw3_h" >&6
6326   else
6327 <  ac_check_lib_save_LIBS=$LIBS
6328 < LIBS="-ll  $LIBS"
6327 >  # Is the header compilable?
6328 > echo "$as_me:$LINENO: checking fftw3.h usability" >&5
6329 > echo $ECHO_N "checking fftw3.h usability... $ECHO_C" >&6
6330   cat >conftest.$ac_ext <<_ACEOF
6331 < #line 5317 "configure"
6332 < #include "confdefs.h"
6331 > /* confdefs.h.  */
6332 > _ACEOF
6333 > cat confdefs.h >>conftest.$ac_ext
6334 > cat >>conftest.$ac_ext <<_ACEOF
6335 > /* end confdefs.h.  */
6336 > $ac_includes_default
6337 > #include <fftw3.h>
6338 > _ACEOF
6339 > rm -f conftest.$ac_objext
6340 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6341 >  (eval $ac_compile) 2>conftest.er1
6342 >  ac_status=$?
6343 >  grep -v '^ *+' conftest.er1 >conftest.err
6344 >  rm -f conftest.er1
6345 >  cat conftest.err >&5
6346 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6347 >  (exit $ac_status); } &&
6348 >         { ac_try='test -z "$ac_c_werror_flag"
6349 >                         || test ! -s conftest.err'
6350 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6351 >  (eval $ac_try) 2>&5
6352 >  ac_status=$?
6353 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6354 >  (exit $ac_status); }; } &&
6355 >         { ac_try='test -s conftest.$ac_objext'
6356 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6357 >  (eval $ac_try) 2>&5
6358 >  ac_status=$?
6359 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6360 >  (exit $ac_status); }; }; then
6361 >  ac_header_compiler=yes
6362 > else
6363 >  echo "$as_me: failed program was:" >&5
6364 > sed 's/^/| /' conftest.$ac_ext >&5
6365  
6366 + ac_header_compiler=no
6367 + fi
6368 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6369 + echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6370 + echo "${ECHO_T}$ac_header_compiler" >&6
6371 +
6372 + # Is the header present?
6373 + echo "$as_me:$LINENO: checking fftw3.h presence" >&5
6374 + echo $ECHO_N "checking fftw3.h presence... $ECHO_C" >&6
6375 + cat >conftest.$ac_ext <<_ACEOF
6376 + /* confdefs.h.  */
6377 + _ACEOF
6378 + cat confdefs.h >>conftest.$ac_ext
6379 + cat >>conftest.$ac_ext <<_ACEOF
6380 + /* end confdefs.h.  */
6381 + #include <fftw3.h>
6382 + _ACEOF
6383 + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6384 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6385 +  ac_status=$?
6386 +  grep -v '^ *+' conftest.er1 >conftest.err
6387 +  rm -f conftest.er1
6388 +  cat conftest.err >&5
6389 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 +  (exit $ac_status); } >/dev/null; then
6391 +  if test -s conftest.err; then
6392 +    ac_cpp_err=$ac_c_preproc_warn_flag
6393 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6394 +  else
6395 +    ac_cpp_err=
6396 +  fi
6397 + else
6398 +  ac_cpp_err=yes
6399 + fi
6400 + if test -z "$ac_cpp_err"; then
6401 +  ac_header_preproc=yes
6402 + else
6403 +  echo "$as_me: failed program was:" >&5
6404 + sed 's/^/| /' conftest.$ac_ext >&5
6405 +
6406 +  ac_header_preproc=no
6407 + fi
6408 + rm -f conftest.err conftest.$ac_ext
6409 + echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6410 + echo "${ECHO_T}$ac_header_preproc" >&6
6411 +
6412 + # So?  What about this header?
6413 + case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6414 +  yes:no: )
6415 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&5
6416 + echo "$as_me: WARNING: fftw3.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6417 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the compiler's result" >&5
6418 + echo "$as_me: WARNING: fftw3.h: proceeding with the compiler's result" >&2;}
6419 +    ac_header_preproc=yes
6420 +    ;;
6421 +  no:yes:* )
6422 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: present but cannot be compiled" >&5
6423 + echo "$as_me: WARNING: fftw3.h: present but cannot be compiled" >&2;}
6424 +    { echo "$as_me:$LINENO: WARNING: fftw3.h:     check for missing prerequisite headers?" >&5
6425 + echo "$as_me: WARNING: fftw3.h:     check for missing prerequisite headers?" >&2;}
6426 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: see the Autoconf documentation" >&5
6427 + echo "$as_me: WARNING: fftw3.h: see the Autoconf documentation" >&2;}
6428 +    { echo "$as_me:$LINENO: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&5
6429 + echo "$as_me: WARNING: fftw3.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6430 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: proceeding with the preprocessor's result" >&5
6431 + echo "$as_me: WARNING: fftw3.h: proceeding with the preprocessor's result" >&2;}
6432 +    { echo "$as_me:$LINENO: WARNING: fftw3.h: in the future, the compiler will take precedence" >&5
6433 + echo "$as_me: WARNING: fftw3.h: in the future, the compiler will take precedence" >&2;}
6434 +    (
6435 +      cat <<\_ASBOX
6436 + ## ------------------------------ ##
6437 + ## Report this to gezelter@nd.edu ##
6438 + ## ------------------------------ ##
6439 + _ASBOX
6440 +    ) |
6441 +      sed "s/^/$as_me: WARNING:     /" >&2
6442 +    ;;
6443 + esac
6444 + echo "$as_me:$LINENO: checking for fftw3.h" >&5
6445 + echo $ECHO_N "checking for fftw3.h... $ECHO_C" >&6
6446 + if test "${ac_cv_header_fftw3_h+set}" = set; then
6447 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6448 + else
6449 +  ac_cv_header_fftw3_h=$ac_header_preproc
6450 + fi
6451 + echo "$as_me:$LINENO: result: $ac_cv_header_fftw3_h" >&5
6452 + echo "${ECHO_T}$ac_cv_header_fftw3_h" >&6
6453 +
6454 + fi
6455 + if test $ac_cv_header_fftw3_h = yes; then
6456 +  fftw_cv_fftw3_h=yes
6457 + else
6458 +  fftw_cv_fftw3_h=no
6459 + fi
6460 +
6461 +
6462 +      if test "$fftw_cv_libfftw3" = "no" -o "$fftw_cv_fftw3_h" = "no"; then
6463 +        echo "$as_me:$LINENO: checking for fftwnd_one in -lfftw" >&5
6464 + echo $ECHO_N "checking for fftwnd_one in -lfftw... $ECHO_C" >&6
6465 + if test "${ac_cv_lib_fftw_fftwnd_one+set}" = set; then
6466 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6467 + else
6468 +  ac_check_lib_save_LIBS=$LIBS
6469 + LIBS="-lfftw  $LIBS"
6470 + cat >conftest.$ac_ext <<_ACEOF
6471 + /* confdefs.h.  */
6472 + _ACEOF
6473 + cat confdefs.h >>conftest.$ac_ext
6474 + cat >>conftest.$ac_ext <<_ACEOF
6475 + /* end confdefs.h.  */
6476 +
6477   /* Override any gcc2 internal prototype to avoid an error.  */
6478   #ifdef __cplusplus
6479   extern "C"
6480   #endif
6481   /* We use char because int might match the return type of a gcc2
6482     builtin and then its argument prototype would still apply.  */
6483 < char yywrap ();
6483 > char fftwnd_one ();
6484 > #ifdef FC_DUMMY_MAIN
6485 > #ifndef FC_DUMMY_MAIN_EQ_F77
6486 > #  ifdef __cplusplus
6487 >     extern "C"
6488 > #  endif
6489 >   int FC_DUMMY_MAIN() { return 1; }
6490 > #endif
6491 > #endif
6492   int
6493   main ()
6494   {
6495 < yywrap ();
6495 > fftwnd_one ();
6496    ;
6497    return 0;
6498   }
6499   _ACEOF
6500   rm -f conftest.$ac_objext conftest$ac_exeext
6501 < if { (eval echo "$as_me:5336: \"$ac_link\"") >&5
6502 <  (eval $ac_link) 2>&5
6501 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6502 >  (eval $ac_link) 2>conftest.er1
6503    ac_status=$?
6504 <  echo "$as_me:5339: \$? = $ac_status" >&5
6504 >  grep -v '^ *+' conftest.er1 >conftest.err
6505 >  rm -f conftest.er1
6506 >  cat conftest.err >&5
6507 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508    (exit $ac_status); } &&
6509 <         { ac_try='test -s conftest$ac_exeext'
6510 <  { (eval echo "$as_me:5342: \"$ac_try\"") >&5
6509 >         { ac_try='test -z "$ac_c_werror_flag"
6510 >                         || test ! -s conftest.err'
6511 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6512    (eval $ac_try) 2>&5
6513    ac_status=$?
6514 <  echo "$as_me:5345: \$? = $ac_status" >&5
6514 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6515 >  (exit $ac_status); }; } &&
6516 >         { ac_try='test -s conftest$ac_exeext'
6517 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6518 >  (eval $ac_try) 2>&5
6519 >  ac_status=$?
6520 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6521    (exit $ac_status); }; }; then
6522 <  ac_cv_lib_l_yywrap=yes
6522 >  ac_cv_lib_fftw_fftwnd_one=yes
6523   else
6524    echo "$as_me: failed program was:" >&5
6525 < cat conftest.$ac_ext >&5
6526 < ac_cv_lib_l_yywrap=no
6525 > sed 's/^/| /' conftest.$ac_ext >&5
6526 >
6527 > ac_cv_lib_fftw_fftwnd_one=no
6528   fi
6529 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6529 > rm -f conftest.err conftest.$ac_objext \
6530 >      conftest$ac_exeext conftest.$ac_ext
6531   LIBS=$ac_check_lib_save_LIBS
6532   fi
6533 < echo "$as_me:5356: result: $ac_cv_lib_l_yywrap" >&5
6534 < echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
6535 < if test $ac_cv_lib_l_yywrap = yes; then
6536 <  LEXLIB="-ll"
5360 < fi
5361 <
5362 < fi
5363 <
5364 < fi
5365 <
5366 < if test "x$LEX" != "x:"; then
5367 <  echo "$as_me:5367: checking lex output file root" >&5
5368 < echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5369 < if test "${ac_cv_prog_lex_root+set}" = set; then
5370 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6533 > echo "$as_me:$LINENO: result: $ac_cv_lib_fftw_fftwnd_one" >&5
6534 > echo "${ECHO_T}$ac_cv_lib_fftw_fftwnd_one" >&6
6535 > if test $ac_cv_lib_fftw_fftwnd_one = yes; then
6536 >  fftw_cv_libfftw=yes
6537   else
6538 <  # The minimal lex program is just a single line: %%.  But some broken lexes
5373 < # (Solaris, I think it was) want two %% lines, so accommodate them.
5374 < echo '%%
5375 < %%' | $LEX
5376 < if test -f lex.yy.c; then
5377 <  ac_cv_prog_lex_root=lex.yy
5378 < elif test -f lexyy.c; then
5379 <  ac_cv_prog_lex_root=lexyy
5380 < else
5381 <  { { echo "$as_me:5381: error: cannot find output from $LEX; giving up" >&5
5382 < echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5383 <   { (exit 1); exit 1; }; }
6538 >  fftw_cv_libfftw=no
6539   fi
5385 fi
5386 echo "$as_me:5386: result: $ac_cv_prog_lex_root" >&5
5387 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5388 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
6540  
6541 < echo "$as_me:5390: checking whether yytext is a pointer" >&5
6542 < echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
6543 < if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
6541 >        if test "${ac_cv_header_fftw_h+set}" = set; then
6542 >  echo "$as_me:$LINENO: checking for fftw.h" >&5
6543 > echo $ECHO_N "checking for fftw.h... $ECHO_C" >&6
6544 > if test "${ac_cv_header_fftw_h+set}" = set; then
6545    echo $ECHO_N "(cached) $ECHO_C" >&6
6546 + fi
6547 + echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
6548 + echo "${ECHO_T}$ac_cv_header_fftw_h" >&6
6549   else
6550 <  # POSIX says lex can declare yytext either as a pointer or an array; the
6551 < # default is implementation-dependent. Figure out which it is, since
6552 < # not all implementations provide the %pointer and %array declarations.
5398 < ac_cv_prog_lex_yytext_pointer=no
5399 < echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5400 < ac_save_LIBS=$LIBS
5401 < LIBS="$LIBS $LEXLIB"
6550 >  # Is the header compilable?
6551 > echo "$as_me:$LINENO: checking fftw.h usability" >&5
6552 > echo $ECHO_N "checking fftw.h usability... $ECHO_C" >&6
6553   cat >conftest.$ac_ext <<_ACEOF
6554 < `cat $LEX_OUTPUT_ROOT.c`
6554 > /* confdefs.h.  */
6555   _ACEOF
6556 < rm -f conftest.$ac_objext conftest$ac_exeext
6557 < if { (eval echo "$as_me:5406: \"$ac_link\"") >&5
6558 <  (eval $ac_link) 2>&5
6556 > cat confdefs.h >>conftest.$ac_ext
6557 > cat >>conftest.$ac_ext <<_ACEOF
6558 > /* end confdefs.h.  */
6559 > $ac_includes_default
6560 > #include <fftw.h>
6561 > _ACEOF
6562 > rm -f conftest.$ac_objext
6563 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6564 >  (eval $ac_compile) 2>conftest.er1
6565    ac_status=$?
6566 <  echo "$as_me:5409: \$? = $ac_status" >&5
6566 >  grep -v '^ *+' conftest.er1 >conftest.err
6567 >  rm -f conftest.er1
6568 >  cat conftest.err >&5
6569 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6570    (exit $ac_status); } &&
6571 <         { ac_try='test -s conftest$ac_exeext'
6572 <  { (eval echo "$as_me:5412: \"$ac_try\"") >&5
6571 >         { ac_try='test -z "$ac_c_werror_flag"
6572 >                         || test ! -s conftest.err'
6573 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6574    (eval $ac_try) 2>&5
6575    ac_status=$?
6576 <  echo "$as_me:5415: \$? = $ac_status" >&5
6576 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6577 >  (exit $ac_status); }; } &&
6578 >         { ac_try='test -s conftest.$ac_objext'
6579 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6580 >  (eval $ac_try) 2>&5
6581 >  ac_status=$?
6582 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583    (exit $ac_status); }; }; then
6584 <  ac_cv_prog_lex_yytext_pointer=yes
6584 >  ac_header_compiler=yes
6585   else
6586    echo "$as_me: failed program was:" >&5
6587 < cat conftest.$ac_ext >&5
5421 < fi
5422 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5423 < LIBS=$ac_save_LIBS
5424 < rm -f "${LEX_OUTPUT_ROOT}.c"
6587 > sed 's/^/| /' conftest.$ac_ext >&5
6588  
6589 + ac_header_compiler=no
6590   fi
6591 < echo "$as_me:5427: result: $ac_cv_prog_lex_yytext_pointer" >&5
6592 < echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
6593 < if test $ac_cv_prog_lex_yytext_pointer = yes; then
6591 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6592 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6593 > echo "${ECHO_T}$ac_header_compiler" >&6
6594  
6595 < cat >>confdefs.h <<\EOF
6596 < #define YYTEXT_POINTER 1
6597 < EOF
6598 <
6595 > # Is the header present?
6596 > echo "$as_me:$LINENO: checking fftw.h presence" >&5
6597 > echo $ECHO_N "checking fftw.h presence... $ECHO_C" >&6
6598 > cat >conftest.$ac_ext <<_ACEOF
6599 > /* confdefs.h.  */
6600 > _ACEOF
6601 > cat confdefs.h >>conftest.$ac_ext
6602 > cat >>conftest.$ac_ext <<_ACEOF
6603 > /* end confdefs.h.  */
6604 > #include <fftw.h>
6605 > _ACEOF
6606 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6607 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6608 >  ac_status=$?
6609 >  grep -v '^ *+' conftest.er1 >conftest.err
6610 >  rm -f conftest.er1
6611 >  cat conftest.err >&5
6612 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6613 >  (exit $ac_status); } >/dev/null; then
6614 >  if test -s conftest.err; then
6615 >    ac_cpp_err=$ac_c_preproc_warn_flag
6616 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6617 >  else
6618 >    ac_cpp_err=
6619 >  fi
6620 > else
6621 >  ac_cpp_err=yes
6622   fi
6623 <
6624 < fi
5438 < # Extract the first word of "ar", so it can be a program name with args.
5439 < set dummy ar; ac_word=$2
5440 < echo "$as_me:5440: checking for $ac_word" >&5
5441 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5442 < if test "${ac_cv_prog_AR+set}" = set; then
5443 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6623 > if test -z "$ac_cpp_err"; then
6624 >  ac_header_preproc=yes
6625   else
6626 <  if test -n "$AR"; then
6627 <  ac_cv_prog_AR="$AR" # Let the user override the test.
5447 < else
5448 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5449 < ac_dummy="$PATH"
5450 < for ac_dir in $ac_dummy; do
5451 <  IFS=$ac_save_IFS
5452 <  test -z "$ac_dir" && ac_dir=.
5453 <  $as_executable_p "$ac_dir/$ac_word" || continue
5454 < ac_cv_prog_AR="ar"
5455 < echo "$as_me:5455: found $ac_dir/$ac_word" >&5
5456 < break
5457 < done
6626 >  echo "$as_me: failed program was:" >&5
6627 > sed 's/^/| /' conftest.$ac_ext >&5
6628  
6629 <  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE"
6629 >  ac_header_preproc=no
6630   fi
6631 < fi
6632 < AR=$ac_cv_prog_AR
6633 < if test -n "$AR"; then
6634 <  echo "$as_me:5464: result: $AR" >&5
6635 < echo "${ECHO_T}$AR" >&6
6636 < else
6637 <  echo "$as_me:5467: result: no" >&5
6638 < echo "${ECHO_T}no" >&6
6639 < fi
6640 <
6641 < if test "$AR" = "NONE"; then
6642 <  { { echo "$as_me:5472: error: --> Can't find \`ar'!" >&5
6643 < echo "$as_me: error: --> Can't find \`ar'!" >&2;}
6644 <   { (exit 1); exit 1; }; }
6645 <  cat >confcache <<\_ACEOF
6646 < # This file is a shell script that caches the results of configure
6647 < # tests run on this system so they can be shared between configure
6648 < # scripts and configure runs, see configure's option --config-cache.
6649 < # It is not useful on other systems.  If it contains results you don't
6650 < # want to keep, you may remove or edit it.
6651 < #
6652 < # config.status only pays attention to the cache file if you give it
6653 < # the --recheck option to rerun configure.
6654 < #
6655 < # `ac_cv_env_foo' variables (set or unset) will be overriden when
6656 < # loading this file, other *unset* `ac_cv_foo' will be assigned the
6657 < # following values.
6658 <
6659 < _ACEOF
6660 <
6661 < # The following way of writing the cache mishandles newlines in values,
6662 < # but we know of no workaround that is simple, portable, and efficient.
6663 < # So, don't put newlines in cache variables' values.
6664 < # Ultrix sh set writes to stderr and can't be redirected directly,
6665 < # and sets the high bit in the cache file unless we assign to the vars.
6666 < {
6667 <  (set) 2>&1 |
6668 <    case `(ac_space=' '; set | grep ac_space) 2>&1` in
6669 <    *ac_space=\ *)
6670 <      # `set' does not quote correctly, so add quotes (double-quote
6671 <      # substitution turns \\\\ into \\, and sed turns \\ into \).
6672 <      sed -n \
6673 <        "s/'/'\\\\''/g;
6674 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6675 <      ;;
6676 <    *)
6677 <      # `set' quotes correctly as required by POSIX, so do not add quotes.
6678 <      sed -n \
6679 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6680 <      ;;
6681 <    esac;
6682 < } |
6683 <  sed '
6684 <     t clear
6685 <     : clear
6686 <     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6687 <     t end
6688 <     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6689 <     : end' >>confcache
6690 < if cmp -s $cache_file confcache; then :; else
6691 <  if test -w $cache_file; then
6692 <    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6693 <    cat confcache >$cache_file
6694 <  else
6695 <    echo "not updating unwritable cache $cache_file"
6696 <  fi
6631 > rm -f conftest.err conftest.$ac_ext
6632 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6633 > echo "${ECHO_T}$ac_header_preproc" >&6
6634 >
6635 > # So?  What about this header?
6636 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6637 >  yes:no: )
6638 >    { echo "$as_me:$LINENO: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
6639 > echo "$as_me: WARNING: fftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6640 >    { echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the compiler's result" >&5
6641 > echo "$as_me: WARNING: fftw.h: proceeding with the compiler's result" >&2;}
6642 >    ac_header_preproc=yes
6643 >    ;;
6644 >  no:yes:* )
6645 >    { echo "$as_me:$LINENO: WARNING: fftw.h: present but cannot be compiled" >&5
6646 > echo "$as_me: WARNING: fftw.h: present but cannot be compiled" >&2;}
6647 >    { echo "$as_me:$LINENO: WARNING: fftw.h:     check for missing prerequisite headers?" >&5
6648 > echo "$as_me: WARNING: fftw.h:     check for missing prerequisite headers?" >&2;}
6649 >    { echo "$as_me:$LINENO: WARNING: fftw.h: see the Autoconf documentation" >&5
6650 > echo "$as_me: WARNING: fftw.h: see the Autoconf documentation" >&2;}
6651 >    { echo "$as_me:$LINENO: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&5
6652 > echo "$as_me: WARNING: fftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6653 >    { echo "$as_me:$LINENO: WARNING: fftw.h: proceeding with the preprocessor's result" >&5
6654 > echo "$as_me: WARNING: fftw.h: proceeding with the preprocessor's result" >&2;}
6655 >    { echo "$as_me:$LINENO: WARNING: fftw.h: in the future, the compiler will take precedence" >&5
6656 > echo "$as_me: WARNING: fftw.h: in the future, the compiler will take precedence" >&2;}
6657 >    (
6658 >      cat <<\_ASBOX
6659 > ## ------------------------------ ##
6660 > ## Report this to gezelter@nd.edu ##
6661 > ## ------------------------------ ##
6662 > _ASBOX
6663 >    ) |
6664 >      sed "s/^/$as_me: WARNING:     /" >&2
6665 >    ;;
6666 > esac
6667 > echo "$as_me:$LINENO: checking for fftw.h" >&5
6668 > echo $ECHO_N "checking for fftw.h... $ECHO_C" >&6
6669 > if test "${ac_cv_header_fftw_h+set}" = set; then
6670 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6671 > else
6672 >  ac_cv_header_fftw_h=$ac_header_preproc
6673 > fi
6674 > echo "$as_me:$LINENO: result: $ac_cv_header_fftw_h" >&5
6675 > echo "${ECHO_T}$ac_cv_header_fftw_h" >&6
6676 >
6677 > fi
6678 > if test $ac_cv_header_fftw_h = yes; then
6679 >  fftw_cv_fftw_h=yes
6680 > else
6681 >  fftw_cv_fftw_h=no
6682 > fi
6683 >
6684 >
6685 >        if test "$fftw_cv_libfftw" = "no" -o "$fftw_cv_fftw_h" = "no"; then
6686 >          echo "$as_me:$LINENO: checking for fftwnd_one in -ldfftw" >&5
6687 > echo $ECHO_N "checking for fftwnd_one in -ldfftw... $ECHO_C" >&6
6688 > if test "${ac_cv_lib_dfftw_fftwnd_one+set}" = set; then
6689 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6690 > else
6691 >  ac_check_lib_save_LIBS=$LIBS
6692 > LIBS="-ldfftw  $LIBS"
6693 > cat >conftest.$ac_ext <<_ACEOF
6694 > /* confdefs.h.  */
6695 > _ACEOF
6696 > cat confdefs.h >>conftest.$ac_ext
6697 > cat >>conftest.$ac_ext <<_ACEOF
6698 > /* end confdefs.h.  */
6699 >
6700 > /* Override any gcc2 internal prototype to avoid an error.  */
6701 > #ifdef __cplusplus
6702 > extern "C"
6703 > #endif
6704 > /* We use char because int might match the return type of a gcc2
6705 >   builtin and then its argument prototype would still apply.  */
6706 > char fftwnd_one ();
6707 > #ifdef FC_DUMMY_MAIN
6708 > #ifndef FC_DUMMY_MAIN_EQ_F77
6709 > #  ifdef __cplusplus
6710 >     extern "C"
6711 > #  endif
6712 >   int FC_DUMMY_MAIN() { return 1; }
6713 > #endif
6714 > #endif
6715 > int
6716 > main ()
6717 > {
6718 > fftwnd_one ();
6719 >  ;
6720 >  return 0;
6721 > }
6722 > _ACEOF
6723 > rm -f conftest.$ac_objext conftest$ac_exeext
6724 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6725 >  (eval $ac_link) 2>conftest.er1
6726 >  ac_status=$?
6727 >  grep -v '^ *+' conftest.er1 >conftest.err
6728 >  rm -f conftest.er1
6729 >  cat conftest.err >&5
6730 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6731 >  (exit $ac_status); } &&
6732 >         { ac_try='test -z "$ac_c_werror_flag"
6733 >                         || test ! -s conftest.err'
6734 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6735 >  (eval $ac_try) 2>&5
6736 >  ac_status=$?
6737 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6738 >  (exit $ac_status); }; } &&
6739 >         { ac_try='test -s conftest$ac_exeext'
6740 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6741 >  (eval $ac_try) 2>&5
6742 >  ac_status=$?
6743 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6744 >  (exit $ac_status); }; }; then
6745 >  ac_cv_lib_dfftw_fftwnd_one=yes
6746 > else
6747 >  echo "$as_me: failed program was:" >&5
6748 > sed 's/^/| /' conftest.$ac_ext >&5
6749 >
6750 > ac_cv_lib_dfftw_fftwnd_one=no
6751 > fi
6752 > rm -f conftest.err conftest.$ac_objext \
6753 >      conftest$ac_exeext conftest.$ac_ext
6754 > LIBS=$ac_check_lib_save_LIBS
6755 > fi
6756 > echo "$as_me:$LINENO: result: $ac_cv_lib_dfftw_fftwnd_one" >&5
6757 > echo "${ECHO_T}$ac_cv_lib_dfftw_fftwnd_one" >&6
6758 > if test $ac_cv_lib_dfftw_fftwnd_one = yes; then
6759 >  fftw_cv_libdfftw=yes
6760 > else
6761 >  fftw_cv_libdfftw=no
6762 > fi
6763 >
6764 >          if test "${ac_cv_header_dfftw_h+set}" = set; then
6765 >  echo "$as_me:$LINENO: checking for dfftw.h" >&5
6766 > echo $ECHO_N "checking for dfftw.h... $ECHO_C" >&6
6767 > if test "${ac_cv_header_dfftw_h+set}" = set; then
6768 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6769 > fi
6770 > echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
6771 > echo "${ECHO_T}$ac_cv_header_dfftw_h" >&6
6772 > else
6773 >  # Is the header compilable?
6774 > echo "$as_me:$LINENO: checking dfftw.h usability" >&5
6775 > echo $ECHO_N "checking dfftw.h usability... $ECHO_C" >&6
6776 > cat >conftest.$ac_ext <<_ACEOF
6777 > /* confdefs.h.  */
6778 > _ACEOF
6779 > cat confdefs.h >>conftest.$ac_ext
6780 > cat >>conftest.$ac_ext <<_ACEOF
6781 > /* end confdefs.h.  */
6782 > $ac_includes_default
6783 > #include <dfftw.h>
6784 > _ACEOF
6785 > rm -f conftest.$ac_objext
6786 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6787 >  (eval $ac_compile) 2>conftest.er1
6788 >  ac_status=$?
6789 >  grep -v '^ *+' conftest.er1 >conftest.err
6790 >  rm -f conftest.er1
6791 >  cat conftest.err >&5
6792 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6793 >  (exit $ac_status); } &&
6794 >         { ac_try='test -z "$ac_c_werror_flag"
6795 >                         || test ! -s conftest.err'
6796 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6797 >  (eval $ac_try) 2>&5
6798 >  ac_status=$?
6799 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6800 >  (exit $ac_status); }; } &&
6801 >         { ac_try='test -s conftest.$ac_objext'
6802 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803 >  (eval $ac_try) 2>&5
6804 >  ac_status=$?
6805 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6806 >  (exit $ac_status); }; }; then
6807 >  ac_header_compiler=yes
6808 > else
6809 >  echo "$as_me: failed program was:" >&5
6810 > sed 's/^/| /' conftest.$ac_ext >&5
6811 >
6812 > ac_header_compiler=no
6813 > fi
6814 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6815 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6816 > echo "${ECHO_T}$ac_header_compiler" >&6
6817 >
6818 > # Is the header present?
6819 > echo "$as_me:$LINENO: checking dfftw.h presence" >&5
6820 > echo $ECHO_N "checking dfftw.h presence... $ECHO_C" >&6
6821 > cat >conftest.$ac_ext <<_ACEOF
6822 > /* confdefs.h.  */
6823 > _ACEOF
6824 > cat confdefs.h >>conftest.$ac_ext
6825 > cat >>conftest.$ac_ext <<_ACEOF
6826 > /* end confdefs.h.  */
6827 > #include <dfftw.h>
6828 > _ACEOF
6829 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6830 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6831 >  ac_status=$?
6832 >  grep -v '^ *+' conftest.er1 >conftest.err
6833 >  rm -f conftest.er1
6834 >  cat conftest.err >&5
6835 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 >  (exit $ac_status); } >/dev/null; then
6837 >  if test -s conftest.err; then
6838 >    ac_cpp_err=$ac_c_preproc_warn_flag
6839 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6840 >  else
6841 >    ac_cpp_err=
6842 >  fi
6843 > else
6844 >  ac_cpp_err=yes
6845 > fi
6846 > if test -z "$ac_cpp_err"; then
6847 >  ac_header_preproc=yes
6848 > else
6849 >  echo "$as_me: failed program was:" >&5
6850 > sed 's/^/| /' conftest.$ac_ext >&5
6851 >
6852 >  ac_header_preproc=no
6853 > fi
6854 > rm -f conftest.err conftest.$ac_ext
6855 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6856 > echo "${ECHO_T}$ac_header_preproc" >&6
6857 >
6858 > # So?  What about this header?
6859 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6860 >  yes:no: )
6861 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&5
6862 > echo "$as_me: WARNING: dfftw.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6863 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the compiler's result" >&5
6864 > echo "$as_me: WARNING: dfftw.h: proceeding with the compiler's result" >&2;}
6865 >    ac_header_preproc=yes
6866 >    ;;
6867 >  no:yes:* )
6868 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: present but cannot be compiled" >&5
6869 > echo "$as_me: WARNING: dfftw.h: present but cannot be compiled" >&2;}
6870 >    { echo "$as_me:$LINENO: WARNING: dfftw.h:     check for missing prerequisite headers?" >&5
6871 > echo "$as_me: WARNING: dfftw.h:     check for missing prerequisite headers?" >&2;}
6872 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: see the Autoconf documentation" >&5
6873 > echo "$as_me: WARNING: dfftw.h: see the Autoconf documentation" >&2;}
6874 >    { echo "$as_me:$LINENO: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&5
6875 > echo "$as_me: WARNING: dfftw.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6876 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: proceeding with the preprocessor's result" >&5
6877 > echo "$as_me: WARNING: dfftw.h: proceeding with the preprocessor's result" >&2;}
6878 >    { echo "$as_me:$LINENO: WARNING: dfftw.h: in the future, the compiler will take precedence" >&5
6879 > echo "$as_me: WARNING: dfftw.h: in the future, the compiler will take precedence" >&2;}
6880 >    (
6881 >      cat <<\_ASBOX
6882 > ## ------------------------------ ##
6883 > ## Report this to gezelter@nd.edu ##
6884 > ## ------------------------------ ##
6885 > _ASBOX
6886 >    ) |
6887 >      sed "s/^/$as_me: WARNING:     /" >&2
6888 >    ;;
6889 > esac
6890 > echo "$as_me:$LINENO: checking for dfftw.h" >&5
6891 > echo $ECHO_N "checking for dfftw.h... $ECHO_C" >&6
6892 > if test "${ac_cv_header_dfftw_h+set}" = set; then
6893 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6894 > else
6895 >  ac_cv_header_dfftw_h=$ac_header_preproc
6896 > fi
6897 > echo "$as_me:$LINENO: result: $ac_cv_header_dfftw_h" >&5
6898 > echo "${ECHO_T}$ac_cv_header_dfftw_h" >&6
6899 >
6900 > fi
6901 > if test $ac_cv_header_dfftw_h = yes; then
6902 >  fftw_cv_dfftw_h=yes
6903 > else
6904 >  fftw_cv_dfftw_h=no
6905 > fi
6906 >
6907 >
6908 >        fi
6909 >      fi
6910 >      ac_ext=c
6911 > ac_cpp='$CPP $CPPFLAGS'
6912 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6913 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6914 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
6915 >
6916 >      if test "$fftw_cv_libfftw3" = "yes" -a "$fftw_cv_fftw3_h" = "yes"; then
6917 >
6918 > cat >>confdefs.h <<\_ACEOF
6919 > #define HAVE_FFTW3_H 1
6920 > _ACEOF
6921 >
6922 >        FFTW_INC_DIR="${FFTW_HOME}/include"
6923 >        FFTW_LIB_DIR="${FFTW_HOME}/lib"
6924 >        FFTW_LIBS="-lfftw3"
6925 >      else
6926 >        if test "$fftw_cv_libfftw" = "yes" -a "$fftw_cv_fftw_h" = "yes"; then
6927 >
6928 > cat >>confdefs.h <<\_ACEOF
6929 > #define HAVE_FFTW_H 1
6930 > _ACEOF
6931 >
6932 >          FFTW_INC_DIR="${FFTW_HOME}/include"
6933 >          FFTW_LIB_DIR="${FFTW_HOME}/lib"
6934 >          FFTW_LIBS="-lfftw"
6935 >        else
6936 >          if test "$fftw_cv_libdfftw" = "yes" -a "$fftw_cv_dfftw_h" = "yes"; then
6937 >
6938 > cat >>confdefs.h <<\_ACEOF
6939 > #define HAVE_DFFTW_H 1
6940 > _ACEOF
6941 >
6942 >            FFTW_INC_DIR="${FFTW_HOME}/include"
6943 >            FFTW_LIB_DIR="${FFTW_HOME}/lib"
6944 >            FFTW_LIBS="-ldfftw"
6945 >          else
6946 >            echo "$as_me:$LINENO: checking fftw in ${FFTW_HOME}" >&5
6947 > echo $ECHO_N "checking fftw in ${FFTW_HOME}... $ECHO_C" >&6
6948 >            FFTW_INC_DIR=
6949 >            FFTW_LIB_DIR=
6950 >            FFTW_LIBS=
6951 >            LDFLAGS="$FFTW_OLD_LDFLAGS"
6952 >            CPPFLAGS="$FFTW_OLD_CPPFLAGS"
6953 >            echo "$as_me:$LINENO: result: failed" >&5
6954 > echo "${ECHO_T}failed" >&6
6955 >            echo ""
6956 >            echo "*********************************************************"
6957 >            echo "* WARNING: Could not find a working FFTW installation   *"
6958 >            echo "* If you need the staticProps program to be able to     *"
6959 >            echo "* compute undulation spectra, be sure to specify a      *"
6960 >            echo "* valid fftw installation with --with-fftw=DIR          *"
6961 >            echo "*                                                       *"
6962 >            echo "* OOPSE will still work without fftw installed.         *"
6963 >            echo "*********************************************************"
6964 >            echo ""
6965 >          fi
6966 >        fi
6967 >      fi
6968 >
6969 >
6970 >
6971 >    fi
6972 >  fi
6973 > fi
6974 >
6975 >
6976 >
6977 > # Checks for header files.
6978 > echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6979 > echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6980 > if test "${ac_cv_header_stdc+set}" = set; then
6981 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6982 > else
6983 >  cat >conftest.$ac_ext <<_ACEOF
6984 > /* confdefs.h.  */
6985 > _ACEOF
6986 > cat confdefs.h >>conftest.$ac_ext
6987 > cat >>conftest.$ac_ext <<_ACEOF
6988 > /* end confdefs.h.  */
6989 > #include <stdlib.h>
6990 > #include <stdarg.h>
6991 > #include <string.h>
6992 > #include <float.h>
6993 >
6994 > #ifdef FC_DUMMY_MAIN
6995 > #ifndef FC_DUMMY_MAIN_EQ_F77
6996 > #  ifdef __cplusplus
6997 >     extern "C"
6998 > #  endif
6999 >   int FC_DUMMY_MAIN() { return 1; }
7000 > #endif
7001 > #endif
7002 > int
7003 > main ()
7004 > {
7005 >
7006 >  ;
7007 >  return 0;
7008 > }
7009 > _ACEOF
7010 > rm -f conftest.$ac_objext
7011 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7012 >  (eval $ac_compile) 2>conftest.er1
7013 >  ac_status=$?
7014 >  grep -v '^ *+' conftest.er1 >conftest.err
7015 >  rm -f conftest.er1
7016 >  cat conftest.err >&5
7017 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7018 >  (exit $ac_status); } &&
7019 >         { ac_try='test -z "$ac_c_werror_flag"
7020 >                         || test ! -s conftest.err'
7021 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7022 >  (eval $ac_try) 2>&5
7023 >  ac_status=$?
7024 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 >  (exit $ac_status); }; } &&
7026 >         { ac_try='test -s conftest.$ac_objext'
7027 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7028 >  (eval $ac_try) 2>&5
7029 >  ac_status=$?
7030 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7031 >  (exit $ac_status); }; }; then
7032 >  ac_cv_header_stdc=yes
7033 > else
7034 >  echo "$as_me: failed program was:" >&5
7035 > sed 's/^/| /' conftest.$ac_ext >&5
7036 >
7037 > ac_cv_header_stdc=no
7038 > fi
7039 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7040 >
7041 > if test $ac_cv_header_stdc = yes; then
7042 >  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7043 >  cat >conftest.$ac_ext <<_ACEOF
7044 > /* confdefs.h.  */
7045 > _ACEOF
7046 > cat confdefs.h >>conftest.$ac_ext
7047 > cat >>conftest.$ac_ext <<_ACEOF
7048 > /* end confdefs.h.  */
7049 > #include <string.h>
7050 >
7051 > _ACEOF
7052 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7053 >  $EGREP "memchr" >/dev/null 2>&1; then
7054 >  :
7055 > else
7056 >  ac_cv_header_stdc=no
7057 > fi
7058 > rm -f conftest*
7059 >
7060 > fi
7061 >
7062 > if test $ac_cv_header_stdc = yes; then
7063 >  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7064 >  cat >conftest.$ac_ext <<_ACEOF
7065 > /* confdefs.h.  */
7066 > _ACEOF
7067 > cat confdefs.h >>conftest.$ac_ext
7068 > cat >>conftest.$ac_ext <<_ACEOF
7069 > /* end confdefs.h.  */
7070 > #include <stdlib.h>
7071 >
7072 > _ACEOF
7073 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7074 >  $EGREP "free" >/dev/null 2>&1; then
7075 >  :
7076 > else
7077 >  ac_cv_header_stdc=no
7078 > fi
7079 > rm -f conftest*
7080 >
7081 > fi
7082 >
7083 > if test $ac_cv_header_stdc = yes; then
7084 >  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7085 >  if test "$cross_compiling" = yes; then
7086 >  :
7087 > else
7088 >  cat >conftest.$ac_ext <<_ACEOF
7089 > /* confdefs.h.  */
7090 > _ACEOF
7091 > cat confdefs.h >>conftest.$ac_ext
7092 > cat >>conftest.$ac_ext <<_ACEOF
7093 > /* end confdefs.h.  */
7094 > #include <ctype.h>
7095 > #if ((' ' & 0x0FF) == 0x020)
7096 > # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7097 > # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7098 > #else
7099 > # define ISLOWER(c) \
7100 >                   (('a' <= (c) && (c) <= 'i') \
7101 >                     || ('j' <= (c) && (c) <= 'r') \
7102 >                     || ('s' <= (c) && (c) <= 'z'))
7103 > # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7104 > #endif
7105 >
7106 > #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7107 > int
7108 > main ()
7109 > {
7110 >  int i;
7111 >  for (i = 0; i < 256; i++)
7112 >    if (XOR (islower (i), ISLOWER (i))
7113 >        || toupper (i) != TOUPPER (i))
7114 >      exit(2);
7115 >  exit (0);
7116 > }
7117 > _ACEOF
7118 > rm -f conftest$ac_exeext
7119 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7120 >  (eval $ac_link) 2>&5
7121 >  ac_status=$?
7122 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7124 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7125 >  (eval $ac_try) 2>&5
7126 >  ac_status=$?
7127 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7128 >  (exit $ac_status); }; }; then
7129 >  :
7130 > else
7131 >  echo "$as_me: program exited with status $ac_status" >&5
7132 > echo "$as_me: failed program was:" >&5
7133 > sed 's/^/| /' conftest.$ac_ext >&5
7134 >
7135 > ( exit $ac_status )
7136 > ac_cv_header_stdc=no
7137 > fi
7138 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7139 > fi
7140 > fi
7141 > fi
7142 > echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7143 > echo "${ECHO_T}$ac_cv_header_stdc" >&6
7144 > if test $ac_cv_header_stdc = yes; then
7145 >
7146 > cat >>confdefs.h <<\_ACEOF
7147 > #define STDC_HEADERS 1
7148 > _ACEOF
7149 >
7150 > fi
7151 >
7152 >
7153 >
7154 >
7155 >
7156 >
7157 >
7158 >
7159 >
7160 >
7161 >
7162 >
7163 >
7164 >
7165 >
7166 >
7167 >
7168 >
7169 >
7170 >
7171 >
7172 >
7173 >
7174 >
7175 >
7176 >
7177 > for ac_header in conio.h dlfcn.h fstream.h iostream.h libintl.h limits.h machine/hal_sysinfo.h math.h stddef.h stdio.h stdlib.h string.h strings.h strstream.h sys/param.h sys/pstat.h sys/sysmp.h sys/sysctl.h sys/sysinfo.h sys/systemcfg.h sys/table.h sys/time.h time.h unistd.h zlib.h
7178 > do
7179 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7180 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
7181 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
7182 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7183 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
7184 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7185 > fi
7186 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7187 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7188 > else
7189 >  # Is the header compilable?
7190 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
7191 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7192 > cat >conftest.$ac_ext <<_ACEOF
7193 > /* confdefs.h.  */
7194 > _ACEOF
7195 > cat confdefs.h >>conftest.$ac_ext
7196 > cat >>conftest.$ac_ext <<_ACEOF
7197 > /* end confdefs.h.  */
7198 > $ac_includes_default
7199 > #include <$ac_header>
7200 > _ACEOF
7201 > rm -f conftest.$ac_objext
7202 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7203 >  (eval $ac_compile) 2>conftest.er1
7204 >  ac_status=$?
7205 >  grep -v '^ *+' conftest.er1 >conftest.err
7206 >  rm -f conftest.er1
7207 >  cat conftest.err >&5
7208 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209 >  (exit $ac_status); } &&
7210 >         { ac_try='test -z "$ac_c_werror_flag"
7211 >                         || test ! -s conftest.err'
7212 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7213 >  (eval $ac_try) 2>&5
7214 >  ac_status=$?
7215 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7216 >  (exit $ac_status); }; } &&
7217 >         { ac_try='test -s conftest.$ac_objext'
7218 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7219 >  (eval $ac_try) 2>&5
7220 >  ac_status=$?
7221 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7222 >  (exit $ac_status); }; }; then
7223 >  ac_header_compiler=yes
7224 > else
7225 >  echo "$as_me: failed program was:" >&5
7226 > sed 's/^/| /' conftest.$ac_ext >&5
7227 >
7228 > ac_header_compiler=no
7229 > fi
7230 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7231 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7232 > echo "${ECHO_T}$ac_header_compiler" >&6
7233 >
7234 > # Is the header present?
7235 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
7236 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7237 > cat >conftest.$ac_ext <<_ACEOF
7238 > /* confdefs.h.  */
7239 > _ACEOF
7240 > cat confdefs.h >>conftest.$ac_ext
7241 > cat >>conftest.$ac_ext <<_ACEOF
7242 > /* end confdefs.h.  */
7243 > #include <$ac_header>
7244 > _ACEOF
7245 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7246 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7247 >  ac_status=$?
7248 >  grep -v '^ *+' conftest.er1 >conftest.err
7249 >  rm -f conftest.er1
7250 >  cat conftest.err >&5
7251 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252 >  (exit $ac_status); } >/dev/null; then
7253 >  if test -s conftest.err; then
7254 >    ac_cpp_err=$ac_c_preproc_warn_flag
7255 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7256 >  else
7257 >    ac_cpp_err=
7258 >  fi
7259 > else
7260 >  ac_cpp_err=yes
7261 > fi
7262 > if test -z "$ac_cpp_err"; then
7263 >  ac_header_preproc=yes
7264 > else
7265 >  echo "$as_me: failed program was:" >&5
7266 > sed 's/^/| /' conftest.$ac_ext >&5
7267 >
7268 >  ac_header_preproc=no
7269 > fi
7270 > rm -f conftest.err conftest.$ac_ext
7271 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7272 > echo "${ECHO_T}$ac_header_preproc" >&6
7273 >
7274 > # So?  What about this header?
7275 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7276 >  yes:no: )
7277 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7278 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7279 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7280 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7281 >    ac_header_preproc=yes
7282 >    ;;
7283 >  no:yes:* )
7284 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7285 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7286 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7287 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7288 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7289 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7290 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7291 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7292 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7293 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7294 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7295 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7296 >    (
7297 >      cat <<\_ASBOX
7298 > ## ------------------------------ ##
7299 > ## Report this to gezelter@nd.edu ##
7300 > ## ------------------------------ ##
7301 > _ASBOX
7302 >    ) |
7303 >      sed "s/^/$as_me: WARNING:     /" >&2
7304 >    ;;
7305 > esac
7306 > echo "$as_me:$LINENO: checking for $ac_header" >&5
7307 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7308 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
7309 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7310 > else
7311 >  eval "$as_ac_Header=\$ac_header_preproc"
7312 > fi
7313 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7314 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7315 >
7316 > fi
7317 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
7318 >  cat >>confdefs.h <<_ACEOF
7319 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 > _ACEOF
7321 >
7322 > fi
7323 >
7324 > done
7325 >
7326 >
7327 > # Checks for typedefs, structures, and compiler characteristics.
7328 > echo "$as_me:$LINENO: checking for stdbool.h that conforms to C99" >&5
7329 > echo $ECHO_N "checking for stdbool.h that conforms to C99... $ECHO_C" >&6
7330 > if test "${ac_cv_header_stdbool_h+set}" = set; then
7331 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7332 > else
7333 >  cat >conftest.$ac_ext <<_ACEOF
7334 > /* confdefs.h.  */
7335 > _ACEOF
7336 > cat confdefs.h >>conftest.$ac_ext
7337 > cat >>conftest.$ac_ext <<_ACEOF
7338 > /* end confdefs.h.  */
7339 >
7340 > #include <stdbool.h>
7341 > #ifndef bool
7342 > # error bool is not defined
7343 > #endif
7344 > #ifndef false
7345 > # error false is not defined
7346 > #endif
7347 > #if false
7348 > # error false is not 0
7349 > #endif
7350 > #ifndef true
7351 > # error true is not defined
7352 > #endif
7353 > #if true != 1
7354 > # error true is not 1
7355 > #endif
7356 > #ifndef __bool_true_false_are_defined
7357 > # error __bool_true_false_are_defined is not defined
7358 > #endif
7359 >
7360 >        struct s { _Bool s: 1; _Bool t; } s;
7361 >
7362 >        char a[true == 1 ? 1 : -1];
7363 >        char b[false == 0 ? 1 : -1];
7364 >        char c[__bool_true_false_are_defined == 1 ? 1 : -1];
7365 >        char d[(bool) -0.5 == true ? 1 : -1];
7366 >        bool e = &s;
7367 >        char f[(_Bool) -0.0 == false ? 1 : -1];
7368 >        char g[true];
7369 >        char h[sizeof (_Bool)];
7370 >        char i[sizeof s.t];
7371 >
7372 > #ifdef FC_DUMMY_MAIN
7373 > #ifndef FC_DUMMY_MAIN_EQ_F77
7374 > #  ifdef __cplusplus
7375 >     extern "C"
7376 > #  endif
7377 >   int FC_DUMMY_MAIN() { return 1; }
7378 > #endif
7379 > #endif
7380 > int
7381 > main ()
7382 > {
7383 > return !a + !b + !c + !d + !e + !f + !g + !h + !i;
7384 >  ;
7385 >  return 0;
7386 > }
7387 > _ACEOF
7388 > rm -f conftest.$ac_objext
7389 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7390 >  (eval $ac_compile) 2>conftest.er1
7391 >  ac_status=$?
7392 >  grep -v '^ *+' conftest.er1 >conftest.err
7393 >  rm -f conftest.er1
7394 >  cat conftest.err >&5
7395 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7396 >  (exit $ac_status); } &&
7397 >         { ac_try='test -z "$ac_c_werror_flag"
7398 >                         || test ! -s conftest.err'
7399 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7400 >  (eval $ac_try) 2>&5
7401 >  ac_status=$?
7402 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7403 >  (exit $ac_status); }; } &&
7404 >         { ac_try='test -s conftest.$ac_objext'
7405 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7406 >  (eval $ac_try) 2>&5
7407 >  ac_status=$?
7408 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409 >  (exit $ac_status); }; }; then
7410 >  ac_cv_header_stdbool_h=yes
7411 > else
7412 >  echo "$as_me: failed program was:" >&5
7413 > sed 's/^/| /' conftest.$ac_ext >&5
7414 >
7415 > ac_cv_header_stdbool_h=no
7416 > fi
7417 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7418 > fi
7419 > echo "$as_me:$LINENO: result: $ac_cv_header_stdbool_h" >&5
7420 > echo "${ECHO_T}$ac_cv_header_stdbool_h" >&6
7421 > echo "$as_me:$LINENO: checking for _Bool" >&5
7422 > echo $ECHO_N "checking for _Bool... $ECHO_C" >&6
7423 > if test "${ac_cv_type__Bool+set}" = set; then
7424 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7425 > else
7426 >  cat >conftest.$ac_ext <<_ACEOF
7427 > /* confdefs.h.  */
7428 > _ACEOF
7429 > cat confdefs.h >>conftest.$ac_ext
7430 > cat >>conftest.$ac_ext <<_ACEOF
7431 > /* end confdefs.h.  */
7432 > $ac_includes_default
7433 > #ifdef FC_DUMMY_MAIN
7434 > #ifndef FC_DUMMY_MAIN_EQ_F77
7435 > #  ifdef __cplusplus
7436 >     extern "C"
7437 > #  endif
7438 >   int FC_DUMMY_MAIN() { return 1; }
7439 > #endif
7440 > #endif
7441 > int
7442 > main ()
7443 > {
7444 > if ((_Bool *) 0)
7445 >  return 0;
7446 > if (sizeof (_Bool))
7447 >  return 0;
7448 >  ;
7449 >  return 0;
7450 > }
7451 > _ACEOF
7452 > rm -f conftest.$ac_objext
7453 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7454 >  (eval $ac_compile) 2>conftest.er1
7455 >  ac_status=$?
7456 >  grep -v '^ *+' conftest.er1 >conftest.err
7457 >  rm -f conftest.er1
7458 >  cat conftest.err >&5
7459 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7460 >  (exit $ac_status); } &&
7461 >         { ac_try='test -z "$ac_c_werror_flag"
7462 >                         || test ! -s conftest.err'
7463 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7464 >  (eval $ac_try) 2>&5
7465 >  ac_status=$?
7466 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7467 >  (exit $ac_status); }; } &&
7468 >         { ac_try='test -s conftest.$ac_objext'
7469 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7470 >  (eval $ac_try) 2>&5
7471 >  ac_status=$?
7472 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7473 >  (exit $ac_status); }; }; then
7474 >  ac_cv_type__Bool=yes
7475 > else
7476 >  echo "$as_me: failed program was:" >&5
7477 > sed 's/^/| /' conftest.$ac_ext >&5
7478 >
7479 > ac_cv_type__Bool=no
7480 > fi
7481 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7482 > fi
7483 > echo "$as_me:$LINENO: result: $ac_cv_type__Bool" >&5
7484 > echo "${ECHO_T}$ac_cv_type__Bool" >&6
7485 > if test $ac_cv_type__Bool = yes; then
7486 >
7487 > cat >>confdefs.h <<_ACEOF
7488 > #define HAVE__BOOL 1
7489 > _ACEOF
7490 >
7491 >
7492 > fi
7493 >
7494 > if test $ac_cv_header_stdbool_h = yes; then
7495 >
7496 > cat >>confdefs.h <<\_ACEOF
7497 > #define HAVE_STDBOOL_H 1
7498 > _ACEOF
7499 >
7500 > fi
7501 >
7502 > echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7503 > echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7504 > if test "${ac_cv_c_const+set}" = set; then
7505 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7506 > else
7507 >  cat >conftest.$ac_ext <<_ACEOF
7508 > /* confdefs.h.  */
7509 > _ACEOF
7510 > cat confdefs.h >>conftest.$ac_ext
7511 > cat >>conftest.$ac_ext <<_ACEOF
7512 > /* end confdefs.h.  */
7513 >
7514 > #ifdef FC_DUMMY_MAIN
7515 > #ifndef FC_DUMMY_MAIN_EQ_F77
7516 > #  ifdef __cplusplus
7517 >     extern "C"
7518 > #  endif
7519 >   int FC_DUMMY_MAIN() { return 1; }
7520 > #endif
7521 > #endif
7522 > int
7523 > main ()
7524 > {
7525 > /* FIXME: Include the comments suggested by Paul. */
7526 > #ifndef __cplusplus
7527 >  /* Ultrix mips cc rejects this.  */
7528 >  typedef int charset[2];
7529 >  const charset x;
7530 >  /* SunOS 4.1.1 cc rejects this.  */
7531 >  char const *const *ccp;
7532 >  char **p;
7533 >  /* NEC SVR4.0.2 mips cc rejects this.  */
7534 >  struct point {int x, y;};
7535 >  static struct point const zero = {0,0};
7536 >  /* AIX XL C 1.02.0.0 rejects this.
7537 >     It does not let you subtract one const X* pointer from another in
7538 >     an arm of an if-expression whose if-part is not a constant
7539 >     expression */
7540 >  const char *g = "string";
7541 >  ccp = &g + (g ? g-g : 0);
7542 >  /* HPUX 7.0 cc rejects these. */
7543 >  ++ccp;
7544 >  p = (char**) ccp;
7545 >  ccp = (char const *const *) p;
7546 >  { /* SCO 3.2v4 cc rejects this.  */
7547 >    char *t;
7548 >    char const *s = 0 ? (char *) 0 : (char const *) 0;
7549 >
7550 >    *t++ = 0;
7551 >  }
7552 >  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
7553 >    int x[] = {25, 17};
7554 >    const int *foo = &x[0];
7555 >    ++foo;
7556 >  }
7557 >  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
7558 >    typedef const int *iptr;
7559 >    iptr p = 0;
7560 >    ++p;
7561 >  }
7562 >  { /* AIX XL C 1.02.0.0 rejects this saying
7563 >       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
7564 >    struct s { int j; const int *ap[3]; };
7565 >    struct s *b; b->j = 5;
7566 >  }
7567 >  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
7568 >    const int foo = 10;
7569 >  }
7570 > #endif
7571 >
7572 >  ;
7573 >  return 0;
7574 > }
7575 > _ACEOF
7576 > rm -f conftest.$ac_objext
7577 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7578 >  (eval $ac_compile) 2>conftest.er1
7579 >  ac_status=$?
7580 >  grep -v '^ *+' conftest.er1 >conftest.err
7581 >  rm -f conftest.er1
7582 >  cat conftest.err >&5
7583 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 >  (exit $ac_status); } &&
7585 >         { ac_try='test -z "$ac_c_werror_flag"
7586 >                         || test ! -s conftest.err'
7587 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7588 >  (eval $ac_try) 2>&5
7589 >  ac_status=$?
7590 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7591 >  (exit $ac_status); }; } &&
7592 >         { ac_try='test -s conftest.$ac_objext'
7593 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7594 >  (eval $ac_try) 2>&5
7595 >  ac_status=$?
7596 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7597 >  (exit $ac_status); }; }; then
7598 >  ac_cv_c_const=yes
7599 > else
7600 >  echo "$as_me: failed program was:" >&5
7601 > sed 's/^/| /' conftest.$ac_ext >&5
7602 >
7603 > ac_cv_c_const=no
7604 > fi
7605 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7606 > fi
7607 > echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7608 > echo "${ECHO_T}$ac_cv_c_const" >&6
7609 > if test $ac_cv_c_const = no; then
7610 >
7611 > cat >>confdefs.h <<\_ACEOF
7612 > #define const
7613 > _ACEOF
7614 >
7615 > fi
7616 >
7617 > echo "$as_me:$LINENO: checking for inline" >&5
7618 > echo $ECHO_N "checking for inline... $ECHO_C" >&6
7619 > if test "${ac_cv_c_inline+set}" = set; then
7620 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7621 > else
7622 >  ac_cv_c_inline=no
7623 > for ac_kw in inline __inline__ __inline; do
7624 >  cat >conftest.$ac_ext <<_ACEOF
7625 > /* confdefs.h.  */
7626 > _ACEOF
7627 > cat confdefs.h >>conftest.$ac_ext
7628 > cat >>conftest.$ac_ext <<_ACEOF
7629 > /* end confdefs.h.  */
7630 > #ifndef __cplusplus
7631 > typedef int foo_t;
7632 > static $ac_kw foo_t static_foo () {return 0; }
7633 > $ac_kw foo_t foo () {return 0; }
7634 > #endif
7635 >
7636 > _ACEOF
7637 > rm -f conftest.$ac_objext
7638 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7639 >  (eval $ac_compile) 2>conftest.er1
7640 >  ac_status=$?
7641 >  grep -v '^ *+' conftest.er1 >conftest.err
7642 >  rm -f conftest.er1
7643 >  cat conftest.err >&5
7644 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7645 >  (exit $ac_status); } &&
7646 >         { ac_try='test -z "$ac_c_werror_flag"
7647 >                         || test ! -s conftest.err'
7648 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7649 >  (eval $ac_try) 2>&5
7650 >  ac_status=$?
7651 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7652 >  (exit $ac_status); }; } &&
7653 >         { ac_try='test -s conftest.$ac_objext'
7654 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7655 >  (eval $ac_try) 2>&5
7656 >  ac_status=$?
7657 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7658 >  (exit $ac_status); }; }; then
7659 >  ac_cv_c_inline=$ac_kw; break
7660 > else
7661 >  echo "$as_me: failed program was:" >&5
7662 > sed 's/^/| /' conftest.$ac_ext >&5
7663 >
7664 > fi
7665 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7666 > done
7667 >
7668 > fi
7669 > echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
7670 > echo "${ECHO_T}$ac_cv_c_inline" >&6
7671 >
7672 >
7673 > case $ac_cv_c_inline in
7674 >  inline | yes) ;;
7675 >  *)
7676 >    case $ac_cv_c_inline in
7677 >      no) ac_val=;;
7678 >      *) ac_val=$ac_cv_c_inline;;
7679 >    esac
7680 >    cat >>confdefs.h <<_ACEOF
7681 > #ifndef __cplusplus
7682 > #define inline $ac_val
7683 > #endif
7684 > _ACEOF
7685 >    ;;
7686 > esac
7687 >
7688 > echo "$as_me:$LINENO: checking for C/C++ restrict keyword" >&5
7689 > echo $ECHO_N "checking for C/C++ restrict keyword... $ECHO_C" >&6
7690 > if test "${ac_cv_c_restrict+set}" = set; then
7691 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7692 > else
7693 >  ac_cv_c_restrict=no
7694 >   # Try the official restrict keyword, then gcc's __restrict, and
7695 >   # the less common variants.
7696 >   for ac_kw in restrict __restrict __restrict__ _Restrict; do
7697 >     cat >conftest.$ac_ext <<_ACEOF
7698 > /* confdefs.h.  */
7699 > _ACEOF
7700 > cat confdefs.h >>conftest.$ac_ext
7701 > cat >>conftest.$ac_ext <<_ACEOF
7702 > /* end confdefs.h.  */
7703 > float * $ac_kw x;
7704 > _ACEOF
7705 > rm -f conftest.$ac_objext
7706 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7707 >  (eval $ac_compile) 2>conftest.er1
7708 >  ac_status=$?
7709 >  grep -v '^ *+' conftest.er1 >conftest.err
7710 >  rm -f conftest.er1
7711 >  cat conftest.err >&5
7712 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713 >  (exit $ac_status); } &&
7714 >         { ac_try='test -z "$ac_c_werror_flag"
7715 >                         || test ! -s conftest.err'
7716 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7717 >  (eval $ac_try) 2>&5
7718 >  ac_status=$?
7719 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7720 >  (exit $ac_status); }; } &&
7721 >         { ac_try='test -s conftest.$ac_objext'
7722 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7723 >  (eval $ac_try) 2>&5
7724 >  ac_status=$?
7725 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7726 >  (exit $ac_status); }; }; then
7727 >  ac_cv_c_restrict=$ac_kw; break
7728 > else
7729 >  echo "$as_me: failed program was:" >&5
7730 > sed 's/^/| /' conftest.$ac_ext >&5
7731 >
7732 > fi
7733 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7734 >   done
7735 >
7736 > fi
7737 > echo "$as_me:$LINENO: result: $ac_cv_c_restrict" >&5
7738 > echo "${ECHO_T}$ac_cv_c_restrict" >&6
7739 > case $ac_cv_c_restrict in
7740 >   restrict) ;;
7741 >   no)
7742 > cat >>confdefs.h <<\_ACEOF
7743 > #define restrict
7744 > _ACEOF
7745 > ;;
7746 >   *)  cat >>confdefs.h <<_ACEOF
7747 > #define restrict $ac_cv_c_restrict
7748 > _ACEOF
7749 > ;;
7750 > esac
7751 >
7752 > echo "$as_me:$LINENO: checking for size_t" >&5
7753 > echo $ECHO_N "checking for size_t... $ECHO_C" >&6
7754 > if test "${ac_cv_type_size_t+set}" = set; then
7755 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7756 > else
7757 >  cat >conftest.$ac_ext <<_ACEOF
7758 > /* confdefs.h.  */
7759 > _ACEOF
7760 > cat confdefs.h >>conftest.$ac_ext
7761 > cat >>conftest.$ac_ext <<_ACEOF
7762 > /* end confdefs.h.  */
7763 > $ac_includes_default
7764 > #ifdef FC_DUMMY_MAIN
7765 > #ifndef FC_DUMMY_MAIN_EQ_F77
7766 > #  ifdef __cplusplus
7767 >     extern "C"
7768 > #  endif
7769 >   int FC_DUMMY_MAIN() { return 1; }
7770 > #endif
7771 > #endif
7772 > int
7773 > main ()
7774 > {
7775 > if ((size_t *) 0)
7776 >  return 0;
7777 > if (sizeof (size_t))
7778 >  return 0;
7779 >  ;
7780 >  return 0;
7781 > }
7782 > _ACEOF
7783 > rm -f conftest.$ac_objext
7784 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7785 >  (eval $ac_compile) 2>conftest.er1
7786 >  ac_status=$?
7787 >  grep -v '^ *+' conftest.er1 >conftest.err
7788 >  rm -f conftest.er1
7789 >  cat conftest.err >&5
7790 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7791 >  (exit $ac_status); } &&
7792 >         { ac_try='test -z "$ac_c_werror_flag"
7793 >                         || test ! -s conftest.err'
7794 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7795 >  (eval $ac_try) 2>&5
7796 >  ac_status=$?
7797 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7798 >  (exit $ac_status); }; } &&
7799 >         { ac_try='test -s conftest.$ac_objext'
7800 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7801 >  (eval $ac_try) 2>&5
7802 >  ac_status=$?
7803 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7804 >  (exit $ac_status); }; }; then
7805 >  ac_cv_type_size_t=yes
7806 > else
7807 >  echo "$as_me: failed program was:" >&5
7808 > sed 's/^/| /' conftest.$ac_ext >&5
7809 >
7810 > ac_cv_type_size_t=no
7811 > fi
7812 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7813 > fi
7814 > echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
7815 > echo "${ECHO_T}$ac_cv_type_size_t" >&6
7816 > if test $ac_cv_type_size_t = yes; then
7817 >  :
7818 > else
7819 >
7820 > cat >>confdefs.h <<_ACEOF
7821 > #define size_t unsigned
7822 > _ACEOF
7823 >
7824 > fi
7825 >
7826 > echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
7827 > echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
7828 > if test "${ac_cv_header_time+set}" = set; then
7829 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7830 > else
7831 >  cat >conftest.$ac_ext <<_ACEOF
7832 > /* confdefs.h.  */
7833 > _ACEOF
7834 > cat confdefs.h >>conftest.$ac_ext
7835 > cat >>conftest.$ac_ext <<_ACEOF
7836 > /* end confdefs.h.  */
7837 > #include <sys/types.h>
7838 > #include <sys/time.h>
7839 > #include <time.h>
7840 >
7841 > #ifdef FC_DUMMY_MAIN
7842 > #ifndef FC_DUMMY_MAIN_EQ_F77
7843 > #  ifdef __cplusplus
7844 >     extern "C"
7845 > #  endif
7846 >   int FC_DUMMY_MAIN() { return 1; }
7847 > #endif
7848 > #endif
7849 > int
7850 > main ()
7851 > {
7852 > if ((struct tm *) 0)
7853 > return 0;
7854 >  ;
7855 >  return 0;
7856 > }
7857 > _ACEOF
7858 > rm -f conftest.$ac_objext
7859 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7860 >  (eval $ac_compile) 2>conftest.er1
7861 >  ac_status=$?
7862 >  grep -v '^ *+' conftest.er1 >conftest.err
7863 >  rm -f conftest.er1
7864 >  cat conftest.err >&5
7865 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7866 >  (exit $ac_status); } &&
7867 >         { ac_try='test -z "$ac_c_werror_flag"
7868 >                         || test ! -s conftest.err'
7869 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7870 >  (eval $ac_try) 2>&5
7871 >  ac_status=$?
7872 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7873 >  (exit $ac_status); }; } &&
7874 >         { ac_try='test -s conftest.$ac_objext'
7875 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7876 >  (eval $ac_try) 2>&5
7877 >  ac_status=$?
7878 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7879 >  (exit $ac_status); }; }; then
7880 >  ac_cv_header_time=yes
7881 > else
7882 >  echo "$as_me: failed program was:" >&5
7883 > sed 's/^/| /' conftest.$ac_ext >&5
7884 >
7885 > ac_cv_header_time=no
7886 > fi
7887 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7888 > fi
7889 > echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
7890 > echo "${ECHO_T}$ac_cv_header_time" >&6
7891 > if test $ac_cv_header_time = yes; then
7892 >
7893 > cat >>confdefs.h <<\_ACEOF
7894 > #define TIME_WITH_SYS_TIME 1
7895 > _ACEOF
7896 >
7897 > fi
7898 >
7899 > echo "$as_me:$LINENO: checking for clock_t" >&5
7900 > echo $ECHO_N "checking for clock_t... $ECHO_C" >&6
7901 > if test "${ac_cv_type_clock_t+set}" = set; then
7902 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7903 > else
7904 >  cat >conftest.$ac_ext <<_ACEOF
7905 > /* confdefs.h.  */
7906 > _ACEOF
7907 > cat confdefs.h >>conftest.$ac_ext
7908 > cat >>conftest.$ac_ext <<_ACEOF
7909 > /* end confdefs.h.  */
7910 > $ac_includes_default
7911 > #ifdef FC_DUMMY_MAIN
7912 > #ifndef FC_DUMMY_MAIN_EQ_F77
7913 > #  ifdef __cplusplus
7914 >     extern "C"
7915 > #  endif
7916 >   int FC_DUMMY_MAIN() { return 1; }
7917 > #endif
7918 > #endif
7919 > int
7920 > main ()
7921 > {
7922 > if ((clock_t *) 0)
7923 >  return 0;
7924 > if (sizeof (clock_t))
7925 >  return 0;
7926 >  ;
7927 >  return 0;
7928 > }
7929 > _ACEOF
7930 > rm -f conftest.$ac_objext
7931 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7932 >  (eval $ac_compile) 2>conftest.er1
7933 >  ac_status=$?
7934 >  grep -v '^ *+' conftest.er1 >conftest.err
7935 >  rm -f conftest.er1
7936 >  cat conftest.err >&5
7937 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7938 >  (exit $ac_status); } &&
7939 >         { ac_try='test -z "$ac_c_werror_flag"
7940 >                         || test ! -s conftest.err'
7941 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7942 >  (eval $ac_try) 2>&5
7943 >  ac_status=$?
7944 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 >  (exit $ac_status); }; } &&
7946 >         { ac_try='test -s conftest.$ac_objext'
7947 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7948 >  (eval $ac_try) 2>&5
7949 >  ac_status=$?
7950 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 >  (exit $ac_status); }; }; then
7952 >  ac_cv_type_clock_t=yes
7953 > else
7954 >  echo "$as_me: failed program was:" >&5
7955 > sed 's/^/| /' conftest.$ac_ext >&5
7956 >
7957 > ac_cv_type_clock_t=no
7958 > fi
7959 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7960 > fi
7961 > echo "$as_me:$LINENO: result: $ac_cv_type_clock_t" >&5
7962 > echo "${ECHO_T}$ac_cv_type_clock_t" >&6
7963 > if test $ac_cv_type_clock_t = yes; then
7964 >
7965 > cat >>confdefs.h <<_ACEOF
7966 > #define HAVE_CLOCK_T 1
7967 > _ACEOF
7968 >
7969 >
7970 > fi
7971 >
7972 > echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
7973 > echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
7974 > if test "${ac_cv_c_const+set}" = set; then
7975 >  echo $ECHO_N "(cached) $ECHO_C" >&6
7976 > else
7977 >  cat >conftest.$ac_ext <<_ACEOF
7978 > /* confdefs.h.  */
7979 > _ACEOF
7980 > cat confdefs.h >>conftest.$ac_ext
7981 > cat >>conftest.$ac_ext <<_ACEOF
7982 > /* end confdefs.h.  */
7983 >
7984 > #ifdef FC_DUMMY_MAIN
7985 > #ifndef FC_DUMMY_MAIN_EQ_F77
7986 > #  ifdef __cplusplus
7987 >     extern "C"
7988 > #  endif
7989 >   int FC_DUMMY_MAIN() { return 1; }
7990 > #endif
7991 > #endif
7992 > int
7993 > main ()
7994 > {
7995 > /* FIXME: Include the comments suggested by Paul. */
7996 > #ifndef __cplusplus
7997 >  /* Ultrix mips cc rejects this.  */
7998 >  typedef int charset[2];
7999 >  const charset x;
8000 >  /* SunOS 4.1.1 cc rejects this.  */
8001 >  char const *const *ccp;
8002 >  char **p;
8003 >  /* NEC SVR4.0.2 mips cc rejects this.  */
8004 >  struct point {int x, y;};
8005 >  static struct point const zero = {0,0};
8006 >  /* AIX XL C 1.02.0.0 rejects this.
8007 >     It does not let you subtract one const X* pointer from another in
8008 >     an arm of an if-expression whose if-part is not a constant
8009 >     expression */
8010 >  const char *g = "string";
8011 >  ccp = &g + (g ? g-g : 0);
8012 >  /* HPUX 7.0 cc rejects these. */
8013 >  ++ccp;
8014 >  p = (char**) ccp;
8015 >  ccp = (char const *const *) p;
8016 >  { /* SCO 3.2v4 cc rejects this.  */
8017 >    char *t;
8018 >    char const *s = 0 ? (char *) 0 : (char const *) 0;
8019 >
8020 >    *t++ = 0;
8021 >  }
8022 >  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
8023 >    int x[] = {25, 17};
8024 >    const int *foo = &x[0];
8025 >    ++foo;
8026 >  }
8027 >  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
8028 >    typedef const int *iptr;
8029 >    iptr p = 0;
8030 >    ++p;
8031 >  }
8032 >  { /* AIX XL C 1.02.0.0 rejects this saying
8033 >       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
8034 >    struct s { int j; const int *ap[3]; };
8035 >    struct s *b; b->j = 5;
8036 >  }
8037 >  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
8038 >    const int foo = 10;
8039 >  }
8040 > #endif
8041 >
8042 >  ;
8043 >  return 0;
8044 > }
8045 > _ACEOF
8046 > rm -f conftest.$ac_objext
8047 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8048 >  (eval $ac_compile) 2>conftest.er1
8049 >  ac_status=$?
8050 >  grep -v '^ *+' conftest.er1 >conftest.err
8051 >  rm -f conftest.er1
8052 >  cat conftest.err >&5
8053 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054 >  (exit $ac_status); } &&
8055 >         { ac_try='test -z "$ac_c_werror_flag"
8056 >                         || test ! -s conftest.err'
8057 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8058 >  (eval $ac_try) 2>&5
8059 >  ac_status=$?
8060 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8061 >  (exit $ac_status); }; } &&
8062 >         { ac_try='test -s conftest.$ac_objext'
8063 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8064 >  (eval $ac_try) 2>&5
8065 >  ac_status=$?
8066 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8067 >  (exit $ac_status); }; }; then
8068 >  ac_cv_c_const=yes
8069 > else
8070 >  echo "$as_me: failed program was:" >&5
8071 > sed 's/^/| /' conftest.$ac_ext >&5
8072 >
8073 > ac_cv_c_const=no
8074 > fi
8075 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8076 > fi
8077 > echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
8078 > echo "${ECHO_T}$ac_cv_c_const" >&6
8079 > if test $ac_cv_c_const = no; then
8080 >
8081 > cat >>confdefs.h <<\_ACEOF
8082 > #define const
8083 > _ACEOF
8084 >
8085 > fi
8086 >
8087 > echo "$as_me:$LINENO: checking for inline" >&5
8088 > echo $ECHO_N "checking for inline... $ECHO_C" >&6
8089 > if test "${ac_cv_c_inline+set}" = set; then
8090 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8091 > else
8092 >  ac_cv_c_inline=no
8093 > for ac_kw in inline __inline__ __inline; do
8094 >  cat >conftest.$ac_ext <<_ACEOF
8095 > /* confdefs.h.  */
8096 > _ACEOF
8097 > cat confdefs.h >>conftest.$ac_ext
8098 > cat >>conftest.$ac_ext <<_ACEOF
8099 > /* end confdefs.h.  */
8100 > #ifndef __cplusplus
8101 > typedef int foo_t;
8102 > static $ac_kw foo_t static_foo () {return 0; }
8103 > $ac_kw foo_t foo () {return 0; }
8104 > #endif
8105 >
8106 > _ACEOF
8107 > rm -f conftest.$ac_objext
8108 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8109 >  (eval $ac_compile) 2>conftest.er1
8110 >  ac_status=$?
8111 >  grep -v '^ *+' conftest.er1 >conftest.err
8112 >  rm -f conftest.er1
8113 >  cat conftest.err >&5
8114 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 >  (exit $ac_status); } &&
8116 >         { ac_try='test -z "$ac_c_werror_flag"
8117 >                         || test ! -s conftest.err'
8118 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8119 >  (eval $ac_try) 2>&5
8120 >  ac_status=$?
8121 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8122 >  (exit $ac_status); }; } &&
8123 >         { ac_try='test -s conftest.$ac_objext'
8124 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8125 >  (eval $ac_try) 2>&5
8126 >  ac_status=$?
8127 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8128 >  (exit $ac_status); }; }; then
8129 >  ac_cv_c_inline=$ac_kw; break
8130 > else
8131 >  echo "$as_me: failed program was:" >&5
8132 > sed 's/^/| /' conftest.$ac_ext >&5
8133 >
8134 > fi
8135 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8136 > done
8137 >
8138 > fi
8139 > echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
8140 > echo "${ECHO_T}$ac_cv_c_inline" >&6
8141 >
8142 >
8143 > case $ac_cv_c_inline in
8144 >  inline | yes) ;;
8145 >  *)
8146 >    case $ac_cv_c_inline in
8147 >      no) ac_val=;;
8148 >      *) ac_val=$ac_cv_c_inline;;
8149 >    esac
8150 >    cat >>confdefs.h <<_ACEOF
8151 > #ifndef __cplusplus
8152 > #define inline $ac_val
8153 > #endif
8154 > _ACEOF
8155 >    ;;
8156 > esac
8157 >
8158 >
8159 > # Checks for library functions.
8160 >
8161 > for ac_header in stdlib.h
8162 > do
8163 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8164 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8165 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
8166 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8167 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8168 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8169 > fi
8170 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8171 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8172 > else
8173 >  # Is the header compilable?
8174 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
8175 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8176 > cat >conftest.$ac_ext <<_ACEOF
8177 > /* confdefs.h.  */
8178 > _ACEOF
8179 > cat confdefs.h >>conftest.$ac_ext
8180 > cat >>conftest.$ac_ext <<_ACEOF
8181 > /* end confdefs.h.  */
8182 > $ac_includes_default
8183 > #include <$ac_header>
8184 > _ACEOF
8185 > rm -f conftest.$ac_objext
8186 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8187 >  (eval $ac_compile) 2>conftest.er1
8188 >  ac_status=$?
8189 >  grep -v '^ *+' conftest.er1 >conftest.err
8190 >  rm -f conftest.er1
8191 >  cat conftest.err >&5
8192 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8193 >  (exit $ac_status); } &&
8194 >         { ac_try='test -z "$ac_c_werror_flag"
8195 >                         || test ! -s conftest.err'
8196 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8197 >  (eval $ac_try) 2>&5
8198 >  ac_status=$?
8199 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 >  (exit $ac_status); }; } &&
8201 >         { ac_try='test -s conftest.$ac_objext'
8202 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8203 >  (eval $ac_try) 2>&5
8204 >  ac_status=$?
8205 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8206 >  (exit $ac_status); }; }; then
8207 >  ac_header_compiler=yes
8208 > else
8209 >  echo "$as_me: failed program was:" >&5
8210 > sed 's/^/| /' conftest.$ac_ext >&5
8211 >
8212 > ac_header_compiler=no
8213 > fi
8214 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8215 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8216 > echo "${ECHO_T}$ac_header_compiler" >&6
8217 >
8218 > # Is the header present?
8219 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
8220 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8221 > cat >conftest.$ac_ext <<_ACEOF
8222 > /* confdefs.h.  */
8223 > _ACEOF
8224 > cat confdefs.h >>conftest.$ac_ext
8225 > cat >>conftest.$ac_ext <<_ACEOF
8226 > /* end confdefs.h.  */
8227 > #include <$ac_header>
8228 > _ACEOF
8229 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8230 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8231 >  ac_status=$?
8232 >  grep -v '^ *+' conftest.er1 >conftest.err
8233 >  rm -f conftest.er1
8234 >  cat conftest.err >&5
8235 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8236 >  (exit $ac_status); } >/dev/null; then
8237 >  if test -s conftest.err; then
8238 >    ac_cpp_err=$ac_c_preproc_warn_flag
8239 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8240 >  else
8241 >    ac_cpp_err=
8242 >  fi
8243 > else
8244 >  ac_cpp_err=yes
8245 > fi
8246 > if test -z "$ac_cpp_err"; then
8247 >  ac_header_preproc=yes
8248 > else
8249 >  echo "$as_me: failed program was:" >&5
8250 > sed 's/^/| /' conftest.$ac_ext >&5
8251 >
8252 >  ac_header_preproc=no
8253 > fi
8254 > rm -f conftest.err conftest.$ac_ext
8255 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8256 > echo "${ECHO_T}$ac_header_preproc" >&6
8257 >
8258 > # So?  What about this header?
8259 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8260 >  yes:no: )
8261 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8262 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8263 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8264 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8265 >    ac_header_preproc=yes
8266 >    ;;
8267 >  no:yes:* )
8268 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8269 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8270 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8271 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8272 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8273 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8274 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8275 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8276 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8277 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8278 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8279 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8280 >    (
8281 >      cat <<\_ASBOX
8282 > ## ------------------------------ ##
8283 > ## Report this to gezelter@nd.edu ##
8284 > ## ------------------------------ ##
8285 > _ASBOX
8286 >    ) |
8287 >      sed "s/^/$as_me: WARNING:     /" >&2
8288 >    ;;
8289 > esac
8290 > echo "$as_me:$LINENO: checking for $ac_header" >&5
8291 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8292 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8293 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8294 > else
8295 >  eval "$as_ac_Header=\$ac_header_preproc"
8296 > fi
8297 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8298 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8299 >
8300 > fi
8301 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
8302 >  cat >>confdefs.h <<_ACEOF
8303 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8304 > _ACEOF
8305 >
8306 > fi
8307 >
8308 > done
8309 >
8310 > echo "$as_me:$LINENO: checking for GNU libc compatible malloc" >&5
8311 > echo $ECHO_N "checking for GNU libc compatible malloc... $ECHO_C" >&6
8312 > if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then
8313 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8314 > else
8315 >  if test "$cross_compiling" = yes; then
8316 >  ac_cv_func_malloc_0_nonnull=no
8317 > else
8318 >  cat >conftest.$ac_ext <<_ACEOF
8319 > /* confdefs.h.  */
8320 > _ACEOF
8321 > cat confdefs.h >>conftest.$ac_ext
8322 > cat >>conftest.$ac_ext <<_ACEOF
8323 > /* end confdefs.h.  */
8324 > #if STDC_HEADERS || HAVE_STDLIB_H
8325 > # include <stdlib.h>
8326 > #else
8327 > char *malloc ();
8328 > #endif
8329 >
8330 > #ifdef FC_DUMMY_MAIN
8331 > #ifndef FC_DUMMY_MAIN_EQ_F77
8332 > #  ifdef __cplusplus
8333 >     extern "C"
8334 > #  endif
8335 >   int FC_DUMMY_MAIN() { return 1; }
8336 > #endif
8337 > #endif
8338 > int
8339 > main ()
8340 > {
8341 > exit (malloc (0) ? 0 : 1);
8342 >  ;
8343 >  return 0;
8344 > }
8345 > _ACEOF
8346 > rm -f conftest$ac_exeext
8347 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8348 >  (eval $ac_link) 2>&5
8349 >  ac_status=$?
8350 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8351 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8352 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8353 >  (eval $ac_try) 2>&5
8354 >  ac_status=$?
8355 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8356 >  (exit $ac_status); }; }; then
8357 >  ac_cv_func_malloc_0_nonnull=yes
8358 > else
8359 >  echo "$as_me: program exited with status $ac_status" >&5
8360 > echo "$as_me: failed program was:" >&5
8361 > sed 's/^/| /' conftest.$ac_ext >&5
8362 >
8363 > ( exit $ac_status )
8364 > ac_cv_func_malloc_0_nonnull=no
8365 > fi
8366 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8367 > fi
8368 > fi
8369 > echo "$as_me:$LINENO: result: $ac_cv_func_malloc_0_nonnull" >&5
8370 > echo "${ECHO_T}$ac_cv_func_malloc_0_nonnull" >&6
8371 > if test $ac_cv_func_malloc_0_nonnull = yes; then
8372 >
8373 > cat >>confdefs.h <<\_ACEOF
8374 > #define HAVE_MALLOC 1
8375 > _ACEOF
8376 >
8377 > else
8378 >  cat >>confdefs.h <<\_ACEOF
8379 > #define HAVE_MALLOC 0
8380 > _ACEOF
8381 >
8382 >   case $LIBOBJS in
8383 >    "malloc.$ac_objext"   | \
8384 >  *" malloc.$ac_objext"   | \
8385 >    "malloc.$ac_objext "* | \
8386 >  *" malloc.$ac_objext "* ) ;;
8387 >  *) LIBOBJS="$LIBOBJS malloc.$ac_objext" ;;
8388 > esac
8389 >
8390 >
8391 > cat >>confdefs.h <<\_ACEOF
8392 > #define malloc rpl_malloc
8393 > _ACEOF
8394 >
8395 > fi
8396 >
8397 >
8398 >
8399 > echo "$as_me:$LINENO: checking for working memcmp" >&5
8400 > echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6
8401 > if test "${ac_cv_func_memcmp_working+set}" = set; then
8402 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8403 > else
8404 >  if test "$cross_compiling" = yes; then
8405 >  ac_cv_func_memcmp_working=no
8406 > else
8407 >  cat >conftest.$ac_ext <<_ACEOF
8408 > /* confdefs.h.  */
8409 > _ACEOF
8410 > cat confdefs.h >>conftest.$ac_ext
8411 > cat >>conftest.$ac_ext <<_ACEOF
8412 > /* end confdefs.h.  */
8413 > $ac_includes_default
8414 > #ifdef FC_DUMMY_MAIN
8415 > #ifndef FC_DUMMY_MAIN_EQ_F77
8416 > #  ifdef __cplusplus
8417 >     extern "C"
8418 > #  endif
8419 >   int FC_DUMMY_MAIN() { return 1; }
8420 > #endif
8421 > #endif
8422 > int
8423 > main ()
8424 > {
8425 >
8426 >  /* Some versions of memcmp are not 8-bit clean.  */
8427 >  char c0 = 0x40, c1 = 0x80, c2 = 0x81;
8428 >  if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
8429 >    exit (1);
8430 >
8431 >  /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
8432 >     or more and with at least one buffer not starting on a 4-byte boundary.
8433 >     William Lewis provided this test program.   */
8434 >  {
8435 >    char foo[21];
8436 >    char bar[21];
8437 >    int i;
8438 >    for (i = 0; i < 4; i++)
8439 >      {
8440 >        char *a = foo + i;
8441 >        char *b = bar + i;
8442 >        strcpy (a, "--------01111111");
8443 >        strcpy (b, "--------10000000");
8444 >        if (memcmp (a, b, 16) >= 0)
8445 >          exit (1);
8446 >      }
8447 >    exit (0);
8448 >  }
8449 >
8450 >  ;
8451 >  return 0;
8452 > }
8453 > _ACEOF
8454 > rm -f conftest$ac_exeext
8455 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8456 >  (eval $ac_link) 2>&5
8457 >  ac_status=$?
8458 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8460 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8461 >  (eval $ac_try) 2>&5
8462 >  ac_status=$?
8463 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464 >  (exit $ac_status); }; }; then
8465 >  ac_cv_func_memcmp_working=yes
8466 > else
8467 >  echo "$as_me: program exited with status $ac_status" >&5
8468 > echo "$as_me: failed program was:" >&5
8469 > sed 's/^/| /' conftest.$ac_ext >&5
8470 >
8471 > ( exit $ac_status )
8472 > ac_cv_func_memcmp_working=no
8473 > fi
8474 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8475 > fi
8476 > fi
8477 > echo "$as_me:$LINENO: result: $ac_cv_func_memcmp_working" >&5
8478 > echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6
8479 > test $ac_cv_func_memcmp_working = no && case $LIBOBJS in
8480 >    "memcmp.$ac_objext"   | \
8481 >  *" memcmp.$ac_objext"   | \
8482 >    "memcmp.$ac_objext "* | \
8483 >  *" memcmp.$ac_objext "* ) ;;
8484 >  *) LIBOBJS="$LIBOBJS memcmp.$ac_objext" ;;
8485 > esac
8486 >
8487 >
8488 >
8489 > for ac_header in stdlib.h
8490 > do
8491 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8492 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8493 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
8494 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8495 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8496 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8497 > fi
8498 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8499 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8500 > else
8501 >  # Is the header compilable?
8502 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
8503 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8504 > cat >conftest.$ac_ext <<_ACEOF
8505 > /* confdefs.h.  */
8506 > _ACEOF
8507 > cat confdefs.h >>conftest.$ac_ext
8508 > cat >>conftest.$ac_ext <<_ACEOF
8509 > /* end confdefs.h.  */
8510 > $ac_includes_default
8511 > #include <$ac_header>
8512 > _ACEOF
8513 > rm -f conftest.$ac_objext
8514 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8515 >  (eval $ac_compile) 2>conftest.er1
8516 >  ac_status=$?
8517 >  grep -v '^ *+' conftest.er1 >conftest.err
8518 >  rm -f conftest.er1
8519 >  cat conftest.err >&5
8520 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8521 >  (exit $ac_status); } &&
8522 >         { ac_try='test -z "$ac_c_werror_flag"
8523 >                         || test ! -s conftest.err'
8524 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8525 >  (eval $ac_try) 2>&5
8526 >  ac_status=$?
8527 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8528 >  (exit $ac_status); }; } &&
8529 >         { ac_try='test -s conftest.$ac_objext'
8530 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8531 >  (eval $ac_try) 2>&5
8532 >  ac_status=$?
8533 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8534 >  (exit $ac_status); }; }; then
8535 >  ac_header_compiler=yes
8536 > else
8537 >  echo "$as_me: failed program was:" >&5
8538 > sed 's/^/| /' conftest.$ac_ext >&5
8539 >
8540 > ac_header_compiler=no
8541 > fi
8542 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8543 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8544 > echo "${ECHO_T}$ac_header_compiler" >&6
8545 >
8546 > # Is the header present?
8547 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
8548 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8549 > cat >conftest.$ac_ext <<_ACEOF
8550 > /* confdefs.h.  */
8551 > _ACEOF
8552 > cat confdefs.h >>conftest.$ac_ext
8553 > cat >>conftest.$ac_ext <<_ACEOF
8554 > /* end confdefs.h.  */
8555 > #include <$ac_header>
8556 > _ACEOF
8557 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8558 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8559 >  ac_status=$?
8560 >  grep -v '^ *+' conftest.er1 >conftest.err
8561 >  rm -f conftest.er1
8562 >  cat conftest.err >&5
8563 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 >  (exit $ac_status); } >/dev/null; then
8565 >  if test -s conftest.err; then
8566 >    ac_cpp_err=$ac_c_preproc_warn_flag
8567 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8568 >  else
8569 >    ac_cpp_err=
8570 >  fi
8571 > else
8572 >  ac_cpp_err=yes
8573 > fi
8574 > if test -z "$ac_cpp_err"; then
8575 >  ac_header_preproc=yes
8576 > else
8577 >  echo "$as_me: failed program was:" >&5
8578 > sed 's/^/| /' conftest.$ac_ext >&5
8579 >
8580 >  ac_header_preproc=no
8581 > fi
8582 > rm -f conftest.err conftest.$ac_ext
8583 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8584 > echo "${ECHO_T}$ac_header_preproc" >&6
8585 >
8586 > # So?  What about this header?
8587 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8588 >  yes:no: )
8589 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8590 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8591 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8592 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8593 >    ac_header_preproc=yes
8594 >    ;;
8595 >  no:yes:* )
8596 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8597 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8598 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8599 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8600 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8601 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8602 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8603 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8604 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8605 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8606 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8607 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8608 >    (
8609 >      cat <<\_ASBOX
8610 > ## ------------------------------ ##
8611 > ## Report this to gezelter@nd.edu ##
8612 > ## ------------------------------ ##
8613 > _ASBOX
8614 >    ) |
8615 >      sed "s/^/$as_me: WARNING:     /" >&2
8616 >    ;;
8617 > esac
8618 > echo "$as_me:$LINENO: checking for $ac_header" >&5
8619 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8620 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8621 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8622 > else
8623 >  eval "$as_ac_Header=\$ac_header_preproc"
8624 > fi
8625 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8626 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8627 >
8628 > fi
8629 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
8630 >  cat >>confdefs.h <<_ACEOF
8631 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8632 > _ACEOF
8633 >
8634 > fi
8635 >
8636 > done
8637 >
8638 > echo "$as_me:$LINENO: checking for GNU libc compatible realloc" >&5
8639 > echo $ECHO_N "checking for GNU libc compatible realloc... $ECHO_C" >&6
8640 > if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then
8641 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8642 > else
8643 >  if test "$cross_compiling" = yes; then
8644 >  ac_cv_func_realloc_0_nonnull=no
8645 > else
8646 >  cat >conftest.$ac_ext <<_ACEOF
8647 > /* confdefs.h.  */
8648 > _ACEOF
8649 > cat confdefs.h >>conftest.$ac_ext
8650 > cat >>conftest.$ac_ext <<_ACEOF
8651 > /* end confdefs.h.  */
8652 > #if STDC_HEADERS || HAVE_STDLIB_H
8653 > # include <stdlib.h>
8654 > #else
8655 > char *realloc ();
8656 > #endif
8657 >
8658 > #ifdef FC_DUMMY_MAIN
8659 > #ifndef FC_DUMMY_MAIN_EQ_F77
8660 > #  ifdef __cplusplus
8661 >     extern "C"
8662 > #  endif
8663 >   int FC_DUMMY_MAIN() { return 1; }
8664 > #endif
8665 > #endif
8666 > int
8667 > main ()
8668 > {
8669 > exit (realloc (0, 0) ? 0 : 1);
8670 >  ;
8671 >  return 0;
8672 > }
8673 > _ACEOF
8674 > rm -f conftest$ac_exeext
8675 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8676 >  (eval $ac_link) 2>&5
8677 >  ac_status=$?
8678 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8680 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8681 >  (eval $ac_try) 2>&5
8682 >  ac_status=$?
8683 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8684 >  (exit $ac_status); }; }; then
8685 >  ac_cv_func_realloc_0_nonnull=yes
8686 > else
8687 >  echo "$as_me: program exited with status $ac_status" >&5
8688 > echo "$as_me: failed program was:" >&5
8689 > sed 's/^/| /' conftest.$ac_ext >&5
8690 >
8691 > ( exit $ac_status )
8692 > ac_cv_func_realloc_0_nonnull=no
8693 > fi
8694 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8695 > fi
8696 > fi
8697 > echo "$as_me:$LINENO: result: $ac_cv_func_realloc_0_nonnull" >&5
8698 > echo "${ECHO_T}$ac_cv_func_realloc_0_nonnull" >&6
8699 > if test $ac_cv_func_realloc_0_nonnull = yes; then
8700 >
8701 > cat >>confdefs.h <<\_ACEOF
8702 > #define HAVE_REALLOC 1
8703 > _ACEOF
8704 >
8705 > else
8706 >  cat >>confdefs.h <<\_ACEOF
8707 > #define HAVE_REALLOC 0
8708 > _ACEOF
8709 >
8710 >   case $LIBOBJS in
8711 >    "realloc.$ac_objext"   | \
8712 >  *" realloc.$ac_objext"   | \
8713 >    "realloc.$ac_objext "* | \
8714 >  *" realloc.$ac_objext "* ) ;;
8715 >  *) LIBOBJS="$LIBOBJS realloc.$ac_objext" ;;
8716 > esac
8717 >
8718 >
8719 > cat >>confdefs.h <<\_ACEOF
8720 > #define realloc rpl_realloc
8721 > _ACEOF
8722 >
8723 > fi
8724 >
8725 >
8726 >
8727 >
8728 >
8729 > for ac_header in sys/select.h sys/socket.h
8730 > do
8731 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8732 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8733 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
8734 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8735 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8736 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8737 > fi
8738 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8739 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8740 > else
8741 >  # Is the header compilable?
8742 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
8743 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8744 > cat >conftest.$ac_ext <<_ACEOF
8745 > /* confdefs.h.  */
8746 > _ACEOF
8747 > cat confdefs.h >>conftest.$ac_ext
8748 > cat >>conftest.$ac_ext <<_ACEOF
8749 > /* end confdefs.h.  */
8750 > $ac_includes_default
8751 > #include <$ac_header>
8752 > _ACEOF
8753 > rm -f conftest.$ac_objext
8754 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8755 >  (eval $ac_compile) 2>conftest.er1
8756 >  ac_status=$?
8757 >  grep -v '^ *+' conftest.er1 >conftest.err
8758 >  rm -f conftest.er1
8759 >  cat conftest.err >&5
8760 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 >  (exit $ac_status); } &&
8762 >         { ac_try='test -z "$ac_c_werror_flag"
8763 >                         || test ! -s conftest.err'
8764 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8765 >  (eval $ac_try) 2>&5
8766 >  ac_status=$?
8767 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 >  (exit $ac_status); }; } &&
8769 >         { ac_try='test -s conftest.$ac_objext'
8770 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8771 >  (eval $ac_try) 2>&5
8772 >  ac_status=$?
8773 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8774 >  (exit $ac_status); }; }; then
8775 >  ac_header_compiler=yes
8776 > else
8777 >  echo "$as_me: failed program was:" >&5
8778 > sed 's/^/| /' conftest.$ac_ext >&5
8779 >
8780 > ac_header_compiler=no
8781 > fi
8782 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8783 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8784 > echo "${ECHO_T}$ac_header_compiler" >&6
8785 >
8786 > # Is the header present?
8787 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
8788 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8789 > cat >conftest.$ac_ext <<_ACEOF
8790 > /* confdefs.h.  */
8791 > _ACEOF
8792 > cat confdefs.h >>conftest.$ac_ext
8793 > cat >>conftest.$ac_ext <<_ACEOF
8794 > /* end confdefs.h.  */
8795 > #include <$ac_header>
8796 > _ACEOF
8797 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8798 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8799 >  ac_status=$?
8800 >  grep -v '^ *+' conftest.er1 >conftest.err
8801 >  rm -f conftest.er1
8802 >  cat conftest.err >&5
8803 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8804 >  (exit $ac_status); } >/dev/null; then
8805 >  if test -s conftest.err; then
8806 >    ac_cpp_err=$ac_c_preproc_warn_flag
8807 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8808 >  else
8809 >    ac_cpp_err=
8810 >  fi
8811 > else
8812 >  ac_cpp_err=yes
8813 > fi
8814 > if test -z "$ac_cpp_err"; then
8815 >  ac_header_preproc=yes
8816 > else
8817 >  echo "$as_me: failed program was:" >&5
8818 > sed 's/^/| /' conftest.$ac_ext >&5
8819 >
8820 >  ac_header_preproc=no
8821 > fi
8822 > rm -f conftest.err conftest.$ac_ext
8823 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8824 > echo "${ECHO_T}$ac_header_preproc" >&6
8825 >
8826 > # So?  What about this header?
8827 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
8828 >  yes:no: )
8829 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8830 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8831 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
8832 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
8833 >    ac_header_preproc=yes
8834 >    ;;
8835 >  no:yes:* )
8836 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8837 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8838 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
8839 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
8840 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8841 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8842 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8843 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8844 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8845 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8846 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8847 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8848 >    (
8849 >      cat <<\_ASBOX
8850 > ## ------------------------------ ##
8851 > ## Report this to gezelter@nd.edu ##
8852 > ## ------------------------------ ##
8853 > _ASBOX
8854 >    ) |
8855 >      sed "s/^/$as_me: WARNING:     /" >&2
8856 >    ;;
8857 > esac
8858 > echo "$as_me:$LINENO: checking for $ac_header" >&5
8859 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8860 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
8861 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8862 > else
8863 >  eval "$as_ac_Header=\$ac_header_preproc"
8864 > fi
8865 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8866 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8867 >
8868 > fi
8869 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
8870 >  cat >>confdefs.h <<_ACEOF
8871 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8872 > _ACEOF
8873 >
8874 > fi
8875 >
8876 > done
8877 >
8878 > echo "$as_me:$LINENO: checking types of arguments for select" >&5
8879 > echo $ECHO_N "checking types of arguments for select... $ECHO_C" >&6
8880 > if test "${ac_cv_func_select_args+set}" = set; then
8881 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8882 > else
8883 >  for ac_arg234 in 'fd_set *' 'int *' 'void *'; do
8884 > for ac_arg1 in 'int' 'size_t' 'unsigned long' 'unsigned'; do
8885 >  for ac_arg5 in 'struct timeval *' 'const struct timeval *'; do
8886 >   cat >conftest.$ac_ext <<_ACEOF
8887 > /* confdefs.h.  */
8888 > _ACEOF
8889 > cat confdefs.h >>conftest.$ac_ext
8890 > cat >>conftest.$ac_ext <<_ACEOF
8891 > /* end confdefs.h.  */
8892 > $ac_includes_default
8893 > #if HAVE_SYS_SELECT_H
8894 > # include <sys/select.h>
8895 > #endif
8896 > #if HAVE_SYS_SOCKET_H
8897 > # include <sys/socket.h>
8898 > #endif
8899 >
8900 > #ifdef FC_DUMMY_MAIN
8901 > #ifndef FC_DUMMY_MAIN_EQ_F77
8902 > #  ifdef __cplusplus
8903 >     extern "C"
8904 > #  endif
8905 >   int FC_DUMMY_MAIN() { return 1; }
8906 > #endif
8907 > #endif
8908 > int
8909 > main ()
8910 > {
8911 > extern int select ($ac_arg1,
8912 >                                            $ac_arg234, $ac_arg234, $ac_arg234,
8913 >                                            $ac_arg5);
8914 >  ;
8915 >  return 0;
8916 > }
8917 > _ACEOF
8918 > rm -f conftest.$ac_objext
8919 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8920 >  (eval $ac_compile) 2>conftest.er1
8921 >  ac_status=$?
8922 >  grep -v '^ *+' conftest.er1 >conftest.err
8923 >  rm -f conftest.er1
8924 >  cat conftest.err >&5
8925 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 >  (exit $ac_status); } &&
8927 >         { ac_try='test -z "$ac_c_werror_flag"
8928 >                         || test ! -s conftest.err'
8929 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8930 >  (eval $ac_try) 2>&5
8931 >  ac_status=$?
8932 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 >  (exit $ac_status); }; } &&
8934 >         { ac_try='test -s conftest.$ac_objext'
8935 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8936 >  (eval $ac_try) 2>&5
8937 >  ac_status=$?
8938 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
8939 >  (exit $ac_status); }; }; then
8940 >  ac_cv_func_select_args="$ac_arg1,$ac_arg234,$ac_arg5"; break 3
8941 > else
8942 >  echo "$as_me: failed program was:" >&5
8943 > sed 's/^/| /' conftest.$ac_ext >&5
8944 >
8945 > fi
8946 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8947 >  done
8948 > done
8949 > done
8950 > # Provide a safe default value.
8951 > : ${ac_cv_func_select_args='int,int *,struct timeval *'}
8952 >
8953 > fi
8954 > echo "$as_me:$LINENO: result: $ac_cv_func_select_args" >&5
8955 > echo "${ECHO_T}$ac_cv_func_select_args" >&6
8956 > ac_save_IFS=$IFS; IFS=','
8957 > set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
8958 > IFS=$ac_save_IFS
8959 > shift
8960 >
8961 > cat >>confdefs.h <<_ACEOF
8962 > #define SELECT_TYPE_ARG1 $1
8963 > _ACEOF
8964 >
8965 >
8966 > cat >>confdefs.h <<_ACEOF
8967 > #define SELECT_TYPE_ARG234 ($2)
8968 > _ACEOF
8969 >
8970 >
8971 > cat >>confdefs.h <<_ACEOF
8972 > #define SELECT_TYPE_ARG5 ($3)
8973 > _ACEOF
8974 >
8975 > rm -f conftest*
8976 >
8977 >
8978 > for ac_func in strftime
8979 > do
8980 > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8981 > echo "$as_me:$LINENO: checking for $ac_func" >&5
8982 > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8983 > if eval "test \"\${$as_ac_var+set}\" = set"; then
8984 >  echo $ECHO_N "(cached) $ECHO_C" >&6
8985 > else
8986 >  cat >conftest.$ac_ext <<_ACEOF
8987 > /* confdefs.h.  */
8988 > _ACEOF
8989 > cat confdefs.h >>conftest.$ac_ext
8990 > cat >>conftest.$ac_ext <<_ACEOF
8991 > /* end confdefs.h.  */
8992 > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8993 >   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8994 > #define $ac_func innocuous_$ac_func
8995 >
8996 > /* System header to define __stub macros and hopefully few prototypes,
8997 >    which can conflict with char $ac_func (); below.
8998 >    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8999 >    <limits.h> exists even on freestanding compilers.  */
9000 >
9001 > #ifdef __STDC__
9002 > # include <limits.h>
9003 > #else
9004 > # include <assert.h>
9005 > #endif
9006 >
9007 > #undef $ac_func
9008 >
9009 > /* Override any gcc2 internal prototype to avoid an error.  */
9010 > #ifdef __cplusplus
9011 > extern "C"
9012 > {
9013 > #endif
9014 > /* We use char because int might match the return type of a gcc2
9015 >   builtin and then its argument prototype would still apply.  */
9016 > char $ac_func ();
9017 > /* The GNU C library defines this for functions which it implements
9018 >    to always fail with ENOSYS.  Some functions are actually named
9019 >    something starting with __ and the normal name is an alias.  */
9020 > #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9021 > choke me
9022 > #else
9023 > char (*f) () = $ac_func;
9024 > #endif
9025 > #ifdef __cplusplus
9026 > }
9027 > #endif
9028 >
9029 > #ifdef FC_DUMMY_MAIN
9030 > #ifndef FC_DUMMY_MAIN_EQ_F77
9031 > #  ifdef __cplusplus
9032 >     extern "C"
9033 > #  endif
9034 >   int FC_DUMMY_MAIN() { return 1; }
9035 > #endif
9036 > #endif
9037 > int
9038 > main ()
9039 > {
9040 > return f != $ac_func;
9041 >  ;
9042 >  return 0;
9043 > }
9044 > _ACEOF
9045 > rm -f conftest.$ac_objext conftest$ac_exeext
9046 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9047 >  (eval $ac_link) 2>conftest.er1
9048 >  ac_status=$?
9049 >  grep -v '^ *+' conftest.er1 >conftest.err
9050 >  rm -f conftest.er1
9051 >  cat conftest.err >&5
9052 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9053 >  (exit $ac_status); } &&
9054 >         { ac_try='test -z "$ac_c_werror_flag"
9055 >                         || test ! -s conftest.err'
9056 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9057 >  (eval $ac_try) 2>&5
9058 >  ac_status=$?
9059 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9060 >  (exit $ac_status); }; } &&
9061 >         { ac_try='test -s conftest$ac_exeext'
9062 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9063 >  (eval $ac_try) 2>&5
9064 >  ac_status=$?
9065 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066 >  (exit $ac_status); }; }; then
9067 >  eval "$as_ac_var=yes"
9068 > else
9069 >  echo "$as_me: failed program was:" >&5
9070 > sed 's/^/| /' conftest.$ac_ext >&5
9071 >
9072 > eval "$as_ac_var=no"
9073 > fi
9074 > rm -f conftest.err conftest.$ac_objext \
9075 >      conftest$ac_exeext conftest.$ac_ext
9076 > fi
9077 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9078 > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9079 > if test `eval echo '${'$as_ac_var'}'` = yes; then
9080 >  cat >>confdefs.h <<_ACEOF
9081 > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9082 > _ACEOF
9083 >
9084 > else
9085 >  # strftime is in -lintl on SCO UNIX.
9086 > echo "$as_me:$LINENO: checking for strftime in -lintl" >&5
9087 > echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6
9088 > if test "${ac_cv_lib_intl_strftime+set}" = set; then
9089 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9090 > else
9091 >  ac_check_lib_save_LIBS=$LIBS
9092 > LIBS="-lintl  $LIBS"
9093 > cat >conftest.$ac_ext <<_ACEOF
9094 > /* confdefs.h.  */
9095 > _ACEOF
9096 > cat confdefs.h >>conftest.$ac_ext
9097 > cat >>conftest.$ac_ext <<_ACEOF
9098 > /* end confdefs.h.  */
9099 >
9100 > /* Override any gcc2 internal prototype to avoid an error.  */
9101 > #ifdef __cplusplus
9102 > extern "C"
9103 > #endif
9104 > /* We use char because int might match the return type of a gcc2
9105 >   builtin and then its argument prototype would still apply.  */
9106 > char strftime ();
9107 > #ifdef FC_DUMMY_MAIN
9108 > #ifndef FC_DUMMY_MAIN_EQ_F77
9109 > #  ifdef __cplusplus
9110 >     extern "C"
9111 > #  endif
9112 >   int FC_DUMMY_MAIN() { return 1; }
9113 > #endif
9114 > #endif
9115 > int
9116 > main ()
9117 > {
9118 > strftime ();
9119 >  ;
9120 >  return 0;
9121 > }
9122 > _ACEOF
9123 > rm -f conftest.$ac_objext conftest$ac_exeext
9124 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9125 >  (eval $ac_link) 2>conftest.er1
9126 >  ac_status=$?
9127 >  grep -v '^ *+' conftest.er1 >conftest.err
9128 >  rm -f conftest.er1
9129 >  cat conftest.err >&5
9130 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9131 >  (exit $ac_status); } &&
9132 >         { ac_try='test -z "$ac_c_werror_flag"
9133 >                         || test ! -s conftest.err'
9134 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9135 >  (eval $ac_try) 2>&5
9136 >  ac_status=$?
9137 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 >  (exit $ac_status); }; } &&
9139 >         { ac_try='test -s conftest$ac_exeext'
9140 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9141 >  (eval $ac_try) 2>&5
9142 >  ac_status=$?
9143 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 >  (exit $ac_status); }; }; then
9145 >  ac_cv_lib_intl_strftime=yes
9146 > else
9147 >  echo "$as_me: failed program was:" >&5
9148 > sed 's/^/| /' conftest.$ac_ext >&5
9149 >
9150 > ac_cv_lib_intl_strftime=no
9151 > fi
9152 > rm -f conftest.err conftest.$ac_objext \
9153 >      conftest$ac_exeext conftest.$ac_ext
9154 > LIBS=$ac_check_lib_save_LIBS
9155 > fi
9156 > echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
9157 > echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6
9158 > if test $ac_cv_lib_intl_strftime = yes; then
9159 >  cat >>confdefs.h <<\_ACEOF
9160 > #define HAVE_STRFTIME 1
9161 > _ACEOF
9162 >
9163 > LIBS="-lintl $LIBS"
9164 > fi
9165 >
9166 > fi
9167 > done
9168 >
9169 > echo "$as_me:$LINENO: checking for working strtod" >&5
9170 > echo $ECHO_N "checking for working strtod... $ECHO_C" >&6
9171 > if test "${ac_cv_func_strtod+set}" = set; then
9172 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9173 > else
9174 >  if test "$cross_compiling" = yes; then
9175 >  ac_cv_func_strtod=no
9176 > else
9177 >  cat >conftest.$ac_ext <<_ACEOF
9178 > /* confdefs.h.  */
9179 > _ACEOF
9180 > cat confdefs.h >>conftest.$ac_ext
9181 > cat >>conftest.$ac_ext <<_ACEOF
9182 > /* end confdefs.h.  */
9183 >
9184 > double strtod ();
9185 > int
9186 > main()
9187 > {
9188 >  {
9189 >    /* Some versions of Linux strtod mis-parse strings with leading '+'.  */
9190 >    char *string = " +69";
9191 >    char *term;
9192 >    double value;
9193 >    value = strtod (string, &term);
9194 >    if (value != 69 || term != (string + 4))
9195 >      exit (1);
9196 >  }
9197 >
9198 >  {
9199 >    /* Under Solaris 2.4, strtod returns the wrong value for the
9200 >       terminating character under some conditions.  */
9201 >    char *string = "NaN";
9202 >    char *term;
9203 >    strtod (string, &term);
9204 >    if (term != string && *(term - 1) == 0)
9205 >      exit (1);
9206 >  }
9207 >  exit (0);
9208 > }
9209 >
9210 > _ACEOF
9211 > rm -f conftest$ac_exeext
9212 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9213 >  (eval $ac_link) 2>&5
9214 >  ac_status=$?
9215 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
9217 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9218 >  (eval $ac_try) 2>&5
9219 >  ac_status=$?
9220 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9221 >  (exit $ac_status); }; }; then
9222 >  ac_cv_func_strtod=yes
9223 > else
9224 >  echo "$as_me: program exited with status $ac_status" >&5
9225 > echo "$as_me: failed program was:" >&5
9226 > sed 's/^/| /' conftest.$ac_ext >&5
9227 >
9228 > ( exit $ac_status )
9229 > ac_cv_func_strtod=no
9230 > fi
9231 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9232 > fi
9233 > fi
9234 > echo "$as_me:$LINENO: result: $ac_cv_func_strtod" >&5
9235 > echo "${ECHO_T}$ac_cv_func_strtod" >&6
9236 > if test $ac_cv_func_strtod = no; then
9237 >  case $LIBOBJS in
9238 >    "strtod.$ac_objext"   | \
9239 >  *" strtod.$ac_objext"   | \
9240 >    "strtod.$ac_objext "* | \
9241 >  *" strtod.$ac_objext "* ) ;;
9242 >  *) LIBOBJS="$LIBOBJS strtod.$ac_objext" ;;
9243 > esac
9244 >
9245 > echo "$as_me:$LINENO: checking for pow" >&5
9246 > echo $ECHO_N "checking for pow... $ECHO_C" >&6
9247 > if test "${ac_cv_func_pow+set}" = set; then
9248 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9249 > else
9250 >  cat >conftest.$ac_ext <<_ACEOF
9251 > /* confdefs.h.  */
9252 > _ACEOF
9253 > cat confdefs.h >>conftest.$ac_ext
9254 > cat >>conftest.$ac_ext <<_ACEOF
9255 > /* end confdefs.h.  */
9256 > /* Define pow to an innocuous variant, in case <limits.h> declares pow.
9257 >   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9258 > #define pow innocuous_pow
9259 >
9260 > /* System header to define __stub macros and hopefully few prototypes,
9261 >    which can conflict with char pow (); below.
9262 >    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9263 >    <limits.h> exists even on freestanding compilers.  */
9264 >
9265 > #ifdef __STDC__
9266 > # include <limits.h>
9267 > #else
9268 > # include <assert.h>
9269 > #endif
9270 >
9271 > #undef pow
9272 >
9273 > /* Override any gcc2 internal prototype to avoid an error.  */
9274 > #ifdef __cplusplus
9275 > extern "C"
9276 > {
9277 > #endif
9278 > /* We use char because int might match the return type of a gcc2
9279 >   builtin and then its argument prototype would still apply.  */
9280 > char pow ();
9281 > /* The GNU C library defines this for functions which it implements
9282 >    to always fail with ENOSYS.  Some functions are actually named
9283 >    something starting with __ and the normal name is an alias.  */
9284 > #if defined (__stub_pow) || defined (__stub___pow)
9285 > choke me
9286 > #else
9287 > char (*f) () = pow;
9288 > #endif
9289 > #ifdef __cplusplus
9290 > }
9291 > #endif
9292 >
9293 > #ifdef FC_DUMMY_MAIN
9294 > #ifndef FC_DUMMY_MAIN_EQ_F77
9295 > #  ifdef __cplusplus
9296 >     extern "C"
9297 > #  endif
9298 >   int FC_DUMMY_MAIN() { return 1; }
9299 > #endif
9300 > #endif
9301 > int
9302 > main ()
9303 > {
9304 > return f != pow;
9305 >  ;
9306 >  return 0;
9307 > }
9308 > _ACEOF
9309 > rm -f conftest.$ac_objext conftest$ac_exeext
9310 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9311 >  (eval $ac_link) 2>conftest.er1
9312 >  ac_status=$?
9313 >  grep -v '^ *+' conftest.er1 >conftest.err
9314 >  rm -f conftest.er1
9315 >  cat conftest.err >&5
9316 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9317 >  (exit $ac_status); } &&
9318 >         { ac_try='test -z "$ac_c_werror_flag"
9319 >                         || test ! -s conftest.err'
9320 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9321 >  (eval $ac_try) 2>&5
9322 >  ac_status=$?
9323 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9324 >  (exit $ac_status); }; } &&
9325 >         { ac_try='test -s conftest$ac_exeext'
9326 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9327 >  (eval $ac_try) 2>&5
9328 >  ac_status=$?
9329 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 >  (exit $ac_status); }; }; then
9331 >  ac_cv_func_pow=yes
9332 > else
9333 >  echo "$as_me: failed program was:" >&5
9334 > sed 's/^/| /' conftest.$ac_ext >&5
9335 >
9336 > ac_cv_func_pow=no
9337 > fi
9338 > rm -f conftest.err conftest.$ac_objext \
9339 >      conftest$ac_exeext conftest.$ac_ext
9340 > fi
9341 > echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5
9342 > echo "${ECHO_T}$ac_cv_func_pow" >&6
9343 >
9344 > if test $ac_cv_func_pow = no; then
9345 >  echo "$as_me:$LINENO: checking for pow in -lm" >&5
9346 > echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
9347 > if test "${ac_cv_lib_m_pow+set}" = set; then
9348 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9349 > else
9350 >  ac_check_lib_save_LIBS=$LIBS
9351 > LIBS="-lm  $LIBS"
9352 > cat >conftest.$ac_ext <<_ACEOF
9353 > /* confdefs.h.  */
9354 > _ACEOF
9355 > cat confdefs.h >>conftest.$ac_ext
9356 > cat >>conftest.$ac_ext <<_ACEOF
9357 > /* end confdefs.h.  */
9358 >
9359 > /* Override any gcc2 internal prototype to avoid an error.  */
9360 > #ifdef __cplusplus
9361 > extern "C"
9362 > #endif
9363 > /* We use char because int might match the return type of a gcc2
9364 >   builtin and then its argument prototype would still apply.  */
9365 > char pow ();
9366 > #ifdef FC_DUMMY_MAIN
9367 > #ifndef FC_DUMMY_MAIN_EQ_F77
9368 > #  ifdef __cplusplus
9369 >     extern "C"
9370 > #  endif
9371 >   int FC_DUMMY_MAIN() { return 1; }
9372 > #endif
9373 > #endif
9374 > int
9375 > main ()
9376 > {
9377 > pow ();
9378 >  ;
9379 >  return 0;
9380 > }
9381 > _ACEOF
9382 > rm -f conftest.$ac_objext conftest$ac_exeext
9383 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9384 >  (eval $ac_link) 2>conftest.er1
9385 >  ac_status=$?
9386 >  grep -v '^ *+' conftest.er1 >conftest.err
9387 >  rm -f conftest.er1
9388 >  cat conftest.err >&5
9389 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9390 >  (exit $ac_status); } &&
9391 >         { ac_try='test -z "$ac_c_werror_flag"
9392 >                         || test ! -s conftest.err'
9393 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9394 >  (eval $ac_try) 2>&5
9395 >  ac_status=$?
9396 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9397 >  (exit $ac_status); }; } &&
9398 >         { ac_try='test -s conftest$ac_exeext'
9399 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9400 >  (eval $ac_try) 2>&5
9401 >  ac_status=$?
9402 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9403 >  (exit $ac_status); }; }; then
9404 >  ac_cv_lib_m_pow=yes
9405 > else
9406 >  echo "$as_me: failed program was:" >&5
9407 > sed 's/^/| /' conftest.$ac_ext >&5
9408 >
9409 > ac_cv_lib_m_pow=no
9410 > fi
9411 > rm -f conftest.err conftest.$ac_objext \
9412 >      conftest$ac_exeext conftest.$ac_ext
9413 > LIBS=$ac_check_lib_save_LIBS
9414 > fi
9415 > echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
9416 > echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
9417 > if test $ac_cv_lib_m_pow = yes; then
9418 >  POW_LIB=-lm
9419 > else
9420 >  { echo "$as_me:$LINENO: WARNING: cannot find library containing definition of pow" >&5
9421 > echo "$as_me: WARNING: cannot find library containing definition of pow" >&2;}
9422 > fi
9423 >
9424 > fi
9425 >
9426 > fi
9427 >
9428 >
9429 >
9430 >
9431 >
9432 >
9433 >
9434 >
9435 >
9436 >
9437 >
9438 >
9439 >
9440 >
9441 >
9442 >
9443 >
9444 >
9445 >
9446 >
9447 >
9448 >
9449 >
9450 >
9451 >
9452 >
9453 >
9454 >
9455 > for ac_func in floor getpagesize gettimeofday memchr memmove memset pow pstat_getdynamic pstat_getstatic rint select snprintf sranddev sqrt strcasecmp strchr strdup stricmp strncasecmp strnicmp strrchr strstr strtol sysmp getsysinfo sysctl table
9456 > do
9457 > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9458 > echo "$as_me:$LINENO: checking for $ac_func" >&5
9459 > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9460 > if eval "test \"\${$as_ac_var+set}\" = set"; then
9461 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9462 > else
9463 >  cat >conftest.$ac_ext <<_ACEOF
9464 > /* confdefs.h.  */
9465 > _ACEOF
9466 > cat confdefs.h >>conftest.$ac_ext
9467 > cat >>conftest.$ac_ext <<_ACEOF
9468 > /* end confdefs.h.  */
9469 > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9470 >   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9471 > #define $ac_func innocuous_$ac_func
9472 >
9473 > /* System header to define __stub macros and hopefully few prototypes,
9474 >    which can conflict with char $ac_func (); below.
9475 >    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9476 >    <limits.h> exists even on freestanding compilers.  */
9477 >
9478 > #ifdef __STDC__
9479 > # include <limits.h>
9480 > #else
9481 > # include <assert.h>
9482 > #endif
9483 >
9484 > #undef $ac_func
9485 >
9486 > /* Override any gcc2 internal prototype to avoid an error.  */
9487 > #ifdef __cplusplus
9488 > extern "C"
9489 > {
9490 > #endif
9491 > /* We use char because int might match the return type of a gcc2
9492 >   builtin and then its argument prototype would still apply.  */
9493 > char $ac_func ();
9494 > /* The GNU C library defines this for functions which it implements
9495 >    to always fail with ENOSYS.  Some functions are actually named
9496 >    something starting with __ and the normal name is an alias.  */
9497 > #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9498 > choke me
9499 > #else
9500 > char (*f) () = $ac_func;
9501 > #endif
9502 > #ifdef __cplusplus
9503 > }
9504 > #endif
9505 >
9506 > #ifdef FC_DUMMY_MAIN
9507 > #ifndef FC_DUMMY_MAIN_EQ_F77
9508 > #  ifdef __cplusplus
9509 >     extern "C"
9510 > #  endif
9511 >   int FC_DUMMY_MAIN() { return 1; }
9512 > #endif
9513 > #endif
9514 > int
9515 > main ()
9516 > {
9517 > return f != $ac_func;
9518 >  ;
9519 >  return 0;
9520 > }
9521 > _ACEOF
9522 > rm -f conftest.$ac_objext conftest$ac_exeext
9523 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9524 >  (eval $ac_link) 2>conftest.er1
9525 >  ac_status=$?
9526 >  grep -v '^ *+' conftest.er1 >conftest.err
9527 >  rm -f conftest.er1
9528 >  cat conftest.err >&5
9529 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9530 >  (exit $ac_status); } &&
9531 >         { ac_try='test -z "$ac_c_werror_flag"
9532 >                         || test ! -s conftest.err'
9533 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9534 >  (eval $ac_try) 2>&5
9535 >  ac_status=$?
9536 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9537 >  (exit $ac_status); }; } &&
9538 >         { ac_try='test -s conftest$ac_exeext'
9539 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9540 >  (eval $ac_try) 2>&5
9541 >  ac_status=$?
9542 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9543 >  (exit $ac_status); }; }; then
9544 >  eval "$as_ac_var=yes"
9545 > else
9546 >  echo "$as_me: failed program was:" >&5
9547 > sed 's/^/| /' conftest.$ac_ext >&5
9548 >
9549 > eval "$as_ac_var=no"
9550 > fi
9551 > rm -f conftest.err conftest.$ac_objext \
9552 >      conftest$ac_exeext conftest.$ac_ext
9553 > fi
9554 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9555 > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9556 > if test `eval echo '${'$as_ac_var'}'` = yes; then
9557 >  cat >>confdefs.h <<_ACEOF
9558 > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9559 > _ACEOF
9560 >
9561 > fi
9562 > done
9563 >
9564 >
9565 > # special check for _system_configuration because AIX <4.3.2 do not
9566 > # contain the `physmem' member.
9567 > echo "$as_me:$LINENO: checking for external symbol _system_configuration" >&5
9568 > echo $ECHO_N "checking for external symbol _system_configuration... $ECHO_C" >&6
9569 > cat >conftest.$ac_ext <<_ACEOF
9570 > /* confdefs.h.  */
9571 > _ACEOF
9572 > cat confdefs.h >>conftest.$ac_ext
9573 > cat >>conftest.$ac_ext <<_ACEOF
9574 > /* end confdefs.h.  */
9575 > #include <sys/systemcfg.h>
9576 > #ifdef FC_DUMMY_MAIN
9577 > #ifndef FC_DUMMY_MAIN_EQ_F77
9578 > #  ifdef __cplusplus
9579 >     extern "C"
9580 > #  endif
9581 >   int FC_DUMMY_MAIN() { return 1; }
9582 > #endif
9583 > #endif
9584 > int
9585 > main ()
9586 > {
9587 > double x = _system_configuration.physmem;
9588 >  ;
9589 >  return 0;
9590 > }
9591 > _ACEOF
9592 > rm -f conftest.$ac_objext
9593 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9594 >  (eval $ac_compile) 2>conftest.er1
9595 >  ac_status=$?
9596 >  grep -v '^ *+' conftest.er1 >conftest.err
9597 >  rm -f conftest.er1
9598 >  cat conftest.err >&5
9599 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9600 >  (exit $ac_status); } &&
9601 >         { ac_try='test -z "$ac_c_werror_flag"
9602 >                         || test ! -s conftest.err'
9603 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9604 >  (eval $ac_try) 2>&5
9605 >  ac_status=$?
9606 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9607 >  (exit $ac_status); }; } &&
9608 >         { ac_try='test -s conftest.$ac_objext'
9609 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9610 >  (eval $ac_try) 2>&5
9611 >  ac_status=$?
9612 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9613 >  (exit $ac_status); }; }; then
9614 >  echo "$as_me:$LINENO: result: yes" >&5
9615 > echo "${ECHO_T}yes" >&6
9616 >
9617 > cat >>confdefs.h <<\_ACEOF
9618 > #define HAVE__SYSTEM_CONFIGURATION 1
9619 > _ACEOF
9620 >
9621 > else
9622 >  echo "$as_me: failed program was:" >&5
9623 > sed 's/^/| /' conftest.$ac_ext >&5
9624 >
9625 > echo "$as_me:$LINENO: result: no" >&5
9626 > echo "${ECHO_T}no" >&6
9627 > fi
9628 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9629 >
9630 >  # clean out junk possibly left behind by a previous configuration
9631 >  rm -f src/getopt.h
9632 >  # Check for getopt_long support
9633 >
9634 > for ac_header in getopt.h
9635 > do
9636 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9637 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
9638 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
9639 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9640 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
9641 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9642 > fi
9643 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9644 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9645 > else
9646 >  # Is the header compilable?
9647 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
9648 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9649 > cat >conftest.$ac_ext <<_ACEOF
9650 > /* confdefs.h.  */
9651 > _ACEOF
9652 > cat confdefs.h >>conftest.$ac_ext
9653 > cat >>conftest.$ac_ext <<_ACEOF
9654 > /* end confdefs.h.  */
9655 > $ac_includes_default
9656 > #include <$ac_header>
9657 > _ACEOF
9658 > rm -f conftest.$ac_objext
9659 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9660 >  (eval $ac_compile) 2>conftest.er1
9661 >  ac_status=$?
9662 >  grep -v '^ *+' conftest.er1 >conftest.err
9663 >  rm -f conftest.er1
9664 >  cat conftest.err >&5
9665 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9666 >  (exit $ac_status); } &&
9667 >         { ac_try='test -z "$ac_c_werror_flag"
9668 >                         || test ! -s conftest.err'
9669 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9670 >  (eval $ac_try) 2>&5
9671 >  ac_status=$?
9672 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9673 >  (exit $ac_status); }; } &&
9674 >         { ac_try='test -s conftest.$ac_objext'
9675 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9676 >  (eval $ac_try) 2>&5
9677 >  ac_status=$?
9678 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9679 >  (exit $ac_status); }; }; then
9680 >  ac_header_compiler=yes
9681 > else
9682 >  echo "$as_me: failed program was:" >&5
9683 > sed 's/^/| /' conftest.$ac_ext >&5
9684 >
9685 > ac_header_compiler=no
9686 > fi
9687 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9688 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9689 > echo "${ECHO_T}$ac_header_compiler" >&6
9690 >
9691 > # Is the header present?
9692 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
9693 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9694 > cat >conftest.$ac_ext <<_ACEOF
9695 > /* confdefs.h.  */
9696 > _ACEOF
9697 > cat confdefs.h >>conftest.$ac_ext
9698 > cat >>conftest.$ac_ext <<_ACEOF
9699 > /* end confdefs.h.  */
9700 > #include <$ac_header>
9701 > _ACEOF
9702 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9703 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9704 >  ac_status=$?
9705 >  grep -v '^ *+' conftest.er1 >conftest.err
9706 >  rm -f conftest.er1
9707 >  cat conftest.err >&5
9708 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9709 >  (exit $ac_status); } >/dev/null; then
9710 >  if test -s conftest.err; then
9711 >    ac_cpp_err=$ac_c_preproc_warn_flag
9712 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9713 >  else
9714 >    ac_cpp_err=
9715 >  fi
9716 > else
9717 >  ac_cpp_err=yes
9718 > fi
9719 > if test -z "$ac_cpp_err"; then
9720 >  ac_header_preproc=yes
9721 > else
9722 >  echo "$as_me: failed program was:" >&5
9723 > sed 's/^/| /' conftest.$ac_ext >&5
9724 >
9725 >  ac_header_preproc=no
9726 > fi
9727 > rm -f conftest.err conftest.$ac_ext
9728 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9729 > echo "${ECHO_T}$ac_header_preproc" >&6
9730 >
9731 > # So?  What about this header?
9732 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9733 >  yes:no: )
9734 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9735 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9736 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9737 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9738 >    ac_header_preproc=yes
9739 >    ;;
9740 >  no:yes:* )
9741 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9742 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9743 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9744 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9745 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9746 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9747 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9748 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9749 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9750 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9751 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9752 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9753 >    (
9754 >      cat <<\_ASBOX
9755 > ## ------------------------------ ##
9756 > ## Report this to gezelter@nd.edu ##
9757 > ## ------------------------------ ##
9758 > _ASBOX
9759 >    ) |
9760 >      sed "s/^/$as_me: WARNING:     /" >&2
9761 >    ;;
9762 > esac
9763 > echo "$as_me:$LINENO: checking for $ac_header" >&5
9764 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9765 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
9766 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9767 > else
9768 >  eval "$as_ac_Header=\$ac_header_preproc"
9769 > fi
9770 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9771 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9772 >
9773 > fi
9774 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
9775 >  cat >>confdefs.h <<_ACEOF
9776 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9777 > _ACEOF
9778 >
9779 > fi
9780 >
9781 > done
9782 >
9783 >
9784 > for ac_func in getopt_long
9785 > do
9786 > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9787 > echo "$as_me:$LINENO: checking for $ac_func" >&5
9788 > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9789 > if eval "test \"\${$as_ac_var+set}\" = set"; then
9790 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9791 > else
9792 >  cat >conftest.$ac_ext <<_ACEOF
9793 > /* confdefs.h.  */
9794 > _ACEOF
9795 > cat confdefs.h >>conftest.$ac_ext
9796 > cat >>conftest.$ac_ext <<_ACEOF
9797 > /* end confdefs.h.  */
9798 > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9799 >   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9800 > #define $ac_func innocuous_$ac_func
9801 >
9802 > /* System header to define __stub macros and hopefully few prototypes,
9803 >    which can conflict with char $ac_func (); below.
9804 >    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9805 >    <limits.h> exists even on freestanding compilers.  */
9806 >
9807 > #ifdef __STDC__
9808 > # include <limits.h>
9809 > #else
9810 > # include <assert.h>
9811 > #endif
9812 >
9813 > #undef $ac_func
9814 >
9815 > /* Override any gcc2 internal prototype to avoid an error.  */
9816 > #ifdef __cplusplus
9817 > extern "C"
9818 > {
9819 > #endif
9820 > /* We use char because int might match the return type of a gcc2
9821 >   builtin and then its argument prototype would still apply.  */
9822 > char $ac_func ();
9823 > /* The GNU C library defines this for functions which it implements
9824 >    to always fail with ENOSYS.  Some functions are actually named
9825 >    something starting with __ and the normal name is an alias.  */
9826 > #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9827 > choke me
9828 > #else
9829 > char (*f) () = $ac_func;
9830 > #endif
9831 > #ifdef __cplusplus
9832 > }
9833 > #endif
9834 >
9835 > #ifdef FC_DUMMY_MAIN
9836 > #ifndef FC_DUMMY_MAIN_EQ_F77
9837 > #  ifdef __cplusplus
9838 >     extern "C"
9839 > #  endif
9840 >   int FC_DUMMY_MAIN() { return 1; }
9841 > #endif
9842 > #endif
9843 > int
9844 > main ()
9845 > {
9846 > return f != $ac_func;
9847 >  ;
9848 >  return 0;
9849 > }
9850 > _ACEOF
9851 > rm -f conftest.$ac_objext conftest$ac_exeext
9852 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9853 >  (eval $ac_link) 2>conftest.er1
9854 >  ac_status=$?
9855 >  grep -v '^ *+' conftest.er1 >conftest.err
9856 >  rm -f conftest.er1
9857 >  cat conftest.err >&5
9858 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9859 >  (exit $ac_status); } &&
9860 >         { ac_try='test -z "$ac_c_werror_flag"
9861 >                         || test ! -s conftest.err'
9862 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9863 >  (eval $ac_try) 2>&5
9864 >  ac_status=$?
9865 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 >  (exit $ac_status); }; } &&
9867 >         { ac_try='test -s conftest$ac_exeext'
9868 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9869 >  (eval $ac_try) 2>&5
9870 >  ac_status=$?
9871 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9872 >  (exit $ac_status); }; }; then
9873 >  eval "$as_ac_var=yes"
9874 > else
9875 >  echo "$as_me: failed program was:" >&5
9876 > sed 's/^/| /' conftest.$ac_ext >&5
9877 >
9878 > eval "$as_ac_var=no"
9879 > fi
9880 > rm -f conftest.err conftest.$ac_objext \
9881 >      conftest$ac_exeext conftest.$ac_ext
9882 > fi
9883 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9884 > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9885 > if test `eval echo '${'$as_ac_var'}'` = yes; then
9886 >  cat >>confdefs.h <<_ACEOF
9887 > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9888 > _ACEOF
9889 >
9890 > else
9891 >  # FreeBSD has a gnugetopt library for this
9892 >    echo "$as_me:$LINENO: checking for getopt_long in -lgnugetopt" >&5
9893 > echo $ECHO_N "checking for getopt_long in -lgnugetopt... $ECHO_C" >&6
9894 > if test "${ac_cv_lib_gnugetopt_getopt_long+set}" = set; then
9895 >  echo $ECHO_N "(cached) $ECHO_C" >&6
9896 > else
9897 >  ac_check_lib_save_LIBS=$LIBS
9898 > LIBS="-lgnugetopt  $LIBS"
9899 > cat >conftest.$ac_ext <<_ACEOF
9900 > /* confdefs.h.  */
9901 > _ACEOF
9902 > cat confdefs.h >>conftest.$ac_ext
9903 > cat >>conftest.$ac_ext <<_ACEOF
9904 > /* end confdefs.h.  */
9905 >
9906 > /* Override any gcc2 internal prototype to avoid an error.  */
9907 > #ifdef __cplusplus
9908 > extern "C"
9909 > #endif
9910 > /* We use char because int might match the return type of a gcc2
9911 >   builtin and then its argument prototype would still apply.  */
9912 > char getopt_long ();
9913 > #ifdef FC_DUMMY_MAIN
9914 > #ifndef FC_DUMMY_MAIN_EQ_F77
9915 > #  ifdef __cplusplus
9916 >     extern "C"
9917 > #  endif
9918 >   int FC_DUMMY_MAIN() { return 1; }
9919 > #endif
9920 > #endif
9921 > int
9922 > main ()
9923 > {
9924 > getopt_long ();
9925 >  ;
9926 >  return 0;
9927 > }
9928 > _ACEOF
9929 > rm -f conftest.$ac_objext conftest$ac_exeext
9930 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9931 >  (eval $ac_link) 2>conftest.er1
9932 >  ac_status=$?
9933 >  grep -v '^ *+' conftest.er1 >conftest.err
9934 >  rm -f conftest.er1
9935 >  cat conftest.err >&5
9936 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9937 >  (exit $ac_status); } &&
9938 >         { ac_try='test -z "$ac_c_werror_flag"
9939 >                         || test ! -s conftest.err'
9940 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9941 >  (eval $ac_try) 2>&5
9942 >  ac_status=$?
9943 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9944 >  (exit $ac_status); }; } &&
9945 >         { ac_try='test -s conftest$ac_exeext'
9946 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9947 >  (eval $ac_try) 2>&5
9948 >  ac_status=$?
9949 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
9950 >  (exit $ac_status); }; }; then
9951 >  ac_cv_lib_gnugetopt_getopt_long=yes
9952 > else
9953 >  echo "$as_me: failed program was:" >&5
9954 > sed 's/^/| /' conftest.$ac_ext >&5
9955 >
9956 > ac_cv_lib_gnugetopt_getopt_long=no
9957 > fi
9958 > rm -f conftest.err conftest.$ac_objext \
9959 >      conftest$ac_exeext conftest.$ac_ext
9960 > LIBS=$ac_check_lib_save_LIBS
9961 > fi
9962 > echo "$as_me:$LINENO: result: $ac_cv_lib_gnugetopt_getopt_long" >&5
9963 > echo "${ECHO_T}$ac_cv_lib_gnugetopt_getopt_long" >&6
9964 > if test $ac_cv_lib_gnugetopt_getopt_long = yes; then
9965 >  cat >>confdefs.h <<\_ACEOF
9966 > #define HAVE_GETOPT_LONG 1
9967 > _ACEOF
9968 >
9969 > else
9970 >  # use the GNU replacement
9971 >      case $LIBOBJS in
9972 >    "getopt.$ac_objext"   | \
9973 >  *" getopt.$ac_objext"   | \
9974 >    "getopt.$ac_objext "* | \
9975 >  *" getopt.$ac_objext "* ) ;;
9976 >  *) LIBOBJS="$LIBOBJS getopt.$ac_objext" ;;
9977 > esac
9978 >
9979 >      case $LIBOBJS in
9980 >    "getopt1.$ac_objext"   | \
9981 >  *" getopt1.$ac_objext"   | \
9982 >    "getopt1.$ac_objext "* | \
9983 >  *" getopt1.$ac_objext "* ) ;;
9984 >  *) LIBOBJS="$LIBOBJS getopt1.$ac_objext" ;;
9985 > esac
9986 >
9987 >                ac_config_links="$ac_config_links src/getopt.h:src/utils/gnugetopt.h"
9988 >
9989 > fi
9990 >
9991 > fi
9992 > done
9993 >
9994 >
9995 > ac_ext=cc
9996 > ac_cpp='$CXXCPP $CPPFLAGS'
9997 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9998 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9999 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10000 >
10001 >
10002 > echo "$as_me:$LINENO: checking whether the compiler implements namespaces" >&5
10003 > echo $ECHO_N "checking whether the compiler implements namespaces... $ECHO_C" >&6
10004 > if test "${ac_cv_cxx_namespaces+set}" = set; then
10005 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10006 > else
10007 >
10008 >
10009 > ac_ext=cc
10010 > ac_cpp='$CXXCPP $CPPFLAGS'
10011 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10012 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10013 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10014 >
10015 > cat >conftest.$ac_ext <<_ACEOF
10016 > /* confdefs.h.  */
10017 > _ACEOF
10018 > cat confdefs.h >>conftest.$ac_ext
10019 > cat >>conftest.$ac_ext <<_ACEOF
10020 > /* end confdefs.h.  */
10021 > namespace Outer { namespace Inner { int i = 0; }}
10022 > #ifdef FC_DUMMY_MAIN
10023 > #ifndef FC_DUMMY_MAIN_EQ_F77
10024 > #  ifdef __cplusplus
10025 >     extern "C"
10026 > #  endif
10027 >   int FC_DUMMY_MAIN() { return 1; }
10028 > #endif
10029 > #endif
10030 > int
10031 > main ()
10032 > {
10033 > using namespace Outer::Inner; return i;
10034 >  ;
10035 >  return 0;
10036 > }
10037 > _ACEOF
10038 > rm -f conftest.$ac_objext
10039 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10040 >  (eval $ac_compile) 2>conftest.er1
10041 >  ac_status=$?
10042 >  grep -v '^ *+' conftest.er1 >conftest.err
10043 >  rm -f conftest.er1
10044 >  cat conftest.err >&5
10045 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 >  (exit $ac_status); } &&
10047 >         { ac_try='test -z "$ac_cxx_werror_flag"
10048 >                         || test ! -s conftest.err'
10049 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10050 >  (eval $ac_try) 2>&5
10051 >  ac_status=$?
10052 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 >  (exit $ac_status); }; } &&
10054 >         { ac_try='test -s conftest.$ac_objext'
10055 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10056 >  (eval $ac_try) 2>&5
10057 >  ac_status=$?
10058 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10059 >  (exit $ac_status); }; }; then
10060 >  ac_cv_cxx_namespaces=yes
10061 > else
10062 >  echo "$as_me: failed program was:" >&5
10063 > sed 's/^/| /' conftest.$ac_ext >&5
10064 >
10065 > ac_cv_cxx_namespaces=no
10066 > fi
10067 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10068 > ac_ext=cc
10069 > ac_cpp='$CXXCPP $CPPFLAGS'
10070 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10071 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10072 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10073 >
10074 >
10075 > fi
10076 > echo "$as_me:$LINENO: result: $ac_cv_cxx_namespaces" >&5
10077 > echo "${ECHO_T}$ac_cv_cxx_namespaces" >&6
10078 > if test "$ac_cv_cxx_namespaces" = yes; then
10079 >
10080 > cat >>confdefs.h <<\_ACEOF
10081 > #define HAVE_NAMESPACES
10082 > _ACEOF
10083 >
10084 > fi
10085 >
10086 > ac_ext=cc
10087 > ac_cpp='$CXXCPP $CPPFLAGS'
10088 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10089 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10090 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10091 > echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
10092 > echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
10093 > if test -z "$CXXCPP"; then
10094 >  if test "${ac_cv_prog_CXXCPP+set}" = set; then
10095 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10096 > else
10097 >      # Double quotes because CXXCPP needs to be expanded
10098 >    for CXXCPP in "$CXX -E" "/lib/cpp"
10099 >    do
10100 >      ac_preproc_ok=false
10101 > for ac_cxx_preproc_warn_flag in '' yes
10102 > do
10103 >  # Use a header file that comes with gcc, so configuring glibc
10104 >  # with a fresh cross-compiler works.
10105 >  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10106 >  # <limits.h> exists even on freestanding compilers.
10107 >  # On the NeXT, cc -E runs the code through the compiler's parser,
10108 >  # not just through cpp. "Syntax error" is here to catch this case.
10109 >  cat >conftest.$ac_ext <<_ACEOF
10110 > /* confdefs.h.  */
10111 > _ACEOF
10112 > cat confdefs.h >>conftest.$ac_ext
10113 > cat >>conftest.$ac_ext <<_ACEOF
10114 > /* end confdefs.h.  */
10115 > #ifdef __STDC__
10116 > # include <limits.h>
10117 > #else
10118 > # include <assert.h>
10119 > #endif
10120 >                     Syntax error
10121 > _ACEOF
10122 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10123 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10124 >  ac_status=$?
10125 >  grep -v '^ *+' conftest.er1 >conftest.err
10126 >  rm -f conftest.er1
10127 >  cat conftest.err >&5
10128 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10129 >  (exit $ac_status); } >/dev/null; then
10130 >  if test -s conftest.err; then
10131 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10132 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10133 >  else
10134 >    ac_cpp_err=
10135 >  fi
10136 > else
10137 >  ac_cpp_err=yes
10138 > fi
10139 > if test -z "$ac_cpp_err"; then
10140 >  :
10141 > else
10142 >  echo "$as_me: failed program was:" >&5
10143 > sed 's/^/| /' conftest.$ac_ext >&5
10144 >
10145 >  # Broken: fails on valid input.
10146 > continue
10147 > fi
10148 > rm -f conftest.err conftest.$ac_ext
10149 >
10150 >  # OK, works on sane cases.  Now check whether non-existent headers
10151 >  # can be detected and how.
10152 >  cat >conftest.$ac_ext <<_ACEOF
10153 > /* confdefs.h.  */
10154 > _ACEOF
10155 > cat confdefs.h >>conftest.$ac_ext
10156 > cat >>conftest.$ac_ext <<_ACEOF
10157 > /* end confdefs.h.  */
10158 > #include <ac_nonexistent.h>
10159 > _ACEOF
10160 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10161 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10162 >  ac_status=$?
10163 >  grep -v '^ *+' conftest.er1 >conftest.err
10164 >  rm -f conftest.er1
10165 >  cat conftest.err >&5
10166 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 >  (exit $ac_status); } >/dev/null; then
10168 >  if test -s conftest.err; then
10169 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10170 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10171 >  else
10172 >    ac_cpp_err=
10173 >  fi
10174 > else
10175 >  ac_cpp_err=yes
10176 > fi
10177 > if test -z "$ac_cpp_err"; then
10178 >  # Broken: success on invalid input.
10179 > continue
10180 > else
10181 >  echo "$as_me: failed program was:" >&5
10182 > sed 's/^/| /' conftest.$ac_ext >&5
10183 >
10184 >  # Passes both tests.
10185 > ac_preproc_ok=:
10186 > break
10187 > fi
10188 > rm -f conftest.err conftest.$ac_ext
10189 >
10190 > done
10191 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10192 > rm -f conftest.err conftest.$ac_ext
10193 > if $ac_preproc_ok; then
10194 >  break
10195 > fi
10196 >
10197 >    done
10198 >    ac_cv_prog_CXXCPP=$CXXCPP
10199 >
10200 > fi
10201 >  CXXCPP=$ac_cv_prog_CXXCPP
10202 > else
10203 >  ac_cv_prog_CXXCPP=$CXXCPP
10204 > fi
10205 > echo "$as_me:$LINENO: result: $CXXCPP" >&5
10206 > echo "${ECHO_T}$CXXCPP" >&6
10207 > ac_preproc_ok=false
10208 > for ac_cxx_preproc_warn_flag in '' yes
10209 > do
10210 >  # Use a header file that comes with gcc, so configuring glibc
10211 >  # with a fresh cross-compiler works.
10212 >  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10213 >  # <limits.h> exists even on freestanding compilers.
10214 >  # On the NeXT, cc -E runs the code through the compiler's parser,
10215 >  # not just through cpp. "Syntax error" is here to catch this case.
10216 >  cat >conftest.$ac_ext <<_ACEOF
10217 > /* confdefs.h.  */
10218 > _ACEOF
10219 > cat confdefs.h >>conftest.$ac_ext
10220 > cat >>conftest.$ac_ext <<_ACEOF
10221 > /* end confdefs.h.  */
10222 > #ifdef __STDC__
10223 > # include <limits.h>
10224 > #else
10225 > # include <assert.h>
10226 > #endif
10227 >                     Syntax error
10228 > _ACEOF
10229 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10230 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10231 >  ac_status=$?
10232 >  grep -v '^ *+' conftest.er1 >conftest.err
10233 >  rm -f conftest.er1
10234 >  cat conftest.err >&5
10235 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10236 >  (exit $ac_status); } >/dev/null; then
10237 >  if test -s conftest.err; then
10238 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10239 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10240 >  else
10241 >    ac_cpp_err=
10242 >  fi
10243 > else
10244 >  ac_cpp_err=yes
10245 > fi
10246 > if test -z "$ac_cpp_err"; then
10247 >  :
10248 > else
10249 >  echo "$as_me: failed program was:" >&5
10250 > sed 's/^/| /' conftest.$ac_ext >&5
10251 >
10252 >  # Broken: fails on valid input.
10253 > continue
10254 > fi
10255 > rm -f conftest.err conftest.$ac_ext
10256 >
10257 >  # OK, works on sane cases.  Now check whether non-existent headers
10258 >  # can be detected and how.
10259 >  cat >conftest.$ac_ext <<_ACEOF
10260 > /* confdefs.h.  */
10261 > _ACEOF
10262 > cat confdefs.h >>conftest.$ac_ext
10263 > cat >>conftest.$ac_ext <<_ACEOF
10264 > /* end confdefs.h.  */
10265 > #include <ac_nonexistent.h>
10266 > _ACEOF
10267 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10268 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10269 >  ac_status=$?
10270 >  grep -v '^ *+' conftest.er1 >conftest.err
10271 >  rm -f conftest.er1
10272 >  cat conftest.err >&5
10273 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10274 >  (exit $ac_status); } >/dev/null; then
10275 >  if test -s conftest.err; then
10276 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10277 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10278 >  else
10279 >    ac_cpp_err=
10280 >  fi
10281 > else
10282 >  ac_cpp_err=yes
10283 > fi
10284 > if test -z "$ac_cpp_err"; then
10285 >  # Broken: success on invalid input.
10286 > continue
10287 > else
10288 >  echo "$as_me: failed program was:" >&5
10289 > sed 's/^/| /' conftest.$ac_ext >&5
10290 >
10291 >  # Passes both tests.
10292 > ac_preproc_ok=:
10293 > break
10294 > fi
10295 > rm -f conftest.err conftest.$ac_ext
10296 >
10297 > done
10298 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
10299 > rm -f conftest.err conftest.$ac_ext
10300 > if $ac_preproc_ok; then
10301 >  :
10302 > else
10303 >  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
10304 > See \`config.log' for more details." >&5
10305 > echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
10306 > See \`config.log' for more details." >&2;}
10307 >   { (exit 1); exit 1; }; }
10308 > fi
10309 >
10310 > ac_ext=cc
10311 > ac_cpp='$CXXCPP $CPPFLAGS'
10312 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10313 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10314 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10315 >
10316 >
10317 > echo "$as_me:$LINENO: checking whether the compiler supports Standard Template Library" >&5
10318 > echo $ECHO_N "checking whether the compiler supports Standard Template Library... $ECHO_C" >&6
10319 > if test "${ac_cv_cxx_have_stl+set}" = set; then
10320 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10321 > else
10322 >
10323 >
10324 >
10325 > ac_ext=cc
10326 > ac_cpp='$CXXCPP $CPPFLAGS'
10327 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10328 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10329 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10330 >
10331 > cat >conftest.$ac_ext <<_ACEOF
10332 > /* confdefs.h.  */
10333 > _ACEOF
10334 > cat confdefs.h >>conftest.$ac_ext
10335 > cat >>conftest.$ac_ext <<_ACEOF
10336 > /* end confdefs.h.  */
10337 > #include <list>
10338 > #include <deque>
10339 > #ifdef HAVE_NAMESPACES
10340 > using namespace std;
10341 > #endif
10342 > #ifdef FC_DUMMY_MAIN
10343 > #ifndef FC_DUMMY_MAIN_EQ_F77
10344 > #  ifdef __cplusplus
10345 >     extern "C"
10346 > #  endif
10347 >   int FC_DUMMY_MAIN() { return 1; }
10348 > #endif
10349 > #endif
10350 > int
10351 > main ()
10352 > {
10353 > list<int> x; x.push_back(5);
10354 > list<int>::iterator iter = x.begin(); if (iter != x.end()) ++iter; return 0;
10355 >  ;
10356 >  return 0;
10357 > }
10358 > _ACEOF
10359 > rm -f conftest.$ac_objext
10360 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10361 >  (eval $ac_compile) 2>conftest.er1
10362 >  ac_status=$?
10363 >  grep -v '^ *+' conftest.er1 >conftest.err
10364 >  rm -f conftest.er1
10365 >  cat conftest.err >&5
10366 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 >  (exit $ac_status); } &&
10368 >         { ac_try='test -z "$ac_cxx_werror_flag"
10369 >                         || test ! -s conftest.err'
10370 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10371 >  (eval $ac_try) 2>&5
10372 >  ac_status=$?
10373 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10374 >  (exit $ac_status); }; } &&
10375 >         { ac_try='test -s conftest.$ac_objext'
10376 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10377 >  (eval $ac_try) 2>&5
10378 >  ac_status=$?
10379 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 >  (exit $ac_status); }; }; then
10381 >  ac_cv_cxx_have_stl=yes
10382 > else
10383 >  echo "$as_me: failed program was:" >&5
10384 > sed 's/^/| /' conftest.$ac_ext >&5
10385 >
10386 > ac_cv_cxx_have_stl=no
10387 > fi
10388 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10389 > ac_ext=cc
10390 > ac_cpp='$CXXCPP $CPPFLAGS'
10391 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10392 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10393 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
10394 >
10395 >
10396 > fi
10397 > echo "$as_me:$LINENO: result: $ac_cv_cxx_have_stl" >&5
10398 > echo "${ECHO_T}$ac_cv_cxx_have_stl" >&6
10399 > if test "$ac_cv_cxx_have_stl" = yes; then
10400 >
10401 > cat >>confdefs.h <<\_ACEOF
10402 > #define HAVE_STL
10403 > _ACEOF
10404 >
10405 > fi
10406 >
10407 >
10408 >
10409 >  if test "${ac_cv_header_iostream+set}" = set; then
10410 >  echo "$as_me:$LINENO: checking for iostream" >&5
10411 > echo $ECHO_N "checking for iostream... $ECHO_C" >&6
10412 > if test "${ac_cv_header_iostream+set}" = set; then
10413 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10414 > fi
10415 > echo "$as_me:$LINENO: result: $ac_cv_header_iostream" >&5
10416 > echo "${ECHO_T}$ac_cv_header_iostream" >&6
10417 > else
10418 >  # Is the header compilable?
10419 > echo "$as_me:$LINENO: checking iostream usability" >&5
10420 > echo $ECHO_N "checking iostream usability... $ECHO_C" >&6
10421 > cat >conftest.$ac_ext <<_ACEOF
10422 > /* confdefs.h.  */
10423 > _ACEOF
10424 > cat confdefs.h >>conftest.$ac_ext
10425 > cat >>conftest.$ac_ext <<_ACEOF
10426 > /* end confdefs.h.  */
10427 > $ac_includes_default
10428 > #include <iostream>
10429 > _ACEOF
10430 > rm -f conftest.$ac_objext
10431 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10432 >  (eval $ac_compile) 2>conftest.er1
10433 >  ac_status=$?
10434 >  grep -v '^ *+' conftest.er1 >conftest.err
10435 >  rm -f conftest.er1
10436 >  cat conftest.err >&5
10437 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10438 >  (exit $ac_status); } &&
10439 >         { ac_try='test -z "$ac_cxx_werror_flag"
10440 >                         || test ! -s conftest.err'
10441 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10442 >  (eval $ac_try) 2>&5
10443 >  ac_status=$?
10444 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10445 >  (exit $ac_status); }; } &&
10446 >         { ac_try='test -s conftest.$ac_objext'
10447 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10448 >  (eval $ac_try) 2>&5
10449 >  ac_status=$?
10450 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10451 >  (exit $ac_status); }; }; then
10452 >  ac_header_compiler=yes
10453 > else
10454 >  echo "$as_me: failed program was:" >&5
10455 > sed 's/^/| /' conftest.$ac_ext >&5
10456 >
10457 > ac_header_compiler=no
10458 > fi
10459 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10460 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10461 > echo "${ECHO_T}$ac_header_compiler" >&6
10462 >
10463 > # Is the header present?
10464 > echo "$as_me:$LINENO: checking iostream presence" >&5
10465 > echo $ECHO_N "checking iostream presence... $ECHO_C" >&6
10466 > cat >conftest.$ac_ext <<_ACEOF
10467 > /* confdefs.h.  */
10468 > _ACEOF
10469 > cat confdefs.h >>conftest.$ac_ext
10470 > cat >>conftest.$ac_ext <<_ACEOF
10471 > /* end confdefs.h.  */
10472 > #include <iostream>
10473 > _ACEOF
10474 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10475 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10476 >  ac_status=$?
10477 >  grep -v '^ *+' conftest.er1 >conftest.err
10478 >  rm -f conftest.er1
10479 >  cat conftest.err >&5
10480 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481 >  (exit $ac_status); } >/dev/null; then
10482 >  if test -s conftest.err; then
10483 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10484 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10485 >  else
10486 >    ac_cpp_err=
10487 >  fi
10488 > else
10489 >  ac_cpp_err=yes
10490 > fi
10491 > if test -z "$ac_cpp_err"; then
10492 >  ac_header_preproc=yes
10493 > else
10494 >  echo "$as_me: failed program was:" >&5
10495 > sed 's/^/| /' conftest.$ac_ext >&5
10496 >
10497 >  ac_header_preproc=no
10498 > fi
10499 > rm -f conftest.err conftest.$ac_ext
10500 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10501 > echo "${ECHO_T}$ac_header_preproc" >&6
10502 >
10503 > # So?  What about this header?
10504 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10505 >  yes:no: )
10506 >    { echo "$as_me:$LINENO: WARNING: iostream: accepted by the compiler, rejected by the preprocessor!" >&5
10507 > echo "$as_me: WARNING: iostream: accepted by the compiler, rejected by the preprocessor!" >&2;}
10508 >    { echo "$as_me:$LINENO: WARNING: iostream: proceeding with the compiler's result" >&5
10509 > echo "$as_me: WARNING: iostream: proceeding with the compiler's result" >&2;}
10510 >    ac_header_preproc=yes
10511 >    ;;
10512 >  no:yes:* )
10513 >    { echo "$as_me:$LINENO: WARNING: iostream: present but cannot be compiled" >&5
10514 > echo "$as_me: WARNING: iostream: present but cannot be compiled" >&2;}
10515 >    { echo "$as_me:$LINENO: WARNING: iostream:     check for missing prerequisite headers?" >&5
10516 > echo "$as_me: WARNING: iostream:     check for missing prerequisite headers?" >&2;}
10517 >    { echo "$as_me:$LINENO: WARNING: iostream: see the Autoconf documentation" >&5
10518 > echo "$as_me: WARNING: iostream: see the Autoconf documentation" >&2;}
10519 >    { echo "$as_me:$LINENO: WARNING: iostream:     section \"Present But Cannot Be Compiled\"" >&5
10520 > echo "$as_me: WARNING: iostream:     section \"Present But Cannot Be Compiled\"" >&2;}
10521 >    { echo "$as_me:$LINENO: WARNING: iostream: proceeding with the preprocessor's result" >&5
10522 > echo "$as_me: WARNING: iostream: proceeding with the preprocessor's result" >&2;}
10523 >    { echo "$as_me:$LINENO: WARNING: iostream: in the future, the compiler will take precedence" >&5
10524 > echo "$as_me: WARNING: iostream: in the future, the compiler will take precedence" >&2;}
10525 >    (
10526 >      cat <<\_ASBOX
10527 > ## ------------------------------ ##
10528 > ## Report this to gezelter@nd.edu ##
10529 > ## ------------------------------ ##
10530 > _ASBOX
10531 >    ) |
10532 >      sed "s/^/$as_me: WARNING:     /" >&2
10533 >    ;;
10534 > esac
10535 > echo "$as_me:$LINENO: checking for iostream" >&5
10536 > echo $ECHO_N "checking for iostream... $ECHO_C" >&6
10537 > if test "${ac_cv_header_iostream+set}" = set; then
10538 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10539 > else
10540 >  ac_cv_header_iostream=$ac_header_preproc
10541 > fi
10542 > echo "$as_me:$LINENO: result: $ac_cv_header_iostream" >&5
10543 > echo "${ECHO_T}$ac_cv_header_iostream" >&6
10544 >
10545 > fi
10546 > if test $ac_cv_header_iostream = yes; then
10547 >
10548 >
10549 > cat >>confdefs.h <<\_ACEOF
10550 > #define HAVE_IOSTREAM 1
10551 > _ACEOF
10552 >
10553 >
10554 > else
10555 >
10556 >
10557 > for ac_header in iostream.h
10558 > do
10559 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10560 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10561 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
10562 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10563 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10564 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10565 > fi
10566 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10567 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10568 > else
10569 >  # Is the header compilable?
10570 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
10571 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10572 > cat >conftest.$ac_ext <<_ACEOF
10573 > /* confdefs.h.  */
10574 > _ACEOF
10575 > cat confdefs.h >>conftest.$ac_ext
10576 > cat >>conftest.$ac_ext <<_ACEOF
10577 > /* end confdefs.h.  */
10578 > $ac_includes_default
10579 > #include <$ac_header>
10580 > _ACEOF
10581 > rm -f conftest.$ac_objext
10582 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10583 >  (eval $ac_compile) 2>conftest.er1
10584 >  ac_status=$?
10585 >  grep -v '^ *+' conftest.er1 >conftest.err
10586 >  rm -f conftest.er1
10587 >  cat conftest.err >&5
10588 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 >  (exit $ac_status); } &&
10590 >         { ac_try='test -z "$ac_cxx_werror_flag"
10591 >                         || test ! -s conftest.err'
10592 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10593 >  (eval $ac_try) 2>&5
10594 >  ac_status=$?
10595 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10596 >  (exit $ac_status); }; } &&
10597 >         { ac_try='test -s conftest.$ac_objext'
10598 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10599 >  (eval $ac_try) 2>&5
10600 >  ac_status=$?
10601 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10602 >  (exit $ac_status); }; }; then
10603 >  ac_header_compiler=yes
10604 > else
10605 >  echo "$as_me: failed program was:" >&5
10606 > sed 's/^/| /' conftest.$ac_ext >&5
10607 >
10608 > ac_header_compiler=no
10609 > fi
10610 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10611 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10612 > echo "${ECHO_T}$ac_header_compiler" >&6
10613 >
10614 > # Is the header present?
10615 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
10616 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10617 > cat >conftest.$ac_ext <<_ACEOF
10618 > /* confdefs.h.  */
10619 > _ACEOF
10620 > cat confdefs.h >>conftest.$ac_ext
10621 > cat >>conftest.$ac_ext <<_ACEOF
10622 > /* end confdefs.h.  */
10623 > #include <$ac_header>
10624 > _ACEOF
10625 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10626 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10627 >  ac_status=$?
10628 >  grep -v '^ *+' conftest.er1 >conftest.err
10629 >  rm -f conftest.er1
10630 >  cat conftest.err >&5
10631 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10632 >  (exit $ac_status); } >/dev/null; then
10633 >  if test -s conftest.err; then
10634 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10635 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10636 >  else
10637 >    ac_cpp_err=
10638 >  fi
10639 > else
10640 >  ac_cpp_err=yes
10641 > fi
10642 > if test -z "$ac_cpp_err"; then
10643 >  ac_header_preproc=yes
10644 > else
10645 >  echo "$as_me: failed program was:" >&5
10646 > sed 's/^/| /' conftest.$ac_ext >&5
10647 >
10648 >  ac_header_preproc=no
10649 > fi
10650 > rm -f conftest.err conftest.$ac_ext
10651 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10652 > echo "${ECHO_T}$ac_header_preproc" >&6
10653 >
10654 > # So?  What about this header?
10655 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10656 >  yes:no: )
10657 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10658 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10659 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10660 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10661 >    ac_header_preproc=yes
10662 >    ;;
10663 >  no:yes:* )
10664 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10665 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10666 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10667 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10668 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10669 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10670 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10671 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10672 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10673 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10674 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10675 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10676 >    (
10677 >      cat <<\_ASBOX
10678 > ## ------------------------------ ##
10679 > ## Report this to gezelter@nd.edu ##
10680 > ## ------------------------------ ##
10681 > _ASBOX
10682 >    ) |
10683 >      sed "s/^/$as_me: WARNING:     /" >&2
10684 >    ;;
10685 > esac
10686 > echo "$as_me:$LINENO: checking for $ac_header" >&5
10687 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10688 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10689 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10690 > else
10691 >  eval "$as_ac_Header=\$ac_header_preproc"
10692 > fi
10693 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10694 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10695 >
10696 > fi
10697 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
10698 >  cat >>confdefs.h <<_ACEOF
10699 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10700 > _ACEOF
10701 >
10702 > fi
10703 >
10704 > done
10705 >
10706 >
10707 > fi
10708 >
10709 >
10710 >
10711 >
10712 >  if test "${ac_cv_header_iomanip+set}" = set; then
10713 >  echo "$as_me:$LINENO: checking for iomanip" >&5
10714 > echo $ECHO_N "checking for iomanip... $ECHO_C" >&6
10715 > if test "${ac_cv_header_iomanip+set}" = set; then
10716 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10717 > fi
10718 > echo "$as_me:$LINENO: result: $ac_cv_header_iomanip" >&5
10719 > echo "${ECHO_T}$ac_cv_header_iomanip" >&6
10720 > else
10721 >  # Is the header compilable?
10722 > echo "$as_me:$LINENO: checking iomanip usability" >&5
10723 > echo $ECHO_N "checking iomanip usability... $ECHO_C" >&6
10724 > cat >conftest.$ac_ext <<_ACEOF
10725 > /* confdefs.h.  */
10726 > _ACEOF
10727 > cat confdefs.h >>conftest.$ac_ext
10728 > cat >>conftest.$ac_ext <<_ACEOF
10729 > /* end confdefs.h.  */
10730 > $ac_includes_default
10731 > #include <iomanip>
10732 > _ACEOF
10733 > rm -f conftest.$ac_objext
10734 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10735 >  (eval $ac_compile) 2>conftest.er1
10736 >  ac_status=$?
10737 >  grep -v '^ *+' conftest.er1 >conftest.err
10738 >  rm -f conftest.er1
10739 >  cat conftest.err >&5
10740 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10741 >  (exit $ac_status); } &&
10742 >         { ac_try='test -z "$ac_cxx_werror_flag"
10743 >                         || test ! -s conftest.err'
10744 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10745 >  (eval $ac_try) 2>&5
10746 >  ac_status=$?
10747 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10748 >  (exit $ac_status); }; } &&
10749 >         { ac_try='test -s conftest.$ac_objext'
10750 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10751 >  (eval $ac_try) 2>&5
10752 >  ac_status=$?
10753 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10754 >  (exit $ac_status); }; }; then
10755 >  ac_header_compiler=yes
10756 > else
10757 >  echo "$as_me: failed program was:" >&5
10758 > sed 's/^/| /' conftest.$ac_ext >&5
10759 >
10760 > ac_header_compiler=no
10761 > fi
10762 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10763 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10764 > echo "${ECHO_T}$ac_header_compiler" >&6
10765 >
10766 > # Is the header present?
10767 > echo "$as_me:$LINENO: checking iomanip presence" >&5
10768 > echo $ECHO_N "checking iomanip presence... $ECHO_C" >&6
10769 > cat >conftest.$ac_ext <<_ACEOF
10770 > /* confdefs.h.  */
10771 > _ACEOF
10772 > cat confdefs.h >>conftest.$ac_ext
10773 > cat >>conftest.$ac_ext <<_ACEOF
10774 > /* end confdefs.h.  */
10775 > #include <iomanip>
10776 > _ACEOF
10777 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10778 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10779 >  ac_status=$?
10780 >  grep -v '^ *+' conftest.er1 >conftest.err
10781 >  rm -f conftest.er1
10782 >  cat conftest.err >&5
10783 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10784 >  (exit $ac_status); } >/dev/null; then
10785 >  if test -s conftest.err; then
10786 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10787 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10788 >  else
10789 >    ac_cpp_err=
10790 >  fi
10791 > else
10792 >  ac_cpp_err=yes
10793 > fi
10794 > if test -z "$ac_cpp_err"; then
10795 >  ac_header_preproc=yes
10796 > else
10797 >  echo "$as_me: failed program was:" >&5
10798 > sed 's/^/| /' conftest.$ac_ext >&5
10799 >
10800 >  ac_header_preproc=no
10801 > fi
10802 > rm -f conftest.err conftest.$ac_ext
10803 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10804 > echo "${ECHO_T}$ac_header_preproc" >&6
10805 >
10806 > # So?  What about this header?
10807 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10808 >  yes:no: )
10809 >    { echo "$as_me:$LINENO: WARNING: iomanip: accepted by the compiler, rejected by the preprocessor!" >&5
10810 > echo "$as_me: WARNING: iomanip: accepted by the compiler, rejected by the preprocessor!" >&2;}
10811 >    { echo "$as_me:$LINENO: WARNING: iomanip: proceeding with the compiler's result" >&5
10812 > echo "$as_me: WARNING: iomanip: proceeding with the compiler's result" >&2;}
10813 >    ac_header_preproc=yes
10814 >    ;;
10815 >  no:yes:* )
10816 >    { echo "$as_me:$LINENO: WARNING: iomanip: present but cannot be compiled" >&5
10817 > echo "$as_me: WARNING: iomanip: present but cannot be compiled" >&2;}
10818 >    { echo "$as_me:$LINENO: WARNING: iomanip:     check for missing prerequisite headers?" >&5
10819 > echo "$as_me: WARNING: iomanip:     check for missing prerequisite headers?" >&2;}
10820 >    { echo "$as_me:$LINENO: WARNING: iomanip: see the Autoconf documentation" >&5
10821 > echo "$as_me: WARNING: iomanip: see the Autoconf documentation" >&2;}
10822 >    { echo "$as_me:$LINENO: WARNING: iomanip:     section \"Present But Cannot Be Compiled\"" >&5
10823 > echo "$as_me: WARNING: iomanip:     section \"Present But Cannot Be Compiled\"" >&2;}
10824 >    { echo "$as_me:$LINENO: WARNING: iomanip: proceeding with the preprocessor's result" >&5
10825 > echo "$as_me: WARNING: iomanip: proceeding with the preprocessor's result" >&2;}
10826 >    { echo "$as_me:$LINENO: WARNING: iomanip: in the future, the compiler will take precedence" >&5
10827 > echo "$as_me: WARNING: iomanip: in the future, the compiler will take precedence" >&2;}
10828 >    (
10829 >      cat <<\_ASBOX
10830 > ## ------------------------------ ##
10831 > ## Report this to gezelter@nd.edu ##
10832 > ## ------------------------------ ##
10833 > _ASBOX
10834 >    ) |
10835 >      sed "s/^/$as_me: WARNING:     /" >&2
10836 >    ;;
10837 > esac
10838 > echo "$as_me:$LINENO: checking for iomanip" >&5
10839 > echo $ECHO_N "checking for iomanip... $ECHO_C" >&6
10840 > if test "${ac_cv_header_iomanip+set}" = set; then
10841 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10842 > else
10843 >  ac_cv_header_iomanip=$ac_header_preproc
10844 > fi
10845 > echo "$as_me:$LINENO: result: $ac_cv_header_iomanip" >&5
10846 > echo "${ECHO_T}$ac_cv_header_iomanip" >&6
10847 >
10848 > fi
10849 > if test $ac_cv_header_iomanip = yes; then
10850 >
10851 >
10852 > cat >>confdefs.h <<\_ACEOF
10853 > #define HAVE_IOMANIP 1
10854 > _ACEOF
10855 >
10856 >
10857 > else
10858 >
10859 >
10860 > for ac_header in iomanip.h
10861 > do
10862 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10863 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10864 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
10865 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10866 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10867 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10868 > fi
10869 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10870 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10871 > else
10872 >  # Is the header compilable?
10873 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
10874 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10875 > cat >conftest.$ac_ext <<_ACEOF
10876 > /* confdefs.h.  */
10877 > _ACEOF
10878 > cat confdefs.h >>conftest.$ac_ext
10879 > cat >>conftest.$ac_ext <<_ACEOF
10880 > /* end confdefs.h.  */
10881 > $ac_includes_default
10882 > #include <$ac_header>
10883 > _ACEOF
10884 > rm -f conftest.$ac_objext
10885 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10886 >  (eval $ac_compile) 2>conftest.er1
10887 >  ac_status=$?
10888 >  grep -v '^ *+' conftest.er1 >conftest.err
10889 >  rm -f conftest.er1
10890 >  cat conftest.err >&5
10891 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10892 >  (exit $ac_status); } &&
10893 >         { ac_try='test -z "$ac_cxx_werror_flag"
10894 >                         || test ! -s conftest.err'
10895 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10896 >  (eval $ac_try) 2>&5
10897 >  ac_status=$?
10898 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10899 >  (exit $ac_status); }; } &&
10900 >         { ac_try='test -s conftest.$ac_objext'
10901 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10902 >  (eval $ac_try) 2>&5
10903 >  ac_status=$?
10904 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10905 >  (exit $ac_status); }; }; then
10906 >  ac_header_compiler=yes
10907 > else
10908 >  echo "$as_me: failed program was:" >&5
10909 > sed 's/^/| /' conftest.$ac_ext >&5
10910 >
10911 > ac_header_compiler=no
10912 > fi
10913 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10914 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10915 > echo "${ECHO_T}$ac_header_compiler" >&6
10916 >
10917 > # Is the header present?
10918 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
10919 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10920 > cat >conftest.$ac_ext <<_ACEOF
10921 > /* confdefs.h.  */
10922 > _ACEOF
10923 > cat confdefs.h >>conftest.$ac_ext
10924 > cat >>conftest.$ac_ext <<_ACEOF
10925 > /* end confdefs.h.  */
10926 > #include <$ac_header>
10927 > _ACEOF
10928 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10929 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10930 >  ac_status=$?
10931 >  grep -v '^ *+' conftest.er1 >conftest.err
10932 >  rm -f conftest.er1
10933 >  cat conftest.err >&5
10934 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
10935 >  (exit $ac_status); } >/dev/null; then
10936 >  if test -s conftest.err; then
10937 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
10938 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
10939 >  else
10940 >    ac_cpp_err=
10941 >  fi
10942 > else
10943 >  ac_cpp_err=yes
10944 > fi
10945 > if test -z "$ac_cpp_err"; then
10946 >  ac_header_preproc=yes
10947 > else
10948 >  echo "$as_me: failed program was:" >&5
10949 > sed 's/^/| /' conftest.$ac_ext >&5
10950 >
10951 >  ac_header_preproc=no
10952 > fi
10953 > rm -f conftest.err conftest.$ac_ext
10954 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10955 > echo "${ECHO_T}$ac_header_preproc" >&6
10956 >
10957 > # So?  What about this header?
10958 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
10959 >  yes:no: )
10960 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10961 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10962 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10963 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10964 >    ac_header_preproc=yes
10965 >    ;;
10966 >  no:yes:* )
10967 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10968 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10969 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10970 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10971 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10972 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10973 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10974 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10975 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10976 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10977 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10978 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10979 >    (
10980 >      cat <<\_ASBOX
10981 > ## ------------------------------ ##
10982 > ## Report this to gezelter@nd.edu ##
10983 > ## ------------------------------ ##
10984 > _ASBOX
10985 >    ) |
10986 >      sed "s/^/$as_me: WARNING:     /" >&2
10987 >    ;;
10988 > esac
10989 > echo "$as_me:$LINENO: checking for $ac_header" >&5
10990 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10991 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
10992 >  echo $ECHO_N "(cached) $ECHO_C" >&6
10993 > else
10994 >  eval "$as_ac_Header=\$ac_header_preproc"
10995 > fi
10996 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10997 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10998 >
10999 > fi
11000 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
11001 >  cat >>confdefs.h <<_ACEOF
11002 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11003 > _ACEOF
11004 >
11005 > fi
11006 >
11007 > done
11008 >
11009 >
11010 > fi
11011 >
11012 >
11013 >
11014 >
11015 > for ac_header in cmath
11016 > do
11017 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11018 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11019 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
11020 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11021 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11022 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11023 > fi
11024 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11025 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11026 > else
11027 >  # Is the header compilable?
11028 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
11029 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11030 > cat >conftest.$ac_ext <<_ACEOF
11031 > /* confdefs.h.  */
11032 > _ACEOF
11033 > cat confdefs.h >>conftest.$ac_ext
11034 > cat >>conftest.$ac_ext <<_ACEOF
11035 > /* end confdefs.h.  */
11036 > $ac_includes_default
11037 > #include <$ac_header>
11038 > _ACEOF
11039 > rm -f conftest.$ac_objext
11040 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11041 >  (eval $ac_compile) 2>conftest.er1
11042 >  ac_status=$?
11043 >  grep -v '^ *+' conftest.er1 >conftest.err
11044 >  rm -f conftest.er1
11045 >  cat conftest.err >&5
11046 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11047 >  (exit $ac_status); } &&
11048 >         { ac_try='test -z "$ac_cxx_werror_flag"
11049 >                         || test ! -s conftest.err'
11050 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11051 >  (eval $ac_try) 2>&5
11052 >  ac_status=$?
11053 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11054 >  (exit $ac_status); }; } &&
11055 >         { ac_try='test -s conftest.$ac_objext'
11056 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11057 >  (eval $ac_try) 2>&5
11058 >  ac_status=$?
11059 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060 >  (exit $ac_status); }; }; then
11061 >  ac_header_compiler=yes
11062 > else
11063 >  echo "$as_me: failed program was:" >&5
11064 > sed 's/^/| /' conftest.$ac_ext >&5
11065 >
11066 > ac_header_compiler=no
11067 > fi
11068 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11069 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11070 > echo "${ECHO_T}$ac_header_compiler" >&6
11071 >
11072 > # Is the header present?
11073 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
11074 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11075 > cat >conftest.$ac_ext <<_ACEOF
11076 > /* confdefs.h.  */
11077 > _ACEOF
11078 > cat confdefs.h >>conftest.$ac_ext
11079 > cat >>conftest.$ac_ext <<_ACEOF
11080 > /* end confdefs.h.  */
11081 > #include <$ac_header>
11082 > _ACEOF
11083 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11084 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11085 >  ac_status=$?
11086 >  grep -v '^ *+' conftest.er1 >conftest.err
11087 >  rm -f conftest.er1
11088 >  cat conftest.err >&5
11089 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 >  (exit $ac_status); } >/dev/null; then
11091 >  if test -s conftest.err; then
11092 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
11093 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11094 >  else
11095 >    ac_cpp_err=
11096 >  fi
11097 > else
11098 >  ac_cpp_err=yes
11099 > fi
11100 > if test -z "$ac_cpp_err"; then
11101 >  ac_header_preproc=yes
11102 > else
11103 >  echo "$as_me: failed program was:" >&5
11104 > sed 's/^/| /' conftest.$ac_ext >&5
11105 >
11106 >  ac_header_preproc=no
11107 > fi
11108 > rm -f conftest.err conftest.$ac_ext
11109 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11110 > echo "${ECHO_T}$ac_header_preproc" >&6
11111 >
11112 > # So?  What about this header?
11113 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11114 >  yes:no: )
11115 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11116 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11117 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11118 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11119 >    ac_header_preproc=yes
11120 >    ;;
11121 >  no:yes:* )
11122 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11123 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11124 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11125 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11126 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11127 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11128 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11129 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11130 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11131 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11132 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11133 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11134 >    (
11135 >      cat <<\_ASBOX
11136 > ## ------------------------------ ##
11137 > ## Report this to gezelter@nd.edu ##
11138 > ## ------------------------------ ##
11139 > _ASBOX
11140 >    ) |
11141 >      sed "s/^/$as_me: WARNING:     /" >&2
11142 >    ;;
11143 > esac
11144 > echo "$as_me:$LINENO: checking for $ac_header" >&5
11145 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11146 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11147 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11148 > else
11149 >  eval "$as_ac_Header=\$ac_header_preproc"
11150 > fi
11151 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11152 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11153 >
11154 > fi
11155 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
11156 >  cat >>confdefs.h <<_ACEOF
11157 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11158 > _ACEOF
11159 >
11160 > fi
11161 >
11162 > done
11163 >
11164 >
11165 >
11166 >
11167 >  echo "$as_me:$LINENO: checking for C++ iostream in namespace std" >&5
11168 > echo $ECHO_N "checking for C++ iostream in namespace std... $ECHO_C" >&6
11169 > if test "${ac_cv_cxx_have_std_iostream+set}" = set; then
11170 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11171 > else
11172 >
11173 >      ac_cv_cxx_have_std_iostream=no
11174 >      ac_cv_cxx_need_use_std_iostream=no
11175 >      if test "x$ac_cv_cxx_namespaces" = xyes; then
11176 >
11177 >
11178 >        ac_ext=cc
11179 > ac_cpp='$CXXCPP $CPPFLAGS'
11180 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11181 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11182 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11183 >
11184 >        cat >conftest.$ac_ext <<_ACEOF
11185 > /* confdefs.h.  */
11186 > _ACEOF
11187 > cat confdefs.h >>conftest.$ac_ext
11188 > cat >>conftest.$ac_ext <<_ACEOF
11189 > /* end confdefs.h.  */
11190 >
11191 > #ifdef HAVE_IOSTREAM
11192 > #include <iostream>
11193 > #else
11194 > #include <iostream.h>
11195 > #endif
11196 >
11197 > #ifdef FC_DUMMY_MAIN
11198 > #ifndef FC_DUMMY_MAIN_EQ_F77
11199 > #  ifdef __cplusplus
11200 >     extern "C"
11201 > #  endif
11202 >   int FC_DUMMY_MAIN() { return 1; }
11203 > #endif
11204 > #endif
11205 > int
11206 > main ()
11207 > {
11208 > std::cout<<"Hello World"<<std::endl;return 0;
11209 >  ;
11210 >  return 0;
11211 > }
11212 > _ACEOF
11213 > rm -f conftest.$ac_objext
11214 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11215 >  (eval $ac_compile) 2>conftest.er1
11216 >  ac_status=$?
11217 >  grep -v '^ *+' conftest.er1 >conftest.err
11218 >  rm -f conftest.er1
11219 >  cat conftest.err >&5
11220 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11221 >  (exit $ac_status); } &&
11222 >         { ac_try='test -z "$ac_cxx_werror_flag"
11223 >                         || test ! -s conftest.err'
11224 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11225 >  (eval $ac_try) 2>&5
11226 >  ac_status=$?
11227 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 >  (exit $ac_status); }; } &&
11229 >         { ac_try='test -s conftest.$ac_objext'
11230 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11231 >  (eval $ac_try) 2>&5
11232 >  ac_status=$?
11233 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11234 >  (exit $ac_status); }; }; then
11235 >  ac_cv_cxx_have_std_iostream=yes
11236 > else
11237 >  echo "$as_me: failed program was:" >&5
11238 > sed 's/^/| /' conftest.$ac_ext >&5
11239 >
11240 > fi
11241 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11242 >        cat >conftest.$ac_ext <<_ACEOF
11243 > /* confdefs.h.  */
11244 > _ACEOF
11245 > cat confdefs.h >>conftest.$ac_ext
11246 > cat >>conftest.$ac_ext <<_ACEOF
11247 > /* end confdefs.h.  */
11248 >
11249 > #define __USE_STD_IOSTREAM 1
11250 > #ifdef HAVE_IOSTREAM
11251 > #include <iostream>
11252 > #else
11253 > #include <iostream.h>
11254 > #endif
11255 >
11256 > #ifdef FC_DUMMY_MAIN
11257 > #ifndef FC_DUMMY_MAIN_EQ_F77
11258 > #  ifdef __cplusplus
11259 >     extern "C"
11260 > #  endif
11261 >   int FC_DUMMY_MAIN() { return 1; }
11262 > #endif
11263 > #endif
11264 > int
11265 > main ()
11266 > {
11267 > std::cout<<"Hello World"<<std::endl;return 0;
11268 >  ;
11269 >  return 0;
11270 > }
11271 > _ACEOF
11272 > rm -f conftest.$ac_objext
11273 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11274 >  (eval $ac_compile) 2>conftest.er1
11275 >  ac_status=$?
11276 >  grep -v '^ *+' conftest.er1 >conftest.err
11277 >  rm -f conftest.er1
11278 >  cat conftest.err >&5
11279 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11280 >  (exit $ac_status); } &&
11281 >         { ac_try='test -z "$ac_cxx_werror_flag"
11282 >                         || test ! -s conftest.err'
11283 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11284 >  (eval $ac_try) 2>&5
11285 >  ac_status=$?
11286 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11287 >  (exit $ac_status); }; } &&
11288 >         { ac_try='test -s conftest.$ac_objext'
11289 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11290 >  (eval $ac_try) 2>&5
11291 >  ac_status=$?
11292 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11293 >  (exit $ac_status); }; }; then
11294 >  ac_cv_cxx_have_std_iostream=yes;ac_cv_cxx_need_use_std_iostream=yes
11295 > else
11296 >  echo "$as_me: failed program was:" >&5
11297 > sed 's/^/| /' conftest.$ac_ext >&5
11298 >
11299 > fi
11300 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11301 >        ac_ext=cc
11302 > ac_cpp='$CXXCPP $CPPFLAGS'
11303 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11304 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11305 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11306 >
11307 >      fi
11308 >
11309 > fi
11310 > echo "$as_me:$LINENO: result: $ac_cv_cxx_have_std_iostream" >&5
11311 > echo "${ECHO_T}$ac_cv_cxx_have_std_iostream" >&6
11312 >  if test "$ac_cv_cxx_have_std_iostream" = yes; then
11313 >
11314 > cat >>confdefs.h <<\_ACEOF
11315 > #define HAVE_STD_IOSTREAM 1
11316 > _ACEOF
11317 >
11318 >  fi
11319 >  if test "$ac_cv_cxx_need_use_std_iostream" = yes; then
11320 >
11321 > cat >>confdefs.h <<\_ACEOF
11322 > #define __USE_STD_IOSTREAM 1
11323 > _ACEOF
11324 >
11325 >  fi
11326 >
11327 >
11328 >
11329 >
11330 >  echo "$as_me:$LINENO: checking for C++ Standard Template Library in namespace std." >&5
11331 > echo $ECHO_N "checking for C++ Standard Template Library in namespace std.... $ECHO_C" >&6
11332 > if test "${ac_cv_cxx_have_std_stl+set}" = set; then
11333 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11334 > else
11335 >
11336 >      ac_cv_cxx_have_std_stl=no
11337 >      if test "x$ac_cv_cxx_namespaces" = xyes; then
11338 >
11339 >
11340 >        ac_ext=cc
11341 > ac_cpp='$CXXCPP $CPPFLAGS'
11342 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11343 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11344 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11345 >
11346 >        cat >conftest.$ac_ext <<_ACEOF
11347 > /* confdefs.h.  */
11348 > _ACEOF
11349 > cat confdefs.h >>conftest.$ac_ext
11350 > cat >>conftest.$ac_ext <<_ACEOF
11351 > /* end confdefs.h.  */
11352 > #include <list>
11353 >
11354 > #ifdef FC_DUMMY_MAIN
11355 > #ifndef FC_DUMMY_MAIN_EQ_F77
11356 > #  ifdef __cplusplus
11357 >     extern "C"
11358 > #  endif
11359 >   int FC_DUMMY_MAIN() { return 1; }
11360 > #endif
11361 > #endif
11362 > int
11363 > main ()
11364 > {
11365 > std::list<int> foo;return 0;
11366 >  ;
11367 >  return 0;
11368 > }
11369 > _ACEOF
11370 > rm -f conftest.$ac_objext
11371 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 >  (eval $ac_compile) 2>conftest.er1
11373 >  ac_status=$?
11374 >  grep -v '^ *+' conftest.er1 >conftest.err
11375 >  rm -f conftest.er1
11376 >  cat conftest.err >&5
11377 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11378 >  (exit $ac_status); } &&
11379 >         { ac_try='test -z "$ac_cxx_werror_flag"
11380 >                         || test ! -s conftest.err'
11381 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11382 >  (eval $ac_try) 2>&5
11383 >  ac_status=$?
11384 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11385 >  (exit $ac_status); }; } &&
11386 >         { ac_try='test -s conftest.$ac_objext'
11387 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11388 >  (eval $ac_try) 2>&5
11389 >  ac_status=$?
11390 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11391 >  (exit $ac_status); }; }; then
11392 >  ac_cv_cxx_have_std_stl=yes
11393 > else
11394 >  echo "$as_me: failed program was:" >&5
11395 > sed 's/^/| /' conftest.$ac_ext >&5
11396 >
11397 > fi
11398 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11399 >        ac_ext=cc
11400 > ac_cpp='$CXXCPP $CPPFLAGS'
11401 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11402 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11403 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11404 >
11405 >      fi
11406 >
11407 > fi
11408 > echo "$as_me:$LINENO: result: $ac_cv_cxx_have_std_stl" >&5
11409 > echo "${ECHO_T}$ac_cv_cxx_have_std_stl" >&6
11410 >  if test "$ac_cv_cxx_have_std_stl" = yes; then
11411 >
11412 > cat >>confdefs.h <<\_ACEOF
11413 > #define HAVE_STD_STL 1
11414 > _ACEOF
11415 >
11416 >  fi
11417 >
11418 >
11419 >
11420 >  echo "$as_me:$LINENO: checking for fstream::attach()" >&5
11421 > echo $ECHO_N "checking for fstream::attach()... $ECHO_C" >&6
11422 > if test "${ac_cv_cxx_have_fstream_attach+set}" = set; then
11423 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11424 > else
11425 >
11426 >    ac_cv_cxx_have_fstream_attach=no
11427 >
11428 >
11429 >    ac_ext=cc
11430 > ac_cpp='$CXXCPP $CPPFLAGS'
11431 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11432 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11433 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11434 >
11435 >    cat >conftest.$ac_ext <<_ACEOF
11436 > /* confdefs.h.  */
11437 > _ACEOF
11438 > cat confdefs.h >>conftest.$ac_ext
11439 > cat >>conftest.$ac_ext <<_ACEOF
11440 > /* end confdefs.h.  */
11441 >
11442 > #ifdef HAVE_IOSTREAM
11443 > #include <fstream>
11444 > #else
11445 > #include <fstream.h>
11446 > #endif
11447 > #ifdef HAVE_STD_IOSTREAM
11448 > using namespace std;
11449 > #endif
11450 >
11451 > #ifdef FC_DUMMY_MAIN
11452 > #ifndef FC_DUMMY_MAIN_EQ_F77
11453 > #  ifdef __cplusplus
11454 >     extern "C"
11455 > #  endif
11456 >   int FC_DUMMY_MAIN() { return 1; }
11457 > #endif
11458 > #endif
11459 > int
11460 > main ()
11461 > {
11462 > int fd=0;ofstream s;s.attach(fd);
11463 >  ;
11464 >  return 0;
11465 > }
11466 > _ACEOF
11467 > rm -f conftest.$ac_objext
11468 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11469 >  (eval $ac_compile) 2>conftest.er1
11470 >  ac_status=$?
11471 >  grep -v '^ *+' conftest.er1 >conftest.err
11472 >  rm -f conftest.er1
11473 >  cat conftest.err >&5
11474 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475 >  (exit $ac_status); } &&
11476 >         { ac_try='test -z "$ac_cxx_werror_flag"
11477 >                         || test ! -s conftest.err'
11478 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11479 >  (eval $ac_try) 2>&5
11480 >  ac_status=$?
11481 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 >  (exit $ac_status); }; } &&
11483 >         { ac_try='test -s conftest.$ac_objext'
11484 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11485 >  (eval $ac_try) 2>&5
11486 >  ac_status=$?
11487 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11488 >  (exit $ac_status); }; }; then
11489 >  ac_cv_cxx_have_fstream_attach=yes
11490 > else
11491 >  echo "$as_me: failed program was:" >&5
11492 > sed 's/^/| /' conftest.$ac_ext >&5
11493 >
11494 > fi
11495 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11496 >    ac_ext=cc
11497 > ac_cpp='$CXXCPP $CPPFLAGS'
11498 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11499 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11500 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11501 >
11502 >
11503 > fi
11504 > echo "$as_me:$LINENO: result: $ac_cv_cxx_have_fstream_attach" >&5
11505 > echo "${ECHO_T}$ac_cv_cxx_have_fstream_attach" >&6
11506 >  if test "$ac_cv_cxx_have_fstream_attach" = yes; then
11507 >
11508 > cat >>confdefs.h <<\_ACEOF
11509 > #define HAVE_FSTREAM_ATTACH 1
11510 > _ACEOF
11511 >
11512 >  fi
11513 >
11514 >
11515 >
11516 >  echo "$as_me:$LINENO: checking for fstream::open()" >&5
11517 > echo $ECHO_N "checking for fstream::open()... $ECHO_C" >&6
11518 > if test "${ac_cv_cxx_have_fstream_open+set}" = set; then
11519 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11520 > else
11521 >
11522 >    ac_cv_cxx_have_fstream_open=no
11523 >    ac_cv_cxx_fstream_open_prot=no
11524 >
11525 >
11526 >    ac_ext=cc
11527 > ac_cpp='$CXXCPP $CPPFLAGS'
11528 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11529 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11530 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11531 >
11532 >    # Try with 2 parameters
11533 >    cat >conftest.$ac_ext <<_ACEOF
11534 > /* confdefs.h.  */
11535 > _ACEOF
11536 > cat confdefs.h >>conftest.$ac_ext
11537 > cat >>conftest.$ac_ext <<_ACEOF
11538 > /* end confdefs.h.  */
11539 >
11540 > #ifdef HAVE_IOSTREAM
11541 > #include <fstream>
11542 > #else
11543 > #include <fstream.h>
11544 > #endif
11545 > #ifdef HAVE_STD_IOSTREAM
11546 > using namespace std;
11547 > #endif
11548 >
11549 > #ifdef FC_DUMMY_MAIN
11550 > #ifndef FC_DUMMY_MAIN_EQ_F77
11551 > #  ifdef __cplusplus
11552 >     extern "C"
11553 > #  endif
11554 >   int FC_DUMMY_MAIN() { return 1; }
11555 > #endif
11556 > #endif
11557 > int
11558 > main ()
11559 > {
11560 > ofstream s;s.open("conftest.txt",ios::out|ios::trunc);
11561 >  ;
11562 >  return 0;
11563 > }
11564 > _ACEOF
11565 > rm -f conftest.$ac_objext
11566 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11567 >  (eval $ac_compile) 2>conftest.er1
11568 >  ac_status=$?
11569 >  grep -v '^ *+' conftest.er1 >conftest.err
11570 >  rm -f conftest.er1
11571 >  cat conftest.err >&5
11572 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 >  (exit $ac_status); } &&
11574 >         { ac_try='test -z "$ac_cxx_werror_flag"
11575 >                         || test ! -s conftest.err'
11576 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11577 >  (eval $ac_try) 2>&5
11578 >  ac_status=$?
11579 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11580 >  (exit $ac_status); }; } &&
11581 >         { ac_try='test -s conftest.$ac_objext'
11582 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11583 >  (eval $ac_try) 2>&5
11584 >  ac_status=$?
11585 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 >  (exit $ac_status); }; }; then
11587 >  ac_cv_cxx_have_fstream_open=yes
11588 > else
11589 >  echo "$as_me: failed program was:" >&5
11590 > sed 's/^/| /' conftest.$ac_ext >&5
11591 >
11592 > fi
11593 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11594 >    # Try with mode parameter
11595 >    cat >conftest.$ac_ext <<_ACEOF
11596 > /* confdefs.h.  */
11597 > _ACEOF
11598 > cat confdefs.h >>conftest.$ac_ext
11599 > cat >>conftest.$ac_ext <<_ACEOF
11600 > /* end confdefs.h.  */
11601 >
11602 > #ifdef HAVE_IOSTREAM
11603 > #include <fstream>
11604 > #else
11605 > #include <fstream.h>
11606 > #endif
11607 > #ifdef HAVE_STD_IOSTREAM
11608 > using namespace std;
11609 > #endif
11610 >
11611 > #ifdef FC_DUMMY_MAIN
11612 > #ifndef FC_DUMMY_MAIN_EQ_F77
11613 > #  ifdef __cplusplus
11614 >     extern "C"
11615 > #  endif
11616 >   int FC_DUMMY_MAIN() { return 1; }
11617 > #endif
11618 > #endif
11619 > int
11620 > main ()
11621 > {
11622 > ofstream s;s.open("conftest.txt",ios::out|ios::trunc,0666);
11623 >  ;
11624 >  return 0;
11625 > }
11626 > _ACEOF
11627 > rm -f conftest.$ac_objext
11628 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11629 >  (eval $ac_compile) 2>conftest.er1
11630 >  ac_status=$?
11631 >  grep -v '^ *+' conftest.er1 >conftest.err
11632 >  rm -f conftest.er1
11633 >  cat conftest.err >&5
11634 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 >  (exit $ac_status); } &&
11636 >         { ac_try='test -z "$ac_cxx_werror_flag"
11637 >                         || test ! -s conftest.err'
11638 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11639 >  (eval $ac_try) 2>&5
11640 >  ac_status=$?
11641 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11642 >  (exit $ac_status); }; } &&
11643 >         { ac_try='test -s conftest.$ac_objext'
11644 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11645 >  (eval $ac_try) 2>&5
11646 >  ac_status=$?
11647 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11648 >  (exit $ac_status); }; }; then
11649 >  ac_cv_cxx_fstream_open_prot=yes
11650 > else
11651 >  echo "$as_me: failed program was:" >&5
11652 > sed 's/^/| /' conftest.$ac_ext >&5
11653 >
11654 > fi
11655 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11656 >    ac_ext=cc
11657 > ac_cpp='$CXXCPP $CPPFLAGS'
11658 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11659 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11660 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11661 >
11662 >
11663 > fi
11664 > echo "$as_me:$LINENO: result: $ac_cv_cxx_have_fstream_open" >&5
11665 > echo "${ECHO_T}$ac_cv_cxx_have_fstream_open" >&6
11666 >  if test "$ac_cv_cxx_have_fstream_open" = yes; then
11667 >
11668 > cat >>confdefs.h <<\_ACEOF
11669 > #define HAVE_FSTREAM_OPEN 1
11670 > _ACEOF
11671 >
11672 >  fi
11673 >  if test "$ac_cv_cxx_fstream_open_prot" = yes; then
11674 >
11675 > cat >>confdefs.h <<\_ACEOF
11676 > #define FSTREAM_OPEN_PROT 1
11677 > _ACEOF
11678 >
11679 >  fi
11680 >
11681 >
11682 >
11683 >
11684 >
11685 >
11686 >
11687 > for ac_header in ctype.h iostream fstream sstream strstream
11688 > do
11689 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11690 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11691 >  echo "$as_me:$LINENO: checking for $ac_header" >&5
11692 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11693 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11694 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11695 > fi
11696 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11697 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11698 > else
11699 >  # Is the header compilable?
11700 > echo "$as_me:$LINENO: checking $ac_header usability" >&5
11701 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11702 > cat >conftest.$ac_ext <<_ACEOF
11703 > /* confdefs.h.  */
11704 > _ACEOF
11705 > cat confdefs.h >>conftest.$ac_ext
11706 > cat >>conftest.$ac_ext <<_ACEOF
11707 > /* end confdefs.h.  */
11708 > $ac_includes_default
11709 > #include <$ac_header>
11710 > _ACEOF
11711 > rm -f conftest.$ac_objext
11712 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11713 >  (eval $ac_compile) 2>conftest.er1
11714 >  ac_status=$?
11715 >  grep -v '^ *+' conftest.er1 >conftest.err
11716 >  rm -f conftest.er1
11717 >  cat conftest.err >&5
11718 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 >  (exit $ac_status); } &&
11720 >         { ac_try='test -z "$ac_cxx_werror_flag"
11721 >                         || test ! -s conftest.err'
11722 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723 >  (eval $ac_try) 2>&5
11724 >  ac_status=$?
11725 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 >  (exit $ac_status); }; } &&
11727 >         { ac_try='test -s conftest.$ac_objext'
11728 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729 >  (eval $ac_try) 2>&5
11730 >  ac_status=$?
11731 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 >  (exit $ac_status); }; }; then
11733 >  ac_header_compiler=yes
11734 > else
11735 >  echo "$as_me: failed program was:" >&5
11736 > sed 's/^/| /' conftest.$ac_ext >&5
11737 >
11738 > ac_header_compiler=no
11739 > fi
11740 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11741 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11742 > echo "${ECHO_T}$ac_header_compiler" >&6
11743 >
11744 > # Is the header present?
11745 > echo "$as_me:$LINENO: checking $ac_header presence" >&5
11746 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11747 > cat >conftest.$ac_ext <<_ACEOF
11748 > /* confdefs.h.  */
11749 > _ACEOF
11750 > cat confdefs.h >>conftest.$ac_ext
11751 > cat >>conftest.$ac_ext <<_ACEOF
11752 > /* end confdefs.h.  */
11753 > #include <$ac_header>
11754 > _ACEOF
11755 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11756 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11757 >  ac_status=$?
11758 >  grep -v '^ *+' conftest.er1 >conftest.err
11759 >  rm -f conftest.er1
11760 >  cat conftest.err >&5
11761 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11762 >  (exit $ac_status); } >/dev/null; then
11763 >  if test -s conftest.err; then
11764 >    ac_cpp_err=$ac_cxx_preproc_warn_flag
11765 >    ac_cpp_err=$ac_cpp_err$ac_cxx_werror_flag
11766 >  else
11767 >    ac_cpp_err=
11768 >  fi
11769 > else
11770 >  ac_cpp_err=yes
11771 > fi
11772 > if test -z "$ac_cpp_err"; then
11773 >  ac_header_preproc=yes
11774 > else
11775 >  echo "$as_me: failed program was:" >&5
11776 > sed 's/^/| /' conftest.$ac_ext >&5
11777 >
11778 >  ac_header_preproc=no
11779 > fi
11780 > rm -f conftest.err conftest.$ac_ext
11781 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11782 > echo "${ECHO_T}$ac_header_preproc" >&6
11783 >
11784 > # So?  What about this header?
11785 > case $ac_header_compiler:$ac_header_preproc:$ac_cxx_preproc_warn_flag in
11786 >  yes:no: )
11787 >    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11788 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11789 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11790 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11791 >    ac_header_preproc=yes
11792 >    ;;
11793 >  no:yes:* )
11794 >    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11795 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11796 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11797 > echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11798 >    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11799 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11800 >    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11801 > echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11802 >    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11803 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11804 >    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11805 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11806 >    (
11807 >      cat <<\_ASBOX
11808 > ## ------------------------------ ##
11809 > ## Report this to gezelter@nd.edu ##
11810 > ## ------------------------------ ##
11811 > _ASBOX
11812 >    ) |
11813 >      sed "s/^/$as_me: WARNING:     /" >&2
11814 >    ;;
11815 > esac
11816 > echo "$as_me:$LINENO: checking for $ac_header" >&5
11817 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11818 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
11819 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11820 > else
11821 >  eval "$as_ac_Header=\$ac_header_preproc"
11822 > fi
11823 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11824 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11825 >
11826 > fi
11827 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
11828 >  cat >>confdefs.h <<_ACEOF
11829 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11830 > _ACEOF
11831 >
11832 > fi
11833 >
11834 > done
11835 >
11836 > # AC_CPP_FUNC
11837 > # ------------------ #
11838 > # Checks to see if ANSI C99 CPP variable __func__ works.
11839 > # If not, perhaps __FUNCTION__ works instead.
11840 > # If not, we'll just define __func__ to "".
11841 > # AC_CPP_FUNC
11842 >
11843 >
11844 > echo "$as_me:$LINENO: checking for an ANSI C99-conforming __func__" >&5
11845 > echo $ECHO_N "checking for an ANSI C99-conforming __func__... $ECHO_C" >&6
11846 > if test "${ac_cv_cpp_func+set}" = set; then
11847 >  echo $ECHO_N "(cached) $ECHO_C" >&6
11848 > else
11849 >  cat >conftest.$ac_ext <<_ACEOF
11850 > /* confdefs.h.  */
11851 > _ACEOF
11852 > cat confdefs.h >>conftest.$ac_ext
11853 > cat >>conftest.$ac_ext <<_ACEOF
11854 > /* end confdefs.h.  */
11855 >
11856 > #ifdef FC_DUMMY_MAIN
11857 > #ifndef FC_DUMMY_MAIN_EQ_F77
11858 > #  ifdef __cplusplus
11859 >     extern "C"
11860 > #  endif
11861 >   int FC_DUMMY_MAIN() { return 1; }
11862 > #endif
11863 > #endif
11864 > int
11865 > main ()
11866 > {
11867 > const char *foo = __func__;
11868 >  ;
11869 >  return 0;
11870 > }
11871 > _ACEOF
11872 > rm -f conftest.$ac_objext
11873 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11874 >  (eval $ac_compile) 2>conftest.er1
11875 >  ac_status=$?
11876 >  grep -v '^ *+' conftest.er1 >conftest.err
11877 >  rm -f conftest.er1
11878 >  cat conftest.err >&5
11879 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11880 >  (exit $ac_status); } &&
11881 >         { ac_try='test -z "$ac_cxx_werror_flag"
11882 >                         || test ! -s conftest.err'
11883 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11884 >  (eval $ac_try) 2>&5
11885 >  ac_status=$?
11886 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11887 >  (exit $ac_status); }; } &&
11888 >         { ac_try='test -s conftest.$ac_objext'
11889 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11890 >  (eval $ac_try) 2>&5
11891 >  ac_status=$?
11892 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11893 >  (exit $ac_status); }; }; then
11894 >  ac_cv_cpp_func=yes
11895 > else
11896 >  echo "$as_me: failed program was:" >&5
11897 > sed 's/^/| /' conftest.$ac_ext >&5
11898 >
11899 > cat >conftest.$ac_ext <<_ACEOF
11900 > /* confdefs.h.  */
11901 > _ACEOF
11902 > cat confdefs.h >>conftest.$ac_ext
11903 > cat >>conftest.$ac_ext <<_ACEOF
11904 > /* end confdefs.h.  */
11905 >
11906 > #ifdef FC_DUMMY_MAIN
11907 > #ifndef FC_DUMMY_MAIN_EQ_F77
11908 > #  ifdef __cplusplus
11909 >     extern "C"
11910 > #  endif
11911 >   int FC_DUMMY_MAIN() { return 1; }
11912 > #endif
11913 > #endif
11914 > int
11915 > main ()
11916 > {
11917 > const char *foo = __FUNCTION__;
11918 >  ;
11919 >  return 0;
11920 > }
11921 > _ACEOF
11922 > rm -f conftest.$ac_objext
11923 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11924 >  (eval $ac_compile) 2>conftest.er1
11925 >  ac_status=$?
11926 >  grep -v '^ *+' conftest.er1 >conftest.err
11927 >  rm -f conftest.er1
11928 >  cat conftest.err >&5
11929 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11930 >  (exit $ac_status); } &&
11931 >         { ac_try='test -z "$ac_cxx_werror_flag"
11932 >                         || test ! -s conftest.err'
11933 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11934 >  (eval $ac_try) 2>&5
11935 >  ac_status=$?
11936 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11937 >  (exit $ac_status); }; } &&
11938 >         { ac_try='test -s conftest.$ac_objext'
11939 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11940 >  (eval $ac_try) 2>&5
11941 >  ac_status=$?
11942 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 >  (exit $ac_status); }; }; then
11944 >  ac_cv_cpp_func=__FUNCTION__
11945 > else
11946 >  echo "$as_me: failed program was:" >&5
11947 > sed 's/^/| /' conftest.$ac_ext >&5
11948 >
11949 > ac_cv_cpp_func=no
11950 > fi
11951 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11952 > fi
11953 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11954 > fi
11955 > echo "$as_me:$LINENO: result: $ac_cv_cpp_func" >&5
11956 > echo "${ECHO_T}$ac_cv_cpp_func" >&6
11957 > if test $ac_cv_cpp_func = __FUNCTION__; then
11958 >
11959 > cat >>confdefs.h <<\_ACEOF
11960 > #define __func__ __FUNCTION__
11961 > _ACEOF
11962 >
11963 > elif test $ac_cv_cpp_func = no; then
11964 >
11965 > cat >>confdefs.h <<\_ACEOF
11966 > #define __func__ ""
11967 > _ACEOF
11968 >
11969 > fi
11970 >
11971 >
11972 >
11973 >
11974 >
11975 > case $debug in
11976 >  1)
11977 >     ;;
11978 >  *)
11979 >
11980 >
11981 >
11982 >
11983 > # Try to determine "good" native compiler flags if none specified on command
11984 > # line
11985 >
11986 > if test "$ac_test_FFLAGS" != "set"; then
11987 >  FCFLAGS=""
11988 >  case "${host_cpu}-${host_os}" in
11989 >
11990 >  *linux*) if test "$FC" = ifc -o "$FC" = ifort; then
11991 >                    FCFLAGS="-O3 -ip -no-prec-div"
11992 >                fi;;
11993 >   rs6000*-aix*)  if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then
11994 >                    FCFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
11995 >                fi;;
11996 >   powerpc*-aix*)
11997 >        if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
11998 >                FCFLAGS="-O3 -qarch=ppc -qansialias -w"
11999 >                echo "*******************************************************"
12000 >                echo "*  You have AIX on an unknown powerpc system.  It is  *"
12001 >                echo "*  recommended that you use                           *"
12002 >                echo "*                                                     *"
12003 >                echo "*   FCFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
12004 >                echo "*                                 ^^^                 *"
12005 >                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
12006 >                echo "*  PowerPC CPU you have.   For more info, man xlf.    *"
12007 >                echo "*******************************************************"
12008 >        fi;;
12009 >   *darwin*)
12010 >        if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then
12011 >                FCFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto"
12012 >        fi
12013 >        if test "$FC" = ifort; then
12014 >                FCFLAGS="-O3 -ip -no-prec-dev -mdynamic-no-pic"
12015 >        fi;;
12016 >  esac
12017 >
12018 >  if test -n "$CPU_FLAGS"; then
12019 >        FCFLAGS="$FCFLAGS $CPU_FLAGS"
12020 >  fi
12021 >
12022 >  if test -z "$FCFLAGS"; then
12023 >        echo ""
12024 >        echo "*********************************************************"
12025 >        echo "* WARNING: Don't know the best FCFLAGS for this system  *"
12026 >        echo "* Use  make FCFLAGS=..., or edit the top level Makefile *"
12027 >        echo "* (otherwise, a default of FCFLAGS=-O3 will be used)    *"
12028 >        echo "*********************************************************"
12029 >        echo ""
12030 >        FCFLAGS="-O3"
12031 >  fi
12032 >
12033 >
12034 > echo "$as_me:$LINENO: checking whether ${FC} accepts ${FCFLAGS}" >&5
12035 > echo $ECHO_N "checking whether ${FC} accepts ${FCFLAGS}... $ECHO_C" >&6
12036 > if test "${ac_guessed_f90flags+set}" = set; then
12037 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12038 > else
12039 >
12040 >
12041 >
12042 > ac_ext=${FC_SRCEXT-f}
12043 > ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
12044 > ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
12045 > ac_compiler_gnu=$ac_cv_fc_compiler_gnu
12046 >
12047 > echo 'program main' > conftest.$ac_ext
12048 > echo 'end program main' >> conftest.$ac_ext
12049 > ac_compile='${FC} -c ${FCFLAGS} $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext 1>&5'
12050 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12051 >  (eval $ac_compile) 2>&5
12052 >  ac_status=$?
12053 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12054 >  (exit $ac_status); }; then
12055 >        ac_guessed_f90flags=yes
12056 > else
12057 >        ac_guessed_f90flags=no
12058 > fi
12059 > rm -f conftest*
12060 > ac_ext=cc
12061 > ac_cpp='$CXXCPP $CPPFLAGS'
12062 > ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12063 > ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12064 > ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12065 >
12066 >
12067 > fi
12068 > echo "$as_me:$LINENO: result: $ac_guessed_f90flags" >&5
12069 > echo "${ECHO_T}$ac_guessed_f90flags" >&6
12070 > if test "$ac_guessed_f90flags" = yes; then
12071 >        :
12072 >
12073 > else
12074 >        :
12075 >
12076 >        echo ""
12077 >        echo "**********************************************************"
12078 >        echo "* WARNING: The guessed FCFLAGS don't seem to work with  *"
12079 >        echo "* your compiler.                                        *"
12080 >        echo "* Use  make FCFLAGS=..., or edit the top level Makefile *"
12081 >        echo "*********************************************************"
12082 >        echo ""
12083 >        FCFLAGS=""
12084 >
12085 > fi
12086 >
12087 >
12088 > fi
12089 >
12090 >
12091 >
12092 >
12093 >
12094 >
12095 >
12096 > echo "$as_me:$LINENO: checking whether we are *really* using GNU cc" >&5
12097 > echo $ECHO_N "checking whether we are *really* using GNU cc... $ECHO_C" >&6
12098 > if test "${ac_cv_prog_really_gcc+set}" = set; then
12099 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12100 > else
12101 >
12102 > cat > conftest.c <<EOF
12103 > #ifdef __GNUC__
12104 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
12105 >     no;
12106 >  #else
12107 >     yes;
12108 >  #endif
12109 > #endif
12110 > EOF
12111 > if { ac_try='${CC-cc} -E conftest.c'
12112 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12113 >  (eval $ac_try) 2>&5
12114 >  ac_status=$?
12115 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12116 >  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12117 >  ac_cv_prog_really_gcc=yes
12118 > else
12119 >  ac_cv_prog_really_gcc=no
12120 > fi
12121 >
12122 > fi
12123 > echo "$as_me:$LINENO: result: $ac_cv_prog_really_gcc" >&5
12124 > echo "${ECHO_T}$ac_cv_prog_really_gcc" >&6
12125 > if test "$ac_cv_prog_really_gcc" = yes; then
12126 >        :
12127 >
12128 > else
12129 >        :
12130 >
12131 > fi
12132 >
12133 >
12134 > # Try to determine "good" native compiler flags if none specified on command
12135 > # line
12136 > if test "$ac_test_CFLAGS" != "set"; then
12137 >  CFLAGS=""
12138 >  case "${host_cpu}-${host_os}" in
12139 >
12140 >  *linux*) if test "$CC" = icc; then
12141 >                    CFLAGS="-O"
12142 >                fi;;
12143 >  sparc-solaris2*) if test "$CC" = cc; then
12144 >                    CFLAGS="-O -dalign"
12145 >                 fi;;
12146 >
12147 >  alpha*-osf*)  if test "$CC" = cc; then
12148 >                    CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host -arch host -std1"
12149 >                fi;;
12150 >
12151 >  hppa*-hpux*)  if test "$CC" = cc; then
12152 >                    CFLAGS="-Ae +O3 +Oall"
12153 >                fi;;
12154 >
12155 >   rs6000*-aix*)  if test "$CC" = cc -o "$CC" = xlc; then
12156 >                    CFLAGS="-O3 -qtune=auto -qansialias -w"
12157 >                fi;;
12158 >   powerpc*-aix*)
12159 >        if test "$CC" = cc -o "$CC" = xlc; then
12160 >                CFLAGS="-O3 -qtune=auto -qansialias -w"
12161 >                echo "*******************************************************"
12162 >                echo "*  You have AIX on an unknown powerpc system.  It is  *"
12163 >                echo "*  recommended that you use                           *"
12164 >                echo "*                                                     *"
12165 >                echo "*    CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
12166 >                echo "*                                 ^^^                 *"
12167 >                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
12168 >                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
12169 >                echo "*******************************************************"
12170 >        fi;;
12171 >   *darwin*)
12172 >        if test "$CC" = xlc -o "$CC" = cc; then
12173 >                CFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
12174 >        fi
12175 >        if test "$CC" = icc; then
12176 >                CFLAGS="-O3 -ip -no-prec-div -mdynamic-no-pic"
12177 >        fi;;
12178 >  esac
12179 >
12180 >  # use default flags for gcc on all systems
12181 >  if test $ac_cv_prog_really_gcc = yes; then
12182 >     CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
12183 >  fi
12184 >
12185 >  # test for gcc-specific flags:
12186 >  if test $ac_cv_prog_really_gcc = yes; then
12187 >    # -malign-double for x86 systems
12188 >
12189 >
12190 > echo "$as_me:$LINENO: checking whether ${CC} accepts -malign-double" >&5
12191 > echo $ECHO_N "checking whether ${CC} accepts -malign-double... $ECHO_C" >&6
12192 > if test "${ac_align_double+set}" = set; then
12193 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12194 > else
12195 >  echo 'void f(){}' > conftest.c
12196 > if test -z "`${CC} -malign-double -c conftest.c 2>&1`"; then
12197 >        ac_align_double=yes
12198 > else
12199 >        ac_align_double=no
12200 > fi
12201 > rm -f conftest*
12202 >
12203 > fi
12204 > echo "$as_me:$LINENO: result: $ac_align_double" >&5
12205 > echo "${ECHO_T}$ac_align_double" >&6
12206 > if test "$ac_align_double" = yes; then
12207 >        :
12208 >        CFLAGS="$CFLAGS -malign-double"
12209 > else
12210 >        :
12211 >
12212 > fi
12213 >
12214 >    # -fstrict-aliasing for gcc-2.95+
12215 >
12216 >
12217 > echo "$as_me:$LINENO: checking whether ${CC} accepts -fstrict-aliasing" >&5
12218 > echo $ECHO_N "checking whether ${CC} accepts -fstrict-aliasing... $ECHO_C" >&6
12219 > if test "${ac_fstrict_aliasing+set}" = set; then
12220 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12221 > else
12222 >  echo 'void f(){}' > conftest.c
12223 > if test -z "`${CC} -fstrict-aliasing -c conftest.c 2>&1`"; then
12224 >        ac_fstrict_aliasing=yes
12225 > else
12226 >        ac_fstrict_aliasing=no
12227 > fi
12228 > rm -f conftest*
12229 >
12230 > fi
12231 > echo "$as_me:$LINENO: result: $ac_fstrict_aliasing" >&5
12232 > echo "${ECHO_T}$ac_fstrict_aliasing" >&6
12233 > if test "$ac_fstrict_aliasing" = yes; then
12234 >        :
12235 >        CFLAGS="$CFLAGS -fstrict-aliasing"
12236 > else
12237 >        :
12238 >
12239 > fi
12240 >
12241 >  fi
12242 >
12243 >  CPU_FLAGS=""
12244 >  if test $ac_cv_prog_really_gcc = yes; then
12245 >                  case "${host_cpu}" in
12246 >          i586*)
12247 >
12248 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mcpu=pentium" >&5
12249 > echo $ECHO_N "checking whether ${CC} accepts -mcpu=pentium... $ECHO_C" >&6
12250 > if test "${ac_cpu_pentium+set}" = set; then
12251 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12252 > else
12253 >  echo 'void f(){}' > conftest.c
12254 > if test -z "`${CC} -mcpu=pentium -c conftest.c 2>&1`"; then
12255 >        ac_cpu_pentium=yes
12256 > else
12257 >        ac_cpu_pentium=no
12258 > fi
12259 > rm -f conftest*
12260 >
12261 > fi
12262 > echo "$as_me:$LINENO: result: $ac_cpu_pentium" >&5
12263 > echo "${ECHO_T}$ac_cpu_pentium" >&6
12264 > if test "$ac_cpu_pentium" = yes; then
12265 >        :
12266 >        CPU_FLAGS=-mcpu=pentium
12267 > else
12268 >        :
12269 >
12270 >
12271 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mpentium" >&5
12272 > echo $ECHO_N "checking whether ${CC} accepts -mpentium... $ECHO_C" >&6
12273 > if test "${ac_pentium+set}" = set; then
12274 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12275 > else
12276 >  echo 'void f(){}' > conftest.c
12277 > if test -z "`${CC} -mpentium -c conftest.c 2>&1`"; then
12278 >        ac_pentium=yes
12279 > else
12280 >        ac_pentium=no
12281 > fi
12282 > rm -f conftest*
12283 >
12284 > fi
12285 > echo "$as_me:$LINENO: result: $ac_pentium" >&5
12286 > echo "${ECHO_T}$ac_pentium" >&6
12287 > if test "$ac_pentium" = yes; then
12288 >        :
12289 >        CPU_FLAGS=-mpentium
12290 > else
12291 >        :
12292 >
12293 > fi
12294 >
12295 > fi
12296 >
12297 >                  ;;
12298 >          i686*)
12299 >
12300 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mcpu=pentiumpro" >&5
12301 > echo $ECHO_N "checking whether ${CC} accepts -mcpu=pentiumpro... $ECHO_C" >&6
12302 > if test "${ac_cpu_pentiumpro+set}" = set; then
12303 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12304 > else
12305 >  echo 'void f(){}' > conftest.c
12306 > if test -z "`${CC} -mcpu=pentiumpro -c conftest.c 2>&1`"; then
12307 >        ac_cpu_pentiumpro=yes
12308 > else
12309 >        ac_cpu_pentiumpro=no
12310 > fi
12311 > rm -f conftest*
12312 >
12313 > fi
12314 > echo "$as_me:$LINENO: result: $ac_cpu_pentiumpro" >&5
12315 > echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
12316 > if test "$ac_cpu_pentiumpro" = yes; then
12317 >        :
12318 >        CPU_FLAGS=-mcpu=pentiumpro
12319 > else
12320 >        :
12321 >
12322 >
12323 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mpentiumpro" >&5
12324 > echo $ECHO_N "checking whether ${CC} accepts -mpentiumpro... $ECHO_C" >&6
12325 > if test "${ac_pentiumpro+set}" = set; then
12326 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12327 > else
12328 >  echo 'void f(){}' > conftest.c
12329 > if test -z "`${CC} -mpentiumpro -c conftest.c 2>&1`"; then
12330 >        ac_pentiumpro=yes
12331 > else
12332 >        ac_pentiumpro=no
12333 > fi
12334 > rm -f conftest*
12335 >
12336 > fi
12337 > echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
12338 > echo "${ECHO_T}$ac_pentiumpro" >&6
12339 > if test "$ac_pentiumpro" = yes; then
12340 >        :
12341 >        CPU_FLAGS=-mpentiumpro
12342 > else
12343 >        :
12344 >
12345 > fi
12346 >
12347 > fi
12348 >
12349 >                  ;;
12350 >          powerpc*)
12351 >                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
12352 >                is60x=`echo $cputype | egrep "^600-9e?$"`
12353 >                if test -n "$is60x"; then
12354 >
12355 >
12356 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mcpu=$cputype" >&5
12357 > echo $ECHO_N "checking whether ${CC} accepts -mcpu=$cputype... $ECHO_C" >&6
12358 > if test "${ac_m_cpu_60x+set}" = set; then
12359 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12360 > else
12361 >  echo 'void f(){}' > conftest.c
12362 > if test -z "`${CC} -mcpu=$cputype -c conftest.c 2>&1`"; then
12363 >        ac_m_cpu_60x=yes
12364 > else
12365 >        ac_m_cpu_60x=no
12366 > fi
12367 > rm -f conftest*
12368 >
12369 > fi
12370 > echo "$as_me:$LINENO: result: $ac_m_cpu_60x" >&5
12371 > echo "${ECHO_T}$ac_m_cpu_60x" >&6
12372 > if test "$ac_m_cpu_60x" = yes; then
12373 >        :
12374 >        CPU_FLAGS=-mcpu=$cputype
12375 > else
12376 >        :
12377 >
12378 > fi
12379 >
12380 >                elif test "$cputype" = 750; then
12381 >
12382 >
12383 > echo "$as_me:$LINENO: checking whether we are using gcc 2.95 or later" >&5
12384 > echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
12385 > if test "${ac_cv_prog_gcc_2_95+set}" = set; then
12386 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12387 > else
12388 >
12389 > cat > conftest.c <<EOF
12390 > #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
12391 > #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
12392 >     yes;
12393 > #  endif
12394 > #endif
12395 > EOF
12396 > if { ac_try='${CC-cc} -E conftest.c'
12397 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12398 >  (eval $ac_try) 2>&5
12399 >  ac_status=$?
12400 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12401 >  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12402 >  ac_cv_prog_gcc_2_95=yes
12403 > else
12404 >  ac_cv_prog_gcc_2_95=no
12405 > fi
12406 >
12407 > fi
12408 > echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_2_95" >&5
12409 > echo "${ECHO_T}$ac_cv_prog_gcc_2_95" >&6
12410 > if test "$ac_cv_prog_gcc_2_95" = yes; then
12411 >        :
12412 >
12413 >
12414 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mcpu=750" >&5
12415 > echo $ECHO_N "checking whether ${CC} accepts -mcpu=750... $ECHO_C" >&6
12416 > if test "${ac_m_cpu_750+set}" = set; then
12417 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12418 > else
12419 >  echo 'void f(){}' > conftest.c
12420 > if test -z "`${CC} -mcpu=750 -c conftest.c 2>&1`"; then
12421 >        ac_m_cpu_750=yes
12422 > else
12423 >        ac_m_cpu_750=no
12424 > fi
12425 > rm -f conftest*
12426 >
12427 > fi
12428 > echo "$as_me:$LINENO: result: $ac_m_cpu_750" >&5
12429 > echo "${ECHO_T}$ac_m_cpu_750" >&6
12430 > if test "$ac_m_cpu_750" = yes; then
12431 >        :
12432 >        CPU_FLAGS=-mcpu=750
12433 > else
12434 >        :
12435 >
12436 > fi
12437 >
12438 > else
12439 >        :
12440 >
12441 > fi
12442 >
12443 >                fi
12444 >                if test -z "$CPU_FLAGS"; then
12445 >
12446 >
12447 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mcpu=powerpc" >&5
12448 > echo $ECHO_N "checking whether ${CC} accepts -mcpu=powerpc... $ECHO_C" >&6
12449 > if test "${ac_m_cpu_powerpc+set}" = set; then
12450 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12451 > else
12452 >  echo 'void f(){}' > conftest.c
12453 > if test -z "`${CC} -mcpu=powerpc -c conftest.c 2>&1`"; then
12454 >        ac_m_cpu_powerpc=yes
12455 > else
12456 >        ac_m_cpu_powerpc=no
12457 > fi
12458 > rm -f conftest*
12459 >
12460 > fi
12461 > echo "$as_me:$LINENO: result: $ac_m_cpu_powerpc" >&5
12462 > echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
12463 > if test "$ac_m_cpu_powerpc" = yes; then
12464 >        :
12465 >        CPU_FLAGS=-mcpu=powerpc
12466 > else
12467 >        :
12468 >
12469 > fi
12470 >
12471 >                fi
12472 >                if test -z "$CPU_FLAGS"; then
12473 >
12474 >
12475 > echo "$as_me:$LINENO: checking whether ${CC} accepts -mpowerpc" >&5
12476 > echo $ECHO_N "checking whether ${CC} accepts -mpowerpc... $ECHO_C" >&6
12477 > if test "${ac_m_powerpc+set}" = set; then
12478 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12479 > else
12480 >  echo 'void f(){}' > conftest.c
12481 > if test -z "`${CC} -mpowerpc -c conftest.c 2>&1`"; then
12482 >        ac_m_powerpc=yes
12483 > else
12484 >        ac_m_powerpc=no
12485 > fi
12486 > rm -f conftest*
12487 >
12488 > fi
12489 > echo "$as_me:$LINENO: result: $ac_m_powerpc" >&5
12490 > echo "${ECHO_T}$ac_m_powerpc" >&6
12491 > if test "$ac_m_powerpc" = yes; then
12492 >        :
12493 >        CPU_FLAGS=-mpowerpc
12494 > else
12495 >        :
12496 >
12497 > fi
12498 >
12499 >                fi
12500 >          esac
12501 >  fi
12502 >
12503 >  if test -n "$CPU_FLAGS"; then
12504 >        CFLAGS="$CFLAGS $CPU_FLAGS"
12505 >  fi
12506 >
12507 >  if test -z "$CFLAGS"; then
12508 >        echo ""
12509 >        echo "********************************************************"
12510 >        echo "* WARNING: Don't know the best CFLAGS for this system  *"
12511 >        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
12512 >        echo "* (otherwise, a default of CFLAGS=-O3 will be used)    *"
12513 >        echo "********************************************************"
12514 >        echo ""
12515 >        CFLAGS="-O3"
12516 >  fi
12517 >
12518 >
12519 >
12520 > echo "$as_me:$LINENO: checking whether ${CC} accepts ${CFLAGS}" >&5
12521 > echo $ECHO_N "checking whether ${CC} accepts ${CFLAGS}... $ECHO_C" >&6
12522 > if test "${ac_guessed_cflags+set}" = set; then
12523 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12524 > else
12525 >  echo 'void f(){}' > conftest.c
12526 > if test -z "`${CC} ${CFLAGS} -c conftest.c 2>&1`"; then
12527 >        ac_guessed_cflags=yes
12528 > else
12529 >        ac_guessed_cflags=no
12530 > fi
12531 > rm -f conftest*
12532 >
12533 > fi
12534 > echo "$as_me:$LINENO: result: $ac_guessed_cflags" >&5
12535 > echo "${ECHO_T}$ac_guessed_cflags" >&6
12536 > if test "$ac_guessed_cflags" = yes; then
12537 >        :
12538 >
12539 > else
12540 >        :
12541 >
12542 >        echo ""
12543 >        echo "********************************************************"
12544 >        echo "* WARNING: The guessed CFLAGS don't seem to work with  *"
12545 >        echo "* your compiler.                                       *"
12546 >        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
12547 >        echo "********************************************************"
12548 >        echo ""
12549 >        CFLAGS=""
12550 >
12551 > fi
12552 >
12553 >
12554 > fi
12555 >
12556 >
12557 >
12558 >
12559 >
12560 >
12561 >
12562 > echo "$as_me:$LINENO: checking whether we are *really* using GNU c++" >&5
12563 > echo $ECHO_N "checking whether we are *really* using GNU c++... $ECHO_C" >&6
12564 > if test "${ac_cv_prog_really_gxx+set}" = set; then
12565 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12566 > else
12567 >
12568 > cat > conftest.cpp <<EOF
12569 > #ifdef __GNUC__
12570 >  #if defined(__INTEL_COMPILER) || defined(__PATHCC__)
12571 >     no;
12572 >  #else
12573 >     yes;
12574 >  #endif
12575 > #endif
12576 > EOF
12577 > if { ac_try='${CXX-c++} -E conftest.cpp'
12578 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12579 >  (eval $ac_try) 2>&5
12580 >  ac_status=$?
12581 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12582 >  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12583 >  ac_cv_prog_really_gxx=yes
12584 > else
12585 >  ac_cv_prog_really_gxx=no
12586 > fi
12587 >
12588 > fi
12589 > echo "$as_me:$LINENO: result: $ac_cv_prog_really_gxx" >&5
12590 > echo "${ECHO_T}$ac_cv_prog_really_gxx" >&6
12591 > if test "$ac_cv_prog_really_gxx" = yes; then
12592 >        :
12593 >
12594 > else
12595 >        :
12596 >
12597 > fi
12598 >
12599 >
12600 > # Try to determine "good" native compiler flags if none specified on command
12601 > # line
12602 > if test "$ac_test_CXXFLAGS" != "set"; then
12603 >  CXXFLAGS=""
12604 >  case "${host_cpu}-${host_os}" in
12605 >
12606 >  *linux*) if test "$CXX" = icc -o "$CXX" = icpc; then
12607 >                    CXXFLAGS="-O"
12608 >                fi;;
12609 >  sparc-solaris2*) if test "$CXX" = CC; then
12610 >                    CXXFLAGS="-features=extensions -O -dalign"
12611 >                 fi;;
12612 >   rs6000*-aix*)  if test "$CXX" = xlC; then
12613 >                    CXXFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
12614 >                fi;;
12615 >   powerpc*-aix*)
12616 >        if test "$CXX" = xlC; then
12617 >                CXXFLAGS="-O3 -qarch=ppc -qansialias -w"
12618 >                echo "*******************************************************"
12619 >                echo "*  You have AIX on an unknown powerpc system.  It is  *"
12620 >                echo "*  recommended that you use                           *"
12621 >                echo "*                                                     *"
12622 >                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
12623 >                echo "*                                 ^^^                 *"
12624 >                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
12625 >                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
12626 >                echo "*******************************************************"
12627 >        fi;;
12628 >   *darwin*)
12629 >        if test "$CXX" = xlc++ -o "$CXX" = xlC ; then
12630 >                CXXFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
12631 >        fi
12632 >        if test "$CXX" = icpc; then
12633 >                CXXFLAGS="-O3 -ip -no-prec-div -mdynamic-no-pic"
12634 >        fi;;
12635 >  esac
12636 >
12637 >  # use default flags for gcc on all systems
12638 >  if test $ac_cv_prog_really_gxx = yes; then
12639 >     CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
12640 >  fi
12641 >
12642 >  # test for gcc-specific flags:
12643 >  if test $ac_cv_prog_really_gxx = yes; then
12644 >    # -malign-double for x86 systems
12645 >
12646 >
12647 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -malign-double" >&5
12648 > echo $ECHO_N "checking whether ${CXX} accepts -malign-double... $ECHO_C" >&6
12649 > if test "${ac_align_double+set}" = set; then
12650 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12651 > else
12652 >  echo 'void f(){}' > conftest.cpp
12653 > if test -z "`${CXX} -malign-double -c conftest.cpp 2>&1`"; then
12654 >        ac_align_double=yes
12655 > else
12656 >        ac_align_double=no
12657 > fi
12658 > rm -f conftest*
12659 >
12660 > fi
12661 > echo "$as_me:$LINENO: result: $ac_align_double" >&5
12662 > echo "${ECHO_T}$ac_align_double" >&6
12663 > if test "$ac_align_double" = yes; then
12664 >        :
12665 >        CXXFLAGS="$CXXFLAGS -malign-double"
12666 > else
12667 >        :
12668 >
12669 > fi
12670 >
12671 >    # -fstrict-aliasing for gcc-2.95+
12672 >
12673 >
12674 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -fstrict-aliasing" >&5
12675 > echo $ECHO_N "checking whether ${CXX} accepts -fstrict-aliasing... $ECHO_C" >&6
12676 > if test "${ac_fstrict_aliasing+set}" = set; then
12677 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12678 > else
12679 >  echo 'void f(){}' > conftest.cpp
12680 > if test -z "`${CXX} -fstrict-aliasing -c conftest.cpp 2>&1`"; then
12681 >        ac_fstrict_aliasing=yes
12682 > else
12683 >        ac_fstrict_aliasing=no
12684 > fi
12685 > rm -f conftest*
12686 >
12687 > fi
12688 > echo "$as_me:$LINENO: result: $ac_fstrict_aliasing" >&5
12689 > echo "${ECHO_T}$ac_fstrict_aliasing" >&6
12690 > if test "$ac_fstrict_aliasing" = yes; then
12691 >        :
12692 >        CXXFLAGS="$CXXFLAGS -fstrict-aliasing"
12693 > else
12694 >        :
12695 >
12696 > fi
12697 >
12698 >  fi
12699 >
12700 >  CPU_FLAGS=""
12701 >  if test $ac_cv_prog_really_gxx = yes; then
12702 >                  case "${host_cpu}" in
12703 >          i586*)
12704 >
12705 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mcpu=pentium" >&5
12706 > echo $ECHO_N "checking whether ${CXX} accepts -mcpu=pentium... $ECHO_C" >&6
12707 > if test "${ac_cpu_pentium+set}" = set; then
12708 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12709 > else
12710 >  echo 'void f(){}' > conftest.cpp
12711 > if test -z "`${CXX} -mcpu=pentium -c conftest.cpp 2>&1`"; then
12712 >        ac_cpu_pentium=yes
12713 > else
12714 >        ac_cpu_pentium=no
12715 > fi
12716 > rm -f conftest*
12717 >
12718 > fi
12719 > echo "$as_me:$LINENO: result: $ac_cpu_pentium" >&5
12720 > echo "${ECHO_T}$ac_cpu_pentium" >&6
12721 > if test "$ac_cpu_pentium" = yes; then
12722 >        :
12723 >        CPU_FLAGS=-mcpu=pentium
12724 > else
12725 >        :
12726 >
12727 >
12728 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mpentium" >&5
12729 > echo $ECHO_N "checking whether ${CXX} accepts -mpentium... $ECHO_C" >&6
12730 > if test "${ac_pentium+set}" = set; then
12731 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12732 > else
12733 >  echo 'void f(){}' > conftest.cpp
12734 > if test -z "`${CXX} -mpentium -c conftest.cpp 2>&1`"; then
12735 >        ac_pentium=yes
12736 > else
12737 >        ac_pentium=no
12738 > fi
12739 > rm -f conftest*
12740 >
12741 > fi
12742 > echo "$as_me:$LINENO: result: $ac_pentium" >&5
12743 > echo "${ECHO_T}$ac_pentium" >&6
12744 > if test "$ac_pentium" = yes; then
12745 >        :
12746 >        CPU_FLAGS=-mpentium
12747 > else
12748 >        :
12749 >
12750 > fi
12751 >
12752 > fi
12753 >
12754 >                  ;;
12755 >          i686*)
12756 >
12757 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mcpu=pentiumpro" >&5
12758 > echo $ECHO_N "checking whether ${CXX} accepts -mcpu=pentiumpro... $ECHO_C" >&6
12759 > if test "${ac_cpu_pentiumpro+set}" = set; then
12760 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12761 > else
12762 >  echo 'void f(){}' > conftest.cpp
12763 > if test -z "`${CXX} -mcpu=pentiumpro -c conftest.cpp 2>&1`"; then
12764 >        ac_cpu_pentiumpro=yes
12765 > else
12766 >        ac_cpu_pentiumpro=no
12767 > fi
12768 > rm -f conftest*
12769 >
12770 > fi
12771 > echo "$as_me:$LINENO: result: $ac_cpu_pentiumpro" >&5
12772 > echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
12773 > if test "$ac_cpu_pentiumpro" = yes; then
12774 >        :
12775 >        CPU_FLAGS=-mcpu=pentiumpro
12776 > else
12777 >        :
12778 >
12779 >
12780 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mpentiumpro" >&5
12781 > echo $ECHO_N "checking whether ${CXX} accepts -mpentiumpro... $ECHO_C" >&6
12782 > if test "${ac_pentiumpro+set}" = set; then
12783 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12784 > else
12785 >  echo 'void f(){}' > conftest.cpp
12786 > if test -z "`${CXX} -mpentiumpro -c conftest.cpp 2>&1`"; then
12787 >        ac_pentiumpro=yes
12788 > else
12789 >        ac_pentiumpro=no
12790   fi
12791 < rm -f confcache
12792 <  exit 1
12791 > rm -f conftest*
12792 >
12793   fi
12794 + echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
12795 + echo "${ECHO_T}$ac_pentiumpro" >&6
12796 + if test "$ac_pentiumpro" = yes; then
12797 +        :
12798 +        CPU_FLAGS=-mpentiumpro
12799 + else
12800 +        :
12801  
12802 < # Extract the first word of "ps", so it can be a program name with args.
12803 < set dummy ps; ac_word=$2
12804 < echo "$as_me:5534: checking for $ac_word" >&5
12805 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
12806 < if test "${ac_cv_path_PS+set}" = set; then
12802 > fi
12803 >
12804 > fi
12805 >
12806 >                  ;;
12807 >          powerpc*)
12808 >                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
12809 >                is60x=`echo $cputype | egrep "^600-9e?$"`
12810 >                if test -n "$is60x"; then
12811 >
12812 >
12813 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mcpu=$cputype" >&5
12814 > echo $ECHO_N "checking whether ${CXX} accepts -mcpu=$cputype... $ECHO_C" >&6
12815 > if test "${ac_m_cpu_60x+set}" = set; then
12816    echo $ECHO_N "(cached) $ECHO_C" >&6
12817   else
12818 <  case $PS in
12819 <  [\\/]* | ?:[\\/]*)
12820 <  ac_cv_path_PS="$PS" # Let the user override the test with a path.
12821 <  ;;
12822 <  *)
5544 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5545 < ac_dummy="$PATH"
5546 < for ac_dir in $ac_dummy; do
5547 <  IFS=$ac_save_IFS
5548 <  test -z "$ac_dir" && ac_dir=.
5549 <  if $as_executable_p "$ac_dir/$ac_word"; then
5550 <   ac_cv_path_PS="$ac_dir/$ac_word"
5551 <   echo "$as_me:5551: found $ac_dir/$ac_word" >&5
5552 <   break
12818 >  echo 'void f(){}' > conftest.cpp
12819 > if test -z "`${CXX} -mcpu=$cputype -c conftest.cpp 2>&1`"; then
12820 >        ac_m_cpu_60x=yes
12821 > else
12822 >        ac_m_cpu_60x=no
12823   fi
12824 < done
12824 > rm -f conftest*
12825  
5556  ;;
5557 esac
12826   fi
12827 < PS=$ac_cv_path_PS
12827 > echo "$as_me:$LINENO: result: $ac_m_cpu_60x" >&5
12828 > echo "${ECHO_T}$ac_m_cpu_60x" >&6
12829 > if test "$ac_m_cpu_60x" = yes; then
12830 >        :
12831 >        CPU_FLAGS=-mcpu=$cputype
12832 > else
12833 >        :
12834  
12835 < if test -n "$PS"; then
12836 <  echo "$as_me:5562: result: $PS" >&5
12837 < echo "${ECHO_T}$PS" >&6
12835 > fi
12836 >
12837 >                elif test "$cputype" = 750; then
12838 >
12839 >
12840 > echo "$as_me:$LINENO: checking whether we are using g++ 2.95 or later" >&5
12841 > echo $ECHO_N "checking whether we are using g++ 2.95 or later... $ECHO_C" >&6
12842 > if test "${ac_cv_prog_gxx_2_95+set}" = set; then
12843 >  echo $ECHO_N "(cached) $ECHO_C" >&6
12844   else
12845 <  echo "$as_me:5565: result: no" >&5
12846 < echo "${ECHO_T}no" >&6
12845 >
12846 > cat > conftest.cpp <<EOF
12847 > #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
12848 > #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
12849 >     yes;
12850 > #  endif
12851 > #endif
12852 > EOF
12853 > if { ac_try='${CXX-c++} -E conftest.cpp'
12854 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12855 >  (eval $ac_try) 2>&5
12856 >  ac_status=$?
12857 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
12858 >  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
12859 >  ac_cv_prog_gxx_2_95=yes
12860 > else
12861 >  ac_cv_prog_gxx_2_95=no
12862   fi
12863  
12864 < echo "$as_me:5569: checking for POSIX or BSD ps syntax" >&5
12865 < echo $ECHO_N "checking for POSIX or BSD ps syntax... $ECHO_C" >&6
12866 < if test "${ac_cv_prog_ps_syntax+set}" = set; then
12864 > fi
12865 > echo "$as_me:$LINENO: result: $ac_cv_prog_gxx_2_95" >&5
12866 > echo "${ECHO_T}$ac_cv_prog_gxx_2_95" >&6
12867 > if test "$ac_cv_prog_gxx_2_95" = yes; then
12868 >        :
12869 >
12870 >
12871 > echo "$as_me:$LINENO: checking whether ${CXX} accepts -mcpu=750" >&5
12872 > echo $ECHO_N "checking whether ${CXX} accepts -mcpu=750... $ECHO_C" >&6
12873 > if test "${ac_m_cpu_750+set}" = set; then
12874    echo $ECHO_N "(cached) $ECHO_C" >&6
12875   else
12876 +  echo 'void f(){}' > conftest.cpp
12877 + if test -z "`${CXX} -mcpu=750 -c conftest.cpp 2>&1`"; then
12878 +        ac_m_cpu_750=yes
12879 + else
12880 +        ac_m_cpu_750=no
12881 + fi
12882 + rm -f conftest*
12883  
12884 <        if $PS ax -o rss > /dev/null 2>&1; then
12885 <                ac_cv_prog_ps_ax=yes
12886 <        else
12887 <                ac_cv_prog_ps_ax=no
12888 <        fi
12889 <        if $PS -ef -o rss > /dev/null 2>&1; then
12890 <                ac_cv_prog_ps_ef=yes
12891 <        else
12892 <                ac_cv_prog_ps_ef=no
12893 <        fi
12894 <        if test "$ac_cv_prog_ps_ax" = yes; then
12895 <                ac_cv_prog_ps_syntax=BSD
12896 <        else
12897 <                if test "$ac_cv_prog_ps_ef" = yes; then
12898 <                        ac_cv_prog_ps_syntax=POSIX
12899 <                else
5591 <                        { { echo "$as_me:5591: error: Could not determine ps syntax" >&5
5592 < echo "$as_me: error: Could not determine ps syntax" >&2;}
5593 <   { (exit 1); exit 1; }; }
12884 > fi
12885 > echo "$as_me:$LINENO: result: $ac_m_cpu_750" >&5
12886 > echo "${ECHO_T}$ac_m_cpu_750" >&6
12887 > if test "$ac_m_cpu_750" = yes; then
12888 >        :
12889 >        CPU_FLAGS=-mcpu=750
12890 > else
12891 >        :
12892 >
12893 > fi
12894 >
12895 > else
12896 >        :
12897 >
12898 > fi
12899 >
12900                  fi
12901 <        fi
12901 >                if test -z "$CPU_FLAGS"; then
12902  
12903 +
12904 + echo "$as_me:$LINENO: checking whether ${CXX} accepts -mcpu=powerpc" >&5
12905 + echo $ECHO_N "checking whether ${CXX} accepts -mcpu=powerpc... $ECHO_C" >&6
12906 + if test "${ac_m_cpu_powerpc+set}" = set; then
12907 +  echo $ECHO_N "(cached) $ECHO_C" >&6
12908 + else
12909 +  echo 'void f(){}' > conftest.cpp
12910 + if test -z "`${CXX} -mcpu=powerpc -c conftest.cpp 2>&1`"; then
12911 +        ac_m_cpu_powerpc=yes
12912 + else
12913 +        ac_m_cpu_powerpc=no
12914   fi
12915 < echo "$as_me:5598: result: $ac_cv_prog_ps_syntax" >&5
5599 < echo "${ECHO_T}$ac_cv_prog_ps_syntax" >&6
12915 > rm -f conftest*
12916  
12917 < cat >>confdefs.h <<EOF
12918 < #define PSCOMMAND $PS
12919 < EOF
12917 > fi
12918 > echo "$as_me:$LINENO: result: $ac_m_cpu_powerpc" >&5
12919 > echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
12920 > if test "$ac_m_cpu_powerpc" = yes; then
12921 >        :
12922 >        CPU_FLAGS=-mcpu=powerpc
12923 > else
12924 >        :
12925  
12926 < if test "$ac_cv_prog_ps_syntax" = BSD; then
5606 <  cat >>confdefs.h <<\EOF
5607 < #define PSTYPE_IS_BSD 1
5608 < EOF
12926 > fi
12927  
12928 +                fi
12929 +                if test -z "$CPU_FLAGS"; then
12930 +
12931 +
12932 + echo "$as_me:$LINENO: checking whether ${CXX} accepts -mpowerpc" >&5
12933 + echo $ECHO_N "checking whether ${CXX} accepts -mpowerpc... $ECHO_C" >&6
12934 + if test "${ac_m_powerpc+set}" = set; then
12935 +  echo $ECHO_N "(cached) $ECHO_C" >&6
12936   else
12937 <   if test "$ac_cv_prog_ps_syntax" = POSIX; then
12938 <       cat >>confdefs.h <<\EOF
12939 < #define PSTYPE_IS_POSIX 1
12940 < EOF
12937 >  echo 'void f(){}' > conftest.cpp
12938 > if test -z "`${CXX} -mpowerpc -c conftest.cpp 2>&1`"; then
12939 >        ac_m_powerpc=yes
12940 > else
12941 >        ac_m_powerpc=no
12942 > fi
12943 > rm -f conftest*
12944  
5616   else
5617       { { echo "$as_me:5617: error: Unknown ps syntax type!" >&5
5618 echo "$as_me: error: Unknown ps syntax type!" >&2;}
5619   { (exit 1); exit 1; }; }
5620   fi
12945   fi
12946 + echo "$as_me:$LINENO: result: $ac_m_powerpc" >&5
12947 + echo "${ECHO_T}$ac_m_powerpc" >&6
12948 + if test "$ac_m_powerpc" = yes; then
12949 +        :
12950 +        CPU_FLAGS=-mpowerpc
12951 + else
12952 +        :
12953  
12954 + fi
12955 +
12956 +                fi
12957 +          esac
12958 +  fi
12959 +
12960 +  if test -n "$CPU_FLAGS"; then
12961 +        CXXFLAGS="$CXXFLAGS $CPU_FLAGS"
12962 +  fi
12963 +
12964 +  if test -z "$CXXFLAGS"; then
12965 +        echo ""
12966 +        echo "**********************************************************"
12967 +        echo "* WARNING: Don't know the best CXXFLAGS for this system  *"
12968 +        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
12969 +        echo "* (otherwise, a default of CXXFLAGS=-O3 will be used)    *"
12970 +        echo "**********************************************************"
12971 +        echo ""
12972 +        CXXFLAGS="-O3"
12973 +  fi
12974 +
12975 +
12976 +
12977 + echo "$as_me:$LINENO: checking whether ${CXX} accepts ${CXXFLAGS}" >&5
12978 + echo $ECHO_N "checking whether ${CXX} accepts ${CXXFLAGS}... $ECHO_C" >&6
12979 + if test "${ac_guessed_cxxflags+set}" = set; then
12980 +  echo $ECHO_N "(cached) $ECHO_C" >&6
12981 + else
12982 +  echo 'void f(){}' > conftest.cpp
12983 + if test -z "`${CXX} ${CXXFLAGS} -c conftest.cpp 2>&1`"; then
12984 +        ac_guessed_cxxflags=yes
12985 + else
12986 +        ac_guessed_cxxflags=no
12987 + fi
12988 + rm -f conftest*
12989 +
12990 + fi
12991 + echo "$as_me:$LINENO: result: $ac_guessed_cxxflags" >&5
12992 + echo "${ECHO_T}$ac_guessed_cxxflags" >&6
12993 + if test "$ac_guessed_cxxflags" = yes; then
12994 +        :
12995 +
12996 + else
12997 +        :
12998 +
12999 +        echo ""
13000 +        echo "**********************************************************"
13001 +        echo "* WARNING: The guessed CXXFLAGS don't seem to work with  *"
13002 +        echo "* your compiler.                                         *"
13003 +        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
13004 +        echo "**********************************************************"
13005 +        echo ""
13006 +        CXXFLAGS=""
13007 +
13008 + fi
13009 +
13010 +
13011 + fi
13012 +
13013 +     ;;
13014 + esac
13015 +
13016 +
13017 + cat >>confdefs.h <<\_ACEOF
13018 + #define OBAPI
13019 + _ACEOF
13020 +
13021 +
13022 +
13023 +
13024   # Check whether --with-mpi or --without-mpi was given.
13025   if test "${with_mpi+set}" = set; then
13026    withval="$with_mpi"
# Line 5638 | Line 13039 | if test "$USE_MPI" = "yes"; then
13039   fi
13040   if test "$USE_MPI" = "yes"; then
13041  
13042 +
13043   # Set variables...
13044   MPI_LIB_DIR="$MPI/lib"
13045   MPI_INC_DIR="$MPI/include"
13046  
13047 < echo "$as_me:5645: checking for mpi.h" >&5
13047 >
13048 >
13049 > ac_ext=c
13050 > ac_cpp='$CPP $CPPFLAGS'
13051 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13052 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13053 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
13054 >
13055 > echo "$as_me:$LINENO: checking for mpi.h" >&5
13056   echo $ECHO_N "checking for mpi.h... $ECHO_C" >&6
13057   have_mpi_h=0
13058 < echo '#include <mpi.h>' > conftest.cc
13059 < if test -z "`${CXX} -I${MPI_INC_DIR} -c conftest.cc 2>&1`"; then
13060 <        echo "$as_me:5650: result: yes" >&5
13058 > rm -f conftest*
13059 > echo '#include <mpi.h>' > conftest.c
13060 > if ${CC} -I${MPI_INC_DIR} -c conftest.c 2>&1 ; then
13061 >        echo "$as_me:$LINENO: result: yes" >&5
13062   echo "${ECHO_T}yes" >&6
13063          have_mpi_h=1
13064   else
13065 <        echo "$as_me:5654: result: no! Check MPI include paths" >&5
13065 >        if test -s conftest.out ; then
13066 >                cat conftest.out >> config.log
13067 >        fi
13068 >        echo "$as_me:$LINENO: result: no! Check MPI include paths" >&5
13069   echo "${ECHO_T}no! Check MPI include paths" >&6
13070          USE_MPI="no"
13071   fi
13072   rm -f conftest*
13073   if test "$have_mpi_h" = 1; then
13074  
13075 < cat >>confdefs.h <<\EOF
13075 > cat >>confdefs.h <<\_ACEOF
13076   #define HAVE_MPI_H 1
13077 < EOF
13077 > _ACEOF
13078  
13079   fi
13080  
13081 < echo "$as_me:5667: checking whether mpif.h is usable" >&5
13081 > echo "$as_me:$LINENO: checking whether mpif.h is usable" >&5
13082   echo $ECHO_N "checking whether mpif.h is usable... $ECHO_C" >&6
13083 +
13084 +
13085 + ac_ext=${FC_SRCEXT-f}
13086 + ac_compile='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
13087 + ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
13088 + ac_compiler_gnu=$ac_cv_fc_compiler_gnu
13089 +
13090 + ac_save_ext=$ac_ext
13091 + ac_ext=F90
13092 + ac_save_FCFLAGS=$FCFLAGS
13093   have_mpif_h=0
13094   rm -f conftest*
13095 < cat >conftest.f90 <<EOF
13095 > cat >conftest.$ac_ext <<EOF
13096   program main
13097     include 'mpif.h'
13098   end
13099   EOF
13100 < if $F90 -I$MPI_INC_DIR -c conftest.f90 > conftest.out 2>&1 ; then
13101 <        echo "$as_me:5677: result: yes" >&5
13100 > if $FC -I$MPI_INC_DIR -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext > conftest.out 2>&1 ; then
13101 >        echo "$as_me:$LINENO: result: yes" >&5
13102   echo "${ECHO_T}yes" >&6
13103          MPI_F90_INC="$MPI_INC_DIR"
13104          have_mpif_h=1
# Line 5682 | Line 13106 | else
13106          if test -s conftest.out ; then
13107                  cat conftest.out >> config.log
13108          fi
13109 <        echo "$as_me:5685: result: no! Check MPI include paths" >&5
13109 >        echo "$as_me:$LINENO: result: no! Check MPI include paths" >&5
13110   echo "${ECHO_T}no! Check MPI include paths" >&6
13111          USE_MPI="no"
13112   fi
# Line 5690 | Line 13114 | if test "$have_mpif_h" = 1; then
13114  
13115   if test "$have_mpif_h" = 1; then
13116  
13117 < cat >>confdefs.h <<\EOF
13117 > cat >>confdefs.h <<\_ACEOF
13118   #define HAVE_MPIF_H 1
13119 < EOF
13119 > _ACEOF
13120  
13121   fi
13122 + FCFLAGS=$ac_save_FCFLAGS
13123 + ac_ext=$ac_save_ext
13124 + ac_ext=c
13125 + ac_cpp='$CPP $CPPFLAGS'
13126 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13127 + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13128 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
13129  
13130 +
13131   ac_ext=c
13132   ac_cpp='$CPP $CPPFLAGS'
13133   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 5703 | Line 13135 | ac_save_LDFLAGS=$LDFLAGS
13135   ac_compiler_gnu=$ac_cv_c_compiler_gnu
13136  
13137   ac_save_LDFLAGS=$LDFLAGS
13138 < LDFLAGS="${LDFLAGS} -L${MPI_LIB_DIR} "
13138 > LDFLAGS="-L${MPI_LIB_DIR} ${LDFLAGS} "
13139  
13140   if test x = x"$MPI_LIB"; then
13141 <        echo "$as_me:5709: checking for MPI_Init in -lmpich" >&5
13141 >        echo "$as_me:$LINENO: checking for MPI_Init in -lmpich" >&5
13142   echo $ECHO_N "checking for MPI_Init in -lmpich... $ECHO_C" >&6
13143   if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then
13144    echo $ECHO_N "(cached) $ECHO_C" >&6
13145   else
13146    ac_check_lib_save_LIBS=$LIBS
13147   LIBS="-lmpich  $LIBS"
13148 < cat >conftest.$ac_ext <<_ACEOF
13149 < #line 5717 "configure"
13150 < #include "confdefs.h"
13151 <
13152 < /* Override any gcc2 internal prototype to avoid an error.  */
13153 < #ifdef __cplusplus
13154 < extern "C"
13148 > cat >conftest.$ac_ext <<_ACEOF
13149 > /* confdefs.h.  */
13150 > _ACEOF
13151 > cat confdefs.h >>conftest.$ac_ext
13152 > cat >>conftest.$ac_ext <<_ACEOF
13153 > /* end confdefs.h.  */
13154 >
13155 > /* Override any gcc2 internal prototype to avoid an error.  */
13156 > #ifdef __cplusplus
13157 > extern "C"
13158 > #endif
13159 > /* We use char because int might match the return type of a gcc2
13160 >   builtin and then its argument prototype would still apply.  */
13161 > char MPI_Init ();
13162 > #ifdef FC_DUMMY_MAIN
13163 > #ifndef FC_DUMMY_MAIN_EQ_F77
13164 > #  ifdef __cplusplus
13165 >     extern "C"
13166 > #  endif
13167 >   int FC_DUMMY_MAIN() { return 1; }
13168 > #endif
13169 > #endif
13170 > int
13171 > main ()
13172 > {
13173 > MPI_Init ();
13174 >  ;
13175 >  return 0;
13176 > }
13177 > _ACEOF
13178 > rm -f conftest.$ac_objext conftest$ac_exeext
13179 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13180 >  (eval $ac_link) 2>conftest.er1
13181 >  ac_status=$?
13182 >  grep -v '^ *+' conftest.er1 >conftest.err
13183 >  rm -f conftest.er1
13184 >  cat conftest.err >&5
13185 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13186 >  (exit $ac_status); } &&
13187 >         { ac_try='test -z "$ac_c_werror_flag"
13188 >                         || test ! -s conftest.err'
13189 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13190 >  (eval $ac_try) 2>&5
13191 >  ac_status=$?
13192 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 >  (exit $ac_status); }; } &&
13194 >         { ac_try='test -s conftest$ac_exeext'
13195 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13196 >  (eval $ac_try) 2>&5
13197 >  ac_status=$?
13198 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 >  (exit $ac_status); }; }; then
13200 >  ac_cv_lib_mpich_MPI_Init=yes
13201 > else
13202 >  echo "$as_me: failed program was:" >&5
13203 > sed 's/^/| /' conftest.$ac_ext >&5
13204 >
13205 > ac_cv_lib_mpich_MPI_Init=no
13206 > fi
13207 > rm -f conftest.err conftest.$ac_objext \
13208 >      conftest$ac_exeext conftest.$ac_ext
13209 > LIBS=$ac_check_lib_save_LIBS
13210 > fi
13211 > echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
13212 > echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
13213 > if test $ac_cv_lib_mpich_MPI_Init = yes; then
13214 >  MPI_LIB="-lmpich"
13215 > fi
13216 >
13217 > fi
13218 > $as_unset ac_cv_lib_mpich_MPI_Init
13219 > if test x = x"$MPI_LIB"; then
13220 >        echo "$as_me:$LINENO: checking for MPI_Init in -lpmpich" >&5
13221 > echo $ECHO_N "checking for MPI_Init in -lpmpich... $ECHO_C" >&6
13222 > if test "${ac_cv_lib_pmpich_MPI_Init+set}" = set; then
13223 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13224 > else
13225 >  ac_check_lib_save_LIBS=$LIBS
13226 > LIBS="-lpmpich -lmpich -lpmpich -lmpich $LIBS"
13227 > cat >conftest.$ac_ext <<_ACEOF
13228 > /* confdefs.h.  */
13229 > _ACEOF
13230 > cat confdefs.h >>conftest.$ac_ext
13231 > cat >>conftest.$ac_ext <<_ACEOF
13232 > /* end confdefs.h.  */
13233 >
13234 > /* Override any gcc2 internal prototype to avoid an error.  */
13235 > #ifdef __cplusplus
13236 > extern "C"
13237 > #endif
13238 > /* We use char because int might match the return type of a gcc2
13239 >   builtin and then its argument prototype would still apply.  */
13240 > char MPI_Init ();
13241 > #ifdef FC_DUMMY_MAIN
13242 > #ifndef FC_DUMMY_MAIN_EQ_F77
13243 > #  ifdef __cplusplus
13244 >     extern "C"
13245 > #  endif
13246 >   int FC_DUMMY_MAIN() { return 1; }
13247 > #endif
13248 > #endif
13249 > int
13250 > main ()
13251 > {
13252 > MPI_Init ();
13253 >  ;
13254 >  return 0;
13255 > }
13256 > _ACEOF
13257 > rm -f conftest.$ac_objext conftest$ac_exeext
13258 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13259 >  (eval $ac_link) 2>conftest.er1
13260 >  ac_status=$?
13261 >  grep -v '^ *+' conftest.er1 >conftest.err
13262 >  rm -f conftest.er1
13263 >  cat conftest.err >&5
13264 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13265 >  (exit $ac_status); } &&
13266 >         { ac_try='test -z "$ac_c_werror_flag"
13267 >                         || test ! -s conftest.err'
13268 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13269 >  (eval $ac_try) 2>&5
13270 >  ac_status=$?
13271 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 >  (exit $ac_status); }; } &&
13273 >         { ac_try='test -s conftest$ac_exeext'
13274 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13275 >  (eval $ac_try) 2>&5
13276 >  ac_status=$?
13277 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 >  (exit $ac_status); }; }; then
13279 >  ac_cv_lib_pmpich_MPI_Init=yes
13280 > else
13281 >  echo "$as_me: failed program was:" >&5
13282 > sed 's/^/| /' conftest.$ac_ext >&5
13283 >
13284 > ac_cv_lib_pmpich_MPI_Init=no
13285 > fi
13286 > rm -f conftest.err conftest.$ac_objext \
13287 >      conftest$ac_exeext conftest.$ac_ext
13288 > LIBS=$ac_check_lib_save_LIBS
13289 > fi
13290 > echo "$as_me:$LINENO: result: $ac_cv_lib_pmpich_MPI_Init" >&5
13291 > echo "${ECHO_T}$ac_cv_lib_pmpich_MPI_Init" >&6
13292 > if test $ac_cv_lib_pmpich_MPI_Init = yes; then
13293 >  MPI_LIB="-lpmpich -lmpich -lpmpich -lmpich"
13294 > fi
13295 >
13296 > fi
13297 > if test x = x"$MPI_LIB"; then
13298 >        echo "$as_me:$LINENO: checking for MPI_Init in -lmpi" >&5
13299 > echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
13300 > if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
13301 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13302 > else
13303 >  ac_check_lib_save_LIBS=$LIBS
13304 > LIBS="-lmpi  $LIBS"
13305 > cat >conftest.$ac_ext <<_ACEOF
13306 > /* confdefs.h.  */
13307 > _ACEOF
13308 > cat confdefs.h >>conftest.$ac_ext
13309 > cat >>conftest.$ac_ext <<_ACEOF
13310 > /* end confdefs.h.  */
13311 >
13312 > /* Override any gcc2 internal prototype to avoid an error.  */
13313 > #ifdef __cplusplus
13314 > extern "C"
13315 > #endif
13316 > /* We use char because int might match the return type of a gcc2
13317 >   builtin and then its argument prototype would still apply.  */
13318 > char MPI_Init ();
13319 > #ifdef FC_DUMMY_MAIN
13320 > #ifndef FC_DUMMY_MAIN_EQ_F77
13321 > #  ifdef __cplusplus
13322 >     extern "C"
13323 > #  endif
13324 >   int FC_DUMMY_MAIN() { return 1; }
13325 > #endif
13326 > #endif
13327 > int
13328 > main ()
13329 > {
13330 > MPI_Init ();
13331 >  ;
13332 >  return 0;
13333 > }
13334 > _ACEOF
13335 > rm -f conftest.$ac_objext conftest$ac_exeext
13336 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13337 >  (eval $ac_link) 2>conftest.er1
13338 >  ac_status=$?
13339 >  grep -v '^ *+' conftest.er1 >conftest.err
13340 >  rm -f conftest.er1
13341 >  cat conftest.err >&5
13342 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13343 >  (exit $ac_status); } &&
13344 >         { ac_try='test -z "$ac_c_werror_flag"
13345 >                         || test ! -s conftest.err'
13346 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13347 >  (eval $ac_try) 2>&5
13348 >  ac_status=$?
13349 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13350 >  (exit $ac_status); }; } &&
13351 >         { ac_try='test -s conftest$ac_exeext'
13352 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13353 >  (eval $ac_try) 2>&5
13354 >  ac_status=$?
13355 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13356 >  (exit $ac_status); }; }; then
13357 >  ac_cv_lib_mpi_MPI_Init=yes
13358 > else
13359 >  echo "$as_me: failed program was:" >&5
13360 > sed 's/^/| /' conftest.$ac_ext >&5
13361 >
13362 > ac_cv_lib_mpi_MPI_Init=no
13363 > fi
13364 > rm -f conftest.err conftest.$ac_objext \
13365 >      conftest$ac_exeext conftest.$ac_ext
13366 > LIBS=$ac_check_lib_save_LIBS
13367 > fi
13368 > echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
13369 > echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
13370 > if test $ac_cv_lib_mpi_MPI_Init = yes; then
13371 >  MPI_LIB="-lmpi"
13372 > fi
13373 >
13374 > fi
13375 > $as_unset ac_cv_lib_mpi_MPI_Init
13376 > if test x = x"$MPI_LIB"; then
13377 >        echo "$as_me:$LINENO: checking for MPI_Init in -lmpi" >&5
13378 > echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
13379 > if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
13380 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13381 > else
13382 >  ac_check_lib_save_LIBS=$LIBS
13383 > LIBS="-lmpi -llam $LIBS"
13384 > cat >conftest.$ac_ext <<_ACEOF
13385 > /* confdefs.h.  */
13386 > _ACEOF
13387 > cat confdefs.h >>conftest.$ac_ext
13388 > cat >>conftest.$ac_ext <<_ACEOF
13389 > /* end confdefs.h.  */
13390 >
13391 > /* Override any gcc2 internal prototype to avoid an error.  */
13392 > #ifdef __cplusplus
13393 > extern "C"
13394 > #endif
13395 > /* We use char because int might match the return type of a gcc2
13396 >   builtin and then its argument prototype would still apply.  */
13397 > char MPI_Init ();
13398 > #ifdef FC_DUMMY_MAIN
13399 > #ifndef FC_DUMMY_MAIN_EQ_F77
13400 > #  ifdef __cplusplus
13401 >     extern "C"
13402 > #  endif
13403 >   int FC_DUMMY_MAIN() { return 1; }
13404 > #endif
13405 > #endif
13406 > int
13407 > main ()
13408 > {
13409 > MPI_Init ();
13410 >  ;
13411 >  return 0;
13412 > }
13413 > _ACEOF
13414 > rm -f conftest.$ac_objext conftest$ac_exeext
13415 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13416 >  (eval $ac_link) 2>conftest.er1
13417 >  ac_status=$?
13418 >  grep -v '^ *+' conftest.er1 >conftest.err
13419 >  rm -f conftest.er1
13420 >  cat conftest.err >&5
13421 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13422 >  (exit $ac_status); } &&
13423 >         { ac_try='test -z "$ac_c_werror_flag"
13424 >                         || test ! -s conftest.err'
13425 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13426 >  (eval $ac_try) 2>&5
13427 >  ac_status=$?
13428 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429 >  (exit $ac_status); }; } &&
13430 >         { ac_try='test -s conftest$ac_exeext'
13431 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13432 >  (eval $ac_try) 2>&5
13433 >  ac_status=$?
13434 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13435 >  (exit $ac_status); }; }; then
13436 >  ac_cv_lib_mpi_MPI_Init=yes
13437 > else
13438 >  echo "$as_me: failed program was:" >&5
13439 > sed 's/^/| /' conftest.$ac_ext >&5
13440 >
13441 > ac_cv_lib_mpi_MPI_Init=no
13442 > fi
13443 > rm -f conftest.err conftest.$ac_objext \
13444 >      conftest$ac_exeext conftest.$ac_ext
13445 > LIBS=$ac_check_lib_save_LIBS
13446 > fi
13447 > echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
13448 > echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
13449 > if test $ac_cv_lib_mpi_MPI_Init = yes; then
13450 >  MPI_LIB="-lmpi -llam"
13451 > fi
13452 >
13453 > fi
13454 > $as_unset ac_cv_lib_mpi_MPI_Init
13455 > if test x = x"$MPI_LIB"; then
13456 > echo "$as_me:$LINENO: checking for MPI_Init in -lmpi" >&5
13457 > echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
13458 > if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
13459 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13460 > else
13461 >  ac_check_lib_save_LIBS=$LIBS
13462 > LIBS="-lmpi -llam -lpthread $LIBS"
13463 > cat >conftest.$ac_ext <<_ACEOF
13464 > /* confdefs.h.  */
13465 > _ACEOF
13466 > cat confdefs.h >>conftest.$ac_ext
13467 > cat >>conftest.$ac_ext <<_ACEOF
13468 > /* end confdefs.h.  */
13469 >
13470 > /* Override any gcc2 internal prototype to avoid an error.  */
13471 > #ifdef __cplusplus
13472 > extern "C"
13473 > #endif
13474 > /* We use char because int might match the return type of a gcc2
13475 >   builtin and then its argument prototype would still apply.  */
13476 > char MPI_Init ();
13477 > #ifdef FC_DUMMY_MAIN
13478 > #ifndef FC_DUMMY_MAIN_EQ_F77
13479 > #  ifdef __cplusplus
13480 >     extern "C"
13481 > #  endif
13482 >   int FC_DUMMY_MAIN() { return 1; }
13483 > #endif
13484 > #endif
13485 > int
13486 > main ()
13487 > {
13488 > MPI_Init ();
13489 >  ;
13490 >  return 0;
13491 > }
13492 > _ACEOF
13493 > rm -f conftest.$ac_objext conftest$ac_exeext
13494 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13495 >  (eval $ac_link) 2>conftest.er1
13496 >  ac_status=$?
13497 >  grep -v '^ *+' conftest.er1 >conftest.err
13498 >  rm -f conftest.er1
13499 >  cat conftest.err >&5
13500 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13501 >  (exit $ac_status); } &&
13502 >         { ac_try='test -z "$ac_c_werror_flag"
13503 >                         || test ! -s conftest.err'
13504 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13505 >  (eval $ac_try) 2>&5
13506 >  ac_status=$?
13507 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13508 >  (exit $ac_status); }; } &&
13509 >         { ac_try='test -s conftest$ac_exeext'
13510 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13511 >  (eval $ac_try) 2>&5
13512 >  ac_status=$?
13513 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13514 >  (exit $ac_status); }; }; then
13515 >  ac_cv_lib_mpi_MPI_Init=yes
13516 > else
13517 >  echo "$as_me: failed program was:" >&5
13518 > sed 's/^/| /' conftest.$ac_ext >&5
13519 >
13520 > ac_cv_lib_mpi_MPI_Init=no
13521 > fi
13522 > rm -f conftest.err conftest.$ac_objext \
13523 >      conftest$ac_exeext conftest.$ac_ext
13524 > LIBS=$ac_check_lib_save_LIBS
13525 > fi
13526 > echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
13527 > echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
13528 > if test $ac_cv_lib_mpi_MPI_Init = yes; then
13529 >  MPI_LIB="-lmpi -llam -lpthread"
13530 > else
13531 >
13532 >             { { echo "$as_me:$LINENO: error: Didn't find liblam, libmpi, or libmpich; check path for MPI package first..." >&5
13533 > echo "$as_me: error: Didn't find liblam, libmpi, or libmpich; check path for MPI package first..." >&2;}
13534 >   { (exit 1); exit 1; }; }
13535 >             USE_MPI="no"
13536 >
13537 > fi
13538 >
13539 > fi
13540 >
13541 >
13542 >
13543 > echo "$as_me:$LINENO: checking for MPI Fortran library" >&5
13544 > echo $ECHO_N "checking for MPI Fortran library... $ECHO_C" >&6
13545 > MPI_F90_LIB=""
13546 > if test -f "$MPI_LIB_DIR/libfmpich.a" ; then
13547 >        MPI_F90_LIB="-lfmpich"
13548 > elif test -f "$MPI_LIB_DIR/liblamf77mpi.a" ; then
13549 >        MPI_F90_LIB="-llamf77mpi"
13550 > else
13551 >                        MPI_F90_LIB="  "
13552 > fi
13553 > echo "$as_me:$LINENO: result: found $MPI_F90_LIB" >&5
13554 > echo "${ECHO_T}found $MPI_F90_LIB" >&6
13555 >
13556 >
13557 > fi
13558 >
13559 >
13560 >
13561 > acx_cgal_found=no
13562 >
13563 > # Check whether --with-cgalmakefile or --without-cgalmakefile was given.
13564 > if test "${with_cgalmakefile+set}" = set; then
13565 >  withval="$with_cgalmakefile"
13566 >
13567 > fi;
13568 > case $with_cgalmakefile in
13569 >        yes | "") ;;
13570 >        no) acx_cgal_found=disable ;;
13571 >        -* | */* | *.a | *.so | *.so.* | *.o) CGAL_MAKEFILE="$with_cgalmakefile" ;;
13572 >        *) CGAL_MAKEFILE="$with_cgalmakefile" ;;
13573 > esac
13574 >
13575 > if test "$acx_cgal_found" == no; then
13576 >    echo "$as_me:$LINENO: checking CGAL_MAKEFILE" >&5
13577 > echo $ECHO_N "checking CGAL_MAKEFILE... $ECHO_C" >&6
13578 >
13579 >    if test \! -z "$CGAL_MAKEFILE"; then
13580 >
13581 >        if test -e "$CGAL_MAKEFILE"; then
13582 >            tname=`mktemp /tmp/cgal_makefile_dsrXXXXXX`
13583 >
13584 > cat > $tname << _ACEOF
13585 > include $CGAL_MAKEFILE
13586 >
13587 > cppflags:
13588 >        @echo \$(CGAL_CXXFLAGS)
13589 >
13590 > cxxflags:
13591 >        @echo
13592 > ldflags:
13593 >        @echo \$(CGAL_LDFLAGS)
13594 > _ACEOF
13595 >            CGAL_CPPFLAGS="`make -s -f $tname cppflags`"
13596 >            CGAL_CXXFLAGS="`make -s -f $tname cxxflags`"
13597 >            CGAL_LDFLAGST="`make -s -f $tname ldflags`"
13598 >            for i in $CGAL_LDFLAGST; do
13599 >                if test `echo $i| grep -c ^-l`; then
13600 >                    CGAL_LIBS="$CGAL_LIBS $i"
13601 >                else
13602 >                    CGAL_LDFLAGS="$CGAL_LDFLAGS $i"
13603 >                fi
13604 >            done
13605 >            rm -f $tname
13606 >            echo "$as_me:$LINENO: result: yes" >&5
13607 > echo "${ECHO_T}yes" >&6
13608 >            acx_cgal_found=yes
13609 >                                   else
13610 >            echo "$as_me:$LINENO: result: invalid" >&5
13611 > echo "${ECHO_T}invalid" >&6
13612 >            { { echo "$as_me:$LINENO: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&5
13613 > echo "$as_me: error: CGAL_MAKEFILE defined, but the makefile does not exist." >&2;}
13614 >   { (exit 1); exit 1; }; }
13615 >        fi
13616 >    else
13617 >        echo "$as_me:$LINENO: result: not defined" >&5
13618 > echo "${ECHO_T}not defined" >&6
13619 >    fi
13620 > fi
13621 >
13622 > if test "$acx_cgal_found" == no; then
13623 >        if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
13624 >  echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
13625 > echo $ECHO_N "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... $ECHO_C" >&6
13626 > if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
13627 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13628 > fi
13629 > echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
13630 > echo "${ECHO_T}$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6
13631 > else
13632 >  # Is the header compilable?
13633 > echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability" >&5
13634 > echo $ECHO_N "checking CGAL/Exact_predicates_inexact_constructions_kernel.h usability... $ECHO_C" >&6
13635 > cat >conftest.$ac_ext <<_ACEOF
13636 > /* confdefs.h.  */
13637 > _ACEOF
13638 > cat confdefs.h >>conftest.$ac_ext
13639 > cat >>conftest.$ac_ext <<_ACEOF
13640 > /* end confdefs.h.  */
13641 > $ac_includes_default
13642 > #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
13643 > _ACEOF
13644 > rm -f conftest.$ac_objext
13645 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13646 >  (eval $ac_compile) 2>conftest.er1
13647 >  ac_status=$?
13648 >  grep -v '^ *+' conftest.er1 >conftest.err
13649 >  rm -f conftest.er1
13650 >  cat conftest.err >&5
13651 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13652 >  (exit $ac_status); } &&
13653 >         { ac_try='test -z "$ac_c_werror_flag"
13654 >                         || test ! -s conftest.err'
13655 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13656 >  (eval $ac_try) 2>&5
13657 >  ac_status=$?
13658 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13659 >  (exit $ac_status); }; } &&
13660 >         { ac_try='test -s conftest.$ac_objext'
13661 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13662 >  (eval $ac_try) 2>&5
13663 >  ac_status=$?
13664 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13665 >  (exit $ac_status); }; }; then
13666 >  ac_header_compiler=yes
13667 > else
13668 >  echo "$as_me: failed program was:" >&5
13669 > sed 's/^/| /' conftest.$ac_ext >&5
13670 >
13671 > ac_header_compiler=no
13672 > fi
13673 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13674 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13675 > echo "${ECHO_T}$ac_header_compiler" >&6
13676 >
13677 > # Is the header present?
13678 > echo "$as_me:$LINENO: checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence" >&5
13679 > echo $ECHO_N "checking CGAL/Exact_predicates_inexact_constructions_kernel.h presence... $ECHO_C" >&6
13680 > cat >conftest.$ac_ext <<_ACEOF
13681 > /* confdefs.h.  */
13682 > _ACEOF
13683 > cat confdefs.h >>conftest.$ac_ext
13684 > cat >>conftest.$ac_ext <<_ACEOF
13685 > /* end confdefs.h.  */
13686 > #include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
13687 > _ACEOF
13688 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13689 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
13690 >  ac_status=$?
13691 >  grep -v '^ *+' conftest.er1 >conftest.err
13692 >  rm -f conftest.er1
13693 >  cat conftest.err >&5
13694 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13695 >  (exit $ac_status); } >/dev/null; then
13696 >  if test -s conftest.err; then
13697 >    ac_cpp_err=$ac_c_preproc_warn_flag
13698 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13699 >  else
13700 >    ac_cpp_err=
13701 >  fi
13702 > else
13703 >  ac_cpp_err=yes
13704 > fi
13705 > if test -z "$ac_cpp_err"; then
13706 >  ac_header_preproc=yes
13707 > else
13708 >  echo "$as_me: failed program was:" >&5
13709 > sed 's/^/| /' conftest.$ac_ext >&5
13710 >
13711 >  ac_header_preproc=no
13712 > fi
13713 > rm -f conftest.err conftest.$ac_ext
13714 > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13715 > echo "${ECHO_T}$ac_header_preproc" >&6
13716 >
13717 > # So?  What about this header?
13718 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13719 >  yes:no: )
13720 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&5
13721 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13722 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&5
13723 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the compiler's result" >&2;}
13724 >    ac_header_preproc=yes
13725 >    ;;
13726 >  no:yes:* )
13727 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&5
13728 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: present but cannot be compiled" >&2;}
13729 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&5
13730 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     check for missing prerequisite headers?" >&2;}
13731 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&5
13732 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: see the Autoconf documentation" >&2;}
13733 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&5
13734 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13735 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&5
13736 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: proceeding with the preprocessor's result" >&2;}
13737 >    { echo "$as_me:$LINENO: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&5
13738 > echo "$as_me: WARNING: CGAL/Exact_predicates_inexact_constructions_kernel.h: in the future, the compiler will take precedence" >&2;}
13739 >    (
13740 >      cat <<\_ASBOX
13741 > ## ------------------------------ ##
13742 > ## Report this to gezelter@nd.edu ##
13743 > ## ------------------------------ ##
13744 > _ASBOX
13745 >    ) |
13746 >      sed "s/^/$as_me: WARNING:     /" >&2
13747 >    ;;
13748 > esac
13749 > echo "$as_me:$LINENO: checking for CGAL/Exact_predicates_inexact_constructions_kernel.h" >&5
13750 > echo $ECHO_N "checking for CGAL/Exact_predicates_inexact_constructions_kernel.h... $ECHO_C" >&6
13751 > if test "${ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h+set}" = set; then
13752 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13753 > else
13754 >  ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h=$ac_header_preproc
13755 > fi
13756 > echo "$as_me:$LINENO: result: $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&5
13757 > echo "${ECHO_T}$ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h" >&6
13758 >
13759 > fi
13760 > if test $ac_cv_header_CGAL_Exact_predicates_inexact_constructions_kernel_h = yes; then
13761 >  cgal_have_header=yes
13762 > else
13763 >  cgal_have_header=no
13764 > fi
13765 >
13766 >
13767 >        if test "$cgal_have_header" == yes; then
13768 >                echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
13769 > echo $ECHO_N "checking for main in -lCGAL... $ECHO_C" >&6
13770 > if test "${ac_cv_lib_CGAL_main+set}" = set; then
13771 >  echo $ECHO_N "(cached) $ECHO_C" >&6
13772 > else
13773 >  ac_check_lib_save_LIBS=$LIBS
13774 > LIBS="-lCGAL  $LIBS"
13775 > cat >conftest.$ac_ext <<_ACEOF
13776 > /* confdefs.h.  */
13777 > _ACEOF
13778 > cat confdefs.h >>conftest.$ac_ext
13779 > cat >>conftest.$ac_ext <<_ACEOF
13780 > /* end confdefs.h.  */
13781 >
13782 >
13783 > #ifdef FC_DUMMY_MAIN
13784 > #ifndef FC_DUMMY_MAIN_EQ_F77
13785 > #  ifdef __cplusplus
13786 >     extern "C"
13787 > #  endif
13788 >   int FC_DUMMY_MAIN() { return 1; }
13789 > #endif
13790   #endif
5724 /* We use char because int might match the return type of a gcc2
5725   builtin and then its argument prototype would still apply.  */
5726 char MPI_Init ();
13791   int
13792   main ()
13793   {
13794 < MPI_Init ();
13794 > main ();
13795    ;
13796    return 0;
13797   }
13798   _ACEOF
13799   rm -f conftest.$ac_objext conftest$ac_exeext
13800 < if { (eval echo "$as_me:5736: \"$ac_link\"") >&5
13801 <  (eval $ac_link) 2>&5
13800 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13801 >  (eval $ac_link) 2>conftest.er1
13802    ac_status=$?
13803 <  echo "$as_me:5739: \$? = $ac_status" >&5
13803 >  grep -v '^ *+' conftest.er1 >conftest.err
13804 >  rm -f conftest.er1
13805 >  cat conftest.err >&5
13806 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13807    (exit $ac_status); } &&
13808 <         { ac_try='test -s conftest$ac_exeext'
13809 <  { (eval echo "$as_me:5742: \"$ac_try\"") >&5
13808 >         { ac_try='test -z "$ac_c_werror_flag"
13809 >                         || test ! -s conftest.err'
13810 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13811    (eval $ac_try) 2>&5
13812    ac_status=$?
13813 <  echo "$as_me:5745: \$? = $ac_status" >&5
13813 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13814 >  (exit $ac_status); }; } &&
13815 >         { ac_try='test -s conftest$ac_exeext'
13816 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13817 >  (eval $ac_try) 2>&5
13818 >  ac_status=$?
13819 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13820    (exit $ac_status); }; }; then
13821 <  ac_cv_lib_mpich_MPI_Init=yes
13821 >  ac_cv_lib_CGAL_main=yes
13822   else
13823    echo "$as_me: failed program was:" >&5
13824 < cat conftest.$ac_ext >&5
13825 < ac_cv_lib_mpich_MPI_Init=no
13824 > sed 's/^/| /' conftest.$ac_ext >&5
13825 >
13826 > ac_cv_lib_CGAL_main=no
13827   fi
13828 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13828 > rm -f conftest.err conftest.$ac_objext \
13829 >      conftest$ac_exeext conftest.$ac_ext
13830   LIBS=$ac_check_lib_save_LIBS
13831   fi
13832 < echo "$as_me:5756: result: $ac_cv_lib_mpich_MPI_Init" >&5
13833 < echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
13834 < if test $ac_cv_lib_mpich_MPI_Init = yes; then
13835 <  MPI_LIB="-lmpich"
13832 > echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
13833 > echo "${ECHO_T}$ac_cv_lib_CGAL_main" >&6
13834 > if test $ac_cv_lib_CGAL_main = yes; then
13835 >  cgal_have_lib=yes
13836 > else
13837 >  cgal_have_lib=no
13838   fi
13839  
13840 < fi
13841 < if test x = x"$MPI_LIB"; then
13842 <        echo "$as_me:5764: checking for MPI_Init in -lmpi" >&5
13843 < echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
13844 < if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
13840 >                if test "$cgal_have_lib" == no; then
13841 >                        save_LIBS="$LIBS"; LIBS="$LIBS -lgmp -lmpfr -lm"
13842 >                        echo "$as_me:$LINENO: checking for main in -lCGAL" >&5
13843 > echo $ECHO_N "checking for main in -lCGAL... $ECHO_C" >&6
13844 > if test "${ac_cv_lib_CGAL_main+set}" = set; then
13845    echo $ECHO_N "(cached) $ECHO_C" >&6
13846   else
13847    ac_check_lib_save_LIBS=$LIBS
13848 < LIBS="-lmpi  $LIBS"
13848 > LIBS="-lCGAL  $LIBS"
13849   cat >conftest.$ac_ext <<_ACEOF
13850 < #line 5772 "configure"
13851 < #include "confdefs.h"
13850 > /* confdefs.h.  */
13851 > _ACEOF
13852 > cat confdefs.h >>conftest.$ac_ext
13853 > cat >>conftest.$ac_ext <<_ACEOF
13854 > /* end confdefs.h.  */
13855  
13856 < /* Override any gcc2 internal prototype to avoid an error.  */
13857 < #ifdef __cplusplus
13858 < extern "C"
13856 >
13857 > #ifdef FC_DUMMY_MAIN
13858 > #ifndef FC_DUMMY_MAIN_EQ_F77
13859 > #  ifdef __cplusplus
13860 >     extern "C"
13861 > #  endif
13862 >   int FC_DUMMY_MAIN() { return 1; }
13863   #endif
13864 < /* We use char because int might match the return type of a gcc2
5780 <   builtin and then its argument prototype would still apply.  */
5781 < char MPI_Init ();
13864 > #endif
13865   int
13866   main ()
13867   {
13868 < MPI_Init ();
13868 > main ();
13869    ;
13870    return 0;
13871   }
13872   _ACEOF
13873   rm -f conftest.$ac_objext conftest$ac_exeext
13874 < if { (eval echo "$as_me:5791: \"$ac_link\"") >&5
13875 <  (eval $ac_link) 2>&5
13874 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13875 >  (eval $ac_link) 2>conftest.er1
13876    ac_status=$?
13877 <  echo "$as_me:5794: \$? = $ac_status" >&5
13877 >  grep -v '^ *+' conftest.er1 >conftest.err
13878 >  rm -f conftest.er1
13879 >  cat conftest.err >&5
13880 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13881    (exit $ac_status); } &&
13882 <         { ac_try='test -s conftest$ac_exeext'
13883 <  { (eval echo "$as_me:5797: \"$ac_try\"") >&5
13882 >         { ac_try='test -z "$ac_c_werror_flag"
13883 >                         || test ! -s conftest.err'
13884 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13885    (eval $ac_try) 2>&5
13886    ac_status=$?
13887 <  echo "$as_me:5800: \$? = $ac_status" >&5
13887 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 >  (exit $ac_status); }; } &&
13889 >         { ac_try='test -s conftest$ac_exeext'
13890 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13891 >  (eval $ac_try) 2>&5
13892 >  ac_status=$?
13893 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894    (exit $ac_status); }; }; then
13895 <  ac_cv_lib_mpi_MPI_Init=yes
13895 >  ac_cv_lib_CGAL_main=yes
13896   else
13897    echo "$as_me: failed program was:" >&5
13898 < cat conftest.$ac_ext >&5
13899 < ac_cv_lib_mpi_MPI_Init=no
13898 > sed 's/^/| /' conftest.$ac_ext >&5
13899 >
13900 > ac_cv_lib_CGAL_main=no
13901   fi
13902 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13902 > rm -f conftest.err conftest.$ac_objext \
13903 >      conftest$ac_exeext conftest.$ac_ext
13904   LIBS=$ac_check_lib_save_LIBS
13905   fi
13906 < echo "$as_me:5811: result: $ac_cv_lib_mpi_MPI_Init" >&5
13907 < echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
13908 < if test $ac_cv_lib_mpi_MPI_Init = yes; then
13909 <  MPI_LIB="-lmpi"
13906 > echo "$as_me:$LINENO: result: $ac_cv_lib_CGAL_main" >&5
13907 > echo "${ECHO_T}$ac_cv_lib_CGAL_main" >&6
13908 > if test $ac_cv_lib_CGAL_main = yes; then
13909 >  CGAL_LIBS="-lCGAL -lgmp -lmpfr"
13910 >                                                  cgal_have_lib=yes
13911 > else
13912 >  cgal_have_lib=no
13913   fi
13914  
13915 < fi
13916 < $as_unset ac_cv_lib_mpi_MPI_Init
13917 < if test x = x"$MPI_LIB"; then
13918 <        echo "$as_me:5820: checking for MPI_Init in -lmpi" >&5
13919 < echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
13920 < if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
13915 >                        LIBS="$save_LIBS"
13916 >                else
13917 >                        CGAL_LIBS="-lCGAL"
13918 >                        echo "$as_me:$LINENO: checking for main in -lmpfr" >&5
13919 > echo $ECHO_N "checking for main in -lmpfr... $ECHO_C" >&6
13920 > if test "${ac_cv_lib_mpfr_main+set}" = set; then
13921    echo $ECHO_N "(cached) $ECHO_C" >&6
13922   else
13923    ac_check_lib_save_LIBS=$LIBS
13924 < LIBS="-lmpi "-llam" $LIBS"
13924 > LIBS="-lmpfr  $LIBS"
13925   cat >conftest.$ac_ext <<_ACEOF
13926 < #line 5828 "configure"
13927 < #include "confdefs.h"
13926 > /* confdefs.h.  */
13927 > _ACEOF
13928 > cat confdefs.h >>conftest.$ac_ext
13929 > cat >>conftest.$ac_ext <<_ACEOF
13930 > /* end confdefs.h.  */
13931  
13932 < /* Override any gcc2 internal prototype to avoid an error.  */
13933 < #ifdef __cplusplus
13934 < extern "C"
13932 >
13933 > #ifdef FC_DUMMY_MAIN
13934 > #ifndef FC_DUMMY_MAIN_EQ_F77
13935 > #  ifdef __cplusplus
13936 >     extern "C"
13937 > #  endif
13938 >   int FC_DUMMY_MAIN() { return 1; }
13939   #endif
13940 < /* We use char because int might match the return type of a gcc2
5836 <   builtin and then its argument prototype would still apply.  */
5837 < char MPI_Init ();
13940 > #endif
13941   int
13942   main ()
13943   {
13944 < MPI_Init ();
13944 > main ();
13945    ;
13946    return 0;
13947   }
13948   _ACEOF
13949   rm -f conftest.$ac_objext conftest$ac_exeext
13950 < if { (eval echo "$as_me:5847: \"$ac_link\"") >&5
13951 <  (eval $ac_link) 2>&5
13950 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13951 >  (eval $ac_link) 2>conftest.er1
13952    ac_status=$?
13953 <  echo "$as_me:5850: \$? = $ac_status" >&5
13953 >  grep -v '^ *+' conftest.er1 >conftest.err
13954 >  rm -f conftest.er1
13955 >  cat conftest.err >&5
13956 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13957    (exit $ac_status); } &&
13958 <         { ac_try='test -s conftest$ac_exeext'
13959 <  { (eval echo "$as_me:5853: \"$ac_try\"") >&5
13958 >         { ac_try='test -z "$ac_c_werror_flag"
13959 >                         || test ! -s conftest.err'
13960 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13961    (eval $ac_try) 2>&5
13962    ac_status=$?
13963 <  echo "$as_me:5856: \$? = $ac_status" >&5
13963 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13964 >  (exit $ac_status); }; } &&
13965 >         { ac_try='test -s conftest$ac_exeext'
13966 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13967 >  (eval $ac_try) 2>&5
13968 >  ac_status=$?
13969 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970    (exit $ac_status); }; }; then
13971 <  ac_cv_lib_mpi_MPI_Init=yes
13971 >  ac_cv_lib_mpfr_main=yes
13972   else
13973    echo "$as_me: failed program was:" >&5
13974 < cat conftest.$ac_ext >&5
13975 < ac_cv_lib_mpi_MPI_Init=no
13974 > sed 's/^/| /' conftest.$ac_ext >&5
13975 >
13976 > ac_cv_lib_mpfr_main=no
13977   fi
13978 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13978 > rm -f conftest.err conftest.$ac_objext \
13979 >      conftest$ac_exeext conftest.$ac_ext
13980   LIBS=$ac_check_lib_save_LIBS
13981   fi
13982 < echo "$as_me:5867: result: $ac_cv_lib_mpi_MPI_Init" >&5
13983 < echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
13984 < if test $ac_cv_lib_mpi_MPI_Init = yes; then
13985 <  MPI_LIB="-lmpi -llam"
13982 > echo "$as_me:$LINENO: result: $ac_cv_lib_mpfr_main" >&5
13983 > echo "${ECHO_T}$ac_cv_lib_mpfr_main" >&6
13984 > if test $ac_cv_lib_mpfr_main = yes; then
13985 >  CGAL_LIBS="$CGAL_LIBS -lmpfr"
13986   fi
13987  
13988 < fi
13989 < $as_unset ac_cv_lib_mpich_MPI_Init
13990 < if test x = x"$MPI_LIB"; then
5876 <        echo "$as_me:5876: checking for MPI_Init in -lmpich" >&5
5877 < echo $ECHO_N "checking for MPI_Init in -lmpich... $ECHO_C" >&6
5878 < if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then
13988 >                        echo "$as_me:$LINENO: checking for main in -lgmp" >&5
13989 > echo $ECHO_N "checking for main in -lgmp... $ECHO_C" >&6
13990 > if test "${ac_cv_lib_gmp_main+set}" = set; then
13991    echo $ECHO_N "(cached) $ECHO_C" >&6
13992   else
13993    ac_check_lib_save_LIBS=$LIBS
13994 < LIBS="-lmpich "-lpmpich" $LIBS"
13994 > LIBS="-lgmp  $LIBS"
13995   cat >conftest.$ac_ext <<_ACEOF
13996 < #line 5884 "configure"
13997 < #include "confdefs.h"
13996 > /* confdefs.h.  */
13997 > _ACEOF
13998 > cat confdefs.h >>conftest.$ac_ext
13999 > cat >>conftest.$ac_ext <<_ACEOF
14000 > /* end confdefs.h.  */
14001  
14002 < /* Override any gcc2 internal prototype to avoid an error.  */
14003 < #ifdef __cplusplus
14004 < extern "C"
14002 >
14003 > #ifdef FC_DUMMY_MAIN
14004 > #ifndef FC_DUMMY_MAIN_EQ_F77
14005 > #  ifdef __cplusplus
14006 >     extern "C"
14007 > #  endif
14008 >   int FC_DUMMY_MAIN() { return 1; }
14009   #endif
14010 < /* We use char because int might match the return type of a gcc2
5892 <   builtin and then its argument prototype would still apply.  */
5893 < char MPI_Init ();
14010 > #endif
14011   int
14012   main ()
14013   {
14014 < MPI_Init ();
14014 > main ();
14015    ;
14016    return 0;
14017   }
14018   _ACEOF
14019   rm -f conftest.$ac_objext conftest$ac_exeext
14020 < if { (eval echo "$as_me:5903: \"$ac_link\"") >&5
14021 <  (eval $ac_link) 2>&5
14020 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14021 >  (eval $ac_link) 2>conftest.er1
14022    ac_status=$?
14023 <  echo "$as_me:5906: \$? = $ac_status" >&5
14023 >  grep -v '^ *+' conftest.er1 >conftest.err
14024 >  rm -f conftest.er1
14025 >  cat conftest.err >&5
14026 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14027    (exit $ac_status); } &&
14028 <         { ac_try='test -s conftest$ac_exeext'
14029 <  { (eval echo "$as_me:5909: \"$ac_try\"") >&5
14028 >         { ac_try='test -z "$ac_c_werror_flag"
14029 >                         || test ! -s conftest.err'
14030 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14031    (eval $ac_try) 2>&5
14032    ac_status=$?
14033 <  echo "$as_me:5912: \$? = $ac_status" >&5
14033 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 >  (exit $ac_status); }; } &&
14035 >         { ac_try='test -s conftest$ac_exeext'
14036 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14037 >  (eval $ac_try) 2>&5
14038 >  ac_status=$?
14039 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14040    (exit $ac_status); }; }; then
14041 <  ac_cv_lib_mpich_MPI_Init=yes
14041 >  ac_cv_lib_gmp_main=yes
14042   else
14043    echo "$as_me: failed program was:" >&5
14044 < cat conftest.$ac_ext >&5
14045 < ac_cv_lib_mpich_MPI_Init=no
14044 > sed 's/^/| /' conftest.$ac_ext >&5
14045 >
14046 > ac_cv_lib_gmp_main=no
14047   fi
14048 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14048 > rm -f conftest.err conftest.$ac_objext \
14049 >      conftest$ac_exeext conftest.$ac_ext
14050   LIBS=$ac_check_lib_save_LIBS
14051   fi
14052 < echo "$as_me:5923: result: $ac_cv_lib_mpich_MPI_Init" >&5
14053 < echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
14054 < if test $ac_cv_lib_mpich_MPI_Init = yes; then
14055 <  MPI_LIB="-lmpich -lpmpich"
14052 > echo "$as_me:$LINENO: result: $ac_cv_lib_gmp_main" >&5
14053 > echo "${ECHO_T}$ac_cv_lib_gmp_main" >&6
14054 > if test $ac_cv_lib_gmp_main = yes; then
14055 >  CGAL_LIBS="$CGAL_LIBS -lgmp"
14056   fi
14057  
14058 < fi
14059 <
14060 < $as_unset ac_cv_lib_mpi_MPI_Init
5932 < if test x = x"$MPI_LIB"; then
5933 < echo "$as_me:5933: checking for MPI_Init in -lmpi" >&5
5934 < echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
5935 < if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
14058 >                        echo "$as_me:$LINENO: checking for main in -lgmpxx" >&5
14059 > echo $ECHO_N "checking for main in -lgmpxx... $ECHO_C" >&6
14060 > if test "${ac_cv_lib_gmpxx_main+set}" = set; then
14061    echo $ECHO_N "(cached) $ECHO_C" >&6
14062   else
14063    ac_check_lib_save_LIBS=$LIBS
14064 < LIBS="-lmpi -llam -lpthread $LIBS"
14064 > LIBS="-lgmpxx  $LIBS"
14065   cat >conftest.$ac_ext <<_ACEOF
14066 < #line 5941 "configure"
14067 < #include "confdefs.h"
14066 > /* confdefs.h.  */
14067 > _ACEOF
14068 > cat confdefs.h >>conftest.$ac_ext
14069 > cat >>conftest.$ac_ext <<_ACEOF
14070 > /* end confdefs.h.  */
14071  
14072 < /* Override any gcc2 internal prototype to avoid an error.  */
14073 < #ifdef __cplusplus
14074 < extern "C"
14072 >
14073 > #ifdef FC_DUMMY_MAIN
14074 > #ifndef FC_DUMMY_MAIN_EQ_F77
14075 > #  ifdef __cplusplus
14076 >     extern "C"
14077 > #  endif
14078 >   int FC_DUMMY_MAIN() { return 1; }
14079   #endif
14080 < /* We use char because int might match the return type of a gcc2
5949 <   builtin and then its argument prototype would still apply.  */
5950 < char MPI_Init ();
14080 > #endif
14081   int
14082   main ()
14083   {
14084 < MPI_Init ();
14084 > main ();
14085    ;
14086    return 0;
14087   }
14088   _ACEOF
14089   rm -f conftest.$ac_objext conftest$ac_exeext
14090 < if { (eval echo "$as_me:5960: \"$ac_link\"") >&5
14091 <  (eval $ac_link) 2>&5
14090 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14091 >  (eval $ac_link) 2>conftest.er1
14092    ac_status=$?
14093 <  echo "$as_me:5963: \$? = $ac_status" >&5
14093 >  grep -v '^ *+' conftest.er1 >conftest.err
14094 >  rm -f conftest.er1
14095 >  cat conftest.err >&5
14096 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14097    (exit $ac_status); } &&
14098 <         { ac_try='test -s conftest$ac_exeext'
14099 <  { (eval echo "$as_me:5966: \"$ac_try\"") >&5
14098 >         { ac_try='test -z "$ac_c_werror_flag"
14099 >                         || test ! -s conftest.err'
14100 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14101    (eval $ac_try) 2>&5
14102    ac_status=$?
14103 <  echo "$as_me:5969: \$? = $ac_status" >&5
14103 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14104 >  (exit $ac_status); }; } &&
14105 >         { ac_try='test -s conftest$ac_exeext'
14106 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14107 >  (eval $ac_try) 2>&5
14108 >  ac_status=$?
14109 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110    (exit $ac_status); }; }; then
14111 <  ac_cv_lib_mpi_MPI_Init=yes
14111 >  ac_cv_lib_gmpxx_main=yes
14112   else
14113    echo "$as_me: failed program was:" >&5
14114 < cat conftest.$ac_ext >&5
14115 < ac_cv_lib_mpi_MPI_Init=no
14114 > sed 's/^/| /' conftest.$ac_ext >&5
14115 >
14116 > ac_cv_lib_gmpxx_main=no
14117   fi
14118 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14118 > rm -f conftest.err conftest.$ac_objext \
14119 >      conftest$ac_exeext conftest.$ac_ext
14120   LIBS=$ac_check_lib_save_LIBS
14121   fi
14122 < echo "$as_me:5980: result: $ac_cv_lib_mpi_MPI_Init" >&5
14123 < echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
14124 < if test $ac_cv_lib_mpi_MPI_Init = yes; then
14125 <  MPI_LIB="-lmpi -llam -lpthread"
5984 < else
5985 <
5986 <             { { echo "$as_me:5986: error: Didn't find liblam, libmpi, or libmpich; check path for MPI package first..." >&5
5987 < echo "$as_me: error: Didn't find liblam, libmpi, or libmpich; check path for MPI package first..." >&2;}
5988 <   { (exit 1); exit 1; }; }
5989 <             USE_MPI="no"
5990 <
14122 > echo "$as_me:$LINENO: result: $ac_cv_lib_gmpxx_main" >&5
14123 > echo "${ECHO_T}$ac_cv_lib_gmpxx_main" >&6
14124 > if test $ac_cv_lib_gmpxx_main = yes; then
14125 >  CGAL_LIBS="$CGAL_LIBS -lgmpxx"
14126   fi
14127  
14128 < fi
14128 >                fi
14129  
14130 < echo "$as_me:5995: checking for MPI Fortran library" >&5
14131 < echo $ECHO_N "checking for MPI Fortran library... $ECHO_C" >&6
14132 < MPI_F90_LIB=""
14133 < if test -f "$MPI_LIB_DIR/libfmpich.a" ; then
14134 <        MPI_F90_LIB="-lfmpich"
14135 < elif test -f "$MPI_LIB_DIR/liblamf77mpi.a" ; then
14136 <        MPI_F90_LIB="-llamf77mpi"
14137 < else
6003 <                        MPI_F90_LIB="  "
6004 < fi
6005 < echo "$as_me:6005: result: found $MPI_F90_LIB" >&5
6006 < echo "${ECHO_T}found $MPI_F90_LIB" >&6
6007 <
6008 < fi
6009 <
6010 < # Check whether --with-sprng or --without-sprng was given.
6011 < if test "${with_sprng+set}" = set; then
6012 <  withval="$with_sprng"
6013 <  with_sprng=$withval
6014 < else
6015 <  with_sprng="/usr/local"
6016 < fi;
6017 <
6018 < case "x$with_sprng" in
6019 <        xyes | "x")  USE_SPRNG=yes;;
6020 <        xno) USE_SPRNG=no ;;
6021 <        *) SPRNG="$with_sprng"; USE_SPRNG=yes ;;
6022 < esac
6023 < if test "$USE_SPRNG" = "yes" -a -z "$with_sprng"; then
6024 <        SPRNG="/usr/local"
6025 < fi
6026 < if test "$USE_SPRNG" = "yes"; then
6027 <
6028 < # Set variables...
6029 < SPRNG_LIB_DIR="$SPRNG/lib"
6030 < SPRNG_INC_DIR="$SPRNG/include"
6031 <
6032 < echo "$as_me:6032: checking for sprng.h" >&5
6033 < echo $ECHO_N "checking for sprng.h... $ECHO_C" >&6
6034 < have_sprng_h=0
6035 < echo '#include <sprng.h>' > conftest.cc
6036 < if test -z "`${CXX} -I${SPRNG_INC_DIR} -c conftest.cc 2>&1`"; then
6037 <        echo "$as_me:6037: result: yes" >&5
6038 < echo "${ECHO_T}yes" >&6
6039 <        have_sprng_h=1
6040 < else
6041 <        echo "$as_me:6041: result: no! Check SPRNG include path!" >&5
6042 < echo "${ECHO_T}no! Check SPRNG include path!" >&6
6043 <        USE_SPRNG="no"
6044 < fi
6045 < rm -f conftest*
6046 < if test "$have_sprng_h" = 1; then
6047 <
6048 < cat >>confdefs.h <<\EOF
6049 < #define HAVE_SPRNG_H 1
6050 < EOF
6051 <
6052 < fi
6053 <
6054 < ac_ext=c
6055 < ac_cpp='$CPP $CPPFLAGS'
6056 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6057 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6058 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
6059 <
6060 < ac_save_LDFLAGS=$LDFLAGS
6061 < LDFLAGS="${LDFLAGS} -L${SPRNG_LIB_DIR} "
6062 <
6063 < echo "$as_me:6063: checking for init_rng in -lsprng" >&5
6064 < echo $ECHO_N "checking for init_rng in -lsprng... $ECHO_C" >&6
6065 < if test "${ac_cv_lib_sprng_init_rng+set}" = set; then
14130 >                if test "$cgal_have_lib" == yes; then
14131 >                        acx_cgal_found=yes
14132 >                fi
14133 >        fi
14134 >        if test "$acx_cgal_found" == yes; then
14135 >                echo "$as_me:$LINENO: checking for main in -lCore" >&5
14136 > echo $ECHO_N "checking for main in -lCore... $ECHO_C" >&6
14137 > if test "${ac_cv_lib_Core_main+set}" = set; then
14138    echo $ECHO_N "(cached) $ECHO_C" >&6
14139   else
14140    ac_check_lib_save_LIBS=$LIBS
14141 < LIBS="-lsprng  $LIBS"
14141 > LIBS="-lCore  $LIBS"
14142   cat >conftest.$ac_ext <<_ACEOF
14143 < #line 6071 "configure"
14144 < #include "confdefs.h"
14143 > /* confdefs.h.  */
14144 > _ACEOF
14145 > cat confdefs.h >>conftest.$ac_ext
14146 > cat >>conftest.$ac_ext <<_ACEOF
14147 > /* end confdefs.h.  */
14148  
14149 < /* Override any gcc2 internal prototype to avoid an error.  */
14150 < #ifdef __cplusplus
14151 < extern "C"
14149 >
14150 > #ifdef FC_DUMMY_MAIN
14151 > #ifndef FC_DUMMY_MAIN_EQ_F77
14152 > #  ifdef __cplusplus
14153 >     extern "C"
14154 > #  endif
14155 >   int FC_DUMMY_MAIN() { return 1; }
14156   #endif
14157 < /* We use char because int might match the return type of a gcc2
6079 <   builtin and then its argument prototype would still apply.  */
6080 < char init_rng ();
14157 > #endif
14158   int
14159   main ()
14160   {
14161 < init_rng ();
14161 > main ();
14162    ;
14163    return 0;
14164   }
14165   _ACEOF
14166   rm -f conftest.$ac_objext conftest$ac_exeext
14167 < if { (eval echo "$as_me:6090: \"$ac_link\"") >&5
14168 <  (eval $ac_link) 2>&5
14167 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14168 >  (eval $ac_link) 2>conftest.er1
14169    ac_status=$?
14170 <  echo "$as_me:6093: \$? = $ac_status" >&5
14170 >  grep -v '^ *+' conftest.er1 >conftest.err
14171 >  rm -f conftest.er1
14172 >  cat conftest.err >&5
14173 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14174    (exit $ac_status); } &&
14175 <         { ac_try='test -s conftest$ac_exeext'
14176 <  { (eval echo "$as_me:6096: \"$ac_try\"") >&5
14175 >         { ac_try='test -z "$ac_c_werror_flag"
14176 >                         || test ! -s conftest.err'
14177 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14178    (eval $ac_try) 2>&5
14179    ac_status=$?
14180 <  echo "$as_me:6099: \$? = $ac_status" >&5
14180 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 >  (exit $ac_status); }; } &&
14182 >         { ac_try='test -s conftest$ac_exeext'
14183 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14184 >  (eval $ac_try) 2>&5
14185 >  ac_status=$?
14186 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14187    (exit $ac_status); }; }; then
14188 <  ac_cv_lib_sprng_init_rng=yes
14188 >  ac_cv_lib_Core_main=yes
14189   else
14190    echo "$as_me: failed program was:" >&5
14191 < cat conftest.$ac_ext >&5
14192 < ac_cv_lib_sprng_init_rng=no
14191 > sed 's/^/| /' conftest.$ac_ext >&5
14192 >
14193 > ac_cv_lib_Core_main=no
14194   fi
14195 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14195 > rm -f conftest.err conftest.$ac_objext \
14196 >      conftest$ac_exeext conftest.$ac_ext
14197   LIBS=$ac_check_lib_save_LIBS
14198   fi
14199 < echo "$as_me:6110: result: $ac_cv_lib_sprng_init_rng" >&5
14200 < echo "${ECHO_T}$ac_cv_lib_sprng_init_rng" >&6
14201 < if test $ac_cv_lib_sprng_init_rng = yes; then
14202 <  SPRNG_LIB="-lsprng"
6114 < else
6115 <
6116 <             { { echo "$as_me:6116: error: Didn't find libsprng; check path for SPRNG package first..." >&5
6117 < echo "$as_me: error: Didn't find libsprng; check path for SPRNG package first..." >&2;}
6118 <   { (exit 1); exit 1; }; }
6119 <             USE_SPRNG="no"
6120 <
14199 > echo "$as_me:$LINENO: result: $ac_cv_lib_Core_main" >&5
14200 > echo "${ECHO_T}$ac_cv_lib_Core_main" >&6
14201 > if test $ac_cv_lib_Core_main = yes; then
14202 >  CGAL_LIBS="$CGAL_LIBS -lCore"
14203   fi
14204  
14205 < if test "$USE_SPRNG" = "no"; then
6124 <  { { echo "$as_me:6124: error: No working SPRNG library found" >&5
6125 < echo "$as_me: error: No working SPRNG library found" >&2;}
6126 <   { (exit 1); exit 1; }; }
14205 >        fi
14206   fi
14207  
6129 fi
14208  
6131 echo "$as_me:6131: checking if MKL is wanted" >&5
6132 echo $ECHO_N "checking if MKL is wanted... $ECHO_C" >&6
14209  
14210 < # Check whether --with-mkl or --without-mkl was given.
14211 < if test "${with_mkl+set}" = set; then
14212 <  withval="$with_mkl"
14213 <     echo "$as_me:6137: result: yes" >&5
14214 < echo "${ECHO_T}yes" >&6
6139 <    for dir in $withval /usr/local/intel/mkl61 /opt/intel/mkl61; do
6140 <        mkldir="$dir"
6141 <        if test -f "$dir/include/mkl.h"; then
6142 <            found_mkl="yes";
6143 <            break;
6144 <        fi
6145 <    done
6146 <    if test x_$found_mkl != x_yes; then
6147 <        { { echo "$as_me:6147: error: Cannot find MKL includes" >&5
6148 < echo "$as_me: error: Cannot find MKL includes" >&2;}
6149 <   { (exit 1); exit 1; }; }
6150 <    else
6151 <        printf "MKL includes found in $mkldir/include\n";
6152 <    fi
14210 > echo "$as_me:$LINENO: checking CGAL" >&5
14211 > echo $ECHO_N "checking CGAL... $ECHO_C" >&6
14212 > if test "$acx_cgal_found" == yes; then
14213 >        echo "$as_me:$LINENO: result: yes" >&5
14214 > echo "${ECHO_T}yes" >&6;
14215  
6154  ac_ext=c
6155 ac_cpp='$CPP $CPPFLAGS'
6156 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6157 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6158 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6159
6160  ac_save_CPPFLAGS=$CPPFLAGS
6161  CPPFLAGS="${CPPFLAGS} -I${mkldir}/include"
6162  ac_save_LDFLAGS=$LDFLAGS
6163  LDFLAGS="${LDFLAGS} -L${mkldir}/lib/32 -lmkl -lvml -lguide"
6164  echo "$as_me:6164: checking for mkl.h" >&5
6165 echo $ECHO_N "checking for mkl.h... $ECHO_C" >&6
6166 if test "${ac_cv_header_mkl_h+set}" = set; then
6167  echo $ECHO_N "(cached) $ECHO_C" >&6
14216   else
14217 <  cat >conftest.$ac_ext <<_ACEOF
14218 < #line 6170 "configure"
14219 < #include "confdefs.h"
6172 < #include <mkl.h>
6173 < _ACEOF
6174 < if { (eval echo "$as_me:6174: \"$ac_cpp conftest.$ac_ext\"") >&5
6175 <  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6176 <  ac_status=$?
6177 <  egrep -v '^ *\+' conftest.er1 >conftest.err
6178 <  rm -f conftest.er1
6179 <  cat conftest.err >&5
6180 <  echo "$as_me:6180: \$? = $ac_status" >&5
6181 <  (exit $ac_status); } >/dev/null; then
6182 <  if test -s conftest.err; then
6183 <    ac_cpp_err=$ac_c_preproc_warn_flag
6184 <  else
6185 <    ac_cpp_err=
6186 <  fi
6187 < else
6188 <  ac_cpp_err=yes
14217 >        echo "$as_me:$LINENO: result: no" >&5
14218 > echo "${ECHO_T}no" >&6
14219 >
14220   fi
6190 if test -z "$ac_cpp_err"; then
6191  ac_cv_header_mkl_h=yes
6192 else
6193  echo "$as_me: failed program was:" >&5
6194  cat conftest.$ac_ext >&5
6195  ac_cv_header_mkl_h=no
6196 fi
6197 rm -f conftest.err conftest.$ac_ext
6198 fi
6199 echo "$as_me:6199: result: $ac_cv_header_mkl_h" >&5
6200 echo "${ECHO_T}$ac_cv_header_mkl_h" >&6
6201 if test $ac_cv_header_mkl_h = yes; then
14221  
14222 <    echo "$as_me:6203: checking for vslNewStream in -lmkl" >&5
14223 < echo $ECHO_N "checking for vslNewStream in -lmkl... $ECHO_C" >&6
6205 < if test "${ac_cv_lib_mkl_vslNewStream+set}" = set; then
6206 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6207 < else
6208 <  ac_check_lib_save_LIBS=$LIBS
6209 < LIBS="-lmkl  $LIBS"
6210 < cat >conftest.$ac_ext <<_ACEOF
6211 < #line 6211 "configure"
6212 < #include "confdefs.h"
14222 > if test "$acx_cgal_found" == yes; then
14223 >        USE_CGAL=yes
14224  
14225 < /* Override any gcc2 internal prototype to avoid an error.  */
14226 < #ifdef __cplusplus
6216 < extern "C"
6217 < #endif
6218 < /* We use char because int might match the return type of a gcc2
6219 <   builtin and then its argument prototype would still apply.  */
6220 < char vslNewStream ();
6221 < int
6222 < main ()
6223 < {
6224 < vslNewStream ();
6225 <  ;
6226 <  return 0;
6227 < }
14225 > cat >>confdefs.h <<\_ACEOF
14226 > #define HAVE_CGAL 1
14227   _ACEOF
6229 rm -f conftest.$ac_objext conftest$ac_exeext
6230 if { (eval echo "$as_me:6230: \"$ac_link\"") >&5
6231  (eval $ac_link) 2>&5
6232  ac_status=$?
6233  echo "$as_me:6233: \$? = $ac_status" >&5
6234  (exit $ac_status); } &&
6235         { ac_try='test -s conftest$ac_exeext'
6236  { (eval echo "$as_me:6236: \"$ac_try\"") >&5
6237  (eval $ac_try) 2>&5
6238  ac_status=$?
6239  echo "$as_me:6239: \$? = $ac_status" >&5
6240  (exit $ac_status); }; }; then
6241  ac_cv_lib_mkl_vslNewStream=yes
6242 else
6243  echo "$as_me: failed program was:" >&5
6244 cat conftest.$ac_ext >&5
6245 ac_cv_lib_mkl_vslNewStream=no
6246 fi
6247 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6248 LIBS=$ac_check_lib_save_LIBS
6249 fi
6250 echo "$as_me:6250: result: $ac_cv_lib_mkl_vslNewStream" >&5
6251 echo "${ECHO_T}$ac_cv_lib_mkl_vslNewStream" >&6
6252 if test $ac_cv_lib_mkl_vslNewStream = yes; then
6253  MKL_LIBDIR="${mkldir}/lib/32",
6254                     MKL_LIB="-lmkl -lvml -lguide",
6255                     HAVE_MKL="yes"
6256 fi
14228  
6258 else
6259  MKL_INC="-I${mkldir}/include"
6260 fi
14229  
6262  CPPFLAGS=$ac_save_CPPFLAGS
6263  LDFLAGS=$ac_save_LDFLAGS
6264  ac_ext=c
6265 ac_cpp='$CPP $CPPFLAGS'
6266 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6267 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6268 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14230  
6270  if test x_$HAVE_MKL != x_yes; then
6271        { { echo "$as_me:6271: error: Can't build with MKL" >&5
6272 echo "$as_me: error: Can't build with MKL" >&2;}
6273   { (exit 1); exit 1; }; }
6274  fi
14231  
6276 else
14232  
6278    echo "$as_me:6278: result: no" >&5
6279 echo "${ECHO_T}no" >&6
14233  
14234 < fi;
14234 > fi
14235  
14236 +
14237 +
14238   # Check whether --enable-doxygen or --disable-doxygen was given.
14239   if test "${enable_doxygen+set}" = set; then
14240    enableval="$enable_doxygen"
# Line 6309 | Line 14264 | set dummy doxygen; ac_word=$2
14264   else
14265          # Extract the first word of "doxygen", so it can be a program name with args.
14266   set dummy doxygen; ac_word=$2
14267 < echo "$as_me:6312: checking for $ac_word" >&5
14267 > echo "$as_me:$LINENO: checking for $ac_word" >&5
14268   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14269   if test "${ac_cv_path_DOXYGEN+set}" = set; then
14270    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 6319 | Line 14274 | else
14274    ac_cv_path_DOXYGEN="$DOXYGEN" # Let the user override the test with a path.
14275    ;;
14276    *)
14277 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
14278 < ac_dummy="$PATH"
14279 < for ac_dir in $ac_dummy; do
14280 <  IFS=$ac_save_IFS
14281 <  test -z "$ac_dir" && ac_dir=.
14282 <  if $as_executable_p "$ac_dir/$ac_word"; then
14283 <   ac_cv_path_DOXYGEN="$ac_dir/$ac_word"
14284 <   echo "$as_me:6329: found $ac_dir/$ac_word" >&5
14285 <   break
14286 < fi
14277 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14278 > for as_dir in $PATH
14279 > do
14280 >  IFS=$as_save_IFS
14281 >  test -z "$as_dir" && as_dir=.
14282 >  for ac_exec_ext in '' $ac_executable_extensions; do
14283 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14284 >    ac_cv_path_DOXYGEN="$as_dir/$ac_word$ac_exec_ext"
14285 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14286 >    break 2
14287 >  fi
14288   done
14289 + done
14290  
14291    ;;
14292   esac
# Line 6337 | Line 14294 | if test -n "$DOXYGEN"; then
14294   DOXYGEN=$ac_cv_path_DOXYGEN
14295  
14296   if test -n "$DOXYGEN"; then
14297 <  echo "$as_me:6340: result: $DOXYGEN" >&5
14297 >  echo "$as_me:$LINENO: result: $DOXYGEN" >&5
14298   echo "${ECHO_T}$DOXYGEN" >&6
14299   else
14300 <  echo "$as_me:6343: result: no" >&5
14300 >  echo "$as_me:$LINENO: result: no" >&5
14301   echo "${ECHO_T}no" >&6
14302   fi
14303  
14304          if test "x$DOXYGEN" = x; then
14305                  if test "x$enable_doxygen" = xyes; then
14306 <                        { { echo "$as_me:6349: error: could not find doxygen" >&5
14306 >                        { { echo "$as_me:$LINENO: error: could not find doxygen" >&5
14307   echo "$as_me: error: could not find doxygen" >&2;}
14308     { (exit 1); exit 1; }; }
14309                  fi
# Line 6355 | Line 14312 | set dummy dot; ac_word=$2
14312                  enable_doc=yes
14313                  # Extract the first word of "dot", so it can be a program name with args.
14314   set dummy dot; ac_word=$2
14315 < echo "$as_me:6358: checking for $ac_word" >&5
14315 > echo "$as_me:$LINENO: checking for $ac_word" >&5
14316   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14317   if test "${ac_cv_path_DOT+set}" = set; then
14318    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 6365 | Line 14322 | else
14322    ac_cv_path_DOT="$DOT" # Let the user override the test with a path.
14323    ;;
14324    *)
14325 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
14326 < ac_dummy="$PATH"
14327 < for ac_dir in $ac_dummy; do
14328 <  IFS=$ac_save_IFS
14329 <  test -z "$ac_dir" && ac_dir=.
14330 <  if $as_executable_p "$ac_dir/$ac_word"; then
14331 <   ac_cv_path_DOT="$ac_dir/$ac_word"
14332 <   echo "$as_me:6375: found $ac_dir/$ac_word" >&5
14333 <   break
14334 < fi
14325 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14326 > for as_dir in $PATH
14327 > do
14328 >  IFS=$as_save_IFS
14329 >  test -z "$as_dir" && as_dir=.
14330 >  for ac_exec_ext in '' $ac_executable_extensions; do
14331 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14332 >    ac_cv_path_DOT="$as_dir/$ac_word$ac_exec_ext"
14333 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14334 >    break 2
14335 >  fi
14336   done
14337 + done
14338  
14339    ;;
14340   esac
# Line 6383 | Line 14342 | if test -n "$DOT"; then
14342   DOT=$ac_cv_path_DOT
14343  
14344   if test -n "$DOT"; then
14345 <  echo "$as_me:6386: result: $DOT" >&5
14345 >  echo "$as_me:$LINENO: result: $DOT" >&5
14346   echo "${ECHO_T}$DOT" >&6
14347   else
14348 <  echo "$as_me:6389: result: no" >&5
14348 >  echo "$as_me:$LINENO: result: no" >&5
14349   echo "${ECHO_T}no" >&6
14350   fi
14351  
# Line 6399 | Line 14358 | fi
14358    DOC=0
14359   fi
14360  
14361 +
14362   if test x$DOT = x; then
14363          if test "x$enable_dot" = xyes; then
14364 <                { { echo "$as_me:6404: error: could not find dot" >&5
14364 >                { { echo "$as_me:$LINENO: error: could not find dot" >&5
14365   echo "$as_me: error: could not find dot" >&2;}
14366     { (exit 1); exit 1; }; }
14367          fi
# Line 6410 | Line 14370 | fi
14370          enable_dot=yes
14371   fi
14372  
6413 OBJEXT=".$OBJEXT"
14373  
6415 OOPSE=oopse
14374  
6417 if test "x${prefix}" = "xNONE"
6418 then
6419  OOPSE_HOME=${ac_default_prefix}/oopse
6420 else
6421  OOPSE_HOME=${prefix}/oopse
6422 fi
6423 # Check whether --enable-oopse-home or --disable-oopse-home was given.
6424 if test "${enable_oopse_home+set}" = set; then
6425  enableval="$enable_oopse_home"
6426  OOPSE_HOME="${enableval}"
6427 fi;
14375  
6429 case "x$INSTALL" in
6430   x/*) ;;
6431   *) INSTALL=`pwd`/ac-tools/"shtool install -c" ;
6432 esac
14376  
6434 MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
14377  
6436 CFLAGS=${CFLAGS-""}
6437 CXXFLAGS=${CXXFLAGS-""}
6438 CPPFLAGS=${CPPFLAGS-""}
6439 FFLAGS=${FFLAGS-""}
6440 F90FLAGS=${F90FLAGS-""}
6441 LDFLAGS=${LDFLAGS-""}
6442 DEBUG=${DEBUG-"-g"}
14378  
6444 case $debug in
6445  1)
6446     FFLAGS="$DEBUG $FFLAGS"
6447     F90FLAGS="$DEBUG $F90FLAGS"
6448     ;;
6449  *)
6450     ;;
6451 esac
14379  
6453 ac_config_headers="$ac_config_headers src/config.h"
14380  
6455 ac_config_files="$ac_config_files make/Makefile src/utils/Makefile"
14381  
14382 +
14383 +
14384 +
14385 +
14386 +
14387 +
14388 +
14389 +
14390 +
14391 +                                                  ac_config_files="$ac_config_files make/Makefile src/utils/Makefile src/math/Makefile src/applications/staticProps/Makefile scripts/filepp"
14392 +
14393 +
14394   cat >confcache <<\_ACEOF
14395   # This file is a shell script that caches the results of configure
14396   # tests run on this system so they can be shared between configure
# Line 6464 | Line 14401 | cat >confcache <<\_ACEOF
14401   # config.status only pays attention to the cache file if you give it
14402   # the --recheck option to rerun configure.
14403   #
14404 < # `ac_cv_env_foo' variables (set or unset) will be overriden when
14404 > # `ac_cv_env_foo' variables (set or unset) will be overridden when
14405   # loading this file, other *unset* `ac_cv_foo' will be assigned the
14406   # following values.
14407  
# Line 6482 | Line 14419 | _ACEOF
14419        # `set' does not quote correctly, so add quotes (double-quote
14420        # substitution turns \\\\ into \\, and sed turns \\ into \).
14421        sed -n \
14422 <        "s/'/'\\\\''/g;
14423 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14422 >        "s/'/'\\\\''/g;
14423 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14424        ;;
14425      *)
14426        # `set' quotes correctly as required by POSIX, so do not add quotes.
14427        sed -n \
14428 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
14428 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
14429        ;;
14430      esac;
14431   } |
# Line 6499 | Line 14436 | _ACEOF
14436       t end
14437       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14438       : end' >>confcache
14439 < if cmp -s $cache_file confcache; then :; else
14439 > if diff $cache_file confcache >/dev/null 2>&1; then :; else
14440    if test -w $cache_file; then
14441      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
14442      cat confcache >$cache_file
# Line 6512 | Line 14449 | test "x$exec_prefix" = xNONE && exec_prefix='${prefix}
14449   test "x$prefix" = xNONE && prefix=$ac_default_prefix
14450   # Let make expand exec_prefix.
14451   test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14452 +
14453 + # VPATH may cause trouble with some makes, so we remove $(srcdir),
14454 + # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14455 + # trailing colons and then remove the whole line if VPATH becomes empty
14456 + # (actually we leave an empty line to preserve line numbers).
14457 + if test "x$srcdir" = x.; then
14458 +  ac_vpsub='/^[  ]*VPATH[        ]*=/{
14459 + s/:*\$(srcdir):*/:/;
14460 + s/:*\${srcdir}:*/:/;
14461 + s/:*@srcdir@:*/:/;
14462 + s/^\([^=]*=[     ]*\):*/\1/;
14463 + s/:*$//;
14464 + s/^[^=]*=[       ]*$//;
14465 + }'
14466 + fi
14467 +
14468 + DEFS=-DHAVE_CONFIG_H
14469 +
14470 + ac_libobjs=
14471 + ac_ltlibobjs=
14472 + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14473 +  # 1. Remove the extension, and $U if already installed.
14474 +  ac_i=`echo "$ac_i" |
14475 +         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
14476 +  # 2. Add them.
14477 +  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
14478 +  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
14479 + done
14480 + LIBOBJS=$ac_libobjs
14481 +
14482 + LTLIBOBJS=$ac_ltlibobjs
14483 +
14484 +
14485 +
14486 + : ${CONFIG_STATUS=./config.status}
14487 + ac_clean_files_save=$ac_clean_files
14488 + ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14489 + { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
14490 + echo "$as_me: creating $CONFIG_STATUS" >&6;}
14491 + cat >$CONFIG_STATUS <<_ACEOF
14492 + #! $SHELL
14493 + # Generated by $as_me.
14494 + # Run this file to recreate the current configuration.
14495 + # Compiler output produced by configure, useful for debugging
14496 + # configure, is in config.log if it exists.
14497 +
14498 + debug=false
14499 + ac_cs_recheck=false
14500 + ac_cs_silent=false
14501 + SHELL=\${CONFIG_SHELL-$SHELL}
14502 + _ACEOF
14503 +
14504 + cat >>$CONFIG_STATUS <<\_ACEOF
14505 + ## --------------------- ##
14506 + ## M4sh Initialization.  ##
14507 + ## --------------------- ##
14508 +
14509 + # Be Bourne compatible
14510 + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14511 +  emulate sh
14512 +  NULLCMD=:
14513 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
14514 +  # is contrary to our usage.  Disable this feature.
14515 +  alias -g '${1+"$@"}'='"$@"'
14516 + elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
14517 +  set -o posix
14518 + fi
14519 + DUALCASE=1; export DUALCASE # for MKS sh
14520 +
14521 + # Support unset when possible.
14522 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
14523 +  as_unset=unset
14524 + else
14525 +  as_unset=false
14526 + fi
14527 +
14528 +
14529 + # Work around bugs in pre-3.0 UWIN ksh.
14530 + $as_unset ENV MAIL MAILPATH
14531 + PS1='$ '
14532 + PS2='> '
14533 + PS4='+ '
14534 +
14535 + # NLS nuisances.
14536 + for as_var in \
14537 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
14538 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
14539 +  LC_TELEPHONE LC_TIME
14540 + do
14541 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
14542 +    eval $as_var=C; export $as_var
14543 +  else
14544 +    $as_unset $as_var
14545 +  fi
14546 + done
14547 +
14548 + # Required to use basename.
14549 + if expr a : '\(a\)' >/dev/null 2>&1; then
14550 +  as_expr=expr
14551 + else
14552 +  as_expr=false
14553 + fi
14554 +
14555 + if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
14556 +  as_basename=basename
14557 + else
14558 +  as_basename=false
14559 + fi
14560 +
14561 +
14562 + # Name of the executable.
14563 + as_me=`$as_basename "$0" ||
14564 + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14565 +         X"$0" : 'X\(//\)$' \| \
14566 +         X"$0" : 'X\(/\)$' \| \
14567 +         .     : '\(.\)' 2>/dev/null ||
14568 + echo X/"$0" |
14569 +    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
14570 +          /^X\/\(\/\/\)$/{ s//\1/; q; }
14571 +          /^X\/\(\/\).*/{ s//\1/; q; }
14572 +          s/.*/./; q'`
14573  
6516 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6517 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6518 # trailing colons and then remove the whole line if VPATH becomes empty
6519 # (actually we leave an empty line to preserve line numbers).
6520 if test "x$srcdir" = x.; then
6521  ac_vpsub='/^[         ]*VPATH[        ]*=/{
6522 s/:*\$(srcdir):*/:/;
6523 s/:*\${srcdir}:*/:/;
6524 s/:*@srcdir@:*/:/;
6525 s/^\([^=]*=[    ]*\):*/\1/;
6526 s/:*$//;
6527 s/^[^=]*=[      ]*$//;
6528 }'
6529 fi
14574  
14575 < DEFS=-DHAVE_CONFIG_H
14575 > # PATH needs CR, and LINENO needs CR and PATH.
14576 > # Avoid depending upon Character Ranges.
14577 > as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14578 > as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14579 > as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14580 > as_cr_digits='0123456789'
14581 > as_cr_alnum=$as_cr_Letters$as_cr_digits
14582  
14583 < : ${CONFIG_STATUS=./config.status}
14584 < ac_clean_files_save=$ac_clean_files
14585 < ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14586 < { echo "$as_me:6536: creating $CONFIG_STATUS" >&5
14587 < echo "$as_me: creating $CONFIG_STATUS" >&6;}
14588 < cat >$CONFIG_STATUS <<_ACEOF
14589 < #! $SHELL
14590 < # Generated automatically by configure.
14591 < # Run this file to recreate the current configuration.
14592 < # Compiler output produced by configure, useful for debugging
14593 < # configure, is in config.log if it exists.
14583 > # The user is always right.
14584 > if test "${PATH_SEPARATOR+set}" != set; then
14585 >  echo "#! /bin/sh" >conf$$.sh
14586 >  echo  "exit 0"   >>conf$$.sh
14587 >  chmod +x conf$$.sh
14588 >  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14589 >    PATH_SEPARATOR=';'
14590 >  else
14591 >    PATH_SEPARATOR=:
14592 >  fi
14593 >  rm -f conf$$.sh
14594 > fi
14595  
6545 debug=false
6546 SHELL=\${CONFIG_SHELL-$SHELL}
6547 ac_cs_invocation="\$0 \$@"
14596  
14597 < _ACEOF
14597 >  as_lineno_1=$LINENO
14598 >  as_lineno_2=$LINENO
14599 >  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14600 >  test "x$as_lineno_1" != "x$as_lineno_2" &&
14601 >  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
14602 >  # Find who we are.  Look in the path if we contain no path at all
14603 >  # relative or not.
14604 >  case $0 in
14605 >    *[\\/]* ) as_myself=$0 ;;
14606 >    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14607 > for as_dir in $PATH
14608 > do
14609 >  IFS=$as_save_IFS
14610 >  test -z "$as_dir" && as_dir=.
14611 >  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14612 > done
14613  
14614 < cat >>$CONFIG_STATUS <<\_ACEOF
14615 < # Be Bourne compatible
14616 < if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
14617 <  emulate sh
14618 <  NULLCMD=:
14619 < elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
14620 <  set -o posix
14621 < fi
14614 >       ;;
14615 >  esac
14616 >  # We did not find ourselves, most probably we were run as `sh COMMAND'
14617 >  # in which case we are not to be found in the path.
14618 >  if test "x$as_myself" = x; then
14619 >    as_myself=$0
14620 >  fi
14621 >  if test ! -f "$as_myself"; then
14622 >    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
14623 > echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
14624 >   { (exit 1); exit 1; }; }
14625 >  fi
14626 >  case $CONFIG_SHELL in
14627 >  '')
14628 >    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14629 > for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
14630 > do
14631 >  IFS=$as_save_IFS
14632 >  test -z "$as_dir" && as_dir=.
14633 >  for as_base in sh bash ksh sh5; do
14634 >         case $as_dir in
14635 >         /*)
14636 >           if ("$as_dir/$as_base" -c '
14637 >  as_lineno_1=$LINENO
14638 >  as_lineno_2=$LINENO
14639 >  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
14640 >  test "x$as_lineno_1" != "x$as_lineno_2" &&
14641 >  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
14642 >             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
14643 >             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
14644 >             CONFIG_SHELL=$as_dir/$as_base
14645 >             export CONFIG_SHELL
14646 >             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
14647 >           fi;;
14648 >         esac
14649 >       done
14650 > done
14651 > ;;
14652 >  esac
14653  
14654 < # Name of the executable.
14655 < as_me=`echo "$0" |sed 's,.*[\\/],,'`
14654 >  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
14655 >  # uniformly replaced by the line number.  The first 'sed' inserts a
14656 >  # line-number line before each line; the second 'sed' does the real
14657 >  # work.  The second script uses 'N' to pair each line-number line
14658 >  # with the numbered line, and appends trailing '-' during
14659 >  # substitution so that $LINENO is not a special case at line end.
14660 >  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
14661 >  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
14662 >  sed '=' <$as_myself |
14663 >    sed '
14664 >      N
14665 >      s,$,-,
14666 >      : loop
14667 >      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
14668 >      t loop
14669 >      s,-$,,
14670 >      s,^['$as_cr_digits']*\n,,
14671 >    ' >$as_me.lineno &&
14672 >  chmod +x $as_me.lineno ||
14673 >    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
14674 > echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
14675 >   { (exit 1); exit 1; }; }
14676  
14677 +  # Don't try to exec as it changes $[0], causing all sort of problems
14678 +  # (the dirname of $[0] is not the place where we might find the
14679 +  # original and so on.  Autoconf is especially sensible to this).
14680 +  . ./$as_me.lineno
14681 +  # Exit status is that of the last command.
14682 +  exit
14683 + }
14684 +
14685 +
14686 + case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
14687 +  *c*,-n*) ECHO_N= ECHO_C='
14688 + ' ECHO_T='      ' ;;
14689 +  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
14690 +  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
14691 + esac
14692 +
14693   if expr a : '\(a\)' >/dev/null 2>&1; then
14694    as_expr=expr
14695   else
# Line 6584 | Line 14714 | rm -f conf$$ conf$$.exe conf$$.file
14714   fi
14715   rm -f conf$$ conf$$.exe conf$$.file
14716  
14717 < as_executable_p="test -f"
14718 <
6589 < # Support unset when possible.
6590 < if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
6591 <  as_unset=unset
14717 > if mkdir -p . 2>/dev/null; then
14718 >  as_mkdir_p=:
14719   else
14720 <  as_unset=false
14720 >  test -d ./-p && rmdir ./-p
14721 >  as_mkdir_p=false
14722   fi
14723  
14724 < # NLS nuisances.
6597 < $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
6598 < $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
6599 < $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
6600 < $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
6601 < $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
6602 < $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
6603 < $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
6604 < $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
14724 > as_executable_p="test -f"
14725  
14726 + # Sed expression to map a string onto a valid CPP name.
14727 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14728 +
14729 + # Sed expression to map a string onto a valid variable name.
14730 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14731 +
14732 +
14733   # IFS
14734   # We need space, tab and new line, in precisely that order.
14735   as_nl='
# Line 6610 | Line 14737 | IFS="  $as_nl"
14737   IFS="   $as_nl"
14738  
14739   # CDPATH.
14740 < $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
14740 > $as_unset CDPATH
14741  
14742   exec 6>&1
14743  
14744 + # Open the log real soon, to keep \$[0] and so on meaningful, and to
14745 + # report actual input values of CONFIG_FILES etc. instead of their
14746 + # values after options handling.  Logging --version etc. is OK.
14747 + exec 5>>config.log
14748 + {
14749 +  echo
14750 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14751 + ## Running $as_me. ##
14752 + _ASBOX
14753 + } >&5
14754 + cat >&5 <<_CSEOF
14755 +
14756 + This file was extended by OOPSE $as_me 4.0, which was
14757 + generated by GNU Autoconf 2.59.  Invocation command line was
14758 +
14759 +  CONFIG_FILES    = $CONFIG_FILES
14760 +  CONFIG_HEADERS  = $CONFIG_HEADERS
14761 +  CONFIG_LINKS    = $CONFIG_LINKS
14762 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
14763 +  $ $0 $@
14764 +
14765 + _CSEOF
14766 + echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
14767 + echo >&5
14768   _ACEOF
14769  
14770   # Files that config.status was made for.
# Line 6633 | Line 14784 | fi
14784    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
14785   fi
14786  
14787 < cat >>$CONFIG_STATUS <<\EOF
14787 > cat >>$CONFIG_STATUS <<\_ACEOF
14788  
14789   ac_cs_usage="\
14790   \`$as_me' instantiates files from templates according to the
# Line 6643 | Line 14794 | Usage: $0 [OPTIONS] [FILE]...
14794  
14795    -h, --help       print this help, then exit
14796    -V, --version    print version number, then exit
14797 +  -q, --quiet      do not print progress messages
14798    -d, --debug      don't remove temporary files
14799        --recheck    update $as_me by reconfiguring in the same conditions
14800    --file=FILE[:TEMPLATE]
14801 <                   instantiate the configuration file FILE
14801 >                   instantiate the configuration file FILE
14802    --header=FILE[:TEMPLATE]
14803 <                   instantiate the configuration header FILE
14803 >                   instantiate the configuration header FILE
14804  
14805   Configuration files:
14806   $config_files
# Line 6660 | Line 14812 | Report bugs to <bug-autoconf@gnu.org>."
14812   $config_links
14813  
14814   Report bugs to <bug-autoconf@gnu.org>."
14815 < EOF
14815 > _ACEOF
14816  
14817 < cat >>$CONFIG_STATUS <<EOF
14817 > cat >>$CONFIG_STATUS <<_ACEOF
14818   ac_cs_version="\\
14819 < OOPSE config.status 2.0
14820 < configured by $0, generated by GNU Autoconf 2.50,
14819 > OOPSE config.status 4.0
14820 > configured by $0, generated by GNU Autoconf 2.59,
14821    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
14822  
14823 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6672 < Free Software Foundation, Inc.
14823 > Copyright (C) 2003 Free Software Foundation, Inc.
14824   This config.status script is free software; the Free Software Foundation
14825   gives unlimited permission to copy, distribute and modify it."
14826   srcdir=$srcdir
14827   INSTALL="$INSTALL"
14828 < EOF
14828 > _ACEOF
14829  
14830 < cat >>$CONFIG_STATUS <<\EOF
14830 > cat >>$CONFIG_STATUS <<\_ACEOF
14831   # If no file are specified by the user, then we need to provide default
14832   # value.  By we need to know if files were specified by the user.
14833   ac_need_defaults=:
# Line 6686 | Line 14837 | do
14837    --*=*)
14838      ac_option=`expr "x$1" : 'x\([^=]*\)='`
14839      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
14840 <    shift
6690 <    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
6691 <    shift
14840 >    ac_shift=:
14841      ;;
14842 <  -*);;
14842 >  -*)
14843 >    ac_option=$1
14844 >    ac_optarg=$2
14845 >    ac_shift=shift
14846 >    ;;
14847    *) # This is not an option, so the user has probably given explicit
14848       # arguments.
14849 +     ac_option=$1
14850       ac_need_defaults=false;;
14851    esac
14852  
14853 <  case $1 in
14853 >  case $ac_option in
14854    # Handling of the options.
14855 < EOF
14856 < cat >>$CONFIG_STATUS <<EOF
14855 > _ACEOF
14856 > cat >>$CONFIG_STATUS <<\_ACEOF
14857    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14858 <    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
6705 <    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
6706 < EOF
6707 < cat >>$CONFIG_STATUS <<\EOF
14858 >    ac_cs_recheck=: ;;
14859    --version | --vers* | -V )
14860      echo "$ac_cs_version"; exit 0 ;;
14861    --he | --h)
14862      # Conflict between --help and --header
14863 <    { { echo "$as_me:6712: error: ambiguous option: $1
14863 >    { { echo "$as_me:$LINENO: error: ambiguous option: $1
14864   Try \`$0 --help' for more information." >&5
14865   echo "$as_me: error: ambiguous option: $1
14866   Try \`$0 --help' for more information." >&2;}
# Line 6719 | Line 14870 | Try \`$0 --help' for more information." >&2;}
14870    --debug | --d* | -d )
14871      debug=: ;;
14872    --file | --fil | --fi | --f )
14873 <    shift
14874 <    CONFIG_FILES="$CONFIG_FILES $1"
14873 >    $ac_shift
14874 >    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
14875      ac_need_defaults=false;;
14876    --header | --heade | --head | --hea )
14877 <    shift
14878 <    CONFIG_HEADERS="$CONFIG_HEADERS $1"
14877 >    $ac_shift
14878 >    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
14879      ac_need_defaults=false;;
14880 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14881 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
14882 +    ac_cs_silent=: ;;
14883  
6730  # Handling of arguments.
6731  'make/Makefile' ) CONFIG_FILES="$CONFIG_FILES make/Makefile" ;;
6732  'src/utils/Makefile' ) CONFIG_FILES="$CONFIG_FILES src/utils/Makefile" ;;
6733  'src/getopt.h' ) CONFIG_LINKS="$CONFIG_LINKS src/getopt.h:src/utils/gnugetopt.h" ;;
6734  'src/config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
6735
14884    # This is an error.
14885 <  -*) { { echo "$as_me:6737: error: unrecognized option: $1
14885 >  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
14886   Try \`$0 --help' for more information." >&5
14887   echo "$as_me: error: unrecognized option: $1
14888   Try \`$0 --help' for more information." >&2;}
14889     { (exit 1); exit 1; }; } ;;
14890 <  *) { { echo "$as_me:6742: error: invalid argument: $1" >&5
14891 < echo "$as_me: error: invalid argument: $1" >&2;}
14892 <   { (exit 1); exit 1; }; };;
14890 >
14891 >  *) ac_config_targets="$ac_config_targets $1" ;;
14892 >
14893    esac
14894    shift
14895   done
14896  
14897 < exec 5>>config.log
6750 < cat >&5 << _ACEOF
14897 > ac_configure_extra_args=
14898  
14899 < ## ----------------------- ##
14900 < ## Running config.status.  ##
14901 < ## ----------------------- ##
14899 > if $ac_cs_silent; then
14900 >  exec 6>/dev/null
14901 >  ac_configure_extra_args="$ac_configure_extra_args --silent"
14902 > fi
14903  
14904 < This file was extended by $as_me (OOPSE 2.0) 2.50, executed with
14905 <  > $ac_cs_invocation
14906 < on `(hostname || uname -n) 2>/dev/null | sed 1q`
14904 > _ACEOF
14905 > cat >>$CONFIG_STATUS <<_ACEOF
14906 > if \$ac_cs_recheck; then
14907 >  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
14908 >  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14909 > fi
14910  
14911   _ACEOF
6761 EOF
14912  
14913 < cat >>$CONFIG_STATUS <<\EOF
14913 >
14914 >
14915 >
14916 >
14917 > cat >>$CONFIG_STATUS <<\_ACEOF
14918 > for ac_config_target in $ac_config_targets
14919 > do
14920 >  case "$ac_config_target" in
14921 >  # Handling of arguments.
14922 >  "make/Makefile" ) CONFIG_FILES="$CONFIG_FILES make/Makefile" ;;
14923 >  "src/utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/utils/Makefile" ;;
14924 >  "src/math/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/math/Makefile" ;;
14925 >  "src/applications/staticProps/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/applications/staticProps/Makefile" ;;
14926 >  "scripts/filepp" ) CONFIG_FILES="$CONFIG_FILES scripts/filepp" ;;
14927 >  "src/getopt.h" ) CONFIG_LINKS="$CONFIG_LINKS src/getopt.h:src/utils/gnugetopt.h" ;;
14928 >  "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
14929 >  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
14930 > echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
14931 >   { (exit 1); exit 1; }; };;
14932 >  esac
14933 > done
14934 >
14935   # If the user did not use the arguments to specify the items to instantiate,
14936   # then the envvar interface is used.  Set only those that are not.
14937   # We use the long form for the default assignment because of an extremely
# Line 6771 | Line 14942 | fi
14942    test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14943   fi
14944  
14945 + # Have a temporary directory for convenience.  Make it in the build tree
14946 + # simply because there is no reason to put it here, and in addition,
14947 + # creating and moving files from /tmp can sometimes cause problems.
14948   # Create a temporary directory, and hook for its removal unless debugging.
14949   $debug ||
14950   {
14951    trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
14952 <  trap '{ (exit $?); exit $?; }' 1 2 13 15
14952 >  trap '{ (exit 1); exit 1; }' 1 2 13 15
14953   }
14954  
14955   # Create a (secure) tmp directory for tmp files.
14956 < : ${TMPDIR=/tmp}
14956 >
14957   {
14958 <  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
14958 >  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
14959    test -n "$tmp" && test -d "$tmp"
14960   }  ||
14961   {
14962 <  tmp=$TMPDIR/cs$$-$RANDOM
14962 >  tmp=./confstat$$-$RANDOM
14963    (umask 077 && mkdir $tmp)
14964   } ||
14965   {
14966 <   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
14966 >   echo "$me: cannot create a temporary directory in ." >&2
14967     { (exit 1); exit 1; }
14968   }
14969  
14970 < EOF
14970 > _ACEOF
14971  
14972 < cat >>$CONFIG_STATUS <<EOF
14972 > cat >>$CONFIG_STATUS <<_ACEOF
14973  
14974   #
14975   # CONFIG_FILES section.
# Line 6808 | Line 14982 | s,@SHELL@,$SHELL,;t t
14982    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
14983     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
14984   s,@SHELL@,$SHELL,;t t
14985 + s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
14986 + s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
14987 + s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
14988 + s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
14989 + s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
14990 + s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
14991   s,@exec_prefix@,$exec_prefix,;t t
14992   s,@prefix@,$prefix,;t t
14993   s,@program_transform_name@,$program_transform_name,;t t
# Line 6823 | Line 15003 | s,@mandir@,$mandir,;t t
15003   s,@oldincludedir@,$oldincludedir,;t t
15004   s,@infodir@,$infodir,;t t
15005   s,@mandir@,$mandir,;t t
15006 < s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
15007 < s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
15008 < s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
15009 < s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6830 < s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
15006 > s,@build_alias@,$build_alias,;t t
15007 > s,@host_alias@,$host_alias,;t t
15008 > s,@target_alias@,$target_alias,;t t
15009 > s,@DEFS@,$DEFS,;t t
15010   s,@ECHO_C@,$ECHO_C,;t t
15011   s,@ECHO_N@,$ECHO_N,;t t
15012   s,@ECHO_T@,$ECHO_T,;t t
6834 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6835 s,@DEFS@,$DEFS,;t t
15013   s,@LIBS@,$LIBS,;t t
6837 s,@PROGNAME@,$PROGNAME,;t t
6838 s,@debug@,$debug,;t t
15014   s,@build@,$build,;t t
15015   s,@build_cpu@,$build_cpu,;t t
15016   s,@build_vendor@,$build_vendor,;t t
# Line 6844 | Line 15019 | s,@host_os@,$host_os,;t t
15019   s,@host_cpu@,$host_cpu,;t t
15020   s,@host_vendor@,$host_vendor,;t t
15021   s,@host_os@,$host_os,;t t
15022 < s,@CC@,$CC,;t t
15023 < s,@CFLAGS@,$CFLAGS,;t t
15022 > s,@PROGNAME@,$PROGNAME,;t t
15023 > s,@debug@,$debug,;t t
15024 > s,@USE_SINGLE_PRECISION@,$USE_SINGLE_PRECISION,;t t
15025 > s,@CXX@,$CXX,;t t
15026 > s,@CXXFLAGS@,$CXXFLAGS,;t t
15027   s,@LDFLAGS@,$LDFLAGS,;t t
15028   s,@CPPFLAGS@,$CPPFLAGS,;t t
15029 < s,@ac_ct_CC@,$ac_ct_CC,;t t
15029 > s,@ac_ct_CXX@,$ac_ct_CXX,;t t
15030   s,@EXEEXT@,$EXEEXT,;t t
15031   s,@OBJEXT@,$OBJEXT,;t t
15032 < s,@CXX@,$CXX,;t t
15033 < s,@CXXFLAGS@,$CXXFLAGS,;t t
15034 < s,@ac_ct_CXX@,$ac_ct_CXX,;t t
15035 < s,@OOPSE_TEMPLATE_FLAGS@,$OOPSE_TEMPLATE_FLAGS,;t t
15036 < s,@EXTRA_CC_FLAG@,$EXTRA_CC_FLAG,;t t
15037 < s,@F90@,$F90,;t t
6860 < s,@F90FLAGS@,$F90FLAGS,;t t
6861 < s,@ac_ct_F90@,$ac_ct_F90,;t t
6862 < s,@PREPFLAG@,$PREPFLAG,;t t
6863 < s,@PREPDEFFLAG@,$PREPDEFFLAG,;t t
6864 < s,@F90LIBS@,$F90LIBS,;t t
6865 < s,@F90_FUNC@,$F90_FUNC,;t t
6866 < s,@F90_FUNC_@,$F90_FUNC_,;t t
6867 < s,@MOD@,$MOD,;t t
6868 < s,@F90_WORK_FILES_ARG@,$F90_WORK_FILES_ARG,;t t
6869 < s,@MODDIRFLAG@,$MODDIRFLAG,;t t
6870 < s,@F90MODINCSPEC@,$F90MODINCSPEC,;t t
6871 < s,@F90_MODULE_NAMES@,$F90_MODULE_NAMES,;t t
15032 > s,@CC@,$CC,;t t
15033 > s,@CFLAGS@,$CFLAGS,;t t
15034 > s,@ac_ct_CC@,$ac_ct_CC,;t t
15035 > s,@FC@,$FC,;t t
15036 > s,@FCFLAGS@,$FCFLAGS,;t t
15037 > s,@ac_ct_FC@,$ac_ct_FC,;t t
15038   s,@CPP@,$CPP,;t t
15039 < s,@LIBOBJS@,$LIBOBJS,;t t
6874 < s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6875 < s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6876 < s,@INSTALL_DATA@,$INSTALL_DATA,;t t
15039 > s,@EGREP@,$EGREP,;t t
15040   s,@LN_S@,$LN_S,;t t
15041   s,@SET_MAKE@,$SET_MAKE,;t t
15042   s,@RANLIB@,$RANLIB,;t t
15043   s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
15044 < s,@YACC@,$YACC,;t t
15045 < s,@LEX@,$LEX,;t t
15046 < s,@LEXLIB@,$LEXLIB,;t t
15047 < s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
15044 > s,@PERLINTERP@,$PERLINTERP,;t t
15045 > s,@PERL_SHEBANG@,$PERL_SHEBANG,;t t
15046 > s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
15047 > s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
15048 > s,@INSTALL_DATA@,$INSTALL_DATA,;t t
15049   s,@AR@,$AR,;t t
15050   s,@PS@,$PS,;t t
15051 + s,@FCFLAGS_F90@,$FCFLAGS_F90,;t t
15052 + s,@FCFLAGS_SRCEXT@,$FCFLAGS_SRCEXT,;t t
15053 + s,@PREPDEFFLAG@,$PREPDEFFLAG,;t t
15054 + s,@FCLIBS@,$FCLIBS,;t t
15055 + s,@FC_FUNC@,$FC_FUNC,;t t
15056 + s,@FC_FUNC_@,$FC_FUNC_,;t t
15057 + s,@MOD@,$MOD,;t t
15058 + s,@F90_WORK_FILES_ARG@,$F90_WORK_FILES_ARG,;t t
15059 + s,@MODDIRFLAG@,$MODDIRFLAG,;t t
15060 + s,@F90MODINCSPEC@,$F90MODINCSPEC,;t t
15061 + s,@F90_MODULE_NAMES@,$F90_MODULE_NAMES,;t t
15062 + s,@ZLIB_INC_DIR@,$ZLIB_INC_DIR,;t t
15063 + s,@ZLIB_LIB_DIR@,$ZLIB_LIB_DIR,;t t
15064 + s,@ZLIB@,$ZLIB,;t t
15065 + s,@FFTW_INC_DIR@,$FFTW_INC_DIR,;t t
15066 + s,@FFTW_LIB_DIR@,$FFTW_LIB_DIR,;t t
15067 + s,@FFTW_LIBS@,$FFTW_LIBS,;t t
15068 + s,@LIBOBJS@,$LIBOBJS,;t t
15069 + s,@POW_LIB@,$POW_LIB,;t t
15070 + s,@CXXCPP@,$CXXCPP,;t t
15071 + s,@__func__@,$__func__,;t t
15072   s,@MPI_LIB_DIR@,$MPI_LIB_DIR,;t t
15073   s,@MPI_INC_DIR@,$MPI_INC_DIR,;t t
15074   s,@MPI_F90_INC@,$MPI_F90_INC,;t t
15075   s,@MPI_LIB@,$MPI_LIB,;t t
15076   s,@MPI_F90_LIB@,$MPI_F90_LIB,;t t
15077   s,@USE_MPI@,$USE_MPI,;t t
15078 < s,@SPRNG_LIB_DIR@,$SPRNG_LIB_DIR,;t t
15079 < s,@SPRNG_INC_DIR@,$SPRNG_INC_DIR,;t t
15080 < s,@SPRNG_LIB@,$SPRNG_LIB,;t t
15081 < s,@USE_SPRNG@,$USE_SPRNG,;t t
15082 < s,@MKL_LIBDIR@,$MKL_LIBDIR,;t t
6898 < s,@MKL_LIB@,$MKL_LIB,;t t
6899 < s,@MKL_INC@,$MKL_INC,;t t
6900 < s,@HAVE_MKL@,$HAVE_MKL,;t t
15078 > s,@USE_CGAL@,$USE_CGAL,;t t
15079 > s,@CGAL_CXXFLAGS@,$CGAL_CXXFLAGS,;t t
15080 > s,@CGAL_LDFLAGS@,$CGAL_LDFLAGS,;t t
15081 > s,@CGAL_CPPFLAGS@,$CGAL_CPPFLAGS,;t t
15082 > s,@CGAL_LIBS@,$CGAL_LIBS,;t t
15083   s,@DOXYGEN@,$DOXYGEN,;t t
15084   s,@DOT@,$DOT,;t t
15085   s,@DOC@,$DOC,;t t
# Line 6909 | Line 15091 | s,@SUBDIRS@,$SUBDIRS,;t t
15091   s,@OOPSE@,$OOPSE,;t t
15092   s,@OOPSE_HOME@,$OOPSE_HOME,;t t
15093   s,@SUBDIRS@,$SUBDIRS,;t t
15094 < s,@FFLAGS@,$FFLAGS,;t t
15094 > s,@LTLIBOBJS@,$LTLIBOBJS,;t t
15095   CEOF
15096  
15097 < EOF
15097 > _ACEOF
15098  
15099 <  cat >>$CONFIG_STATUS <<\EOF
15099 >  cat >>$CONFIG_STATUS <<\_ACEOF
15100    # Split the substitutions into bite-sized pieces for seds with
15101    # small command number limits, like on Digital OSF/1 and HP-UX.
15102    ac_max_sed_lines=48
# Line 6939 | Line 15121 | EOF
15121        (echo ':t
15122    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
15123        if test -z "$ac_sed_cmds"; then
15124 <        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
15124 >        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
15125        else
15126 <        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
15126 >        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
15127        fi
15128        ac_sed_frag=`expr $ac_sed_frag + 1`
15129        ac_beg=$ac_end
# Line 6953 | Line 15135 | fi # test -n "$CONFIG_FILES"
15135    fi
15136   fi # test -n "$CONFIG_FILES"
15137  
15138 < EOF
15139 < cat >>$CONFIG_STATUS <<\EOF
15138 > _ACEOF
15139 > cat >>$CONFIG_STATUS <<\_ACEOF
15140   for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
15141    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15142    case $ac_file in
15143    - | *:- | *:-:* ) # input from stdin
15144 <        cat >$tmp/stdin
15145 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15146 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15144 >        cat >$tmp/stdin
15145 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15146 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15147    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15148 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15148 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15149    * )   ac_file_in=$ac_file.in ;;
15150    esac
15151  
15152    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
15153 <  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15154 <         X"$ac_file" : 'X\(//\)[^/]' \| \
15155 <         X"$ac_file" : 'X\(//\)$' \| \
15156 <         X"$ac_file" : 'X\(/\)' \| \
15157 <         .     : '\(.\)' 2>/dev/null ||
15153 >  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
15154 > $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15155 >         X"$ac_file" : 'X\(//\)[^/]' \| \
15156 >         X"$ac_file" : 'X\(//\)$' \| \
15157 >         X"$ac_file" : 'X\(/\)' \| \
15158 >         .     : '\(.\)' 2>/dev/null ||
15159   echo X"$ac_file" |
15160      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15161            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15162            /^X\(\/\/\)$/{ s//\1/; q; }
15163            /^X\(\/\).*/{ s//\1/; q; }
15164            s/.*/./; q'`
15165 <  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
15166 <    { case "$ac_dir" in
6984 <  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
6985 <  *)                      as_incr_dir=.;;
6986 < esac
6987 < as_dummy="$ac_dir"
6988 < for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
6989 <  case $as_mkdir_dir in
6990 <    # Skip DOS drivespec
6991 <    ?:) as_incr_dir=$as_mkdir_dir ;;
6992 <    *)
6993 <      as_incr_dir=$as_incr_dir/$as_mkdir_dir
6994 <      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
6995 <    ;;
6996 <  esac
6997 < done; }
6998 <
6999 <    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
7000 <    # A "../" for each directory in $ac_dir_suffix.
7001 <    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
15165 >  { if $as_mkdir_p; then
15166 >    mkdir -p "$ac_dir"
15167    else
15168 <    ac_dir_suffix= ac_dots=
15169 <  fi
15168 >    as_dir="$ac_dir"
15169 >    as_dirs=
15170 >    while test ! -d "$as_dir"; do
15171 >      as_dirs="$as_dir $as_dirs"
15172 >      as_dir=`(dirname "$as_dir") 2>/dev/null ||
15173 > $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15174 >         X"$as_dir" : 'X\(//\)[^/]' \| \
15175 >         X"$as_dir" : 'X\(//\)$' \| \
15176 >         X"$as_dir" : 'X\(/\)' \| \
15177 >         .     : '\(.\)' 2>/dev/null ||
15178 > echo X"$as_dir" |
15179 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15180 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15181 >          /^X\(\/\/\)$/{ s//\1/; q; }
15182 >          /^X\(\/\).*/{ s//\1/; q; }
15183 >          s/.*/./; q'`
15184 >    done
15185 >    test ! -n "$as_dirs" || mkdir $as_dirs
15186 >  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15187 > echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15188 >   { (exit 1); exit 1; }; }; }
15189  
15190 <  case $srcdir in
15191 <  .)  ac_srcdir=.
15192 <      if test -z "$ac_dots"; then
15193 <         ac_top_srcdir=.
15194 <      else
15195 <         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
15196 <      fi ;;
15197 <  [\\/]* | ?:[\\/]* )
15198 <      ac_srcdir=$srcdir$ac_dir_suffix;
15199 <      ac_top_srcdir=$srcdir ;;
15190 >  ac_builddir=.
15191 >
15192 > if test "$ac_dir" != .; then
15193 >  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
15194 >  # A "../" for each directory in $ac_dir_suffix.
15195 >  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15196 > else
15197 >  ac_dir_suffix= ac_top_builddir=
15198 > fi
15199 >
15200 > case $srcdir in
15201 >  .)  # No --srcdir option.  We are building in place.
15202 >    ac_srcdir=.
15203 >    if test -z "$ac_top_builddir"; then
15204 >       ac_top_srcdir=.
15205 >    else
15206 >       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
15207 >    fi ;;
15208 >  [\\/]* | ?:[\\/]* )  # Absolute path.
15209 >    ac_srcdir=$srcdir$ac_dir_suffix;
15210 >    ac_top_srcdir=$srcdir ;;
15211    *) # Relative path.
15212 <    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
15213 <    ac_top_srcdir=$ac_dots$srcdir ;;
15214 <  esac
15212 >    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
15213 >    ac_top_srcdir=$ac_top_builddir$srcdir ;;
15214 > esac
15215  
15216 + # Do not use `cd foo && pwd` to compute absolute paths, because
15217 + # the directories may not exist.
15218 + case `pwd` in
15219 + .) ac_abs_builddir="$ac_dir";;
15220 + *)
15221 +  case "$ac_dir" in
15222 +  .) ac_abs_builddir=`pwd`;;
15223 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
15224 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
15225 +  esac;;
15226 + esac
15227 + case $ac_abs_builddir in
15228 + .) ac_abs_top_builddir=${ac_top_builddir}.;;
15229 + *)
15230 +  case ${ac_top_builddir}. in
15231 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
15232 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
15233 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
15234 +  esac;;
15235 + esac
15236 + case $ac_abs_builddir in
15237 + .) ac_abs_srcdir=$ac_srcdir;;
15238 + *)
15239 +  case $ac_srcdir in
15240 +  .) ac_abs_srcdir=$ac_abs_builddir;;
15241 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
15242 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
15243 +  esac;;
15244 + esac
15245 + case $ac_abs_builddir in
15246 + .) ac_abs_top_srcdir=$ac_top_srcdir;;
15247 + *)
15248 +  case $ac_top_srcdir in
15249 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
15250 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
15251 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
15252 +  esac;;
15253 + esac
15254 +
15255 +
15256    case $INSTALL in
15257    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15258 <  *) ac_INSTALL=$ac_dots$INSTALL ;;
15258 >  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
15259    esac
15260  
15261    if test x"$ac_file" != x-; then
15262 <    { echo "$as_me:7027: creating $ac_file" >&5
15262 >    { echo "$as_me:$LINENO: creating $ac_file" >&5
15263   echo "$as_me: creating $ac_file" >&6;}
15264      rm -f "$ac_file"
15265    fi
15266    # Let's still pretend it is `configure' which instantiates (i.e., don't
15267    # use $as_me), people would be surprised to read:
15268 <  #    /* config.h.  Generated automatically by config.status.  */
15269 <  configure_input="Generated automatically from `echo $ac_file_in |
15270 <                                                 sed 's,.*/,,'` by configure."
15268 >  #    /* config.h.  Generated by config.status.  */
15269 >  if test x"$ac_file" = x-; then
15270 >    configure_input=
15271 >  else
15272 >    configure_input="$ac_file.  "
15273 >  fi
15274 >  configure_input=$configure_input"Generated from `echo $ac_file_in |
15275 >                                     sed 's,.*/,,'` by configure."
15276  
15277    # First look for the input files in the build tree, otherwise in the
15278    # src tree.
# Line 7041 | Line 15281 | echo "$as_me: creating $ac_file" >&6;}
15281        case $f in
15282        -) echo $tmp/stdin ;;
15283        [\\/$]*)
15284 <         # Absolute (can't be DOS-style, as IFS=:)
15285 <         test -f "$f" || { { echo "$as_me:7045: error: cannot find input file: $f" >&5
15284 >         # Absolute (can't be DOS-style, as IFS=:)
15285 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15286   echo "$as_me: error: cannot find input file: $f" >&2;}
15287     { (exit 1); exit 1; }; }
15288 <         echo $f;;
15288 >         echo "$f";;
15289        *) # Relative
15290 <         if test -f "$f"; then
15291 <           # Build tree
15292 <           echo $f
15293 <         elif test -f "$srcdir/$f"; then
15294 <           # Source tree
15295 <           echo $srcdir/$f
15296 <         else
15297 <           # /dev/null tree
15298 <           { { echo "$as_me:7058: error: cannot find input file: $f" >&5
15290 >         if test -f "$f"; then
15291 >           # Build tree
15292 >           echo "$f"
15293 >         elif test -f "$srcdir/$f"; then
15294 >           # Source tree
15295 >           echo "$srcdir/$f"
15296 >         else
15297 >           # /dev/null tree
15298 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15299   echo "$as_me: error: cannot find input file: $f" >&2;}
15300     { (exit 1); exit 1; }; }
15301 <         fi;;
15301 >         fi;;
15302        esac
15303      done` || { (exit 1); exit 1; }
15304 < EOF
15305 < cat >>$CONFIG_STATUS <<EOF
15304 > _ACEOF
15305 > cat >>$CONFIG_STATUS <<_ACEOF
15306    sed "$ac_vpsub
15307   $extrasub
15308 < EOF
15309 < cat >>$CONFIG_STATUS <<\EOF
15308 > _ACEOF
15309 > cat >>$CONFIG_STATUS <<\_ACEOF
15310   :t
15311   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15312   s,@configure_input@,$configure_input,;t t
15313   s,@srcdir@,$ac_srcdir,;t t
15314 + s,@abs_srcdir@,$ac_abs_srcdir,;t t
15315   s,@top_srcdir@,$ac_top_srcdir,;t t
15316 + s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
15317 + s,@builddir@,$ac_builddir,;t t
15318 + s,@abs_builddir@,$ac_abs_builddir,;t t
15319 + s,@top_builddir@,$ac_top_builddir,;t t
15320 + s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
15321   s,@INSTALL@,$ac_INSTALL,;t t
15322   " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
15323    rm -f $tmp/stdin
# Line 7082 | Line 15328 | s,@INSTALL@,$ac_INSTALL,;t t
15328      rm -f $tmp/out
15329    fi
15330  
15331 +  # Run the commands associated with the file.
15332 +  case $ac_file in
15333 +    make/Makefile ) chmod 0755 scripts/* ;;
15334 +    src/utils/Makefile ) chmod 0755 scripts/* ;;
15335 +    src/math/Makefile ) chmod 0755 scripts/* ;;
15336 +    src/applications/staticProps/Makefile ) chmod 0755 scripts/* ;;
15337 +    scripts/filepp ) chmod 0755 scripts/* ;;
15338 +  esac
15339   done
15340 < EOF
15341 < cat >>$CONFIG_STATUS <<\EOF
15340 > _ACEOF
15341 > cat >>$CONFIG_STATUS <<\_ACEOF
15342  
15343   #
15344   # CONFIG_HEADER section.
# Line 7094 | Line 15348 | cat >>$CONFIG_STATUS <<\EOF
15348   # NAME is the cpp macro being defined and VALUE is the value it is being given.
15349   #
15350   # ac_d sets the value in "#define NAME VALUE" lines.
15351 < ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
15352 < ac_dB='[        ].*$,\1#\2'
15351 > ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
15352 > ac_dB='[         ].*$,\1#\2'
15353   ac_dC=' '
15354   ac_dD=',;t'
15355   # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
15356 < ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
15356 > ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
15357   ac_uB='$,\1#\2define\3'
15358   ac_uC=' '
15359   ac_uD=',;t'
# Line 7108 | Line 15362 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file"
15362    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
15363    case $ac_file in
15364    - | *:- | *:-:* ) # input from stdin
15365 <        cat >$tmp/stdin
15366 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15367 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15365 >        cat >$tmp/stdin
15366 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15367 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15368    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
15369 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15369 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
15370    * )   ac_file_in=$ac_file.in ;;
15371    esac
15372  
15373 <  test x"$ac_file" != x- && { echo "$as_me:7119: creating $ac_file" >&5
15373 >  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
15374   echo "$as_me: creating $ac_file" >&6;}
15375  
15376    # First look for the input files in the build tree, otherwise in the
# Line 7126 | Line 15380 | echo "$as_me: creating $ac_file" >&6;}
15380        case $f in
15381        -) echo $tmp/stdin ;;
15382        [\\/$]*)
15383 <         # Absolute (can't be DOS-style, as IFS=:)
15384 <         test -f "$f" || { { echo "$as_me:7130: error: cannot find input file: $f" >&5
15383 >         # Absolute (can't be DOS-style, as IFS=:)
15384 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15385   echo "$as_me: error: cannot find input file: $f" >&2;}
15386     { (exit 1); exit 1; }; }
15387 <         echo $f;;
15387 >         # Do quote $f, to prevent DOS paths from being IFS'd.
15388 >         echo "$f";;
15389        *) # Relative
15390 <         if test -f "$f"; then
15391 <           # Build tree
15392 <           echo $f
15393 <         elif test -f "$srcdir/$f"; then
15394 <           # Source tree
15395 <           echo $srcdir/$f
15396 <         else
15397 <           # /dev/null tree
15398 <           { { echo "$as_me:7143: error: cannot find input file: $f" >&5
15390 >         if test -f "$f"; then
15391 >           # Build tree
15392 >           echo "$f"
15393 >         elif test -f "$srcdir/$f"; then
15394 >           # Source tree
15395 >           echo "$srcdir/$f"
15396 >         else
15397 >           # /dev/null tree
15398 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
15399   echo "$as_me: error: cannot find input file: $f" >&2;}
15400     { (exit 1); exit 1; }; }
15401 <         fi;;
15401 >         fi;;
15402        esac
15403      done` || { (exit 1); exit 1; }
15404    # Remove the trailing spaces.
15405 <  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
15405 >  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
15406  
15407 < EOF
15407 > _ACEOF
15408  
15409   # Transform confdefs.h into two sed scripts, `conftest.defines' and
15410   # `conftest.undefs', that substitutes the proper values into
# Line 7165 | Line 15420 | rm -f conftest.defines conftest.undefs
15420   # `end' is used to avoid that the second main sed command (meant for
15421   # 0-ary CPP macros) applies to n-ary macro definitions.
15422   # See the Autoconf documentation for `clear'.
15423 < cat >confdef2sed.sed <<\EOF
15423 > cat >confdef2sed.sed <<\_ACEOF
15424   s/[\\&,]/\\&/g
15425   s,[\\$`],\\&,g
15426   t clear
15427   : clear
15428 < s,^[    ]*#[    ]*define[       ][      ]*\(\([^        (][^    (]*\)([^)]*)\)[         ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
15428 > s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
15429   t end
15430 < s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
15430 > s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
15431   : end
15432 < EOF
15432 > _ACEOF
15433   # If some macros were called several times there might be several times
15434   # the same #defines, which is useless.  Nevertheless, we may not want to
15435   # sort them, since we want the *last* AC-DEFINE to be honored.
# Line 7185 | Line 15440 | rm -f confdef2sed.sed
15440   # This sed command replaces #undef with comments.  This is necessary, for
15441   # example, in the case of _POSIX_SOURCE, which is predefined and required
15442   # on some systems where configure will not decide to define it.
15443 < cat >>conftest.undefs <<\EOF
15444 < s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
15445 < EOF
15443 > cat >>conftest.undefs <<\_ACEOF
15444 > s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
15445 > _ACEOF
15446  
15447   # Break up conftest.defines because some shells have a limit on the size
15448   # of here documents, and old seds have small limits too (100 cmds).
15449   echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
15450 < echo '  if egrep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
15450 > echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
15451   echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
15452   echo '  :' >>$CONFIG_STATUS
15453   rm -f conftest.tail
# Line 7201 | Line 15456 | do
15456    # Write a limited-size here document to $tmp/defines.sed.
15457    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
15458    # Speed up: don't consider the non `#define' lines.
15459 <  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
15459 >  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
15460    # Work around the forget-to-reset-the-flag bug.
15461    echo 't clr' >>$CONFIG_STATUS
15462    echo ': clr' >>$CONFIG_STATUS
# Line 7216 | Line 15471 | rm -f conftest.defines
15471    mv conftest.tail conftest.defines
15472   done
15473   rm -f conftest.defines
15474 < echo '  fi # egrep' >>$CONFIG_STATUS
15474 > echo '  fi # grep' >>$CONFIG_STATUS
15475   echo >>$CONFIG_STATUS
15476  
15477   # Break up conftest.undefs because some shells have a limit on the size
# Line 7228 | Line 15483 | do
15483    # Write a limited-size here document to $tmp/undefs.sed.
15484    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
15485    # Speed up: don't consider the non `#undef'
15486 <  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
15486 >  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
15487    # Work around the forget-to-reset-the-flag bug.
15488    echo 't clr' >>$CONFIG_STATUS
15489    echo ': clr' >>$CONFIG_STATUS
# Line 7244 | Line 15499 | rm -f conftest.undefs
15499   done
15500   rm -f conftest.undefs
15501  
15502 < cat >>$CONFIG_STATUS <<\EOF
15502 > cat >>$CONFIG_STATUS <<\_ACEOF
15503    # Let's still pretend it is `configure' which instantiates (i.e., don't
15504    # use $as_me), people would be surprised to read:
15505 <  #    /* config.h.  Generated automatically by config.status.  */
15505 >  #    /* config.h.  Generated by config.status.  */
15506    if test x"$ac_file" = x-; then
15507 <    echo "/* Generated automatically by configure.  */" >$tmp/config.h
15507 >    echo "/* Generated by configure.  */" >$tmp/config.h
15508    else
15509 <    echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h
15509 >    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
15510    fi
15511    cat $tmp/in >>$tmp/config.h
15512    rm -f $tmp/in
15513    if test x"$ac_file" != x-; then
15514 <    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
15515 <      { echo "$as_me:7260: $ac_file is unchanged" >&5
15514 >    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
15515 >      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
15516   echo "$as_me: $ac_file is unchanged" >&6;}
15517      else
15518 <      ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15519 <         X"$ac_file" : 'X\(//\)[^/]' \| \
15520 <         X"$ac_file" : 'X\(//\)$' \| \
15521 <         X"$ac_file" : 'X\(/\)' \| \
15522 <         .     : '\(.\)' 2>/dev/null ||
15518 >      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
15519 > $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15520 >         X"$ac_file" : 'X\(//\)[^/]' \| \
15521 >         X"$ac_file" : 'X\(//\)$' \| \
15522 >         X"$ac_file" : 'X\(/\)' \| \
15523 >         .     : '\(.\)' 2>/dev/null ||
15524   echo X"$ac_file" |
15525      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15526            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15527            /^X\(\/\/\)$/{ s//\1/; q; }
15528            /^X\(\/\).*/{ s//\1/; q; }
15529            s/.*/./; q'`
15530 <      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
15531 <        { case "$ac_dir" in
15532 <  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
15533 <  *)                      as_incr_dir=.;;
15534 < esac
15535 < as_dummy="$ac_dir"
15536 < for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
15537 <  case $as_mkdir_dir in
15538 <    # Skip DOS drivespec
15539 <    ?:) as_incr_dir=$as_mkdir_dir ;;
15540 <    *)
15541 <      as_incr_dir=$as_incr_dir/$as_mkdir_dir
15542 <      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
15543 <    ;;
15544 <  esac
15545 < done; }
15530 >      { if $as_mkdir_p; then
15531 >    mkdir -p "$ac_dir"
15532 >  else
15533 >    as_dir="$ac_dir"
15534 >    as_dirs=
15535 >    while test ! -d "$as_dir"; do
15536 >      as_dirs="$as_dir $as_dirs"
15537 >      as_dir=`(dirname "$as_dir") 2>/dev/null ||
15538 > $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15539 >         X"$as_dir" : 'X\(//\)[^/]' \| \
15540 >         X"$as_dir" : 'X\(//\)$' \| \
15541 >         X"$as_dir" : 'X\(/\)' \| \
15542 >         .     : '\(.\)' 2>/dev/null ||
15543 > echo X"$as_dir" |
15544 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15545 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15546 >          /^X\(\/\/\)$/{ s//\1/; q; }
15547 >          /^X\(\/\).*/{ s//\1/; q; }
15548 >          s/.*/./; q'`
15549 >    done
15550 >    test ! -n "$as_dirs" || mkdir $as_dirs
15551 >  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
15552 > echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
15553 >   { (exit 1); exit 1; }; }; }
15554  
7291      fi
15555        rm -f $ac_file
15556        mv $tmp/config.h $ac_file
15557      fi
# Line 7297 | Line 15560 | done
15560      rm -f $tmp/config.h
15561    fi
15562   done
15563 < EOF
15564 < cat >>$CONFIG_STATUS <<\EOF
15563 > _ACEOF
15564 > cat >>$CONFIG_STATUS <<\_ACEOF
15565  
15566   #
15567   # CONFIG_LINKS section.
# Line 7308 | Line 15571 | for ac_file in : $CONFIG_LINKS; do test "x$ac_file" =
15571    ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
15572    ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
15573  
15574 <  { echo "$as_me:7311: linking $srcdir/$ac_source to $ac_dest" >&5
15574 >  { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
15575   echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
15576  
15577    if test ! -r $srcdir/$ac_source; then
15578 <    { { echo "$as_me:7315: error: $srcdir/$ac_source: File not found" >&5
15579 < echo "$as_me: error: $srcdir/$ac_source: File not found" >&2;}
15578 >    { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
15579 > echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
15580     { (exit 1); exit 1; }; }
15581    fi
15582    rm -f $ac_dest
15583  
15584    # Make relative symlinks.
15585 <  ac_dest_dir=`$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15586 <         X"$ac_dest" : 'X\(//\)[^/]' \| \
15587 <         X"$ac_dest" : 'X\(//\)$' \| \
15588 <         X"$ac_dest" : 'X\(/\)' \| \
15589 <         .     : '\(.\)' 2>/dev/null ||
15585 >  ac_dest_dir=`(dirname "$ac_dest") 2>/dev/null ||
15586 > $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15587 >         X"$ac_dest" : 'X\(//\)[^/]' \| \
15588 >         X"$ac_dest" : 'X\(//\)$' \| \
15589 >         X"$ac_dest" : 'X\(/\)' \| \
15590 >         .     : '\(.\)' 2>/dev/null ||
15591   echo X"$ac_dest" |
15592      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15593            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15594            /^X\(\/\/\)$/{ s//\1/; q; }
15595            /^X\(\/\).*/{ s//\1/; q; }
15596            s/.*/./; q'`
15597 <  if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
15598 <    { case "$ac_dest_dir" in
15599 <  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
15600 <  *)                      as_incr_dir=.;;
15597 >  { if $as_mkdir_p; then
15598 >    mkdir -p "$ac_dest_dir"
15599 >  else
15600 >    as_dir="$ac_dest_dir"
15601 >    as_dirs=
15602 >    while test ! -d "$as_dir"; do
15603 >      as_dirs="$as_dir $as_dirs"
15604 >      as_dir=`(dirname "$as_dir") 2>/dev/null ||
15605 > $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15606 >         X"$as_dir" : 'X\(//\)[^/]' \| \
15607 >         X"$as_dir" : 'X\(//\)$' \| \
15608 >         X"$as_dir" : 'X\(/\)' \| \
15609 >         .     : '\(.\)' 2>/dev/null ||
15610 > echo X"$as_dir" |
15611 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
15612 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
15613 >          /^X\(\/\/\)$/{ s//\1/; q; }
15614 >          /^X\(\/\).*/{ s//\1/; q; }
15615 >          s/.*/./; q'`
15616 >    done
15617 >    test ! -n "$as_dirs" || mkdir $as_dirs
15618 >  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
15619 > echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
15620 >   { (exit 1); exit 1; }; }; }
15621 >
15622 >  ac_builddir=.
15623 >
15624 > if test "$ac_dest_dir" != .; then
15625 >  ac_dir_suffix=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
15626 >  # A "../" for each directory in $ac_dir_suffix.
15627 >  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
15628 > else
15629 >  ac_dir_suffix= ac_top_builddir=
15630 > fi
15631 >
15632 > case $srcdir in
15633 >  .)  # No --srcdir option.  We are building in place.
15634 >    ac_srcdir=.
15635 >    if test -z "$ac_top_builddir"; then
15636 >       ac_top_srcdir=.
15637 >    else
15638 >       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
15639 >    fi ;;
15640 >  [\\/]* | ?:[\\/]* )  # Absolute path.
15641 >    ac_srcdir=$srcdir$ac_dir_suffix;
15642 >    ac_top_srcdir=$srcdir ;;
15643 >  *) # Relative path.
15644 >    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
15645 >    ac_top_srcdir=$ac_top_builddir$srcdir ;;
15646   esac
7338 as_dummy="$ac_dest_dir"
7339 for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
7340  case $as_mkdir_dir in
7341    # Skip DOS drivespec
7342    ?:) as_incr_dir=$as_mkdir_dir ;;
7343    *)
7344      as_incr_dir=$as_incr_dir/$as_mkdir_dir
7345      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
7346    ;;
7347  esac
7348 done; }
15647  
15648 <    ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's,^\./,,'`"
15649 <    # A "../" for each directory in $ac_dest_dir_suffix.
15650 <    ac_dots=`echo $ac_dest_dir_suffix|sed 's,/[^/]*,../,g'`
15651 <  else
15652 <    ac_dest_dir_suffix= ac_dots=
15653 <  fi
15648 > # Do not use `cd foo && pwd` to compute absolute paths, because
15649 > # the directories may not exist.
15650 > case `pwd` in
15651 > .) ac_abs_builddir="$ac_dest_dir";;
15652 > *)
15653 >  case "$ac_dest_dir" in
15654 >  .) ac_abs_builddir=`pwd`;;
15655 >  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dest_dir";;
15656 >  *) ac_abs_builddir=`pwd`/"$ac_dest_dir";;
15657 >  esac;;
15658 > esac
15659 > case $ac_abs_builddir in
15660 > .) ac_abs_top_builddir=${ac_top_builddir}.;;
15661 > *)
15662 >  case ${ac_top_builddir}. in
15663 >  .) ac_abs_top_builddir=$ac_abs_builddir;;
15664 >  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
15665 >  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
15666 >  esac;;
15667 > esac
15668 > case $ac_abs_builddir in
15669 > .) ac_abs_srcdir=$ac_srcdir;;
15670 > *)
15671 >  case $ac_srcdir in
15672 >  .) ac_abs_srcdir=$ac_abs_builddir;;
15673 >  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
15674 >  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
15675 >  esac;;
15676 > esac
15677 > case $ac_abs_builddir in
15678 > .) ac_abs_top_srcdir=$ac_top_srcdir;;
15679 > *)
15680 >  case $ac_top_srcdir in
15681 >  .) ac_abs_top_srcdir=$ac_abs_builddir;;
15682 >  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
15683 >  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
15684 >  esac;;
15685 > esac
15686  
15687 +
15688    case $srcdir in
15689    [\\/$]* | ?:[\\/]* ) ac_rel_source=$srcdir/$ac_source ;;
15690 <      *) ac_rel_source=$ac_dots$srcdir/$ac_source ;;
15690 >      *) ac_rel_source=$ac_top_builddir$srcdir/$ac_source ;;
15691    esac
15692  
15693 <  # Make a symlink if possible; otherwise try a hard link.
15693 >  # Try a symlink, then a hard link, then a copy.
15694    ln -s $ac_rel_source $ac_dest 2>/dev/null ||
15695 <    ln $srcdir/$ac_source $ac_dest ||
15696 <    { { echo "$as_me:7365: error: cannot link $ac_dest to $srcdir/$ac_source" >&5
15697 < echo "$as_me: error: cannot link $ac_dest to $srcdir/$ac_source" >&2;}
15695 >    ln $srcdir/$ac_source $ac_dest 2>/dev/null ||
15696 >    cp -p $srcdir/$ac_source $ac_dest ||
15697 >    { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
15698 > echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
15699     { (exit 1); exit 1; }; }
15700   done
15701 < EOF
15701 > _ACEOF
15702  
15703 < cat >>$CONFIG_STATUS <<\EOF
15703 > cat >>$CONFIG_STATUS <<\_ACEOF
15704  
15705   { (exit 0); exit 0; }
15706 < EOF
15706 > _ACEOF
15707   chmod +x $CONFIG_STATUS
15708   ac_clean_files=$ac_clean_files_save
15709  
15710 +
15711   # configure is writing to config.log, and then calls config.status.
15712   # config.status does its own redirection, appending to config.log.
15713   # Unfortunately, on DOS this fails, as config.log is still kept open
# Line 7385 | Line 15718 | if test "$no_create" != yes; then
15718   # need to make the FD available again.
15719   if test "$no_create" != yes; then
15720    ac_cs_success=:
15721 +  ac_config_status_args=
15722 +  test "$silent" = yes &&
15723 +    ac_config_status_args="$ac_config_status_args --quiet"
15724    exec 5>/dev/null
15725 <  $SHELL $CONFIG_STATUS || ac_cs_success=false
15725 >  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15726    exec 5>>config.log
15727    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15728    # would make configure fail if this is the last instruction.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines