ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 827 by gezelter, Tue Oct 28 16:02:29 2003 UTC vs.
Revision 942 by gezelter, Wed Jan 14 15:49:26 2004 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 1.0.
3 > # Generated by GNU Autoconf 2.59 for OOPSE 1.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 | as_executable_p="test -f"
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 | $as_unset CDPATH || test "${CDPATH+set}" != set || { C
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 | cross_compiling=no
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='1.0'
273 > PACKAGE_STRING='OOPSE 1.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/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 PROGNAME debug build build_cpu build_vendor build_os host host_cpu host_vendor host_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CXX CXXFLAGS ac_ct_CXX OOPSE_TEMPLATE_FLAGS EXTRA_CC_FLAG F90 F90FLAGS ac_ct_F90 PREPFLAG PREPDEFFLAG F90LIBS F90_FUNC F90_FUNC_ MOD F90_WORK_FILES_ARG MODDIRFLAG F90MODINCSPEC INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT AR mpi MPI_LIBDIR MPI_INC MPI_LIB CPP EGREP SPRNG_LIBDIR SPRNG_LIB SPRNG_INC HAVE_SPRNG MKL_LIBDIR MKL_LIB MKL_INC HAVE_MKL BATEXT MKINSTALLDIRS OOPSE OOPSE_HOME SUBDIRS FFLAGS LIBOBJS LTLIBOBJS'
316 + ac_subst_files=''
317 +
318   # Initialize some variables set by options.
319   ac_init_help=
320   ac_init_version=false
# 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='1.0'
151 PACKAGE_STRING='OOPSE 1.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 | for ac_var in bindir sbindir libexecdir datadir syscon
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 560 | Line 785 | ac_env_MPIF77_set=${MPIF77+set}
785   ac_env_F90FLAGS_value=$F90FLAGS
786   ac_cv_env_F90FLAGS_set=${F90FLAGS+set}
787   ac_cv_env_F90FLAGS_value=$F90FLAGS
563 ac_env_MPIF77_set=${MPIF77+set}
564 ac_env_MPIF77_value=$MPIF77
565 ac_cv_env_MPIF77_set=${MPIF77+set}
566 ac_cv_env_MPIF77_value=$MPIF77
788   ac_env_CPP_set=${CPP+set}
789   ac_env_CPP_value=$CPP
790   ac_cv_env_CPP_set=${CPP+set}
# Line 575 | Line 796 | if test "$ac_init_help" = "long"; then
796   if test "$ac_init_help" = "long"; then
797    # Omit some internal or obsolete options to make the list less imposing.
798    # This message is too long to be a string in the A/UX 3.1 sh.
799 <  cat <<EOF
799 >  cat <<_ACEOF
800   \`configure' configures OOPSE 1.0 to adapt to many kinds of systems.
801  
802   Usage: $0 [OPTION]... [VAR=VALUE]...
# Line 596 | Line 817 | EOF
817    -n, --no-create         do not create output files
818        --srcdir=DIR        find the sources in DIR [configure dir or \`..']
819  
820 < EOF
820 > _ACEOF
821  
822 <  cat <<EOF
822 >  cat <<_ACEOF
823   Installation directories:
824    --prefix=PREFIX         install architecture-independent files in PREFIX
825 <                          [$ac_default_prefix]
825 >                          [$ac_default_prefix]
826    --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
827 <                          [PREFIX]
827 >                          [PREFIX]
828  
829   By default, \`make install' will install all the files in
830   \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
# Line 625 | Line 846 | EOF
846    --oldincludedir=DIR    C header files for non-gcc [/usr/include]
847    --infodir=DIR          info documentation [PREFIX/info]
848    --mandir=DIR           man documentation [PREFIX/man]
849 < EOF
849 > _ACEOF
850  
851 <  cat <<\EOF
851 >  cat <<\_ACEOF
852  
853   System types:
854    --build=BUILD     configure for building on BUILD [guessed]
855 <  --host=HOST       build programs to run on HOST [BUILD]
856 < EOF
855 >  --host=HOST       cross-compile to build programs to run on HOST [BUILD]
856 > _ACEOF
857   fi
858  
859   if test -n "$ac_init_help"; then
860    case $ac_init_help in
861       short | recursive ) echo "Configuration of OOPSE 1.0:";;
862     esac
863 <  cat <<\EOF
863 >  cat <<\_ACEOF
864  
865   Optional Features:
866    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
# Line 650 | Line 871 | Optional Packages:
871   Optional Packages:
872    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
873    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
874 <  --with-mpi_dir=MPIDIR   give the path for MPI /usr/local
874 >  --with-mpi=MPIDIR   give the path for MPI /usr/local
875    --with-mpi-libdir=dir  give the path for MPI-libraries MPI_DIR/lib
876    --with-mpi_inc=dir  give the path for MPI-include-files MPI_DIR/include
877    --with-sprng_prefix=PREFIX
# Line 659 | Line 880 | Optional Packages:
880    --with-sprng-include=PREFIX
881                            SPRNG include directory
882    --with-mkl              Do we want MKL will check /usr/local/intel/mkl60 /opt/intel/mkl60
662  --with-mpi_f90_mods=<dir>
663                          Location where MPI f90 modules are installed
883  
884   Some influential environment variables:
885    CC          C compiler command
# Line 673 | Line 892 | Some influential environment variables:
892    CXXFLAGS    C++ compiler flags
893    F90         Fortran 90 compiler command
894    F90FLAGS    Fortran 90 compiler flags
676  MPIF77      MPI Fortran compiler command
895    CPP         C preprocessor
896  
897   Use these variables to override the choices made by `configure' or to help
898   it to find libraries and programs with nonstandard names/locations.
899  
900   Report bugs to <gezelter@nd.edu>.
901 < EOF
901 > _ACEOF
902   fi
903  
904   if test "$ac_init_help" = "recursive"; then
905    # If there are subdirs, report their specific --help.
906    ac_popdir=`pwd`
907 <  for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue
908 <    cd $ac_subdir
909 <    # A "../" for each directory in /$ac_subdir.
692 <    ac_dots=`echo $ac_subdir |
693 <             sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'`
907 >  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
908 >    test -d $ac_dir || continue
909 >    ac_builddir=.
910  
911 <    case $srcdir in
912 <    .) # No --srcdir option.  We are building in place.
913 <      ac_sub_srcdir=$srcdir ;;
914 <    [\\/]* | ?:[\\/]* ) # Absolute path.
915 <      ac_sub_srcdir=$srcdir/$ac_subdir ;;
916 <    *) # Relative path.
917 <      ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;
702 <    esac
911 > if test "$ac_dir" != .; then
912 >  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
913 >  # A "../" for each directory in $ac_dir_suffix.
914 >  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
915 > else
916 >  ac_dir_suffix= ac_top_builddir=
917 > fi
918  
919 <    # Check for guested configure; otherwise get Cygnus style configure.
920 <    if test -f $ac_sub_srcdir/configure.gnu; then
921 <      echo
922 <      $SHELL $ac_sub_srcdir/configure.gnu  --help=recursive
923 <    elif test -f $ac_sub_srcdir/configure; then
919 > case $srcdir in
920 >  .)  # No --srcdir option.  We are building in place.
921 >    ac_srcdir=.
922 >    if test -z "$ac_top_builddir"; then
923 >       ac_top_srcdir=.
924 >    else
925 >       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
926 >    fi ;;
927 >  [\\/]* | ?:[\\/]* )  # Absolute path.
928 >    ac_srcdir=$srcdir$ac_dir_suffix;
929 >    ac_top_srcdir=$srcdir ;;
930 >  *) # Relative path.
931 >    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
932 >    ac_top_srcdir=$ac_top_builddir$srcdir ;;
933 > esac
934 >
935 > # Do not use `cd foo && pwd` to compute absolute paths, because
936 > # the directories may not exist.
937 > case `pwd` in
938 > .) ac_abs_builddir="$ac_dir";;
939 > *)
940 >  case "$ac_dir" in
941 >  .) ac_abs_builddir=`pwd`;;
942 >  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
943 >  *) ac_abs_builddir=`pwd`/"$ac_dir";;
944 >  esac;;
945 > esac
946 > case $ac_abs_builddir in
947 > .) ac_abs_top_builddir=${ac_top_builddir}.;;
948 > *)
949 >  case ${ac_top_builddir}. in
950 >  .) ac_abs_top_builddir=$ac_abs_builddir;;
951 >  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
952 >  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
953 >  esac;;
954 > esac
955 > case $ac_abs_builddir in
956 > .) ac_abs_srcdir=$ac_srcdir;;
957 > *)
958 >  case $ac_srcdir in
959 >  .) ac_abs_srcdir=$ac_abs_builddir;;
960 >  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
961 >  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
962 >  esac;;
963 > esac
964 > case $ac_abs_builddir in
965 > .) ac_abs_top_srcdir=$ac_top_srcdir;;
966 > *)
967 >  case $ac_top_srcdir in
968 >  .) ac_abs_top_srcdir=$ac_abs_builddir;;
969 >  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
970 >  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
971 >  esac;;
972 > esac
973 >
974 >    cd $ac_dir
975 >    # Check for guested configure; otherwise get Cygnus style configure.
976 >    if test -f $ac_srcdir/configure.gnu; then
977        echo
978 <      $SHELL $ac_sub_srcdir/configure  --help=recursive
979 <    elif test -f $ac_sub_srcdir/configure.ac ||
712 <           test -f $ac_sub_srcdir/configure.in; then
978 >      $SHELL $ac_srcdir/configure.gnu  --help=recursive
979 >    elif test -f $ac_srcdir/configure; then
980        echo
981 +      $SHELL $ac_srcdir/configure  --help=recursive
982 +    elif test -f $ac_srcdir/configure.ac ||
983 +           test -f $ac_srcdir/configure.in; then
984 +      echo
985        $ac_configure --help
986      else
987 <      echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2
987 >      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
988      fi
989      cd $ac_popdir
990    done
# Line 721 | Line 992 | if $ac_init_version; then
992  
993   test -n "$ac_init_help" && exit 0
994   if $ac_init_version; then
995 <  cat <<\EOF
995 >  cat <<\_ACEOF
996   OOPSE configure 1.0
997 < generated by GNU Autoconf 2.50
997 > generated by GNU Autoconf 2.59
998  
999 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
729 < Free Software Foundation, Inc.
999 > Copyright (C) 2003 Free Software Foundation, Inc.
1000   This configure script is free software; the Free Software Foundation
1001   gives unlimited permission to copy, distribute and modify it.
1002 < EOF
1002 > _ACEOF
1003    exit 0
1004   fi
1005   exec 5>config.log
1006 < cat >&5 <<EOF
1006 > cat >&5 <<_ACEOF
1007   This file contains any messages produced by compilers while
1008   running configure, to aid debugging if configure makes a mistake.
1009  
1010   It was created by OOPSE $as_me 1.0, which was
1011 < generated by GNU Autoconf 2.50.  Invocation command line was
1011 > generated by GNU Autoconf 2.59.  Invocation command line was
1012  
1013    $ $0 $@
1014  
1015 < EOF
1015 > _ACEOF
1016   {
1017   cat <<_ASUNAME
1018 < ## ---------- ##
1019 < ## Platform.  ##
1020 < ## ---------- ##
1018 > ## --------- ##
1019 > ## Platform. ##
1020 > ## --------- ##
1021  
1022   hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1023   uname -m = `(uname -m) 2>/dev/null || echo unknown`
# Line 766 | Line 1036 | PATH = $PATH
1036   /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1037   /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1038  
769 PATH = $PATH
770
1039   _ASUNAME
1040 +
1041 + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1042 + for as_dir in $PATH
1043 + do
1044 +  IFS=$as_save_IFS
1045 +  test -z "$as_dir" && as_dir=.
1046 +  echo "PATH: $as_dir"
1047 + done
1048 +
1049   } >&5
1050  
1051 < cat >&5 <<EOF
775 < ## ------------ ##
776 < ## Core tests.  ##
777 < ## ------------ ##
1051 > cat >&5 <<_ACEOF
1052  
779 EOF
1053  
1054 + ## ----------- ##
1055 + ## Core tests. ##
1056 + ## ----------- ##
1057 +
1058 + _ACEOF
1059 +
1060 +
1061   # Keep a trace of the command line.
1062   # Strip out --no-create and --no-recursion so they do not pile up.
1063 + # Strip out --silent because we don't want to record it for future runs.
1064   # Also quote any args containing shell meta-characters.
1065 + # Make two passes to allow for proper duplicate-argument suppression.
1066   ac_configure_args=
1067 + ac_configure_args0=
1068 + ac_configure_args1=
1069   ac_sep=
1070 < for ac_arg
1070 > ac_must_keep_next=false
1071 > for ac_pass in 1 2
1072   do
1073 <  case $ac_arg in
1074 <  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1075 <  | --no-cr | --no-c) ;;
1076 <  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1077 <  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
1078 <  *" "*|*"      "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1079 <    ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`
1080 <    ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1081 <    ac_sep=" " ;;
1082 <  *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg"
1083 <     ac_sep=" " ;;
1084 <  esac
1085 <  # Get rid of the leading space.
1073 >  for ac_arg
1074 >  do
1075 >    case $ac_arg in
1076 >    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1077 >    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 >    | -silent | --silent | --silen | --sile | --sil)
1079 >      continue ;;
1080 >    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1081 >      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1082 >    esac
1083 >    case $ac_pass in
1084 >    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1085 >    2)
1086 >      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1087 >      if test $ac_must_keep_next = true; then
1088 >        ac_must_keep_next=false # Got value, back to normal.
1089 >      else
1090 >        case $ac_arg in
1091 >          *=* | --config-cache | -C | -disable-* | --disable-* \
1092 >          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1093 >          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1094 >          | -with-* | --with-* | -without-* | --without-* | --x)
1095 >            case "$ac_configure_args0 " in
1096 >              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1097 >            esac
1098 >            ;;
1099 >          -* ) ac_must_keep_next=true ;;
1100 >        esac
1101 >      fi
1102 >      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1103 >      # Get rid of the leading space.
1104 >      ac_sep=" "
1105 >      ;;
1106 >    esac
1107 >  done
1108   done
1109 + $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1110 + $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1111  
1112   # When interrupted or exit'd, cleanup temporary files, and complete
1113   # config.log.  We remove comments because anyway the quotes in there
1114   # would cause problems or look ugly.
1115 + # WARNING: Be sure not to use single quotes in there, as some shells,
1116 + # such as our DU 5.0 friend, will then `close' the trap.
1117   trap 'exit_status=$?
1118    # Save into config.log some information that might help in debugging.
1119 <  echo >&5
1120 <  echo "## ----------------- ##" >&5
1121 <  echo "## Cache variables.  ##" >&5
1122 <  echo "## ----------------- ##" >&5
1123 <  echo >&5
1124 <  # The following way of writing the cache mishandles newlines in values,
1119 >  {
1120 >    echo
1121 >
1122 >    cat <<\_ASBOX
1123 > ## ---------------- ##
1124 > ## Cache variables. ##
1125 > ## ---------------- ##
1126 > _ASBOX
1127 >    echo
1128 >    # The following way of writing the cache mishandles newlines in values,
1129   {
1130    (set) 2>&1 |
1131      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1132      *ac_space=\ *)
1133        sed -n \
1134 <        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1135 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1134 >        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1135 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1136        ;;
1137      *)
1138        sed -n \
1139 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1139 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1140        ;;
1141      esac;
1142 < } >&5
1143 <  sed "/^$/d" confdefs.h >conftest.log
1144 <  if test -s conftest.log; then
1145 <    echo >&5
1146 <    echo "## ------------ ##" >&5
1147 <    echo "## confdefs.h.  ##" >&5
1148 <    echo "## ------------ ##" >&5
1149 <    echo >&5
1150 <    cat conftest.log >&5
1151 <  fi
1152 <  (echo; echo) >&5
1153 <  test "$ac_signal" != 0 &&
1154 <    echo "$as_me: caught signal $ac_signal" >&5
1155 <  echo "$as_me: exit $exit_status" >&5
1156 <  rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files &&
1142 > }
1143 >    echo
1144 >
1145 >    cat <<\_ASBOX
1146 > ## ----------------- ##
1147 > ## Output variables. ##
1148 > ## ----------------- ##
1149 > _ASBOX
1150 >    echo
1151 >    for ac_var in $ac_subst_vars
1152 >    do
1153 >      eval ac_val=$`echo $ac_var`
1154 >      echo "$ac_var='"'"'$ac_val'"'"'"
1155 >    done | sort
1156 >    echo
1157 >
1158 >    if test -n "$ac_subst_files"; then
1159 >      cat <<\_ASBOX
1160 > ## ------------- ##
1161 > ## Output files. ##
1162 > ## ------------- ##
1163 > _ASBOX
1164 >      echo
1165 >      for ac_var in $ac_subst_files
1166 >      do
1167 >        eval ac_val=$`echo $ac_var`
1168 >        echo "$ac_var='"'"'$ac_val'"'"'"
1169 >      done | sort
1170 >      echo
1171 >    fi
1172 >
1173 >    if test -s confdefs.h; then
1174 >      cat <<\_ASBOX
1175 > ## ----------- ##
1176 > ## confdefs.h. ##
1177 > ## ----------- ##
1178 > _ASBOX
1179 >      echo
1180 >      sed "/^$/d" confdefs.h | sort
1181 >      echo
1182 >    fi
1183 >    test "$ac_signal" != 0 &&
1184 >      echo "$as_me: caught signal $ac_signal"
1185 >    echo "$as_me: exit $exit_status"
1186 >  } >&5
1187 >  rm -f core *.core &&
1188 >  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1189      exit $exit_status
1190       ' 0
1191   for ac_signal in 1 2 13 15; do
1192 <  trap 'ac_status=$?; ac_signal='$ac_signal'; { (exit $ac_status); exit $ac_status; }' $ac_signal
1192 >  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1193   done
1194   ac_signal=0
1195  
# Line 851 | Line 1198 | echo >confdefs.h
1198   # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1199   echo >confdefs.h
1200  
1201 + # Predefined preprocessor variables.
1202 +
1203 + cat >>confdefs.h <<_ACEOF
1204 + #define PACKAGE_NAME "$PACKAGE_NAME"
1205 + _ACEOF
1206 +
1207 +
1208 + cat >>confdefs.h <<_ACEOF
1209 + #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1210 + _ACEOF
1211 +
1212 +
1213 + cat >>confdefs.h <<_ACEOF
1214 + #define PACKAGE_VERSION "$PACKAGE_VERSION"
1215 + _ACEOF
1216 +
1217 +
1218 + cat >>confdefs.h <<_ACEOF
1219 + #define PACKAGE_STRING "$PACKAGE_STRING"
1220 + _ACEOF
1221 +
1222 +
1223 + cat >>confdefs.h <<_ACEOF
1224 + #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1225 + _ACEOF
1226 +
1227 +
1228   # Let the site file select an alternate cache file if it wants to.
1229   # Prefer explicitly selected file to automatically selected ones.
1230   if test -z "$CONFIG_SITE"; then
# Line 862 | Line 1236 | for ac_site_file in $CONFIG_SITE; do
1236   fi
1237   for ac_site_file in $CONFIG_SITE; do
1238    if test -r "$ac_site_file"; then
1239 <    { echo "$as_me:865: loading site script $ac_site_file" >&5
1239 >    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1240   echo "$as_me: loading site script $ac_site_file" >&6;}
1241 <    cat "$ac_site_file" >&5
1241 >    sed 's/^/| /' "$ac_site_file" >&5
1242      . "$ac_site_file"
1243    fi
1244   done
# Line 873 | Line 1247 | if test -r "$cache_file"; then
1247    # Some versions of bash will fail to source /dev/null (special
1248    # files actually), so we avoid doing that.
1249    if test -f "$cache_file"; then
1250 <    { echo "$as_me:876: loading cache $cache_file" >&5
1250 >    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1251   echo "$as_me: loading cache $cache_file" >&6;}
1252      case $cache_file in
1253        [\\/]* | ?:[\\/]* ) . $cache_file;;
# Line 881 | Line 1255 | else
1255      esac
1256    fi
1257   else
1258 <  { echo "$as_me:884: creating cache $cache_file" >&5
1258 >  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1259   echo "$as_me: creating cache $cache_file" >&6;}
1260    >$cache_file
1261   fi
1262  
1263   # Check that the precious variables saved in the cache have kept the same
1264   # value.
1265 < ac_suggest_removing_cache=false
1265 > ac_cache_corrupted=false
1266   for ac_var in `(set) 2>&1 |
1267 <               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1267 >               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1268    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1269    eval ac_new_set=\$ac_env_${ac_var}_set
1270    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1271    eval ac_new_val="\$ac_env_${ac_var}_value"
1272    case $ac_old_set,$ac_new_set in
1273      set,)
1274 <      { echo "$as_me:900: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1275 < echo "$as_me: WARNING: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1276 <      ac_suggest_removing_cache=: ;;
1274 >      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1275 > echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1276 >      ac_cache_corrupted=: ;;
1277      ,set)
1278 <      { echo "$as_me:904: WARNING: \`$ac_var' was not set in the previous run" >&5
1279 < echo "$as_me: WARNING: \`$ac_var' was not set in the previous run" >&2;}
1280 <      ac_suggest_removing_cache=: ;;
1278 >      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1279 > echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1280 >      ac_cache_corrupted=: ;;
1281      ,);;
1282      *)
1283        if test "x$ac_old_val" != "x$ac_new_val"; then
1284 <        { echo "$as_me:910: WARNING: \`$ac_var' has changed since the previous run:" >&5
1285 < echo "$as_me: WARNING: \`$ac_var' has changed since the previous run:" >&2;}
1286 <        { echo "$as_me:912: WARNING:   former value:  $ac_old_val" >&5
1287 < echo "$as_me: WARNING:   former value:  $ac_old_val" >&2;}
1288 <        { echo "$as_me:914: WARNING:   current value: $ac_new_val" >&5
1289 < echo "$as_me: WARNING:   current value: $ac_new_val" >&2;}
1290 <        ac_suggest_removing_cache=:
1284 >        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1285 > echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1286 >        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1287 > echo "$as_me:   former value:  $ac_old_val" >&2;}
1288 >        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1289 > echo "$as_me:   current value: $ac_new_val" >&2;}
1290 >        ac_cache_corrupted=:
1291        fi;;
1292    esac
1293 +  # Pass precious variables to config.status.
1294 +  if test "$ac_new_set" = set; then
1295 +    case $ac_new_val in
1296 +    *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1297 +      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1298 +    *) ac_arg=$ac_var=$ac_new_val ;;
1299 +    esac
1300 +    case " $ac_configure_args " in
1301 +      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1302 +      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1303 +    esac
1304 +  fi
1305   done
1306 < if $ac_suggest_removing_cache; then
1307 <  { echo "$as_me:921: WARNING: changes in the environment can compromise the build" >&5
1308 < echo "$as_me: WARNING: changes in the environment can compromise the build" >&2;}
1309 <  { echo "$as_me:923: WARNING: consider removing $cache_file and starting over" >&5
1310 < echo "$as_me: WARNING: consider removing $cache_file and starting over" >&2;}
1306 > if $ac_cache_corrupted; then
1307 >  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1308 > echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1309 >  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1310 > echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1311 >   { (exit 1); exit 1; }; }
1312   fi
1313  
1314   ac_ext=c
# Line 930 | Line 1317 | case `echo "testing\c"; echo 1,2,3`,`echo -n testing;
1317   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1318   ac_compiler_gnu=$ac_cv_c_compiler_gnu
1319  
933 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
934  *c*,-n*) ECHO_N= ECHO_C='
935 ' ECHO_T='      ' ;;
936  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
937  *)      ECHO_N= ECHO_C='\c' ECHO_T= ;;
938 esac
939 echo "#! $SHELL" >conftest.sh
940 echo  "exit 0"   >>conftest.sh
941 chmod +x conftest.sh
942 if { (echo "$as_me:942: PATH=\".;.\"; conftest.sh") >&5
943  (PATH=".;."; conftest.sh) 2>&5
944  ac_status=$?
945  echo "$as_me:945: \$? = $ac_status" >&5
946  (exit $ac_status); }; then
947  ac_path_separator=';'
948 else
949  ac_path_separator=:
950 fi
951 PATH_SEPARATOR="$ac_path_separator"
952 rm -f conftest.sh
1320  
1321 +
1322 +
1323 +
1324 +
1325 +
1326 +
1327 +
1328 +
1329 +
1330 +
1331 +
1332 +
1333 +
1334 +
1335 +
1336 +
1337 +
1338 +
1339 +
1340 +
1341 +
1342 +
1343 +
1344 +
1345 +
1346   ac_aux_dir=
1347   for ac_dir in ac-tools $srcdir/ac-tools; do
1348    if test -f $ac_dir/install-sh; then
# Line 968 | Line 1360 | if test -z "$ac_aux_dir"; then
1360    fi
1361   done
1362   if test -z "$ac_aux_dir"; then
1363 <  { { echo "$as_me:971: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&5
1363 >  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&5
1364   echo "$as_me: error: cannot find install-sh or install.sh in ac-tools $srcdir/ac-tools" >&2;}
1365     { (exit 1); exit 1; }; }
1366   fi
# Line 976 | Line 1368 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1368   ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1369   ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1370  
1371 +
1372   # This file is part of Autoconf.                       -*- Autoconf -*-
1373   # Programming languages support.
1374   # Copyright 2000, 2001
# Line 1026 | Line 1419 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1419   # Written by Akim Demaille, Christian Marquardt, Martin Wilks (and probably
1420   # many others).
1421  
1422 +
1423   # Table of Contents:
1424   #
1425   # 1. Language selection
# Line 1061 | Line 1455 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1455   # ACTION-IF-NOT-FOUND.
1456   # _AC_LIST_MEMBER_IF
1457  
1458 +
1459 +
1460   # _AC_LINKER_OPTION(LINKER-OPTIONS, SHELL-VARIABLE)
1461   # -------------------------------------------------
1462   #
# Line 1091 | Line 1487 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1487   # FIXME: Get rid of this macro.
1488   # _AC_LINKER_OPTION
1489  
1490 +
1491 +
1492   ## ----------------------- ##
1493   ## 1. Language selection.  ##
1494   ## ----------------------- ##
# Line 1102 | Line 1500 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1500   # AC_LANG(Fortran 90)
1501   # -------------------
1502  
1503 +
1504 +
1505   # _AC_LANG_ABBREV(Fortran 90)
1506   # ---------------------------
1507  
1508 +
1509 +
1510   # ----------------------------- #
1511   # 1c. The Fortran 95 language.  #
1512   # ----------------------------- #
# Line 1112 | Line 1514 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1514   # AC_LANG(Fortran 95)
1515   # -------------------
1516  
1517 +
1518 +
1519   # _AC_LANG_ABBREV(Fortran 95)
1520   # ---------------------------
1521  
1522 +
1523 +
1524   ## ---------------------- ##
1525   ## 2.Producing programs.  ##
1526   ## ---------------------- ##
# Line 1126 | Line 1532 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1532   # AC_LANG_SOURCE(Fortran 90)(BODY)
1533   # --------------------------------
1534  
1535 +
1536 +
1537   # AC_LANG_PROGRAM(Fortran 90)([PROLOGUE], [BODY])
1538   # -----------------------------------------------
1539  
1540 +
1541   # AC_LANG_CALL(Fortran 90)(PROLOGUE, FUNCTION)
1542   # --------------------------------------------
1543  
1544 +
1545 +
1546   # ------------------------ #
1547   # 2c. Fortran 95 sources.  #
1548   # ------------------------ #
# Line 1139 | Line 1550 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1550   # AC_LANG_SOURCE(Fortran 95)(BODY)
1551   # --------------------------------
1552  
1553 +
1554   # AC_LANG_PROGRAM(Fortran 95)([PROLOGUE], [BODY])
1555   # -----------------------------------------------
1556  
1557 +
1558   # AC_LANG_CALL(Fortran 95)(PROLOGUE, FUNCTION)
1559   # --------------------------------------------
1560  
1561 +
1562 +
1563   ## -------------------------------------------- ##
1564   ## 3. Looking for Compilers and Preprocessors.  ##
1565   ## -------------------------------------------- ##
# Line 1153 | Line 1568 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1568   # 3b. The Fortran 90 compiler.  #
1569   # ----------------------------- #
1570  
1571 +
1572   # AC_LANG_PREPROC(Fortran 90)
1573   # ---------------------------
1574   # Find the Fortran 90 preprocessor.  Must be AC_DEFUN'd to be AC_REQUIRE'able.
1575  
1576 +
1577 +
1578   # AC_LANG_COMPILER(Fortran 90)
1579   # ----------------------------
1580   # Find the Fortran 90 compiler.  Must be AC_DEFUN'd to be
1581   # AC_REQUIRE'able.
1582  
1583 +
1584 +
1585   # AC_PROG_F90([COMPILERS...])
1586   # ---------------------------
1587   # COMPILERS is a space separated list of Fortran 90 compilers to search
# Line 1178 | Line 1598 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1598   # fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
1599   # AC_PROG_F90
1600  
1601 +
1602   # ----------------------------- #
1603   # 3c. The Fortran 95 compiler.  #
1604   # ----------------------------- #
1605  
1606 +
1607   # AC_LANG_PREPROC(Fortran 95)
1608   # ---------------------------
1609   # Find the Fortran 95 preprocessor.  Must be AC_DEFUN'd to be AC_REQUIRE'able.
1610  
1611 +
1612 +
1613   # AC_LANG_COMPILER(Fortran 95)
1614   # ----------------------------
1615   # Find the Fortran 95 compiler.  Must be AC_DEFUN'd to be
1616   # AC_REQUIRE'able.
1617  
1618 +
1619 +
1620   # AC_PROG_F95([COMPILERS...])
1621   # ---------------------------
1622   # COMPILERS is a space separated list of Fortran 95 compilers to search
# Line 1204 | Line 1630 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1630   # fort is the Compaq Fortran 90 (now 95) compiler for Tru64 and Linux/Alpha.
1631   # AC_PROG_F95
1632  
1633 +
1634   ## ------------------------------- ##
1635   ## 4. Compilers' characteristics.  ##
1636   ## ------------------------------- ##
1637  
1638 +
1639   # ---------------------------------------- #
1640   # 4b. Fortan 90 compiler characteristics.  #
1641   # ---------------------------------------- #
1642  
1643 +
1644   # _AC_PROG_F90_V_OUTPUT([FLAG = $ac_cv_prog_f90_v])
1645   # -------------------------------------------------
1646   # Link a trivial Fortran program, compiling with a verbose output FLAG
# Line 1222 | Line 1651 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1651   # space-separated items.
1652   # _AC_PROG_F90_V_OUTPUT
1653  
1654 +
1655   # _AC_PROG_F90_V
1656   # --------------
1657   #
# Line 1231 | Line 1661 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1661   # Some compilers don't accept -v (Lahey: -verbose, xlf: -V, Fujitsu: -###)
1662   # _AC_PROG_F90_V
1663  
1664 +
1665   # AC_F90_LIBRARY_LDFLAGS
1666   # ----------------------
1667   #
# Line 1258 | Line 1689 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1689   # This macro was copied from the Fortran 77 version by Matthew D. Langston.
1690   # AC_F90_LIBRARY_LDFLAGS
1691  
1692 +
1693   # _AC_F90_NAME_MANGLING
1694   # ---------------------
1695   # Test for the name mangling scheme used by the Fortran 90 compiler.
# Line 1277 | Line 1709 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1709  
1710   # The replacement is empty.
1711  
1712 +
1713 +
1714   # AC_F90_WRAPPERS
1715   # ---------------
1716   # Defines C macros F90_FUNC(name,NAME) and F90_FUNC_(name,NAME) to
# Line 1285 | Line 1719 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1719   # scheme used by the Fortran 90 compiler.
1720   # AC_F90_WRAPPERS
1721  
1722 +
1723   # AC_F90_FUNC(NAME, [SHELLVAR = NAME])
1724   # ------------------------------------
1725   # For a Fortran subroutine of given NAME, define a shell variable
# Line 1292 | Line 1727 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1727   # argument is not supplied, it defaults to NAME.
1728   # AC_F90_FUNC
1729  
1730 +
1731   # ---------------------------------------- #
1732   # 4c. Fortan 95 compiler characteristics.  #
1733   # ---------------------------------------- #
1734  
1735 +
1736   # _AC_PROG_F95_V_OUTPUT([FLAG = $ac_cv_prog_f95_v])
1737   # -------------------------------------------------
1738   # Link a trivial Fortran program, compiling with a verbose output FLAG
# Line 1306 | Line 1743 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1743   # space-separated items.
1744   # _AC_PROG_F95_V_OUTPUT
1745  
1746 +
1747   # _AC_PROG_F95_V
1748   # --------------
1749   #
# Line 1315 | Line 1753 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1753   # Some compilers don't accept -v (Lahey: -verbose, xlf: -V, Fujitsu: -###)
1754   # _AC_PROG_F95_V
1755  
1756 +
1757   # AC_F95_LIBRARY_LDFLAGS
1758   # ----------------------
1759   #
# Line 1342 | Line 1781 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1781   # This macro was copied from the Fortran 77 version by Matthew D. Langston.
1782   # AC_F95_LIBRARY_LDFLAGS
1783  
1784 +
1785   # _AC_F95_NAME_MANGLING
1786   # ---------------------
1787   # Test for the name mangling scheme used by the Fortran 95 compiler.
# Line 1361 | Line 1801 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1801  
1802   # The replacement is empty.
1803  
1804 +
1805 +
1806   # AC_F95_WRAPPERS
1807   # ---------------
1808   # Defines C macros F95_FUNC(name,NAME) and F95_FUNC_(name,NAME) to
# Line 1369 | Line 1811 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1811   # scheme used by the Fortran 95 compiler.
1812   # AC_F95_WRAPPERS
1813  
1814 +
1815   # AC_F95_FUNC(NAME, [SHELLVAR = NAME])
1816   # ------------------------------------
1817   # For a Fortran subroutine of given NAME, define a shell variable
1818   # $SHELLVAR to the Fortran 95 mangled name.  If the SHELLVAR
1819   # argument is not supplied, it defaults to NAME.
1820   # AC_F95_FUNC
1821 +
1822 +
1823 +
1824 +
1825 +
1826 +
1827 +
1828 +
1829 +
1830 +
1831 +
1832 +
1833 +
1834  
1835 +
1836 +
1837 +
1838 +
1839 +
1840 +
1841 +
1842 +
1843 +
1844 +
1845 +
1846 +
1847 +
1848 +
1849 +
1850 +
1851 +
1852 +
1853 +
1854 +
1855 +
1856 +
1857 +
1858 +
1859 +
1860 +
1861 +
1862 +
1863 +
1864 +
1865 +
1866 +
1867 +
1868 +
1869 +
1870 +
1871 +
1872   # set program name
1873   PROGNAME="oopse"
1874  
1875 +
1876   # there are two ways to do debugging.  One with the --enable-debug flag
1877   # and one using the DEBUG environment variable
1878  
# Line 1390 | Line 1884 | cat >>confdefs.h <<\EOF
1884   fi;
1885   if test "${DEBUG}"; then
1886  
1887 < cat >>confdefs.h <<\EOF
1887 > cat >>confdefs.h <<\_ACEOF
1888   #define debug 1
1889 < EOF
1889 > _ACEOF
1890  
1891    msg="$msg, debug mode"
1892   fi
1893  
1894 +
1895   # who am i
1896   # Make sure we can run config.sub.
1897   $ac_config_sub sun4 >/dev/null 2>&1 ||
1898 <  { { echo "$as_me:1403: error: cannot run $ac_config_sub" >&5
1898 >  { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1899   echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1900     { (exit 1); exit 1; }; }
1901  
1902 < echo "$as_me:1407: checking build system type" >&5
1902 > echo "$as_me:$LINENO: checking build system type" >&5
1903   echo $ECHO_N "checking build system type... $ECHO_C" >&6
1904   if test "${ac_cv_build+set}" = set; then
1905    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1413 | Line 1908 | test -z "$ac_cv_build_alias" &&
1908   test -z "$ac_cv_build_alias" &&
1909    ac_cv_build_alias=`$ac_config_guess`
1910   test -z "$ac_cv_build_alias" &&
1911 <  { { echo "$as_me:1416: error: cannot guess build type; you must specify one" >&5
1911 >  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1912   echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1913     { (exit 1); exit 1; }; }
1914   ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1915 <  { { echo "$as_me:1420: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1916 < echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1915 >  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1916 > echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1917     { (exit 1); exit 1; }; }
1918  
1919   fi
1920 < echo "$as_me:1425: result: $ac_cv_build" >&5
1920 > echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1921   echo "${ECHO_T}$ac_cv_build" >&6
1922   build=$ac_cv_build
1923   build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1924   build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1925   build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1926  
1927 < echo "$as_me:1432: checking host system type" >&5
1927 >
1928 > echo "$as_me:$LINENO: checking host system type" >&5
1929   echo $ECHO_N "checking host system type... $ECHO_C" >&6
1930   if test "${ac_cv_host+set}" = set; then
1931    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1438 | Line 1934 | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1934   test -z "$ac_cv_host_alias" &&
1935    ac_cv_host_alias=$ac_cv_build_alias
1936   ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1937 <  { { echo "$as_me:1441: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1937 >  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1938   echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1939     { (exit 1); exit 1; }; }
1940  
1941   fi
1942 < echo "$as_me:1446: result: $ac_cv_host" >&5
1942 > echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1943   echo "${ECHO_T}$ac_cv_host" >&6
1944   host=$ac_cv_host
1945   host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1946   host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1947   host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1948  
1949 +
1950 +
1951   ac_ext=c
1952   ac_cpp='$CPP $CPPFLAGS'
1953   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 1460 | Line 1958 | echo "$as_me:1463: checking for $ac_word" >&5
1958    do
1959      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1960   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1961 < echo "$as_me:1463: checking for $ac_word" >&5
1961 > echo "$as_me:$LINENO: checking for $ac_word" >&5
1962   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1963   if test "${ac_cv_prog_CC+set}" = set; then
1964    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1468 | Line 1966 | else
1966    if test -n "$CC"; then
1967    ac_cv_prog_CC="$CC" # Let the user override the test.
1968   else
1969 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
1970 < ac_dummy="$PATH"
1971 < for ac_dir in $ac_dummy; do
1972 <  IFS=$ac_save_IFS
1973 <  test -z "$ac_dir" && ac_dir=.
1974 <  $as_executable_p "$ac_dir/$ac_word" || continue
1975 < ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1976 < echo "$as_me:1478: found $ac_dir/$ac_word" >&5
1977 < break
1969 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1970 > for as_dir in $PATH
1971 > do
1972 >  IFS=$as_save_IFS
1973 >  test -z "$as_dir" && as_dir=.
1974 >  for ac_exec_ext in '' $ac_executable_extensions; do
1975 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1976 >    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1977 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1978 >    break 2
1979 >  fi
1980   done
1981 + done
1982  
1983   fi
1984   fi
1985   CC=$ac_cv_prog_CC
1986   if test -n "$CC"; then
1987 <  echo "$as_me:1486: result: $CC" >&5
1987 >  echo "$as_me:$LINENO: result: $CC" >&5
1988   echo "${ECHO_T}$CC" >&6
1989   else
1990 <  echo "$as_me:1489: result: no" >&5
1990 >  echo "$as_me:$LINENO: result: no" >&5
1991   echo "${ECHO_T}no" >&6
1992   fi
1993  
# Line 1499 | Line 2000 | echo "$as_me:1502: checking for $ac_word" >&5
2000   do
2001    # Extract the first word of "$ac_prog", so it can be a program name with args.
2002   set dummy $ac_prog; ac_word=$2
2003 < echo "$as_me:1502: checking for $ac_word" >&5
2003 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2004   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2005   if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2006    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1507 | Line 2008 | else
2008    if test -n "$ac_ct_CC"; then
2009    ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2010   else
2011 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2012 < ac_dummy="$PATH"
2013 < for ac_dir in $ac_dummy; do
2014 <  IFS=$ac_save_IFS
2015 <  test -z "$ac_dir" && ac_dir=.
2016 <  $as_executable_p "$ac_dir/$ac_word" || continue
2017 < ac_cv_prog_ac_ct_CC="$ac_prog"
2018 < echo "$as_me:1517: found $ac_dir/$ac_word" >&5
2019 < break
2011 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2012 > for as_dir in $PATH
2013 > do
2014 >  IFS=$as_save_IFS
2015 >  test -z "$as_dir" && as_dir=.
2016 >  for ac_exec_ext in '' $ac_executable_extensions; do
2017 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2018 >    ac_cv_prog_ac_ct_CC="$ac_prog"
2019 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2020 >    break 2
2021 >  fi
2022   done
2023 + done
2024  
2025   fi
2026   fi
2027   ac_ct_CC=$ac_cv_prog_ac_ct_CC
2028   if test -n "$ac_ct_CC"; then
2029 <  echo "$as_me:1525: result: $ac_ct_CC" >&5
2029 >  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2030   echo "${ECHO_T}$ac_ct_CC" >&6
2031   else
2032 <  echo "$as_me:1528: result: no" >&5
2032 >  echo "$as_me:$LINENO: result: no" >&5
2033   echo "${ECHO_T}no" >&6
2034   fi
2035  
# Line 1535 | Line 2039 | test -z "$CC" && { { echo "$as_me:1538: error: no acce
2039    CC=$ac_ct_CC
2040   fi
2041  
2042 < test -z "$CC" && { { echo "$as_me:1538: error: no acceptable cc found in \$PATH" >&5
2043 < echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2042 >
2043 > test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2044 > See \`config.log' for more details." >&5
2045 > echo "$as_me: error: no acceptable C compiler found in \$PATH
2046 > See \`config.log' for more details." >&2;}
2047     { (exit 1); exit 1; }; }
2048  
2049 + # Provide some information about the compiler.
2050 + echo "$as_me:$LINENO:" \
2051 +     "checking for C compiler version" >&5
2052 + ac_compiler=`set X $ac_compile; echo $2`
2053 + { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2054 +  (eval $ac_compiler --version </dev/null >&5) 2>&5
2055 +  ac_status=$?
2056 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2057 +  (exit $ac_status); }
2058 + { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2059 +  (eval $ac_compiler -v </dev/null >&5) 2>&5
2060 +  ac_status=$?
2061 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2062 +  (exit $ac_status); }
2063 + { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2064 +  (eval $ac_compiler -V </dev/null >&5) 2>&5
2065 +  ac_status=$?
2066 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2067 +  (exit $ac_status); }
2068 +
2069   cat >conftest.$ac_ext <<_ACEOF
2070 < #line 1543 "configure"
2071 < #include "confdefs.h"
2070 > /* confdefs.h.  */
2071 > _ACEOF
2072 > cat confdefs.h >>conftest.$ac_ext
2073 > cat >>conftest.$ac_ext <<_ACEOF
2074 > /* end confdefs.h.  */
2075  
2076   int
2077   main ()
# Line 1552 | Line 2082 | ac_clean_files="$ac_clean_files a.out a.exe"
2082   }
2083   _ACEOF
2084   ac_clean_files_save=$ac_clean_files
2085 < ac_clean_files="$ac_clean_files a.out a.exe"
2085 > ac_clean_files="$ac_clean_files a.out a.exe b.out"
2086   # Try to create an executable without -o first, disregard a.out.
2087 < # It will help us diagnose broken compiler, and finding out an intuition
2087 > # It will help us diagnose broken compilers, and finding out an intuition
2088   # of exeext.
2089 < echo "$as_me:1559: checking for C compiler default output" >&5
2090 < echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2089 > echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2090 > echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2091   ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2092 < if { (eval echo "$as_me:1562: \"$ac_link_default\"") >&5
2092 > if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2093    (eval $ac_link_default) 2>&5
2094    ac_status=$?
2095 <  echo "$as_me:1565: \$? = $ac_status" >&5
2095 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2096    (exit $ac_status); }; then
2097 <  for ac_file in `ls a.exe conftest.exe a.* conftest conftest.* 2>/dev/null`; do
2097 >  # Find the output, starting from the most likely.  This scheme is
2098 > # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2099 > # resort.
2100 >
2101 > # Be careful to initialize this variable, since it used to be cached.
2102 > # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2103 > ac_cv_exeext=
2104 > # b.out is created by i960 compilers.
2105 > for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
2106 > do
2107 >  test -f "$ac_file" || continue
2108    case $ac_file in
2109 <    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
2110 <    a.out ) # We found the default executable, but exeext='' is most
2111 <            # certainly right.
2112 <            break;;
2113 <    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2114 <          export ac_cv_exeext
2115 <          break;;
2116 <    * ) break;;
2109 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2110 >        ;;
2111 >    conftest.$ac_ext )
2112 >        # This is the source file.
2113 >        ;;
2114 >    [ab].out )
2115 >        # We found the default executable, but exeext='' is most
2116 >        # certainly right.
2117 >        break;;
2118 >    *.* )
2119 >        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2120 >        # FIXME: I believe we export ac_cv_exeext for Libtool,
2121 >        # but it would be cool to find out if it's true.  Does anybody
2122 >        # maintain Libtool? --akim.
2123 >        export ac_cv_exeext
2124 >        break;;
2125 >    * )
2126 >        break;;
2127    esac
2128   done
2129   else
2130    echo "$as_me: failed program was:" >&5
2131 < cat conftest.$ac_ext >&5
2132 < { { echo "$as_me:1582: error: C compiler cannot create executables" >&5
2133 < echo "$as_me: error: C compiler cannot create executables" >&2;}
2131 > sed 's/^/| /' conftest.$ac_ext >&5
2132 >
2133 > { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2134 > See \`config.log' for more details." >&5
2135 > echo "$as_me: error: C compiler cannot create executables
2136 > See \`config.log' for more details." >&2;}
2137     { (exit 77); exit 77; }; }
2138   fi
2139  
2140   ac_exeext=$ac_cv_exeext
2141 < echo "$as_me:1588: result: $ac_file" >&5
2141 > echo "$as_me:$LINENO: result: $ac_file" >&5
2142   echo "${ECHO_T}$ac_file" >&6
2143  
2144   # Check the compiler produces executables we can run.  If not, either
2145   # the compiler is broken, or we cross compile.
2146 < echo "$as_me:1593: checking whether the C compiler works" >&5
2146 > echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2147   echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2148   # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2149   # If not cross compiling, check that we can run a simple program.
2150   if test "$cross_compiling" != yes; then
2151    if { ac_try='./$ac_file'
2152 <  { (eval echo "$as_me:1599: \"$ac_try\"") >&5
2152 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2153    (eval $ac_try) 2>&5
2154    ac_status=$?
2155 <  echo "$as_me:1602: \$? = $ac_status" >&5
2155 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2156    (exit $ac_status); }; }; then
2157      cross_compiling=no
2158    else
2159      if test "$cross_compiling" = maybe; then
2160          cross_compiling=yes
2161      else
2162 <        { { echo "$as_me:1609: error: cannot run C compiled programs.
2163 < If you meant to cross compile, use \`--host'." >&5
2162 >        { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2163 > If you meant to cross compile, use \`--host'.
2164 > See \`config.log' for more details." >&5
2165   echo "$as_me: error: cannot run C compiled programs.
2166 < If you meant to cross compile, use \`--host'." >&2;}
2166 > If you meant to cross compile, use \`--host'.
2167 > See \`config.log' for more details." >&2;}
2168     { (exit 1); exit 1; }; }
2169      fi
2170    fi
2171   fi
2172 < echo "$as_me:1617: result: yes" >&5
2172 > echo "$as_me:$LINENO: result: yes" >&5
2173   echo "${ECHO_T}yes" >&6
2174  
2175 < rm -f a.out a.exe conftest$ac_cv_exeext
2175 > rm -f a.out a.exe conftest$ac_cv_exeext b.out
2176   ac_clean_files=$ac_clean_files_save
2177   # Check the compiler produces executables we can run.  If not, either
2178   # the compiler is broken, or we cross compile.
2179 < echo "$as_me:1624: checking whether we are cross compiling" >&5
2179 > echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2180   echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2181 < echo "$as_me:1626: result: $cross_compiling" >&5
2181 > echo "$as_me:$LINENO: result: $cross_compiling" >&5
2182   echo "${ECHO_T}$cross_compiling" >&6
2183  
2184 < echo "$as_me:1629: checking for executable suffix" >&5
2185 < echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2186 < if { (eval echo "$as_me:1631: \"$ac_link\"") >&5
2184 > echo "$as_me:$LINENO: checking for suffix of executables" >&5
2185 > echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2186 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2187    (eval $ac_link) 2>&5
2188    ac_status=$?
2189 <  echo "$as_me:1634: \$? = $ac_status" >&5
2189 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2190    (exit $ac_status); }; then
2191    # If both `conftest.exe' and `conftest' are `present' (well, observable)
2192   # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2193   # work properly (i.e., refer to `conftest.exe'), while it won't with
2194   # `rm'.
2195 < for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2195 > for ac_file in conftest.exe conftest conftest.*; do
2196 >  test -f "$ac_file" || continue
2197    case $ac_file in
2198 <    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
2198 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2199      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2200 <          export ac_cv_exeext
2201 <          break;;
2200 >          export ac_cv_exeext
2201 >          break;;
2202      * ) break;;
2203    esac
2204   done
2205   else
2206 <  { { echo "$as_me:1650: error: cannot compute EXEEXT: cannot compile and link" >&5
2207 < echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2206 >  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2207 > See \`config.log' for more details." >&5
2208 > echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2209 > See \`config.log' for more details." >&2;}
2210     { (exit 1); exit 1; }; }
2211   fi
2212  
2213   rm -f conftest$ac_cv_exeext
2214 < echo "$as_me:1656: result: $ac_cv_exeext" >&5
2214 > echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2215   echo "${ECHO_T}$ac_cv_exeext" >&6
2216  
2217   rm -f conftest.$ac_ext
2218   EXEEXT=$ac_cv_exeext
2219   ac_exeext=$EXEEXT
2220 < echo "$as_me:1662: checking for object suffix" >&5
2221 < echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2220 > echo "$as_me:$LINENO: checking for suffix of object files" >&5
2221 > echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2222   if test "${ac_cv_objext+set}" = set; then
2223    echo $ECHO_N "(cached) $ECHO_C" >&6
2224   else
2225    cat >conftest.$ac_ext <<_ACEOF
2226 < #line 1668 "configure"
2227 < #include "confdefs.h"
2226 > /* confdefs.h.  */
2227 > _ACEOF
2228 > cat confdefs.h >>conftest.$ac_ext
2229 > cat >>conftest.$ac_ext <<_ACEOF
2230 > /* end confdefs.h.  */
2231  
2232   int
2233   main ()
# Line 1677 | Line 2238 | if { (eval echo "$as_me:1680: \"$ac_compile\"") >&5
2238   }
2239   _ACEOF
2240   rm -f conftest.o conftest.obj
2241 < if { (eval echo "$as_me:1680: \"$ac_compile\"") >&5
2241 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2242    (eval $ac_compile) 2>&5
2243    ac_status=$?
2244 <  echo "$as_me:1683: \$? = $ac_status" >&5
2244 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245    (exit $ac_status); }; then
2246    for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2247    case $ac_file in
2248 <    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
2248 >    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
2249      *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2250         break;;
2251    esac
2252   done
2253   else
2254    echo "$as_me: failed program was:" >&5
2255 < cat conftest.$ac_ext >&5
2256 < { { echo "$as_me:1695: error: cannot compute OBJEXT: cannot compile" >&5
2257 < echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2255 > sed 's/^/| /' conftest.$ac_ext >&5
2256 >
2257 > { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2258 > See \`config.log' for more details." >&5
2259 > echo "$as_me: error: cannot compute suffix of object files: cannot compile
2260 > See \`config.log' for more details." >&2;}
2261     { (exit 1); exit 1; }; }
2262   fi
2263  
2264   rm -f conftest.$ac_cv_objext conftest.$ac_ext
2265   fi
2266 < echo "$as_me:1702: result: $ac_cv_objext" >&5
2266 > echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2267   echo "${ECHO_T}$ac_cv_objext" >&6
2268   OBJEXT=$ac_cv_objext
2269   ac_objext=$OBJEXT
2270 < echo "$as_me:1706: checking whether we are using the GNU C compiler" >&5
2270 > echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2271   echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2272   if test "${ac_cv_c_compiler_gnu+set}" = set; then
2273    echo $ECHO_N "(cached) $ECHO_C" >&6
2274   else
2275    cat >conftest.$ac_ext <<_ACEOF
2276 < #line 1712 "configure"
2277 < #include "confdefs.h"
2276 > /* confdefs.h.  */
2277 > _ACEOF
2278 > cat confdefs.h >>conftest.$ac_ext
2279 > cat >>conftest.$ac_ext <<_ACEOF
2280 > /* end confdefs.h.  */
2281  
2282   int
2283   main ()
# Line 1724 | Line 2291 | if { (eval echo "$as_me:1727: \"$ac_compile\"") >&5
2291   }
2292   _ACEOF
2293   rm -f conftest.$ac_objext
2294 < if { (eval echo "$as_me:1727: \"$ac_compile\"") >&5
2295 <  (eval $ac_compile) 2>&5
2294 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2295 >  (eval $ac_compile) 2>conftest.er1
2296    ac_status=$?
2297 <  echo "$as_me:1730: \$? = $ac_status" >&5
2297 >  grep -v '^ *+' conftest.er1 >conftest.err
2298 >  rm -f conftest.er1
2299 >  cat conftest.err >&5
2300 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2301    (exit $ac_status); } &&
2302 <         { ac_try='test -s conftest.$ac_objext'
2303 <  { (eval echo "$as_me:1733: \"$ac_try\"") >&5
2302 >         { ac_try='test -z "$ac_c_werror_flag"
2303 >                         || test ! -s conftest.err'
2304 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2305    (eval $ac_try) 2>&5
2306    ac_status=$?
2307 <  echo "$as_me:1736: \$? = $ac_status" >&5
2307 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2308 >  (exit $ac_status); }; } &&
2309 >         { ac_try='test -s conftest.$ac_objext'
2310 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2311 >  (eval $ac_try) 2>&5
2312 >  ac_status=$?
2313 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2314    (exit $ac_status); }; }; then
2315    ac_compiler_gnu=yes
2316   else
2317    echo "$as_me: failed program was:" >&5
2318 < cat conftest.$ac_ext >&5
2318 > sed 's/^/| /' conftest.$ac_ext >&5
2319 >
2320   ac_compiler_gnu=no
2321   fi
2322 < rm -f conftest.$ac_objext conftest.$ac_ext
2322 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2323   ac_cv_c_compiler_gnu=$ac_compiler_gnu
2324  
2325   fi
2326 < echo "$as_me:1748: result: $ac_cv_c_compiler_gnu" >&5
2326 > echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2327   echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2328   GCC=`test $ac_compiler_gnu = yes && echo yes`
2329   ac_test_CFLAGS=${CFLAGS+set}
2330   ac_save_CFLAGS=$CFLAGS
2331   CFLAGS="-g"
2332 < echo "$as_me:1754: checking whether $CC accepts -g" >&5
2332 > echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2333   echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2334   if test "${ac_cv_prog_cc_g+set}" = set; then
2335    echo $ECHO_N "(cached) $ECHO_C" >&6
2336   else
2337    cat >conftest.$ac_ext <<_ACEOF
2338 < #line 1760 "configure"
2339 < #include "confdefs.h"
2338 > /* confdefs.h.  */
2339 > _ACEOF
2340 > cat confdefs.h >>conftest.$ac_ext
2341 > cat >>conftest.$ac_ext <<_ACEOF
2342 > /* end confdefs.h.  */
2343  
2344   int
2345   main ()
# Line 1769 | Line 2350 | if { (eval echo "$as_me:1772: \"$ac_compile\"") >&5
2350   }
2351   _ACEOF
2352   rm -f conftest.$ac_objext
2353 < if { (eval echo "$as_me:1772: \"$ac_compile\"") >&5
2354 <  (eval $ac_compile) 2>&5
2353 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2354 >  (eval $ac_compile) 2>conftest.er1
2355    ac_status=$?
2356 <  echo "$as_me:1775: \$? = $ac_status" >&5
2356 >  grep -v '^ *+' conftest.er1 >conftest.err
2357 >  rm -f conftest.er1
2358 >  cat conftest.err >&5
2359 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2360    (exit $ac_status); } &&
2361 <         { ac_try='test -s conftest.$ac_objext'
2362 <  { (eval echo "$as_me:1778: \"$ac_try\"") >&5
2361 >         { ac_try='test -z "$ac_c_werror_flag"
2362 >                         || test ! -s conftest.err'
2363 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2364    (eval $ac_try) 2>&5
2365    ac_status=$?
2366 <  echo "$as_me:1781: \$? = $ac_status" >&5
2366 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2367 >  (exit $ac_status); }; } &&
2368 >         { ac_try='test -s conftest.$ac_objext'
2369 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2370 >  (eval $ac_try) 2>&5
2371 >  ac_status=$?
2372 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373    (exit $ac_status); }; }; then
2374    ac_cv_prog_cc_g=yes
2375   else
2376    echo "$as_me: failed program was:" >&5
2377 < cat conftest.$ac_ext >&5
2377 > sed 's/^/| /' conftest.$ac_ext >&5
2378 >
2379   ac_cv_prog_cc_g=no
2380   fi
2381 < rm -f conftest.$ac_objext conftest.$ac_ext
2381 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2382   fi
2383 < echo "$as_me:1791: result: $ac_cv_prog_cc_g" >&5
2383 > echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2384   echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2385   if test "$ac_test_CFLAGS" = set; then
2386    CFLAGS=$ac_save_CFLAGS
# Line 1804 | Line 2396 | fi
2396    else
2397      CFLAGS=
2398    fi
2399 + fi
2400 + echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2401 + echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2402 + if test "${ac_cv_prog_cc_stdc+set}" = set; then
2403 +  echo $ECHO_N "(cached) $ECHO_C" >&6
2404 + else
2405 +  ac_cv_prog_cc_stdc=no
2406 + ac_save_CC=$CC
2407 + cat >conftest.$ac_ext <<_ACEOF
2408 + /* confdefs.h.  */
2409 + _ACEOF
2410 + cat confdefs.h >>conftest.$ac_ext
2411 + cat >>conftest.$ac_ext <<_ACEOF
2412 + /* end confdefs.h.  */
2413 + #include <stdarg.h>
2414 + #include <stdio.h>
2415 + #include <sys/types.h>
2416 + #include <sys/stat.h>
2417 + /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2418 + struct buf { int x; };
2419 + FILE * (*rcsopen) (struct buf *, struct stat *, int);
2420 + static char *e (p, i)
2421 +     char **p;
2422 +     int i;
2423 + {
2424 +  return p[i];
2425 + }
2426 + static char *f (char * (*g) (char **, int), char **p, ...)
2427 + {
2428 +  char *s;
2429 +  va_list v;
2430 +  va_start (v,p);
2431 +  s = g (p, va_arg (v,int));
2432 +  va_end (v);
2433 +  return s;
2434 + }
2435 +
2436 + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2437 +   function prototypes and stuff, but not '\xHH' hex character constants.
2438 +   These don't provoke an error unfortunately, instead are silently treated
2439 +   as 'x'.  The following induces an error, until -std1 is added to get
2440 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2441 +   array size at least.  It's necessary to write '\x00'==0 to get something
2442 +   that's true only with -std1.  */
2443 + int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2444 +
2445 + int test (int i, double x);
2446 + struct s1 {int (*f) (int a);};
2447 + struct s2 {int (*f) (double a);};
2448 + int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2449 + int argc;
2450 + char **argv;
2451 + int
2452 + main ()
2453 + {
2454 + return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2455 +  ;
2456 +  return 0;
2457 + }
2458 + _ACEOF
2459 + # Don't try gcc -ansi; that turns off useful extensions and
2460 + # breaks some systems' header files.
2461 + # AIX                   -qlanglvl=ansi
2462 + # Ultrix and OSF/1      -std1
2463 + # HP-UX 10.20 and later -Ae
2464 + # HP-UX older versions  -Aa -D_HPUX_SOURCE
2465 + # SVR4                  -Xc -D__EXTENSIONS__
2466 + for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2467 + do
2468 +  CC="$ac_save_CC $ac_arg"
2469 +  rm -f conftest.$ac_objext
2470 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2471 +  (eval $ac_compile) 2>conftest.er1
2472 +  ac_status=$?
2473 +  grep -v '^ *+' conftest.er1 >conftest.err
2474 +  rm -f conftest.er1
2475 +  cat conftest.err >&5
2476 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2477 +  (exit $ac_status); } &&
2478 +         { ac_try='test -z "$ac_c_werror_flag"
2479 +                         || test ! -s conftest.err'
2480 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2481 +  (eval $ac_try) 2>&5
2482 +  ac_status=$?
2483 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2484 +  (exit $ac_status); }; } &&
2485 +         { ac_try='test -s conftest.$ac_objext'
2486 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2487 +  (eval $ac_try) 2>&5
2488 +  ac_status=$?
2489 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2490 +  (exit $ac_status); }; }; then
2491 +  ac_cv_prog_cc_stdc=$ac_arg
2492 + break
2493 + else
2494 +  echo "$as_me: failed program was:" >&5
2495 + sed 's/^/| /' conftest.$ac_ext >&5
2496 +
2497   fi
2498 + rm -f conftest.err conftest.$ac_objext
2499 + done
2500 + rm -f conftest.$ac_ext conftest.$ac_objext
2501 + CC=$ac_save_CC
2502 +
2503 + fi
2504 +
2505 + case "x$ac_cv_prog_cc_stdc" in
2506 +  x|xno)
2507 +    echo "$as_me:$LINENO: result: none needed" >&5
2508 + echo "${ECHO_T}none needed" >&6 ;;
2509 +  *)
2510 +    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2511 + echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2512 +    CC="$CC $ac_cv_prog_cc_stdc" ;;
2513 + esac
2514 +
2515   # Some people use a C++ compiler to compile C.  Since we use `exit',
2516   # in C++ we need to declare it.  In case someone uses the same compiler
2517   # for both compiling C and C++ we need to have the C++ compiler decide
# Line 1815 | Line 2522 | if { (eval echo "$as_me:1818: \"$ac_compile\"") >&5
2522   #endif
2523   _ACEOF
2524   rm -f conftest.$ac_objext
2525 < if { (eval echo "$as_me:1818: \"$ac_compile\"") >&5
2526 <  (eval $ac_compile) 2>&5
2525 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2526 >  (eval $ac_compile) 2>conftest.er1
2527    ac_status=$?
2528 <  echo "$as_me:1821: \$? = $ac_status" >&5
2528 >  grep -v '^ *+' conftest.er1 >conftest.err
2529 >  rm -f conftest.er1
2530 >  cat conftest.err >&5
2531 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2532    (exit $ac_status); } &&
2533 <         { ac_try='test -s conftest.$ac_objext'
2534 <  { (eval echo "$as_me:1824: \"$ac_try\"") >&5
2533 >         { ac_try='test -z "$ac_c_werror_flag"
2534 >                         || test ! -s conftest.err'
2535 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2536    (eval $ac_try) 2>&5
2537    ac_status=$?
2538 <  echo "$as_me:1827: \$? = $ac_status" >&5
2538 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2539 >  (exit $ac_status); }; } &&
2540 >         { ac_try='test -s conftest.$ac_objext'
2541 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2542 >  (eval $ac_try) 2>&5
2543 >  ac_status=$?
2544 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2545    (exit $ac_status); }; }; then
2546    for ac_declaration in \
2547 <   ''\
1831 <   '#include <stdlib.h>' \
2547 >   '' \
2548     'extern "C" void std::exit (int) throw (); using std::exit;' \
2549     'extern "C" void std::exit (int); using std::exit;' \
2550     'extern "C" void exit (int) throw ();' \
# Line 1836 | Line 2552 | do
2552     'void exit (int);'
2553   do
2554    cat >conftest.$ac_ext <<_ACEOF
2555 < #line 1839 "configure"
2556 < #include "confdefs.h"
2557 < #include <stdlib.h>
2555 > /* confdefs.h.  */
2556 > _ACEOF
2557 > cat confdefs.h >>conftest.$ac_ext
2558 > cat >>conftest.$ac_ext <<_ACEOF
2559 > /* end confdefs.h.  */
2560   $ac_declaration
2561 + #include <stdlib.h>
2562   int
2563   main ()
2564   {
# Line 1849 | Line 2568 | if { (eval echo "$as_me:1852: \"$ac_compile\"") >&5
2568   }
2569   _ACEOF
2570   rm -f conftest.$ac_objext
2571 < if { (eval echo "$as_me:1852: \"$ac_compile\"") >&5
2572 <  (eval $ac_compile) 2>&5
2571 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2572 >  (eval $ac_compile) 2>conftest.er1
2573    ac_status=$?
2574 <  echo "$as_me:1855: \$? = $ac_status" >&5
2574 >  grep -v '^ *+' conftest.er1 >conftest.err
2575 >  rm -f conftest.er1
2576 >  cat conftest.err >&5
2577 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2578    (exit $ac_status); } &&
2579 <         { ac_try='test -s conftest.$ac_objext'
2580 <  { (eval echo "$as_me:1858: \"$ac_try\"") >&5
2579 >         { ac_try='test -z "$ac_c_werror_flag"
2580 >                         || test ! -s conftest.err'
2581 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2582    (eval $ac_try) 2>&5
2583    ac_status=$?
2584 <  echo "$as_me:1861: \$? = $ac_status" >&5
2584 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585 >  (exit $ac_status); }; } &&
2586 >         { ac_try='test -s conftest.$ac_objext'
2587 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2588 >  (eval $ac_try) 2>&5
2589 >  ac_status=$?
2590 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2591    (exit $ac_status); }; }; then
2592    :
2593   else
2594    echo "$as_me: failed program was:" >&5
2595 < cat conftest.$ac_ext >&5
2595 > sed 's/^/| /' conftest.$ac_ext >&5
2596 >
2597   continue
2598   fi
2599 < rm -f conftest.$ac_objext conftest.$ac_ext
2599 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2600    cat >conftest.$ac_ext <<_ACEOF
2601 < #line 1871 "configure"
2602 < #include "confdefs.h"
2601 > /* confdefs.h.  */
2602 > _ACEOF
2603 > cat confdefs.h >>conftest.$ac_ext
2604 > cat >>conftest.$ac_ext <<_ACEOF
2605 > /* end confdefs.h.  */
2606   $ac_declaration
2607   int
2608   main ()
# Line 1880 | Line 2613 | if { (eval echo "$as_me:1883: \"$ac_compile\"") >&5
2613   }
2614   _ACEOF
2615   rm -f conftest.$ac_objext
2616 < if { (eval echo "$as_me:1883: \"$ac_compile\"") >&5
2617 <  (eval $ac_compile) 2>&5
2616 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2617 >  (eval $ac_compile) 2>conftest.er1
2618    ac_status=$?
2619 <  echo "$as_me:1886: \$? = $ac_status" >&5
2619 >  grep -v '^ *+' conftest.er1 >conftest.err
2620 >  rm -f conftest.er1
2621 >  cat conftest.err >&5
2622 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623    (exit $ac_status); } &&
2624 <         { ac_try='test -s conftest.$ac_objext'
2625 <  { (eval echo "$as_me:1889: \"$ac_try\"") >&5
2624 >         { ac_try='test -z "$ac_c_werror_flag"
2625 >                         || test ! -s conftest.err'
2626 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2627    (eval $ac_try) 2>&5
2628    ac_status=$?
2629 <  echo "$as_me:1892: \$? = $ac_status" >&5
2629 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 >  (exit $ac_status); }; } &&
2631 >         { ac_try='test -s conftest.$ac_objext'
2632 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2633 >  (eval $ac_try) 2>&5
2634 >  ac_status=$?
2635 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2636    (exit $ac_status); }; }; then
2637    break
2638   else
2639    echo "$as_me: failed program was:" >&5
2640 < cat conftest.$ac_ext >&5
2640 > sed 's/^/| /' conftest.$ac_ext >&5
2641 >
2642   fi
2643 < rm -f conftest.$ac_objext conftest.$ac_ext
2643 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2644   done
2645 < echo '#ifdef __cplusplus' >>confdefs.h
2646 < echo $ac_declaration      >>confdefs.h
2647 < echo '#endif'             >>confdefs.h
2645 > rm -f conftest*
2646 > if test -n "$ac_declaration"; then
2647 >  echo '#ifdef __cplusplus' >>confdefs.h
2648 >  echo $ac_declaration      >>confdefs.h
2649 >  echo '#endif'             >>confdefs.h
2650 > fi
2651  
2652   else
2653    echo "$as_me: failed program was:" >&5
2654 < cat conftest.$ac_ext >&5
2654 > sed 's/^/| /' conftest.$ac_ext >&5
2655 >
2656   fi
2657 < rm -f conftest.$ac_objext conftest.$ac_ext
2657 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2658   ac_ext=c
2659   ac_cpp='$CPP $CPPFLAGS'
2660   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663  
2664 +
2665   ac_ext=cc
2666   ac_cpp='$CXXCPP $CPPFLAGS'
2667   ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 1923 | Line 2672 | echo "$as_me:1926: checking for $ac_word" >&5
2672    do
2673      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2674   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2675 < echo "$as_me:1926: checking for $ac_word" >&5
2675 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2676   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2677   if test "${ac_cv_prog_CXX+set}" = set; then
2678    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1931 | Line 2680 | else
2680    if test -n "$CXX"; then
2681    ac_cv_prog_CXX="$CXX" # Let the user override the test.
2682   else
2683 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2684 < ac_dummy="$PATH"
2685 < for ac_dir in $ac_dummy; do
2686 <  IFS=$ac_save_IFS
2687 <  test -z "$ac_dir" && ac_dir=.
2688 <  $as_executable_p "$ac_dir/$ac_word" || continue
2689 < ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2690 < echo "$as_me:1941: found $ac_dir/$ac_word" >&5
2691 < break
2683 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2684 > for as_dir in $PATH
2685 > do
2686 >  IFS=$as_save_IFS
2687 >  test -z "$as_dir" && as_dir=.
2688 >  for ac_exec_ext in '' $ac_executable_extensions; do
2689 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2690 >    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2691 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2692 >    break 2
2693 >  fi
2694   done
2695 + done
2696  
2697   fi
2698   fi
2699   CXX=$ac_cv_prog_CXX
2700   if test -n "$CXX"; then
2701 <  echo "$as_me:1949: result: $CXX" >&5
2701 >  echo "$as_me:$LINENO: result: $CXX" >&5
2702   echo "${ECHO_T}$CXX" >&6
2703   else
2704 <  echo "$as_me:1952: result: no" >&5
2704 >  echo "$as_me:$LINENO: result: no" >&5
2705   echo "${ECHO_T}no" >&6
2706   fi
2707  
# Line 1962 | Line 2714 | echo "$as_me:1965: checking for $ac_word" >&5
2714   do
2715    # Extract the first word of "$ac_prog", so it can be a program name with args.
2716   set dummy $ac_prog; ac_word=$2
2717 < echo "$as_me:1965: checking for $ac_word" >&5
2717 > echo "$as_me:$LINENO: checking for $ac_word" >&5
2718   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2719   if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2720    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 1970 | Line 2722 | else
2722    if test -n "$ac_ct_CXX"; then
2723    ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2724   else
2725 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
2726 < ac_dummy="$PATH"
2727 < for ac_dir in $ac_dummy; do
2728 <  IFS=$ac_save_IFS
2729 <  test -z "$ac_dir" && ac_dir=.
2730 <  $as_executable_p "$ac_dir/$ac_word" || continue
2731 < ac_cv_prog_ac_ct_CXX="$ac_prog"
2732 < echo "$as_me:1980: found $ac_dir/$ac_word" >&5
2733 < break
2725 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2726 > for as_dir in $PATH
2727 > do
2728 >  IFS=$as_save_IFS
2729 >  test -z "$as_dir" && as_dir=.
2730 >  for ac_exec_ext in '' $ac_executable_extensions; do
2731 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2732 >    ac_cv_prog_ac_ct_CXX="$ac_prog"
2733 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2734 >    break 2
2735 >  fi
2736   done
2737 + done
2738  
2739   fi
2740   fi
2741   ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2742   if test -n "$ac_ct_CXX"; then
2743 <  echo "$as_me:1988: result: $ac_ct_CXX" >&5
2743 >  echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2744   echo "${ECHO_T}$ac_ct_CXX" >&6
2745   else
2746 <  echo "$as_me:1991: result: no" >&5
2746 >  echo "$as_me:$LINENO: result: no" >&5
2747   echo "${ECHO_T}no" >&6
2748   fi
2749  
# Line 1999 | Line 2754 | echo "$as_me:2002: checking whether we are using the G
2754    CXX=$ac_ct_CXX
2755   fi
2756  
2757 < echo "$as_me:2002: checking whether we are using the GNU C++ compiler" >&5
2757 >
2758 > # Provide some information about the compiler.
2759 > echo "$as_me:$LINENO:" \
2760 >     "checking for C++ compiler version" >&5
2761 > ac_compiler=`set X $ac_compile; echo $2`
2762 > { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2763 >  (eval $ac_compiler --version </dev/null >&5) 2>&5
2764 >  ac_status=$?
2765 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2766 >  (exit $ac_status); }
2767 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2768 >  (eval $ac_compiler -v </dev/null >&5) 2>&5
2769 >  ac_status=$?
2770 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 >  (exit $ac_status); }
2772 > { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2773 >  (eval $ac_compiler -V </dev/null >&5) 2>&5
2774 >  ac_status=$?
2775 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2776 >  (exit $ac_status); }
2777 >
2778 > echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2779   echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2780   if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2781    echo $ECHO_N "(cached) $ECHO_C" >&6
2782   else
2783    cat >conftest.$ac_ext <<_ACEOF
2784 < #line 2008 "configure"
2785 < #include "confdefs.h"
2784 > /* confdefs.h.  */
2785 > _ACEOF
2786 > cat confdefs.h >>conftest.$ac_ext
2787 > cat >>conftest.$ac_ext <<_ACEOF
2788 > /* end confdefs.h.  */
2789  
2790   int
2791   main ()
# Line 2020 | Line 2799 | if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5
2799   }
2800   _ACEOF
2801   rm -f conftest.$ac_objext
2802 < if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5
2803 <  (eval $ac_compile) 2>&5
2802 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2803 >  (eval $ac_compile) 2>conftest.er1
2804    ac_status=$?
2805 <  echo "$as_me:2026: \$? = $ac_status" >&5
2805 >  grep -v '^ *+' conftest.er1 >conftest.err
2806 >  rm -f conftest.er1
2807 >  cat conftest.err >&5
2808 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809    (exit $ac_status); } &&
2810 <         { ac_try='test -s conftest.$ac_objext'
2811 <  { (eval echo "$as_me:2029: \"$ac_try\"") >&5
2810 >         { ac_try='test -z "$ac_cxx_werror_flag"
2811 >                         || test ! -s conftest.err'
2812 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2813    (eval $ac_try) 2>&5
2814    ac_status=$?
2815 <  echo "$as_me:2032: \$? = $ac_status" >&5
2815 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2816 >  (exit $ac_status); }; } &&
2817 >         { ac_try='test -s conftest.$ac_objext'
2818 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2819 >  (eval $ac_try) 2>&5
2820 >  ac_status=$?
2821 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2822    (exit $ac_status); }; }; then
2823    ac_compiler_gnu=yes
2824   else
2825    echo "$as_me: failed program was:" >&5
2826 < cat conftest.$ac_ext >&5
2826 > sed 's/^/| /' conftest.$ac_ext >&5
2827 >
2828   ac_compiler_gnu=no
2829   fi
2830 < rm -f conftest.$ac_objext conftest.$ac_ext
2830 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2831   ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2832  
2833   fi
2834 < echo "$as_me:2044: result: $ac_cv_cxx_compiler_gnu" >&5
2834 > echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2835   echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2836   GXX=`test $ac_compiler_gnu = yes && echo yes`
2837   ac_test_CXXFLAGS=${CXXFLAGS+set}
2838   ac_save_CXXFLAGS=$CXXFLAGS
2839   CXXFLAGS="-g"
2840 < echo "$as_me:2050: checking whether $CXX accepts -g" >&5
2840 > echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2841   echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2842   if test "${ac_cv_prog_cxx_g+set}" = set; then
2843    echo $ECHO_N "(cached) $ECHO_C" >&6
2844   else
2845    cat >conftest.$ac_ext <<_ACEOF
2846 < #line 2056 "configure"
2847 < #include "confdefs.h"
2846 > /* confdefs.h.  */
2847 > _ACEOF
2848 > cat confdefs.h >>conftest.$ac_ext
2849 > cat >>conftest.$ac_ext <<_ACEOF
2850 > /* end confdefs.h.  */
2851  
2852   int
2853   main ()
# Line 2065 | Line 2858 | if { (eval echo "$as_me:2068: \"$ac_compile\"") >&5
2858   }
2859   _ACEOF
2860   rm -f conftest.$ac_objext
2861 < if { (eval echo "$as_me:2068: \"$ac_compile\"") >&5
2862 <  (eval $ac_compile) 2>&5
2861 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2862 >  (eval $ac_compile) 2>conftest.er1
2863    ac_status=$?
2864 <  echo "$as_me:2071: \$? = $ac_status" >&5
2864 >  grep -v '^ *+' conftest.er1 >conftest.err
2865 >  rm -f conftest.er1
2866 >  cat conftest.err >&5
2867 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868    (exit $ac_status); } &&
2869 <         { ac_try='test -s conftest.$ac_objext'
2870 <  { (eval echo "$as_me:2074: \"$ac_try\"") >&5
2869 >         { ac_try='test -z "$ac_cxx_werror_flag"
2870 >                         || test ! -s conftest.err'
2871 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2872    (eval $ac_try) 2>&5
2873    ac_status=$?
2874 <  echo "$as_me:2077: \$? = $ac_status" >&5
2874 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2875 >  (exit $ac_status); }; } &&
2876 >         { ac_try='test -s conftest.$ac_objext'
2877 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2878 >  (eval $ac_try) 2>&5
2879 >  ac_status=$?
2880 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2881    (exit $ac_status); }; }; then
2882    ac_cv_prog_cxx_g=yes
2883   else
2884    echo "$as_me: failed program was:" >&5
2885 < cat conftest.$ac_ext >&5
2885 > sed 's/^/| /' conftest.$ac_ext >&5
2886 >
2887   ac_cv_prog_cxx_g=no
2888   fi
2889 < rm -f conftest.$ac_objext conftest.$ac_ext
2889 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2890   fi
2891 < echo "$as_me:2087: result: $ac_cv_prog_cxx_g" >&5
2891 > echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2892   echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2893   if test "$ac_test_CXXFLAGS" = set; then
2894    CXXFLAGS=$ac_save_CXXFLAGS
# Line 2102 | Line 2906 | for ac_declaration in \
2906    fi
2907   fi
2908   for ac_declaration in \
2909 <   ''\
2106 <   '#include <stdlib.h>' \
2909 >   '' \
2910     'extern "C" void std::exit (int) throw (); using std::exit;' \
2911     'extern "C" void std::exit (int); using std::exit;' \
2912     'extern "C" void exit (int) throw ();' \
# Line 2111 | Line 2914 | do
2914     'void exit (int);'
2915   do
2916    cat >conftest.$ac_ext <<_ACEOF
2917 < #line 2114 "configure"
2918 < #include "confdefs.h"
2919 < #include <stdlib.h>
2917 > /* confdefs.h.  */
2918 > _ACEOF
2919 > cat confdefs.h >>conftest.$ac_ext
2920 > cat >>conftest.$ac_ext <<_ACEOF
2921 > /* end confdefs.h.  */
2922   $ac_declaration
2923 + #include <stdlib.h>
2924   int
2925   main ()
2926   {
# Line 2124 | Line 2930 | if { (eval echo "$as_me:2127: \"$ac_compile\"") >&5
2930   }
2931   _ACEOF
2932   rm -f conftest.$ac_objext
2933 < if { (eval echo "$as_me:2127: \"$ac_compile\"") >&5
2934 <  (eval $ac_compile) 2>&5
2933 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2934 >  (eval $ac_compile) 2>conftest.er1
2935    ac_status=$?
2936 <  echo "$as_me:2130: \$? = $ac_status" >&5
2936 >  grep -v '^ *+' conftest.er1 >conftest.err
2937 >  rm -f conftest.er1
2938 >  cat conftest.err >&5
2939 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2940    (exit $ac_status); } &&
2941 <         { ac_try='test -s conftest.$ac_objext'
2942 <  { (eval echo "$as_me:2133: \"$ac_try\"") >&5
2941 >         { ac_try='test -z "$ac_cxx_werror_flag"
2942 >                         || test ! -s conftest.err'
2943 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2944    (eval $ac_try) 2>&5
2945    ac_status=$?
2946 <  echo "$as_me:2136: \$? = $ac_status" >&5
2946 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 >  (exit $ac_status); }; } &&
2948 >         { ac_try='test -s conftest.$ac_objext'
2949 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2950 >  (eval $ac_try) 2>&5
2951 >  ac_status=$?
2952 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953    (exit $ac_status); }; }; then
2954    :
2955   else
2956    echo "$as_me: failed program was:" >&5
2957 < cat conftest.$ac_ext >&5
2957 > sed 's/^/| /' conftest.$ac_ext >&5
2958 >
2959   continue
2960   fi
2961 < rm -f conftest.$ac_objext conftest.$ac_ext
2961 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2962    cat >conftest.$ac_ext <<_ACEOF
2963 < #line 2146 "configure"
2964 < #include "confdefs.h"
2963 > /* confdefs.h.  */
2964 > _ACEOF
2965 > cat confdefs.h >>conftest.$ac_ext
2966 > cat >>conftest.$ac_ext <<_ACEOF
2967 > /* end confdefs.h.  */
2968   $ac_declaration
2969   int
2970   main ()
# Line 2155 | Line 2975 | if { (eval echo "$as_me:2158: \"$ac_compile\"") >&5
2975   }
2976   _ACEOF
2977   rm -f conftest.$ac_objext
2978 < if { (eval echo "$as_me:2158: \"$ac_compile\"") >&5
2979 <  (eval $ac_compile) 2>&5
2978 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2979 >  (eval $ac_compile) 2>conftest.er1
2980    ac_status=$?
2981 <  echo "$as_me:2161: \$? = $ac_status" >&5
2981 >  grep -v '^ *+' conftest.er1 >conftest.err
2982 >  rm -f conftest.er1
2983 >  cat conftest.err >&5
2984 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2985    (exit $ac_status); } &&
2986 <         { ac_try='test -s conftest.$ac_objext'
2987 <  { (eval echo "$as_me:2164: \"$ac_try\"") >&5
2986 >         { ac_try='test -z "$ac_cxx_werror_flag"
2987 >                         || test ! -s conftest.err'
2988 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2989    (eval $ac_try) 2>&5
2990    ac_status=$?
2991 <  echo "$as_me:2167: \$? = $ac_status" >&5
2991 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2992 >  (exit $ac_status); }; } &&
2993 >         { ac_try='test -s conftest.$ac_objext'
2994 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2995 >  (eval $ac_try) 2>&5
2996 >  ac_status=$?
2997 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2998    (exit $ac_status); }; }; then
2999    break
3000   else
3001    echo "$as_me: failed program was:" >&5
3002 < cat conftest.$ac_ext >&5
3002 > sed 's/^/| /' conftest.$ac_ext >&5
3003 >
3004   fi
3005 < rm -f conftest.$ac_objext conftest.$ac_ext
3005 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3006   done
3007 < echo '#ifdef __cplusplus' >>confdefs.h
3008 < echo $ac_declaration      >>confdefs.h
3009 < echo '#endif'             >>confdefs.h
3007 > rm -f conftest*
3008 > if test -n "$ac_declaration"; then
3009 >  echo '#ifdef __cplusplus' >>confdefs.h
3010 >  echo $ac_declaration      >>confdefs.h
3011 >  echo '#endif'             >>confdefs.h
3012 > fi
3013  
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 +
3020 +
3021 + OOPSE_TEMPLATE_FLAGS=""
3022 + if test $ac_cv_cxx_compiler_gnu = no; then
3023 +  echo "$as_me:$LINENO: checking checking whether ${CXX} accepts -ptused -no_prelink" >&5
3024 + echo $ECHO_N "checking checking whether ${CXX} accepts -ptused -no_prelink... $ECHO_C" >&6
3025 +  echo 'void f(){}' > conftest.cc
3026 +  if test -z "`${CXX} -ptused -no_prelink -c conftest.cc 2>&1`"; then
3027 +    echo "$as_me:$LINENO: result: yes" >&5
3028 + echo "${ECHO_T}yes" >&6
3029 +    OOPSE_TEMPLATE_FLAGS="-ptused -no_prelink"
3030 +  else
3031 +    echo "$as_me:$LINENO: result: no" >&5
3032 + echo "${ECHO_T}no" >&6
3033 +  fi
3034 +  rm -f conftest*
3035 +  echo "$as_me:$LINENO: checking checking whether ${CXX} accepts -instances=static" >&5
3036 + echo $ECHO_N "checking checking whether ${CXX} accepts -instances=static... $ECHO_C" >&6
3037 +  echo 'void f(){}' > conftest.cc
3038 +  if test -z "`${CXX} -instances=static -c conftest.cc 2>&1`"; then
3039 +    echo "$as_me:$LINENO: result: yes" >&5
3040 + echo "${ECHO_T}yes" >&6
3041 +    OOPSE_TEMPLATE_FLAGS="-instances=static"
3042 +  else
3043 +    echo "$as_me:$LINENO: result: no" >&5
3044 + echo "${ECHO_T}no" >&6
3045 +  fi
3046 +  rm -f conftest*
3047 +  echo "$as_me:$LINENO: checking checking whether ${CXX} accepts -pto" >&5
3048 + echo $ECHO_N "checking checking whether ${CXX} accepts -pto... $ECHO_C" >&6
3049 +  echo 'void f(){}' > conftest.cc
3050 +  if test -z "`${CXX} -pto -c conftest.cc 2>&1`"; then
3051 +    echo "$as_me:$LINENO: result: yes" >&5
3052 + echo "${ECHO_T}yes" >&6
3053 +    OOPSE_TEMPLATE_FLAGS="-pto"
3054 +  else
3055 +    echo "$as_me:$LINENO: result: no" >&5
3056 + echo "${ECHO_T}no" >&6
3057 +  fi
3058 +  rm -f conftest*
3059 +  echo "$as_me:$LINENO: checking checking whether ${CXX} accepts -LANG:std" >&5
3060 + echo $ECHO_N "checking checking whether ${CXX} accepts -LANG:std... $ECHO_C" >&6
3061 +  echo 'void f(){}' > conftest.cc
3062 +  if test -z "`${CXX} -LANG:std -c conftest.cc 2>&1`"; then
3063 +    echo "$as_me:$LINENO: result: yes" >&5
3064 + echo "${ECHO_T}yes" >&6
3065  
3066 +
3067 +    EXTRA_CC_FLAG=${EXTRA_CC_FLAG}" -LANG:std"
3068 +  else
3069 +    echo "$as_me:$LINENO: result: no" >&5
3070 + echo "${ECHO_T}no" >&6
3071 +  fi
3072 + fi
3073 +
3074 +
3075 +
3076 +
3077   ac_ext=f90
3078   ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3079   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3080   ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3081   if test -n "$ac_tool_prefix"; then
3082 <  for ac_prog in ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3082 >  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3083    do
3084      # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3085   set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3086 < echo "$as_me:2195: checking for $ac_word" >&5
3086 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3087   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3088   if test "${ac_cv_prog_F90+set}" = set; then
3089    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2200 | Line 3091 | else
3091    if test -n "$F90"; then
3092    ac_cv_prog_F90="$F90" # Let the user override the test.
3093   else
3094 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
3095 < ac_dummy="$PATH"
3096 < for ac_dir in $ac_dummy; do
3097 <  IFS=$ac_save_IFS
3098 <  test -z "$ac_dir" && ac_dir=.
3099 <  $as_executable_p "$ac_dir/$ac_word" || continue
3100 < ac_cv_prog_F90="$ac_tool_prefix$ac_prog"
3101 < echo "$as_me:2210: found $ac_dir/$ac_word" >&5
3102 < break
3094 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3095 > for as_dir in $PATH
3096 > do
3097 >  IFS=$as_save_IFS
3098 >  test -z "$as_dir" && as_dir=.
3099 >  for ac_exec_ext in '' $ac_executable_extensions; do
3100 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3101 >    ac_cv_prog_F90="$ac_tool_prefix$ac_prog"
3102 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3103 >    break 2
3104 >  fi
3105   done
3106 + done
3107  
3108   fi
3109   fi
3110   F90=$ac_cv_prog_F90
3111   if test -n "$F90"; then
3112 <  echo "$as_me:2218: result: $F90" >&5
3112 >  echo "$as_me:$LINENO: result: $F90" >&5
3113   echo "${ECHO_T}$F90" >&6
3114   else
3115 <  echo "$as_me:2221: result: no" >&5
3115 >  echo "$as_me:$LINENO: result: no" >&5
3116   echo "${ECHO_T}no" >&6
3117   fi
3118  
# Line 2227 | Line 3121 | if test -z "$F90"; then
3121   fi
3122   if test -z "$F90"; then
3123    ac_ct_F90=$F90
3124 <  for ac_prog in ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3124 >  for ac_prog in ifort ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3125   do
3126    # Extract the first word of "$ac_prog", so it can be a program name with args.
3127   set dummy $ac_prog; ac_word=$2
3128 < echo "$as_me:2234: checking for $ac_word" >&5
3128 > echo "$as_me:$LINENO: checking for $ac_word" >&5
3129   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3130   if test "${ac_cv_prog_ac_ct_F90+set}" = set; then
3131    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2239 | Line 3133 | else
3133    if test -n "$ac_ct_F90"; then
3134    ac_cv_prog_ac_ct_F90="$ac_ct_F90" # Let the user override the test.
3135   else
3136 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
3137 < ac_dummy="$PATH"
3138 < for ac_dir in $ac_dummy; do
3139 <  IFS=$ac_save_IFS
3140 <  test -z "$ac_dir" && ac_dir=.
3141 <  $as_executable_p "$ac_dir/$ac_word" || continue
3142 < ac_cv_prog_ac_ct_F90="$ac_prog"
3143 < echo "$as_me:2249: found $ac_dir/$ac_word" >&5
3144 < break
3136 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3137 > for as_dir in $PATH
3138 > do
3139 >  IFS=$as_save_IFS
3140 >  test -z "$as_dir" && as_dir=.
3141 >  for ac_exec_ext in '' $ac_executable_extensions; do
3142 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3143 >    ac_cv_prog_ac_ct_F90="$ac_prog"
3144 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3145 >    break 2
3146 >  fi
3147   done
3148 + done
3149  
3150   fi
3151   fi
3152   ac_ct_F90=$ac_cv_prog_ac_ct_F90
3153   if test -n "$ac_ct_F90"; then
3154 <  echo "$as_me:2257: result: $ac_ct_F90" >&5
3154 >  echo "$as_me:$LINENO: result: $ac_ct_F90" >&5
3155   echo "${ECHO_T}$ac_ct_F90" >&6
3156   else
3157 <  echo "$as_me:2260: result: no" >&5
3157 >  echo "$as_me:$LINENO: result: no" >&5
3158   echo "${ECHO_T}no" >&6
3159   fi
3160  
# Line 2267 | Line 3164 | fi
3164    F90=$ac_ct_F90
3165   fi
3166  
3167 +
3168   # If we don't use `.F90' as extension, the preprocessor is not run on the
3169   # input file.
3170   ac_save_ext=$ac_ext
3171   ac_ext=F90
3172 < echo "$as_me:2274: checking whether we are using the GNU Fortran 90 compiler" >&5
3172 > echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 90 compiler" >&5
3173   echo $ECHO_N "checking whether we are using the GNU Fortran 90 compiler... $ECHO_C" >&6
3174   if test "${ac_cv_f90_compiler_gnu+set}" = set; then
3175    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2288 | Line 3186 | if { (eval echo "$as_me:2291: \"$ac_compile\"") >&5
3186  
3187   _ACEOF
3188   rm -f conftest.$ac_objext
3189 < if { (eval echo "$as_me:2291: \"$ac_compile\"") >&5
3190 <  (eval $ac_compile) 2>&5
3189 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3190 >  (eval $ac_compile) 2>conftest.er1
3191    ac_status=$?
3192 <  echo "$as_me:2294: \$? = $ac_status" >&5
3192 >  grep -v '^ *+' conftest.er1 >conftest.err
3193 >  rm -f conftest.er1
3194 >  cat conftest.err >&5
3195 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196    (exit $ac_status); } &&
3197 <         { ac_try='test -s conftest.$ac_objext'
3198 <  { (eval echo "$as_me:2297: \"$ac_try\"") >&5
3197 >         { ac_try='test -z "$ac_f90_werror_flag"
3198 >                         || test ! -s conftest.err'
3199 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3200    (eval $ac_try) 2>&5
3201    ac_status=$?
3202 <  echo "$as_me:2300: \$? = $ac_status" >&5
3202 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 >  (exit $ac_status); }; } &&
3204 >         { ac_try='test -s conftest.$ac_objext'
3205 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3206 >  (eval $ac_try) 2>&5
3207 >  ac_status=$?
3208 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209    (exit $ac_status); }; }; then
3210    ac_compiler_gnu=yes
3211   else
3212    echo "$as_me: failed program was:" >&5
3213 < cat conftest.$ac_ext >&5
3213 > sed 's/^/| /' conftest.$ac_ext >&5
3214 >
3215   ac_compiler_gnu=no
3216   fi
3217 < rm -f conftest.$ac_objext conftest.$ac_ext
3217 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3218   ac_cv_f90_compiler_gnu=$ac_compiler_gnu
3219  
3220   fi
3221 < echo "$as_me:2312: result: $ac_cv_f90_compiler_gnu" >&5
3221 > echo "$as_me:$LINENO: result: $ac_cv_f90_compiler_gnu" >&5
3222   echo "${ECHO_T}$ac_cv_f90_compiler_gnu" >&6
3223   ac_ext=$ac_save_ext
3224   G95=`test $ac_compiler_gnu = yes && echo yes`
# Line 2319 | Line 3228 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
3228   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3230  
3231 +
3232 +
3233 +
3234 +
3235   # Try to determine native compiler flags that allow us to use F90 suffix
3236   # for preprocessed f90 source.
3237  
# Line 2326 | Line 3239 | if test "$ac_test_PREPFLAG" != "set"; then
3239    PREPFLAG=""
3240    case "${host_cpu}-${host_os}" in
3241  
3242 <  *linux*) if test "$F90" = ifc; then
3242 >  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
3243                      PREPFLAG="-fpp1 "
3244                  fi;;
3245    *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
# Line 2339 | Line 3252 | if test "$ac_test_PREPFLAG" != "set"; then
3252    esac
3253  
3254    if test -z "$PREPFLAG"; then
3255 <        echo ""
3256 <        echo "**********************************************************"
2344 <        echo "* WARNING: Don't know the best PREPFLAG for this system  *"
2345 <        echo "* Use  make PREPFLAG=..., or edit the top level Makefile *"
2346 <        echo "* (otherwise, an empty PREPFLAG will be used)            *"
2347 <        echo "**********************************************************"
2348 <        echo ""
3255 >        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPFLAG\"" >&5
3256 > echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;}
3257          PREPFLAG=""
3258    fi
3259  
3260 <  echo "$as_me:2352: checking to make sure F90 preprocessor flag works" >&5
3260 >  echo "$as_me:$LINENO: checking to make sure F90 preprocessor flag works" >&5
3261   echo $ECHO_N "checking to make sure F90 preprocessor flag works... $ECHO_C" >&6
3262  
3263 +
3264    ac_ext=f90
3265   ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3266   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
# Line 2367 | Line 3276 | program main
3276  
3277      cat >conftest.$ac_ext <<_ACEOF
3278  
3279 +
3280   program main
3281  
3282    integer :: i
3283    i = 1
3284  
3285 +
3286   end program main
3287  
3288   _ACEOF
3289   rm -f conftest.$ac_objext
3290 < if { (eval echo "$as_me:2379: \"$ac_compile\"") >&5
3291 <  (eval $ac_compile) 2>&5
3290 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3291 >  (eval $ac_compile) 2>conftest.er1
3292    ac_status=$?
3293 <  echo "$as_me:2382: \$? = $ac_status" >&5
3293 >  grep -v '^ *+' conftest.er1 >conftest.err
3294 >  rm -f conftest.er1
3295 >  cat conftest.err >&5
3296 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3297    (exit $ac_status); } &&
3298 <         { ac_try='test -s conftest.$ac_objext'
3299 <  { (eval echo "$as_me:2385: \"$ac_try\"") >&5
3298 >         { ac_try='test -z "$ac_f90_werror_flag"
3299 >                         || test ! -s conftest.err'
3300 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3301    (eval $ac_try) 2>&5
3302    ac_status=$?
3303 <  echo "$as_me:2388: \$? = $ac_status" >&5
3303 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3304 >  (exit $ac_status); }; } &&
3305 >         { ac_try='test -s conftest.$ac_objext'
3306 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3307 >  (eval $ac_try) 2>&5
3308 >  ac_status=$?
3309 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3310    (exit $ac_status); }; }; then
3311    prepflagworks=1
3312   else
3313    echo "$as_me: failed program was:" >&5
3314 < cat conftest.$ac_ext >&5
3314 > sed 's/^/| /' conftest.$ac_ext >&5
3315 >
3316   prepflagworks=0
3317   fi
3318 < rm -f conftest.$ac_objext conftest.$ac_ext
3318 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3319  
3320    F90FLAGS=$ac_save_F90FLAGS
3321    ac_ext=$ac_save_ext
# Line 2403 | Line 3325 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
3325   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3327  
3328 +
3329    if test "$prepflagworks" = 1; then
3330 <    echo "$as_me:2407: result: yes" >&5
3330 >    echo "$as_me:$LINENO: result: yes" >&5
3331   echo "${ECHO_T}yes" >&6
3332  
3333    else
3334 <    echo "$as_me:2411: result: no" >&5
3334 >    echo "$as_me:$LINENO: result: no" >&5
3335   echo "${ECHO_T}no" >&6
3336 <    { { echo "$as_me:2413: error: Can't figure out working Fortran90 preprocessor flag" >&5
3336 >    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor flag" >&5
3337   echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
3338     { (exit 1); exit 1; }; }
3339    fi
3340   fi
3341  
3342 +
3343 +
3344 +
3345 +
3346   # Try to determine native compiler flags that allow us to use F90 suffix
3347   # for preprocessed f90 source with -D type defines
3348  
# Line 2423 | Line 3350 | if test "$ac_test_PREPDEFFLAG" != "set"; then
3350    PREPDEFFLAG=""
3351    case "${host_cpu}-${host_os}" in
3352  
3353 <  *linux*) if test "$F90" = ifc; then
3353 >  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
3354                      PREPDEFFLAG=" "
3355                  fi;;
3356    *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
# Line 2436 | Line 3363 | if test "$ac_test_PREPDEFFLAG" != "set"; then
3363    esac
3364  
3365    if test -z "$PREPDEFFLAG"; then
3366 <        echo ""
3367 <        echo "*************************************************************"
2441 <        echo "* WARNING: Don't know the best PREPDEFFLAG for this system  *"
2442 <        echo "* Use  make PREPDEFFLAG=..., or edit the top level Makefile *"
2443 <        echo "* (otherwise, an empty PREPDEFFLAG will be used)            *"
2444 <        echo "*************************************************************"
2445 <        echo ""
3366 >        { echo "$as_me:$LINENO: WARNING: \"Using empty PREPDEFFLAG\"" >&5
3367 > echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;}
3368          PREPDEFFLAG=" "
3369    fi
3370  
3371 <  echo "$as_me:2449: checking to make sure F90 preprocessor define flag works" >&5
3371 >  echo "$as_me:$LINENO: checking to make sure F90 preprocessor define flag works" >&5
3372   echo $ECHO_N "checking to make sure F90 preprocessor define flag works... $ECHO_C" >&6
3373  
3374 +
3375    ac_ext=f90
3376   ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3377   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
# Line 2464 | Line 3387 | program main
3387  
3388      cat >conftest.$ac_ext <<_ACEOF
3389  
3390 +
3391   program main
3392  
3393    integer :: i
# Line 2473 | Line 3397 | end program main
3397    choke me
3398   #endif
3399  
3400 +
3401   end program main
3402  
3403   _ACEOF
3404   rm -f conftest.$ac_objext
3405 < if { (eval echo "$as_me:2480: \"$ac_compile\"") >&5
3406 <  (eval $ac_compile) 2>&5
3405 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3406 >  (eval $ac_compile) 2>conftest.er1
3407    ac_status=$?
3408 <  echo "$as_me:2483: \$? = $ac_status" >&5
3408 >  grep -v '^ *+' conftest.er1 >conftest.err
3409 >  rm -f conftest.er1
3410 >  cat conftest.err >&5
3411 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3412    (exit $ac_status); } &&
3413 <         { ac_try='test -s conftest.$ac_objext'
3414 <  { (eval echo "$as_me:2486: \"$ac_try\"") >&5
3413 >         { ac_try='test -z "$ac_f90_werror_flag"
3414 >                         || test ! -s conftest.err'
3415 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3416    (eval $ac_try) 2>&5
3417    ac_status=$?
3418 <  echo "$as_me:2489: \$? = $ac_status" >&5
3418 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3419 >  (exit $ac_status); }; } &&
3420 >         { ac_try='test -s conftest.$ac_objext'
3421 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3422 >  (eval $ac_try) 2>&5
3423 >  ac_status=$?
3424 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3425    (exit $ac_status); }; }; then
3426    prepdefflagworks=1
3427   else
3428    echo "$as_me: failed program was:" >&5
3429 < cat conftest.$ac_ext >&5
3429 > sed 's/^/| /' conftest.$ac_ext >&5
3430 >
3431   prepdefflagworks=0
3432   fi
3433 < rm -f conftest.$ac_objext conftest.$ac_ext
3433 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3434  
3435    F90FLAGS=$ac_save_F90FLAGS
3436    ac_ext=$ac_save_ext
# Line 2504 | Line 3440 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
3440   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3441   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3442  
3443 +
3444 +
3445    if test "$prepdefflagworks" = 1; then
3446 <    echo "$as_me:2508: result: yes" >&5
3446 >    echo "$as_me:$LINENO: result: yes" >&5
3447   echo "${ECHO_T}yes" >&6
3448  
3449    else
3450 <    echo "$as_me:2512: result: no" >&5
3450 >    echo "$as_me:$LINENO: result: no" >&5
3451   echo "${ECHO_T}no" >&6
3452 <    { { echo "$as_me:2514: error: Can't figure out working Fortran90 preprocessor define flag" >&5
3452 >    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor define flag" >&5
3453   echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
3454     { (exit 1); exit 1; }; }
3455    fi
3456   fi
3457  
3458 < case $debug in
3459 <  1)
3460 <     ;;
3461 <  *)
3458 > ac_ext=f90
3459 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3460 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3461 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3462  
2525 # Try to determine "good" native compiler flags if none specified on command
2526 # line
2527 if test "$ac_test_CFLAGS" != "set"; then
2528  CFLAGS=""
2529  case "${host_cpu}-${host_os}" in
3463  
2531  *linux*) if test "$CC" = icc; then
2532                    CFLAGS="-O"
2533                fi;;
2534  sparc-solaris2*) if test "$CC" = cc; then
2535                    CFLAGS="-native -fast -xO5 -dalign"
2536                 fi;;
3464  
3465 <  alpha*-osf*)  if test "$CC" = cc; then
3466 <                    CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host -arch host -std1"
3467 <                fi;;
3468 <
3469 <  hppa*-hpux*)  if test "$CC" = cc; then
3470 <                    CFLAGS="-Ae +O3 +Oall"
3471 <                fi;;
2545 <
2546 <   rs6000*-aix*)  if test "$CC" = cc -o "$CC" = xlc; then
2547 <                    CFLAGS="-O3 -qtune=auto -qansialias -w"
2548 <                fi;;
2549 <   powerpc*-aix*)
2550 <        if test "$CC" = cc -o "$CC" = xlc; then
2551 <                CFLAGS="-O3 -qtune=auto -qansialias -w"
2552 <                echo "*******************************************************"
2553 <                echo "*  You have AIX on an unknown powerpc system.  It is  *"
2554 <                echo "*  recommended that you use                           *"
2555 <                echo "*                                                     *"
2556 <                echo "*    CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
2557 <                echo "*                                 ^^^                 *"
2558 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
2559 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
2560 <                echo "*******************************************************"
2561 <        fi;;
2562 <   *darwin*)
2563 <        if test "$CC" = xlc -o "$CC" = cc; then
2564 <                CFLAGS="-O3 -qtune=auto -w"
2565 <                echo "*******************************************************"
2566 <                echo "*  You have Darwin on an unknown powerpc system.      *"
2567 <                echo "*  It is recommended that you use                     *"
2568 <                echo "*                                                     *"
2569 <                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
2570 <                echo "*                               ^^^                   *"
2571 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
2572 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
2573 <                echo "*******************************************************"
2574 <        fi;;
2575 <  esac
2576 <
2577 <  # use default flags for gcc on all systems
2578 <  if test $ac_cv_c_compiler_gnu = yes; then
2579 <     CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
2580 <  fi
2581 <
2582 <  # test for gcc-specific flags:
2583 <  if test $ac_cv_c_compiler_gnu = yes; then
2584 <    # -malign-double for x86 systems
2585 <
2586 < echo "$as_me:2586: checking whether ${CC-cc} accepts -malign-double" >&5
2587 < echo $ECHO_N "checking whether ${CC-cc} accepts -malign-double... $ECHO_C" >&6
2588 < if test "${ac_align_double+set}" = set; then
3465 > ac_ext=f90
3466 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3467 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3468 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3469 > echo "$as_me:$LINENO: checking how to get verbose linking output from $F90" >&5
3470 > echo $ECHO_N "checking how to get verbose linking output from $F90... $ECHO_C" >&6
3471 > if test "${ac_cv_prog_f90_v+set}" = set; then
3472    echo $ECHO_N "(cached) $ECHO_C" >&6
3473   else
2591  echo 'void f(){}' > conftest.c
2592 if test -z "`${CC-cc} -malign-double -c conftest.c 2>&1`"; then
2593        ac_align_double=yes
2594 else
2595        ac_align_double=no
2596 fi
2597 rm -f conftest*
3474  
3475 < fi
2600 < echo "$as_me:2600: result: $ac_align_double" >&5
2601 < echo "${ECHO_T}$ac_align_double" >&6
2602 < if test "$ac_align_double" = yes; then
2603 <        :
2604 <        CFLAGS="$CFLAGS -malign-double"
2605 < else
2606 <        :
3475 > cat >conftest.$ac_ext <<_ACEOF
3476  
3477 < fi
3477 > program main
3478  
2610    # -fstrict-aliasing for gcc-2.95+
3479  
3480 < echo "$as_me:2612: checking whether ${CC-cc} accepts -fstrict-aliasing" >&5
2613 < echo $ECHO_N "checking whether ${CC-cc} accepts -fstrict-aliasing... $ECHO_C" >&6
2614 < if test "${ac_fstrict_aliasing+set}" = set; then
2615 <  echo $ECHO_N "(cached) $ECHO_C" >&6
2616 < else
2617 <  echo 'void f(){}' > conftest.c
2618 < if test -z "`${CC-cc} -fstrict-aliasing -c conftest.c 2>&1`"; then
2619 <        ac_fstrict_aliasing=yes
2620 < else
2621 <        ac_fstrict_aliasing=no
2622 < fi
2623 < rm -f conftest*
3480 > end program main
3481  
3482 < fi
3483 < echo "$as_me:2626: result: $ac_fstrict_aliasing" >&5
3484 < echo "${ECHO_T}$ac_fstrict_aliasing" >&6
3485 < if test "$ac_fstrict_aliasing" = yes; then
3486 <        :
3487 <        CFLAGS="$CFLAGS -fstrict-aliasing"
3488 < else
3489 <        :
3490 <
3491 < fi
3492 <
3493 <  fi
3494 <
3495 <  CPU_FLAGS=""
3496 <  if test "$GCC" = "yes"; then
3497 <                  case "${host_cpu}" in
3498 <          i586*)
3482 > _ACEOF
3483 > rm -f conftest.$ac_objext
3484 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3485 >  (eval $ac_compile) 2>conftest.er1
3486 >  ac_status=$?
3487 >  grep -v '^ *+' conftest.er1 >conftest.err
3488 >  rm -f conftest.er1
3489 >  cat conftest.err >&5
3490 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3491 >  (exit $ac_status); } &&
3492 >         { ac_try='test -z "$ac_f90_werror_flag"
3493 >                         || test ! -s conftest.err'
3494 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3495 >  (eval $ac_try) 2>&5
3496 >  ac_status=$?
3497 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498 >  (exit $ac_status); }; } &&
3499 >         { ac_try='test -s conftest.$ac_objext'
3500 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3501 >  (eval $ac_try) 2>&5
3502 >  ac_status=$?
3503 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3504 >  (exit $ac_status); }; }; then
3505 >  ac_cv_prog_f90_v=
3506 > # Try some options frequently used verbose output
3507 > for ac_verb in -v -verbose --verbose -V -\#\#\#; do
3508 >  ac_ext=f90
3509 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3510 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3511 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3512  
3513 < echo "$as_me:2643: checking whether ${CC-cc} accepts -mcpu=pentium" >&5
3513 > cat >conftest.$ac_ext <<_ACEOF
3514 >
3515 > program main
3516 >
3517 >
3518 > end program main
3519 >
3520 > _ACEOF
3521 >
3522 > # Compile and link our simple test program by passing a flag (argument
3523 > # 1 to this macro) to the Fortran 90 compiler in order to get
3524 > # "verbose" output that we can then parse for the Fortran 90 linker
3525 > # flags.
3526 > ac_save_F90FLAGS=$F90FLAGS
3527 > F90FLAGS="$F90FLAGS $ac_verb"
3528 >
3529 > (eval echo $as_me:3529: \"$ac_link\") >&5
3530 > ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
3531 > echo "$ac_f90_v_output" >&5
3532 > F90FLAGS=$ac_save_F90FLAGS
3533 >
3534 > rm -f conftest.*
3535 > ac_ext=f90
3536 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3537 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3538 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3539 >
3540 > # If we are using xlf then replace all the commas with spaces.
3541 > if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
3542 >  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
3543 > fi
3544 >
3545 > # If we are using Cray Fortran then delete quotes.
3546 > # Use "\"" instead of '"' for font-lock-mode.
3547 > # FIXME: a more general fix for quoted arguments with spaces?
3548 > if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
3549 >  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
3550 > fi
3551 >  # look for -l* and *.a constructs in the output
3552 >  for ac_arg in $ac_f90_v_output; do
3553 >     case $ac_arg in
3554 >        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
3555 >          ac_cv_prog_f90_v=$ac_verb
3556 >          break 2 ;;
3557 >     esac
3558 >  done
3559 > done
3560 > if test -z "$ac_cv_prog_f90_v"; then
3561 >   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F90" >&5
3562 > echo "$as_me: WARNING: cannot determine how to obtain linking information from $F90" >&2;}
3563 > fi
3564 > else
3565 >  echo "$as_me: failed program was:" >&5
3566 > sed 's/^/| /' conftest.$ac_ext >&5
3567 >
3568 > { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
3569 > echo "$as_me: WARNING: compilation failed" >&2;}
3570 > fi
3571 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3572 >
3573 > fi
3574 > echo "$as_me:$LINENO: result: $ac_cv_prog_f90_v" >&5
3575 > echo "${ECHO_T}$ac_cv_prog_f90_v" >&6
3576 > echo "$as_me:$LINENO: checking for Fortran 90 libraries" >&5
3577 > echo $ECHO_N "checking for Fortran 90 libraries... $ECHO_C" >&6
3578 > if test "${ac_cv_flibs+set}" = set; then
3579 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3580 > else
3581 >  if test "x$F90LIBS" != "x"; then
3582 >  ac_cv_f90libs="$F90LIBS" # Let the user override the test.
3583 > else
3584 >
3585 > ac_ext=f90
3586 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3587 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3588 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3589 >
3590 > cat >conftest.$ac_ext <<_ACEOF
3591 >
3592 > program main
3593 >
3594 >
3595 > end program main
3596 >
3597 > _ACEOF
3598 >
3599 > # Compile and link our simple test program by passing a flag (argument
3600 > # 1 to this macro) to the Fortran 90 compiler in order to get
3601 > # "verbose" output that we can then parse for the Fortran 90 linker
3602 > # flags.
3603 > ac_save_F90FLAGS=$F90FLAGS
3604 > F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
3605 >
3606 > (eval echo $as_me:3606: \"$ac_link\") >&5
3607 > ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
3608 > echo "$ac_f90_v_output" >&5
3609 > F90FLAGS=$ac_save_F90FLAGS
3610 >
3611 > rm -f conftest.*
3612 > ac_ext=f90
3613 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3614 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3615 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3616 >
3617 > # If we are using xlf then replace all the commas with spaces.
3618 > if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
3619 >  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
3620 > fi
3621 >
3622 > # If we are using Cray Fortran then delete quotes.
3623 > # Use "\"" instead of '"' for font-lock-mode.
3624 > # FIXME: a more general fix for quoted arguments with spaces?
3625 > if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
3626 >  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
3627 > fi
3628 >
3629 > ac_cv_f90libs=
3630 >
3631 > # Save positional arguments (if any)
3632 > ac_save_positional="$@"
3633 >
3634 > set X $ac_f90_v_output
3635 > while test $# != 1; do
3636 >  shift
3637 >  ac_arg=$1
3638 >  case $ac_arg in
3639 >        [\\/]*.a | ?:[\\/]*.a)
3640 >            ac_exists=false
3641 >  for ac_i in $ac_cv_f90libs; do
3642 >    if test x"$ac_arg" = x"$ac_i"; then
3643 >      ac_exists=true
3644 >      break
3645 >    fi
3646 >  done
3647 >
3648 >  if test x"$ac_exists" = xtrue; then
3649 >  :
3650 > else
3651 >  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3652 > fi
3653 >
3654 >          ;;
3655 >        -bI:*)
3656 >            ac_exists=false
3657 >  for ac_i in $ac_cv_f90libs; do
3658 >    if test x"$ac_arg" = x"$ac_i"; then
3659 >      ac_exists=true
3660 >      break
3661 >    fi
3662 >  done
3663 >
3664 >  if test x"$ac_exists" = xtrue; then
3665 >  :
3666 > else
3667 >  if test "$ac_compiler_gnu" = yes; then
3668 >  for ac_link_opt in $ac_arg; do
3669 >    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
3670 >  done
3671 > else
3672 >  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3673 > fi
3674 > fi
3675 >
3676 >          ;;
3677 >          # Ignore these flags.
3678 >        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
3679 >          ;;
3680 >        -lkernel32)
3681 >          test x"$CYGWIN" != xyes && ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3682 >          ;;
3683 >        -[LRuY])
3684 >          # These flags, when seen by themselves, take an argument.
3685 >          # We remove the space between option and argument and re-iterate
3686 >          # unless we find an empty arg or a new option (starting with -)
3687 >          case $2 in
3688 >             "" | -*);;
3689 >             *)
3690 >                ac_arg="$ac_arg$2"
3691 >
3692 >                shift; shift
3693 >                set X $ac_arg "$@"
3694 >                ;;
3695 >          esac
3696 >          ;;
3697 >        -YP,*)
3698 >          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
3699 >              ac_exists=false
3700 >  for ac_i in $ac_cv_f90libs; do
3701 >    if test x"$ac_j" = x"$ac_i"; then
3702 >      ac_exists=true
3703 >      break
3704 >    fi
3705 >  done
3706 >
3707 >  if test x"$ac_exists" = xtrue; then
3708 >  :
3709 > else
3710 >  ac_arg="$ac_arg $ac_j"
3711 >                             ac_cv_f90libs="$ac_cv_f90libs $ac_j"
3712 > fi
3713 >
3714 >          done
3715 >          ;;
3716 >        -[lLR]*)
3717 >            ac_exists=false
3718 >  for ac_i in $ac_cv_f90libs; do
3719 >    if test x"$ac_arg" = x"$ac_i"; then
3720 >      ac_exists=true
3721 >      break
3722 >    fi
3723 >  done
3724 >
3725 >  if test x"$ac_exists" = xtrue; then
3726 >  :
3727 > else
3728 >  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
3729 > fi
3730 >
3731 >          ;;
3732 >          # Ignore everything else.
3733 >  esac
3734 > done
3735 > # restore positional arguments
3736 > set X $ac_save_positional; shift
3737 >
3738 > # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
3739 > # then we insist that the "run path" must be an absolute path (i.e. it
3740 > # must begin with a "/").
3741 > case `(uname -sr) 2>/dev/null` in
3742 >   "SunOS 5"*)
3743 >      ac_ld_run_path=`echo $ac_f90_v_output |
3744 >                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
3745 >      test "x$ac_ld_run_path" != x &&
3746 >
3747 >        if test "$ac_compiler_gnu" = yes; then
3748 >  for ac_link_opt in $ac_ld_run_path; do
3749 >    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
3750 >  done
3751 > else
3752 >  ac_cv_f90libs="$ac_cv_f90libs $ac_ld_run_path"
3753 > fi
3754 >      ;;
3755 > esac
3756 > fi # test "x$F90LIBS" = "x"
3757 >
3758 > fi
3759 > echo "$as_me:$LINENO: result: $ac_cv_flibs" >&5
3760 > echo "${ECHO_T}$ac_cv_flibs" >&6
3761 > F90LIBS="$ac_cv_f90libs"
3762 >
3763 > ac_ext=f90
3764 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3765 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3766 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3767 >
3768 >
3769 > echo "$as_me:$LINENO: checking for Fortran 90 name-mangling scheme" >&5
3770 > echo $ECHO_N "checking for Fortran 90 name-mangling scheme... $ECHO_C" >&6
3771 > if test "${ac_cv_f90_mangling+set}" = set; then
3772 >  echo $ECHO_N "(cached) $ECHO_C" >&6
3773 > else
3774 >  ac_ext=f90
3775 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3776 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3777 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3778 > cat >conftest.$ac_ext <<_ACEOF
3779 > subroutine foobar()
3780 > return
3781 > end
3782 > subroutine foo_bar()
3783 > return
3784 > end
3785 > _ACEOF
3786 > rm -f conftest.$ac_objext
3787 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3788 >  (eval $ac_compile) 2>conftest.er1
3789 >  ac_status=$?
3790 >  grep -v '^ *+' conftest.er1 >conftest.err
3791 >  rm -f conftest.er1
3792 >  cat conftest.err >&5
3793 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3794 >  (exit $ac_status); } &&
3795 >         { ac_try='test -z "$ac_f90_werror_flag"
3796 >                         || test ! -s conftest.err'
3797 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3798 >  (eval $ac_try) 2>&5
3799 >  ac_status=$?
3800 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3801 >  (exit $ac_status); }; } &&
3802 >         { ac_try='test -s conftest.$ac_objext'
3803 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3804 >  (eval $ac_try) 2>&5
3805 >  ac_status=$?
3806 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3807 >  (exit $ac_status); }; }; then
3808 >  mv conftest.$ac_objext cf90_test.$ac_objext
3809 >
3810 >  ac_ext=c
3811 > ac_cpp='$CPP $CPPFLAGS'
3812 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3813 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3814 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
3815 >
3816 >  ac_save_LIBS=$LIBS
3817 >  LIBS="cf90_test.$ac_objext $F90LIBS $LIBS"
3818 >
3819 >  ac_success=no
3820 >  for ac_foobar in foobar FOOBAR; do
3821 >    for ac_underscore in "" "_"; do
3822 >      ac_func="$ac_foobar$ac_underscore"
3823 >      cat >conftest.$ac_ext <<_ACEOF
3824 > /* confdefs.h.  */
3825 > _ACEOF
3826 > cat confdefs.h >>conftest.$ac_ext
3827 > cat >>conftest.$ac_ext <<_ACEOF
3828 > /* end confdefs.h.  */
3829 >
3830 > /* Override any gcc2 internal prototype to avoid an error.  */
3831 > #ifdef __cplusplus
3832 > extern "C"
3833 > #endif
3834 > /* We use char because int might match the return type of a gcc2
3835 >   builtin and then its argument prototype would still apply.  */
3836 > char $ac_func ();
3837 > int
3838 > main ()
3839 > {
3840 > $ac_func ();
3841 >  ;
3842 >  return 0;
3843 > }
3844 > _ACEOF
3845 > rm -f conftest.$ac_objext conftest$ac_exeext
3846 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3847 >  (eval $ac_link) 2>conftest.er1
3848 >  ac_status=$?
3849 >  grep -v '^ *+' conftest.er1 >conftest.err
3850 >  rm -f conftest.er1
3851 >  cat conftest.err >&5
3852 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3853 >  (exit $ac_status); } &&
3854 >         { ac_try='test -z "$ac_c_werror_flag"
3855 >                         || test ! -s conftest.err'
3856 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3857 >  (eval $ac_try) 2>&5
3858 >  ac_status=$?
3859 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3860 >  (exit $ac_status); }; } &&
3861 >         { ac_try='test -s conftest$ac_exeext'
3862 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3863 >  (eval $ac_try) 2>&5
3864 >  ac_status=$?
3865 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 >  (exit $ac_status); }; }; then
3867 >  ac_success=yes; break 2
3868 > else
3869 >  echo "$as_me: failed program was:" >&5
3870 > sed 's/^/| /' conftest.$ac_ext >&5
3871 >
3872 > fi
3873 > rm -f conftest.err conftest.$ac_objext \
3874 >      conftest$ac_exeext conftest.$ac_ext
3875 >    done
3876 >  done
3877 >
3878 >  if test "$ac_success" = "yes"; then
3879 >     case $ac_foobar in
3880 >        foobar)
3881 >           ac_case=lower
3882 >           ac_foo_bar=foo_bar
3883 >           ;;
3884 >        FOOBAR)
3885 >           ac_case=upper
3886 >           ac_foo_bar=FOO_BAR
3887 >           ;;
3888 >     esac
3889 >
3890 >     ac_success_extra=no
3891 >     for ac_extra in "" "_"; do
3892 >        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
3893 >
3894 >        cat >conftest.$ac_ext <<_ACEOF
3895 > /* confdefs.h.  */
3896 > _ACEOF
3897 > cat confdefs.h >>conftest.$ac_ext
3898 > cat >>conftest.$ac_ext <<_ACEOF
3899 > /* end confdefs.h.  */
3900 >
3901 > /* Override any gcc2 internal prototype to avoid an error.  */
3902 > #ifdef __cplusplus
3903 > extern "C"
3904 > #endif
3905 > /* We use char because int might match the return type of a gcc2
3906 >   builtin and then its argument prototype would still apply.  */
3907 > char $ac_func ();
3908 > int
3909 > main ()
3910 > {
3911 > $ac_func ();
3912 >  ;
3913 >  return 0;
3914 > }
3915 > _ACEOF
3916 > rm -f conftest.$ac_objext conftest$ac_exeext
3917 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3918 >  (eval $ac_link) 2>conftest.er1
3919 >  ac_status=$?
3920 >  grep -v '^ *+' conftest.er1 >conftest.err
3921 >  rm -f conftest.er1
3922 >  cat conftest.err >&5
3923 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3924 >  (exit $ac_status); } &&
3925 >         { ac_try='test -z "$ac_c_werror_flag"
3926 >                         || test ! -s conftest.err'
3927 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3928 >  (eval $ac_try) 2>&5
3929 >  ac_status=$?
3930 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 >  (exit $ac_status); }; } &&
3932 >         { ac_try='test -s conftest$ac_exeext'
3933 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3934 >  (eval $ac_try) 2>&5
3935 >  ac_status=$?
3936 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937 >  (exit $ac_status); }; }; then
3938 >  ac_success_extra=yes; break
3939 > else
3940 >  echo "$as_me: failed program was:" >&5
3941 > sed 's/^/| /' conftest.$ac_ext >&5
3942 >
3943 > fi
3944 > rm -f conftest.err conftest.$ac_objext \
3945 >      conftest$ac_exeext conftest.$ac_ext
3946 >     done
3947 >
3948 >     if test "$ac_success_extra" = "yes"; then
3949 >        ac_cv_f90_mangling="$ac_case case"
3950 >        if test -z "$ac_underscore"; then
3951 >           ac_cv_f90_mangling="$ac_cv_f90_mangling, no underscore"
3952 >        else
3953 >           ac_cv_f90_mangling="$ac_cv_f90_mangling, underscore"
3954 >
3955 >        fi
3956 >        if test -z "$ac_extra"; then
3957 >           ac_cv_f90_mangling="$ac_cv_f90_mangling, no extra underscore"
3958 >        else
3959 >           ac_cv_f90_mangling="$ac_cv_f90_mangling, extra underscore"
3960 >        fi
3961 >      else
3962 >        ac_cv_f90_mangling="unknown"
3963 >      fi
3964 >  else
3965 >     ac_cv_f90_mangling="unknown"
3966 >
3967 >  fi
3968 >
3969 >  LIBS=$ac_save_LIBS
3970 >  ac_ext=f90
3971 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3972 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3973 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3974 >  rm -f cf90_test* conftest*
3975 > else
3976 >  echo "$as_me: failed program was:" >&5
3977 > sed 's/^/| /' conftest.$ac_ext >&5
3978 >
3979 > fi
3980 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3981 > ac_ext=f90
3982 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3983 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3984 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3985 >
3986 > fi
3987 > echo "$as_me:$LINENO: result: $ac_cv_f90_mangling" >&5
3988 > echo "${ECHO_T}$ac_cv_f90_mangling" >&6
3989 >
3990 >
3991 >
3992 > case $ac_cv_f90_mangling in
3993 >  "lower case, no underscore, no extra underscore")
3994 >          cat >>confdefs.h <<\_ACEOF
3995 > #define F90_FUNC(name,NAME) name
3996 > _ACEOF
3997 >
3998 >          cat >>confdefs.h <<\_ACEOF
3999 > #define F90_FUNC_(name,NAME) name
4000 > _ACEOF
4001 > ;;
4002 >  "lower case, no underscore, extra underscore")
4003 >          cat >>confdefs.h <<\_ACEOF
4004 > #define F90_FUNC(name,NAME) name
4005 > _ACEOF
4006 >
4007 >          cat >>confdefs.h <<\_ACEOF
4008 > #define F90_FUNC_(name,NAME) name ## _
4009 > _ACEOF
4010 > ;;
4011 >  "lower case, underscore, no extra underscore")
4012 >          cat >>confdefs.h <<\_ACEOF
4013 > #define F90_FUNC(name,NAME) name ## _
4014 > _ACEOF
4015 >
4016 >          cat >>confdefs.h <<\_ACEOF
4017 > #define F90_FUNC_(name,NAME) name ## _
4018 > _ACEOF
4019 > ;;
4020 >  "lower case, underscore, extra underscore")
4021 >          cat >>confdefs.h <<\_ACEOF
4022 > #define F90_FUNC(name,NAME) name ## _
4023 > _ACEOF
4024 >
4025 >          cat >>confdefs.h <<\_ACEOF
4026 > #define F90_FUNC_(name,NAME) name ## __
4027 > _ACEOF
4028 > ;;
4029 >  "upper case, no underscore, no extra underscore")
4030 >          cat >>confdefs.h <<\_ACEOF
4031 > #define F90_FUNC(name,NAME) NAME
4032 > _ACEOF
4033 >
4034 >          cat >>confdefs.h <<\_ACEOF
4035 > #define F90_FUNC_(name,NAME) NAME
4036 > _ACEOF
4037 > ;;
4038 >  "upper case, no underscore, extra underscore")
4039 >          cat >>confdefs.h <<\_ACEOF
4040 > #define F90_FUNC(name,NAME) NAME
4041 > _ACEOF
4042 >
4043 >          cat >>confdefs.h <<\_ACEOF
4044 > #define F90_FUNC_(name,NAME) NAME ## _
4045 > _ACEOF
4046 > ;;
4047 >  "upper case, underscore, no extra underscore")
4048 >          cat >>confdefs.h <<\_ACEOF
4049 > #define F90_FUNC(name,NAME) NAME ## _
4050 > _ACEOF
4051 >
4052 >          cat >>confdefs.h <<\_ACEOF
4053 > #define F90_FUNC_(name,NAME) NAME ## _
4054 > _ACEOF
4055 > ;;
4056 >  "upper case, underscore, extra underscore")
4057 >          cat >>confdefs.h <<\_ACEOF
4058 > #define F90_FUNC(name,NAME) NAME ## _
4059 > _ACEOF
4060 >
4061 >          cat >>confdefs.h <<\_ACEOF
4062 > #define F90_FUNC_(name,NAME) NAME ## __
4063 > _ACEOF
4064 > ;;
4065 >  *)
4066 >          { echo "$as_me:$LINENO: WARNING: unknown Fortran 90 name-mangling scheme" >&5
4067 > echo "$as_me: WARNING: unknown Fortran 90 name-mangling scheme" >&2;}
4068 >          ;;
4069 > esac
4070 >
4071 >
4072 >
4073 >
4074 >
4075 > echo "$as_me:$LINENO: checking for module suffix" >&5
4076 > echo $ECHO_N "checking for module suffix... $ECHO_C" >&6
4077 > rm -f conftest*
4078 > # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
4079 > rm -f work*
4080 > cat >conftest.f90 <<EOF
4081 >        module conftest
4082 >        integer n
4083 >        parameter (n=1)
4084 >        end module conftest
4085 > EOF
4086 > # SGI and absoft compilers generates module name in upper case!
4087 > testname="conftest"
4088 > modcase="lower"
4089 > if $F90 -c conftest.f90 > conftest.out 2>&1 ; then
4090 >    MOD=`ls conftest* | grep -v conftest.f | grep -v conftest.o`
4091 >    MOD=`echo "$MOD" | sed -e 's/conftest\.//g'`
4092 >    if test -z "$MOD" ; then
4093 >        MOD=`ls CONFTEST* 2>/dev/null \
4094 >                | grep -v CONFTEST.f | grep -v CONFTEST.o`
4095 >        MOD=`echo "$MOD" | sed -e 's/CONFTEST\.//g'`
4096 >        if test -n "$MOD" ; then
4097 >            testname="CONFTEST"
4098 >            modcase="upper"
4099 >        fi
4100 >    fi
4101 >    if test -z "$MOD" ; then
4102 >        echo "$as_me:$LINENO: result: unknown" >&5
4103 > echo "${ECHO_T}unknown" >&6
4104 >        # Use mod if we can't figure it out
4105 >        MOD="mod"
4106 >    else
4107 >        echo "$as_me:$LINENO: result: $MOD" >&5
4108 > echo "${ECHO_T}$MOD" >&6
4109 >    fi
4110 >    if test -s work.pcl ; then
4111 >        { echo "$as_me:$LINENO: WARNING: Compiler generates auxillery files!" >&5
4112 > echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
4113 >    fi
4114 > else
4115 >    echo "$as_me:$LINENO: result: unknown" >&5
4116 > echo "${ECHO_T}unknown" >&6
4117 > fi
4118 >
4119 >
4120 >
4121 >
4122 >
4123 > # Check for module include path (some use -I, some (Solaris) use -M, some
4124 > # (absoft) use -p).
4125 > # Intel compilers use a wierd system: -cl,filename.pcl .  If no file is
4126 > # specified, work.pcl and work.pc are created.  However, if you specify
4127 > # a file, it must contain a the name of a file ending in .pc .  Ugh!
4128 > # Use the module made above
4129 > echo "$as_me:$LINENO: checking for module directory path flag" >&5
4130 > echo $ECHO_N "checking for module directory path flag... $ECHO_C" >&6
4131 > rm -f conftest*
4132 > # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
4133 > rm -f work*
4134 > cat >conftest.f90 <<EOF
4135 >        module conftest
4136 >        integer n
4137 >        parameter (n=1)
4138 >        end module conftest
4139 > EOF
4140 > # SGI and absoft compilers generates module name in upper case!
4141 > testname="conftest"
4142 > if $F90 -c conftest.f90 > conftest.out 2>&1 ; then
4143 >   mod=`ls CONFTEST* 2>/dev/null | grep -v CONFTEST.f | grep -v CONFTEST.o`
4144 >   mod=`echo "$mod" | sed -e 's/CONFTEST\.//g'`
4145 >   if test -n "$mod" ; then
4146 >      testname="CONFTEST"
4147 >   fi
4148 >   madedir=0
4149 >   if test ! -d conf ; then mkdir conf ; madedir=1; fi
4150 >   cp $testname.$MOD conf
4151 >   rm -f conftest* CONFTEST*
4152 >   cat >conftest1.f90 <<EOF
4153 >        program main
4154 >        use conftest
4155 >        print *, n
4156 >        end
4157 > EOF
4158 >   F90_WORK_FILES_ARG=""
4159 >   F90MODINCSPEC=""
4160 >   if $F90 -c -Iconf conftest1.f90 > conftest.out 2>&1 ; then
4161 >       MODDIRFLAG="-I"
4162 >       F90MODINCSPEC="-I<dir>"
4163 >       echo "$as_me:$LINENO: result: -I" >&5
4164 > echo "${ECHO_T}-I" >&6
4165 >   elif $F90 -c -Mconf conftest1.f90 >> conftest.out 2>&1 ; then
4166 >       MODDIRFLAG="-M"
4167 >       F90MODINCSPEC="-M<dir>"
4168 >       echo "$as_me:$LINENO: result: -M" >&5
4169 > echo "${ECHO_T}-M" >&6
4170 >   elif $F90 -c -pconf conftest1.f90 >> conftest.out 2>&1 ; then
4171 >       MODDIRFLAG="-p"
4172 >       F90MODINCSPEC="-p<dir>"
4173 >       echo "$as_me:$LINENO: result: -p" >&5
4174 > echo "${ECHO_T}-p" >&6
4175 >   elif test -s work.pc ; then
4176 >        cp work.pc conf/mpimod.pc
4177 >        echo "mpimod.pc" > conf/mpimod.pcl
4178 >        echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl
4179 >        if $F90 -c -cl,conf/mpimod.pcl conftest1.f >>conftest.out 2>&1 ; then
4180 >            MODDIRFLAG='-cl,mpimod.pcl'
4181 >            echo "$as_me:$LINENO: result: -cl,filename where filename contains a list of files and directories" >&5
4182 > echo "${ECHO_T}-cl,filename where filename contains a list of files and directories" >&6
4183 >            F90_WORK_FILES_ARG="-cl,mpimod.pcl"
4184 >            F90MODINCSPEC="-cl,<dir>/<file>mod.pcl"
4185 >
4186 >        else
4187 >            # The version of the Intel compiler that I have refuses to let
4188 >            # you put the "work catalog" list anywhere but the current
4189 >            # directory. For example, you cannot in
4190 >         :
4191 >        fi
4192 >   fi
4193 >   if test -z "MODDIRFLAG" ; then
4194 >       echo "$as_me:$LINENO: result: unknown" >&5
4195 > echo "${ECHO_T}unknown" >&6
4196 >   fi
4197 >
4198 >
4199 >   rm -f conftest* conf/conftest* conf/CONFTEST* CONFTEST* conf/mpimod*
4200 >   if test $madedir = 1 ; then rmdir conf ; fi
4201 > fi
4202 >
4203 >
4204 >
4205 >
4206 > case $debug in
4207 >  1)
4208 >     ;;
4209 >  *)
4210 >
4211 >
4212 >
4213 >
4214 >
4215 >
4216 > echo "$as_me:$LINENO: checking whether we are *really* using gcc" >&5
4217 > echo $ECHO_N "checking whether we are *really* using gcc... $ECHO_C" >&6
4218 > if test "${ac_cv_prog_really_gcc+set}" = set; then
4219 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4220 > else
4221 >
4222 > cat > conftest.c <<EOF
4223 > #ifdef __GNUC__
4224 >  #ifndef __INTEL_COMPILER
4225 >     yes;
4226 >  #endif
4227 > #endif
4228 > EOF
4229 > if { ac_try='${CC-cc} -E conftest.c'
4230 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4231 >  (eval $ac_try) 2>&5
4232 >  ac_status=$?
4233 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4234 >  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4235 >  ac_cv_prog_really_gcc=yes
4236 > else
4237 >  ac_cv_prog_really_gcc=no
4238 > fi
4239 >
4240 > fi
4241 > echo "$as_me:$LINENO: result: $ac_cv_prog_really_gcc" >&5
4242 > echo "${ECHO_T}$ac_cv_prog_really_gcc" >&6
4243 > if test "$ac_cv_prog_really_gcc" = yes; then
4244 >        :
4245 >
4246 > else
4247 >        :
4248 >
4249 > fi
4250 >
4251 >
4252 > # Try to determine "good" native compiler flags if none specified on command
4253 > # line
4254 > if test "$ac_test_CFLAGS" != "set"; then
4255 >  CFLAGS=""
4256 >  case "${host_cpu}-${host_os}" in
4257 >
4258 >  *linux*) if test "$CC" = icc; then
4259 >                    CFLAGS="-O"
4260 >                fi;;
4261 >  sparc-solaris2*) if test "$CC" = cc; then
4262 >                    CFLAGS="-native -fast -xO5 -dalign"
4263 >                 fi;;
4264 >
4265 >  alpha*-osf*)  if test "$CC" = cc; then
4266 >                    CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host -arch host -std1"
4267 >                fi;;
4268 >
4269 >  hppa*-hpux*)  if test "$CC" = cc; then
4270 >                    CFLAGS="-Ae +O3 +Oall"
4271 >                fi;;
4272 >
4273 >   rs6000*-aix*)  if test "$CC" = cc -o "$CC" = xlc; then
4274 >                    CFLAGS="-O3 -qtune=auto -qansialias -w"
4275 >                fi;;
4276 >   powerpc*-aix*)
4277 >        if test "$CC" = cc -o "$CC" = xlc; then
4278 >                CFLAGS="-O3 -qtune=auto -qansialias -w"
4279 >                echo "*******************************************************"
4280 >                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4281 >                echo "*  recommended that you use                           *"
4282 >                echo "*                                                     *"
4283 >                echo "*    CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4284 >                echo "*                                 ^^^                 *"
4285 >                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4286 >                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4287 >                echo "*******************************************************"
4288 >        fi;;
4289 >   *darwin*)
4290 >        if test "$CC" = xlc -o "$CC" = cc; then
4291 >                CFLAGS="-O3 -qtune=auto -w"
4292 >                echo "*******************************************************"
4293 >                echo "*  You have Darwin on an unknown powerpc system.      *"
4294 >                echo "*  It is recommended that you use                     *"
4295 >                echo "*                                                     *"
4296 >                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
4297 >                echo "*                               ^^^                   *"
4298 >                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4299 >                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4300 >                echo "*******************************************************"
4301 >        fi;;
4302 >  esac
4303 >
4304 >  # use default flags for gcc on all systems
4305 >  if test $ac_cv_prog_really_gcc = yes; then
4306 >     CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
4307 >  fi
4308 >
4309 >  # test for gcc-specific flags:
4310 >  if test $ac_cv_prog_really_gcc = yes; then
4311 >    # -malign-double for x86 systems
4312 >
4313 >
4314 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -malign-double" >&5
4315 > echo $ECHO_N "checking whether ${CC-cc} accepts -malign-double... $ECHO_C" >&6
4316 > if test "${ac_align_double+set}" = set; then
4317 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4318 > else
4319 >  echo 'void f(){}' > conftest.c
4320 > if test -z "`${CC-cc} -malign-double -c conftest.c 2>&1`"; then
4321 >        ac_align_double=yes
4322 > else
4323 >        ac_align_double=no
4324 > fi
4325 > rm -f conftest*
4326 >
4327 > fi
4328 > echo "$as_me:$LINENO: result: $ac_align_double" >&5
4329 > echo "${ECHO_T}$ac_align_double" >&6
4330 > if test "$ac_align_double" = yes; then
4331 >        :
4332 >        CFLAGS="$CFLAGS -malign-double"
4333 > else
4334 >        :
4335 >
4336 > fi
4337 >
4338 >    # -fstrict-aliasing for gcc-2.95+
4339 >
4340 >
4341 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -fstrict-aliasing" >&5
4342 > echo $ECHO_N "checking whether ${CC-cc} accepts -fstrict-aliasing... $ECHO_C" >&6
4343 > if test "${ac_fstrict_aliasing+set}" = set; then
4344 >  echo $ECHO_N "(cached) $ECHO_C" >&6
4345 > else
4346 >  echo 'void f(){}' > conftest.c
4347 > if test -z "`${CC-cc} -fstrict-aliasing -c conftest.c 2>&1`"; then
4348 >        ac_fstrict_aliasing=yes
4349 > else
4350 >        ac_fstrict_aliasing=no
4351 > fi
4352 > rm -f conftest*
4353 >
4354 > fi
4355 > echo "$as_me:$LINENO: result: $ac_fstrict_aliasing" >&5
4356 > echo "${ECHO_T}$ac_fstrict_aliasing" >&6
4357 > if test "$ac_fstrict_aliasing" = yes; then
4358 >        :
4359 >        CFLAGS="$CFLAGS -fstrict-aliasing"
4360 > else
4361 >        :
4362 >
4363 > fi
4364 >
4365 >  fi
4366 >
4367 >  CPU_FLAGS=""
4368 >  if test $ac_cv_prog_really_gcc = yes; then
4369 >                  case "${host_cpu}" in
4370 >          i586*)
4371 >
4372 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=pentium" >&5
4373   echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentium... $ECHO_C" >&6
4374   if test "${ac_cpu_pentium+set}" = set; then
4375    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2654 | Line 4383 | echo "$as_me:2657: result: $ac_cpu_pentium" >&5
4383   rm -f conftest*
4384  
4385   fi
4386 < echo "$as_me:2657: result: $ac_cpu_pentium" >&5
4386 > echo "$as_me:$LINENO: result: $ac_cpu_pentium" >&5
4387   echo "${ECHO_T}$ac_cpu_pentium" >&6
4388   if test "$ac_cpu_pentium" = yes; then
4389          :
# Line 2662 | Line 4391 | echo "$as_me:2665: checking whether ${CC-cc} accepts -
4391   else
4392          :
4393  
4394 < echo "$as_me:2665: checking whether ${CC-cc} accepts -mpentium" >&5
4394 >
4395 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpentium" >&5
4396   echo $ECHO_N "checking whether ${CC-cc} accepts -mpentium... $ECHO_C" >&6
4397   if test "${ac_pentium+set}" = set; then
4398    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2676 | Line 4406 | echo "$as_me:2679: result: $ac_pentium" >&5
4406   rm -f conftest*
4407  
4408   fi
4409 < echo "$as_me:2679: result: $ac_pentium" >&5
4409 > echo "$as_me:$LINENO: result: $ac_pentium" >&5
4410   echo "${ECHO_T}$ac_pentium" >&6
4411   if test "$ac_pentium" = yes; then
4412          :
# Line 2691 | Line 4421 | echo "$as_me:2694: checking whether ${CC-cc} accepts -
4421                    ;;
4422            i686*)
4423  
4424 < echo "$as_me:2694: checking whether ${CC-cc} accepts -mcpu=pentiumpro" >&5
4424 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=pentiumpro" >&5
4425   echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentiumpro... $ECHO_C" >&6
4426   if test "${ac_cpu_pentiumpro+set}" = set; then
4427    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2705 | Line 4435 | echo "$as_me:2708: result: $ac_cpu_pentiumpro" >&5
4435   rm -f conftest*
4436  
4437   fi
4438 < echo "$as_me:2708: result: $ac_cpu_pentiumpro" >&5
4438 > echo "$as_me:$LINENO: result: $ac_cpu_pentiumpro" >&5
4439   echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
4440   if test "$ac_cpu_pentiumpro" = yes; then
4441          :
# Line 2713 | Line 4443 | echo "$as_me:2716: checking whether ${CC-cc} accepts -
4443   else
4444          :
4445  
4446 < echo "$as_me:2716: checking whether ${CC-cc} accepts -mpentiumpro" >&5
4446 >
4447 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpentiumpro" >&5
4448   echo $ECHO_N "checking whether ${CC-cc} accepts -mpentiumpro... $ECHO_C" >&6
4449   if test "${ac_pentiumpro+set}" = set; then
4450    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2727 | Line 4458 | echo "$as_me:2730: result: $ac_pentiumpro" >&5
4458   rm -f conftest*
4459  
4460   fi
4461 < echo "$as_me:2730: result: $ac_pentiumpro" >&5
4461 > echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
4462   echo "${ECHO_T}$ac_pentiumpro" >&6
4463   if test "$ac_pentiumpro" = yes; then
4464          :
# Line 2745 | Line 4476 | echo "$as_me:2748: checking whether ${CC-cc} accepts -
4476                  is60x=`echo $cputype | egrep "^600-9e?$"`
4477                  if test -n "$is60x"; then
4478  
4479 < echo "$as_me:2748: checking whether ${CC-cc} accepts -mcpu=$cputype" >&5
4479 >
4480 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=$cputype" >&5
4481   echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=$cputype... $ECHO_C" >&6
4482   if test "${ac_m_cpu_60x+set}" = set; then
4483    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2759 | Line 4491 | echo "$as_me:2762: result: $ac_m_cpu_60x" >&5
4491   rm -f conftest*
4492  
4493   fi
4494 < echo "$as_me:2762: result: $ac_m_cpu_60x" >&5
4494 > echo "$as_me:$LINENO: result: $ac_m_cpu_60x" >&5
4495   echo "${ECHO_T}$ac_m_cpu_60x" >&6
4496   if test "$ac_m_cpu_60x" = yes; then
4497          :
# Line 2771 | Line 4503 | echo "$as_me:2774: checking whether we are using gcc 2
4503  
4504                  elif test "$cputype" = 750; then
4505  
4506 < echo "$as_me:2774: checking whether we are using gcc 2.95 or later" >&5
4506 >
4507 > echo "$as_me:$LINENO: checking whether we are using gcc 2.95 or later" >&5
4508   echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
4509   if test "${ac_cv_prog_gcc_2_95+set}" = set; then
4510    echo $ECHO_N "(cached) $ECHO_C" >&6
4511   else
4512  
4513   cat > conftest.c <<EOF
4514 < #ifdef __GNUC__
4514 > #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
4515   #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
4516       yes;
4517   #  endif
4518   #endif
4519   EOF
4520   if { ac_try='${CC-cc} -E conftest.c'
4521 <  { (eval echo "$as_me:2788: \"$ac_try\"") >&5
4521 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4522    (eval $ac_try) 2>&5
4523    ac_status=$?
4524 <  echo "$as_me:2791: \$? = $ac_status" >&5
4524 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4525    (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4526    ac_cv_prog_gcc_2_95=yes
4527   else
# Line 2796 | Line 4529 | echo "$as_me:2799: result: $ac_cv_prog_gcc_2_95" >&5
4529   fi
4530  
4531   fi
4532 < echo "$as_me:2799: result: $ac_cv_prog_gcc_2_95" >&5
4532 > echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_2_95" >&5
4533   echo "${ECHO_T}$ac_cv_prog_gcc_2_95" >&6
4534   if test "$ac_cv_prog_gcc_2_95" = yes; then
4535          :
4536  
4537 < echo "$as_me:2804: checking whether ${CC-cc} accepts -mcpu=750" >&5
4537 >
4538 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=750" >&5
4539   echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=750... $ECHO_C" >&6
4540   if test "${ac_m_cpu_750+set}" = set; then
4541    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2815 | Line 4549 | echo "$as_me:2818: result: $ac_m_cpu_750" >&5
4549   rm -f conftest*
4550  
4551   fi
4552 < echo "$as_me:2818: result: $ac_m_cpu_750" >&5
4552 > echo "$as_me:$LINENO: result: $ac_m_cpu_750" >&5
4553   echo "${ECHO_T}$ac_m_cpu_750" >&6
4554   if test "$ac_m_cpu_750" = yes; then
4555          :
# Line 2833 | Line 4567 | echo "$as_me:2836: checking whether ${CC-cc} accepts -
4567                  fi
4568                  if test -z "$CPU_FLAGS"; then
4569  
4570 < echo "$as_me:2836: checking whether ${CC-cc} accepts -mcpu=powerpc" >&5
4570 >
4571 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=powerpc" >&5
4572   echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=powerpc... $ECHO_C" >&6
4573   if test "${ac_m_cpu_powerpc+set}" = set; then
4574    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2847 | Line 4582 | echo "$as_me:2850: result: $ac_m_cpu_powerpc" >&5
4582   rm -f conftest*
4583  
4584   fi
4585 < echo "$as_me:2850: result: $ac_m_cpu_powerpc" >&5
4585 > echo "$as_me:$LINENO: result: $ac_m_cpu_powerpc" >&5
4586   echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
4587   if test "$ac_m_cpu_powerpc" = yes; then
4588          :
# Line 2860 | Line 4595 | echo "$as_me:2863: checking whether ${CC-cc} accepts -
4595                  fi
4596                  if test -z "$CPU_FLAGS"; then
4597  
4598 < echo "$as_me:2863: checking whether ${CC-cc} accepts -mpowerpc" >&5
4598 >
4599 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpowerpc" >&5
4600   echo $ECHO_N "checking whether ${CC-cc} accepts -mpowerpc... $ECHO_C" >&6
4601   if test "${ac_m_powerpc+set}" = set; then
4602    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2874 | Line 4610 | echo "$as_me:2877: result: $ac_m_powerpc" >&5
4610   rm -f conftest*
4611  
4612   fi
4613 < echo "$as_me:2877: result: $ac_m_powerpc" >&5
4613 > echo "$as_me:$LINENO: result: $ac_m_powerpc" >&5
4614   echo "${ECHO_T}$ac_m_powerpc" >&6
4615   if test "$ac_m_powerpc" = yes; then
4616          :
# Line 2903 | Line 4639 | echo "$as_me:2906: checking whether ${CC-cc} accepts $
4639          CFLAGS="-O3"
4640    fi
4641  
4642 < echo "$as_me:2906: checking whether ${CC-cc} accepts ${CFLAGS}" >&5
4642 >
4643 >
4644 > echo "$as_me:$LINENO: checking whether ${CC-cc} accepts ${CFLAGS}" >&5
4645   echo $ECHO_N "checking whether ${CC-cc} accepts ${CFLAGS}... $ECHO_C" >&6
4646   if test "${ac_guessed_cflags+set}" = set; then
4647    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 2917 | Line 4655 | echo "$as_me:2920: result: $ac_guessed_cflags" >&5
4655   rm -f conftest*
4656  
4657   fi
4658 < echo "$as_me:2920: result: $ac_guessed_cflags" >&5
4658 > echo "$as_me:$LINENO: result: $ac_guessed_cflags" >&5
4659   echo "${ECHO_T}$ac_guessed_cflags" >&6
4660   if test "$ac_guessed_cflags" = yes; then
4661          :
# Line 2936 | Line 4674 | fi
4674  
4675   fi
4676  
4677 +
4678   fi
4679  
4680 +
4681 +
4682 +
4683 +
4684 +
4685 +
4686 + echo "$as_me:$LINENO: checking whether we are *really* using g++" >&5
4687 + echo $ECHO_N "checking whether we are *really* using g++... $ECHO_C" >&6
4688 + if test "${ac_cv_prog_really_gxx+set}" = set; then
4689 +  echo $ECHO_N "(cached) $ECHO_C" >&6
4690 + else
4691 +
4692 + cat > conftest.cpp <<EOF
4693 + #ifdef __GNUC__
4694 +  #ifndef __INTEL_COMPILER
4695 +     yes;
4696 +  #endif
4697 + #endif
4698 + EOF
4699 + if { ac_try='${CXX-c++} -E conftest.cpp'
4700 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4701 +  (eval $ac_try) 2>&5
4702 +  ac_status=$?
4703 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 +  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4705 +  ac_cv_prog_really_gxx=yes
4706 + else
4707 +  ac_cv_prog_really_gxx=no
4708 + fi
4709 +
4710 + fi
4711 + echo "$as_me:$LINENO: result: $ac_cv_prog_really_gxx" >&5
4712 + echo "${ECHO_T}$ac_cv_prog_really_gxx" >&6
4713 + if test "$ac_cv_prog_really_gxx" = yes; then
4714 +        :
4715 +
4716 + else
4717 +        :
4718 +
4719 + fi
4720 +
4721 +
4722   # Try to determine "good" native compiler flags if none specified on command
4723   # line
4724   if test "$ac_test_CXXFLAGS" != "set"; then
# Line 2982 | Line 4763 | if test "$ac_test_CXXFLAGS" != "set"; then
4763    esac
4764  
4765    # use default flags for gcc on all systems
4766 <  if test $ac_cv_c_compiler_gnu = yes; then
4766 >  if test $ac_cv_prog_really_gxx = yes; then
4767       CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
4768    fi
4769  
4770    # test for gcc-specific flags:
4771 <  if test $ac_cv_c_compiler_gnu = yes; then
4771 >  if test $ac_cv_prog_really_gxx = yes; then
4772      # -malign-double for x86 systems
4773  
4774 < echo "$as_me:2993: checking whether ${CXX-c++} accepts -malign-double" >&5
4774 >
4775 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -malign-double" >&5
4776   echo $ECHO_N "checking whether ${CXX-c++} accepts -malign-double... $ECHO_C" >&6
4777   if test "${ac_align_double+set}" = set; then
4778    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3004 | Line 4786 | echo "$as_me:3007: result: $ac_align_double" >&5
4786   rm -f conftest*
4787  
4788   fi
4789 < echo "$as_me:3007: result: $ac_align_double" >&5
4789 > echo "$as_me:$LINENO: result: $ac_align_double" >&5
4790   echo "${ECHO_T}$ac_align_double" >&6
4791   if test "$ac_align_double" = yes; then
4792          :
# Line 3016 | Line 4798 | echo "$as_me:3019: checking whether ${CXX-c++} accepts
4798  
4799      # -fstrict-aliasing for gcc-2.95+
4800  
4801 < echo "$as_me:3019: checking whether ${CXX-c++} accepts -fstrict-aliasing" >&5
4801 >
4802 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -fstrict-aliasing" >&5
4803   echo $ECHO_N "checking whether ${CXX-c++} accepts -fstrict-aliasing... $ECHO_C" >&6
4804   if test "${ac_fstrict_aliasing+set}" = set; then
4805    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3030 | Line 4813 | echo "$as_me:3033: result: $ac_fstrict_aliasing" >&5
4813   rm -f conftest*
4814  
4815   fi
4816 < echo "$as_me:3033: result: $ac_fstrict_aliasing" >&5
4816 > echo "$as_me:$LINENO: result: $ac_fstrict_aliasing" >&5
4817   echo "${ECHO_T}$ac_fstrict_aliasing" >&6
4818   if test "$ac_fstrict_aliasing" = yes; then
4819          :
# Line 3043 | Line 4826 | fi
4826    fi
4827  
4828    CPU_FLAGS=""
4829 <  if test "$GCC" = "yes"; then
4829 >  if test $ac_cv_prog_really_gxx = yes; then
4830                    case "${host_cpu}" in
4831            i586*)
4832  
4833 < echo "$as_me:3050: checking whether ${CC-cc} accepts -mcpu=pentium" >&5
4834 < echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentium... $ECHO_C" >&6
4833 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mcpu=pentium" >&5
4834 > echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=pentium... $ECHO_C" >&6
4835   if test "${ac_cpu_pentium+set}" = set; then
4836    echo $ECHO_N "(cached) $ECHO_C" >&6
4837   else
4838 <  echo 'void f(){}' > conftest.c
4839 < if test -z "`${CC-cc} -mcpu=pentium -c conftest.c 2>&1`"; then
4838 >  echo 'void f(){}' > conftest.cpp
4839 > if test -z "`${CXX-c++} -mcpu=pentium -c conftest.cpp 2>&1`"; then
4840          ac_cpu_pentium=yes
4841   else
4842          ac_cpu_pentium=no
# Line 3061 | Line 4844 | echo "$as_me:3064: result: $ac_cpu_pentium" >&5
4844   rm -f conftest*
4845  
4846   fi
4847 < echo "$as_me:3064: result: $ac_cpu_pentium" >&5
4847 > echo "$as_me:$LINENO: result: $ac_cpu_pentium" >&5
4848   echo "${ECHO_T}$ac_cpu_pentium" >&6
4849   if test "$ac_cpu_pentium" = yes; then
4850          :
# Line 3069 | Line 4852 | echo "$as_me:3072: checking whether ${CXX-c++} accepts
4852   else
4853          :
4854  
4855 < echo "$as_me:3072: checking whether ${CXX-c++} accepts -mpentium" >&5
4855 >
4856 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mpentium" >&5
4857   echo $ECHO_N "checking whether ${CXX-c++} accepts -mpentium... $ECHO_C" >&6
4858   if test "${ac_pentium+set}" = set; then
4859    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3083 | Line 4867 | echo "$as_me:3086: result: $ac_pentium" >&5
4867   rm -f conftest*
4868  
4869   fi
4870 < echo "$as_me:3086: result: $ac_pentium" >&5
4870 > echo "$as_me:$LINENO: result: $ac_pentium" >&5
4871   echo "${ECHO_T}$ac_pentium" >&6
4872   if test "$ac_pentium" = yes; then
4873          :
# Line 3098 | Line 4882 | echo "$as_me:3101: checking whether ${CXX-c++} accepts
4882                    ;;
4883            i686*)
4884  
4885 < echo "$as_me:3101: checking whether ${CXX-c++} accepts -mcpu=pentiumpro" >&5
4885 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mcpu=pentiumpro" >&5
4886   echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=pentiumpro... $ECHO_C" >&6
4887   if test "${ac_cpu_pentiumpro+set}" = set; then
4888    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3112 | Line 4896 | echo "$as_me:3115: result: $ac_cpu_pentiumpro" >&5
4896   rm -f conftest*
4897  
4898   fi
4899 < echo "$as_me:3115: result: $ac_cpu_pentiumpro" >&5
4899 > echo "$as_me:$LINENO: result: $ac_cpu_pentiumpro" >&5
4900   echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
4901   if test "$ac_cpu_pentiumpro" = yes; then
4902          :
# Line 3120 | Line 4904 | echo "$as_me:3123: checking whether ${CXX-c++} accepts
4904   else
4905          :
4906  
4907 < echo "$as_me:3123: checking whether ${CXX-c++} accepts -mpentiumpro" >&5
4907 >
4908 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mpentiumpro" >&5
4909   echo $ECHO_N "checking whether ${CXX-c++} accepts -mpentiumpro... $ECHO_C" >&6
4910   if test "${ac_pentiumpro+set}" = set; then
4911    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3134 | Line 4919 | echo "$as_me:3137: result: $ac_pentiumpro" >&5
4919   rm -f conftest*
4920  
4921   fi
4922 < echo "$as_me:3137: result: $ac_pentiumpro" >&5
4922 > echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
4923   echo "${ECHO_T}$ac_pentiumpro" >&6
4924   if test "$ac_pentiumpro" = yes; then
4925          :
# Line 3152 | Line 4937 | echo "$as_me:3155: checking whether ${CXX-c++} accepts
4937                  is60x=`echo $cputype | egrep "^600-9e?$"`
4938                  if test -n "$is60x"; then
4939  
4940 < echo "$as_me:3155: checking whether ${CXX-c++} accepts -mcpu=$cputype" >&5
4940 >
4941 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mcpu=$cputype" >&5
4942   echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=$cputype... $ECHO_C" >&6
4943   if test "${ac_m_cpu_60x+set}" = set; then
4944    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3166 | Line 4952 | echo "$as_me:3169: result: $ac_m_cpu_60x" >&5
4952   rm -f conftest*
4953  
4954   fi
4955 < echo "$as_me:3169: result: $ac_m_cpu_60x" >&5
4955 > echo "$as_me:$LINENO: result: $ac_m_cpu_60x" >&5
4956   echo "${ECHO_T}$ac_m_cpu_60x" >&6
4957   if test "$ac_m_cpu_60x" = yes; then
4958          :
# Line 3178 | Line 4964 | echo "$as_me:3181: checking whether we are using gcc 2
4964  
4965                  elif test "$cputype" = 750; then
4966  
4967 < echo "$as_me:3181: checking whether we are using gcc 2.95 or later" >&5
4968 < echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
4969 < if test "${ac_cv_prog_gcc_2_95+set}" = set; then
4967 >
4968 > echo "$as_me:$LINENO: checking whether we are using g++ 2.95 or later" >&5
4969 > echo $ECHO_N "checking whether we are using g++ 2.95 or later... $ECHO_C" >&6
4970 > if test "${ac_cv_prog_gxx_2_95+set}" = set; then
4971    echo $ECHO_N "(cached) $ECHO_C" >&6
4972   else
4973  
4974 < cat > conftest.c <<EOF
4975 < #ifdef __GNUC__
4974 > cat > conftest.cpp <<EOF
4975 > #ifdef __GNUC__ && !defined (__INTEL_COMPILER)
4976   #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
4977       yes;
4978   #  endif
4979   #endif
4980   EOF
4981 < if { ac_try='${CC-cc} -E conftest.c'
4982 <  { (eval echo "$as_me:3195: \"$ac_try\"") >&5
4981 > if { ac_try='${CXX-c++} -E conftest.cpp'
4982 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4983    (eval $ac_try) 2>&5
4984    ac_status=$?
4985 <  echo "$as_me:3198: \$? = $ac_status" >&5
4985 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4986    (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
4987 <  ac_cv_prog_gcc_2_95=yes
4987 >  ac_cv_prog_gxx_2_95=yes
4988   else
4989 <  ac_cv_prog_gcc_2_95=no
4989 >  ac_cv_prog_gxx_2_95=no
4990   fi
4991  
4992   fi
4993 < echo "$as_me:3206: result: $ac_cv_prog_gcc_2_95" >&5
4994 < echo "${ECHO_T}$ac_cv_prog_gcc_2_95" >&6
4995 < if test "$ac_cv_prog_gcc_2_95" = yes; then
4993 > echo "$as_me:$LINENO: result: $ac_cv_prog_gxx_2_95" >&5
4994 > echo "${ECHO_T}$ac_cv_prog_gxx_2_95" >&6
4995 > if test "$ac_cv_prog_gxx_2_95" = yes; then
4996          :
4997  
4998 < echo "$as_me:3211: checking whether ${CXX-c++} accepts -mcpu=750" >&5
4998 >
4999 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mcpu=750" >&5
5000   echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=750... $ECHO_C" >&6
5001   if test "${ac_m_cpu_750+set}" = set; then
5002    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3222 | Line 5010 | echo "$as_me:3225: result: $ac_m_cpu_750" >&5
5010   rm -f conftest*
5011  
5012   fi
5013 < echo "$as_me:3225: result: $ac_m_cpu_750" >&5
5013 > echo "$as_me:$LINENO: result: $ac_m_cpu_750" >&5
5014   echo "${ECHO_T}$ac_m_cpu_750" >&6
5015   if test "$ac_m_cpu_750" = yes; then
5016          :
# Line 3240 | Line 5028 | echo "$as_me:3243: checking whether ${CXX-c++} accepts
5028                  fi
5029                  if test -z "$CPU_FLAGS"; then
5030  
5031 < echo "$as_me:3243: checking whether ${CXX-c++} accepts -mcpu=powerpc" >&5
5031 >
5032 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mcpu=powerpc" >&5
5033   echo $ECHO_N "checking whether ${CXX-c++} accepts -mcpu=powerpc... $ECHO_C" >&6
5034   if test "${ac_m_cpu_powerpc+set}" = set; then
5035    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3254 | Line 5043 | echo "$as_me:3257: result: $ac_m_cpu_powerpc" >&5
5043   rm -f conftest*
5044  
5045   fi
5046 < echo "$as_me:3257: result: $ac_m_cpu_powerpc" >&5
5046 > echo "$as_me:$LINENO: result: $ac_m_cpu_powerpc" >&5
5047   echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
5048   if test "$ac_m_cpu_powerpc" = yes; then
5049          :
# Line 3267 | Line 5056 | echo "$as_me:3270: checking whether ${CXX-c++} accepts
5056                  fi
5057                  if test -z "$CPU_FLAGS"; then
5058  
5059 < echo "$as_me:3270: checking whether ${CXX-c++} accepts -mpowerpc" >&5
5059 >
5060 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -mpowerpc" >&5
5061   echo $ECHO_N "checking whether ${CXX-c++} accepts -mpowerpc... $ECHO_C" >&6
5062   if test "${ac_m_powerpc+set}" = set; then
5063    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3281 | Line 5071 | echo "$as_me:3284: result: $ac_m_powerpc" >&5
5071   rm -f conftest*
5072  
5073   fi
5074 < echo "$as_me:3284: result: $ac_m_powerpc" >&5
5074 > echo "$as_me:$LINENO: result: $ac_m_powerpc" >&5
5075   echo "${ECHO_T}$ac_m_powerpc" >&6
5076   if test "$ac_m_powerpc" = yes; then
5077          :
# Line 3310 | Line 5100 | echo "$as_me:3313: checking whether ${CXX-c++} accepts
5100          CXXFLAGS="-O3"
5101    fi
5102  
5103 < echo "$as_me:3313: checking whether ${CXX-c++} accepts ${CXXFLAGS}" >&5
5103 >
5104 >
5105 > echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts ${CXXFLAGS}" >&5
5106   echo $ECHO_N "checking whether ${CXX-c++} accepts ${CXXFLAGS}... $ECHO_C" >&6
5107   if test "${ac_guessed_cxxflags+set}" = set; then
5108    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3324 | Line 5116 | echo "$as_me:3327: result: $ac_guessed_cxxflags" >&5
5116   rm -f conftest*
5117  
5118   fi
5119 < echo "$as_me:3327: result: $ac_guessed_cxxflags" >&5
5119 > echo "$as_me:$LINENO: result: $ac_guessed_cxxflags" >&5
5120   echo "${ECHO_T}$ac_guessed_cxxflags" >&6
5121   if test "$ac_guessed_cxxflags" = yes; then
5122          :
# Line 3343 | Line 5135 | fi
5135  
5136   fi
5137  
5138 +
5139   fi
5140  
5141 +
5142 +
5143 +
5144 +
5145   # Try to determine "good" native compiler flags if none specified on command
5146   # line
5147  
# Line 3352 | Line 5149 | if test x"$F90FLAGS" = x ; then
5149    F90FLAGS=""
5150    case "${host_cpu}-${host_os}" in
5151  
5152 <  *linux*) if test "$F90" = ifc; then
5152 >  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
5153                      F90FLAGS="-O"
5154                  fi;;
5155     rs6000*-aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
# Line 3401 | Line 5198 | echo "$as_me:3404: checking whether ${F90-f90} accepts
5198          F90FLAGS="-O3"
5199    fi
5200  
5201 < echo "$as_me:3404: checking whether ${F90-f90} accepts ${F90FLAGS}" >&5
5201 >
5202 > echo "$as_me:$LINENO: checking whether ${F90-f90} accepts ${F90FLAGS}" >&5
5203   echo $ECHO_N "checking whether ${F90-f90} accepts ${F90FLAGS}... $ECHO_C" >&6
5204   if test "${ac_guessed_f90flags+set}" = set; then
5205    echo $ECHO_N "(cached) $ECHO_C" >&6
5206   else
5207  
5208 +
5209 +
5210   ac_ext=f90
5211   ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5212   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
# Line 3415 | Line 5215 | if { (eval echo "$as_me:3418: \"$ac_compile\"") >&5
5215   echo 'program main' > conftest.$ac_ext
5216   echo 'end program main' >> conftest.$ac_ext
5217   ac_compile='${F90-f90} -c ${F90FLAGS} $F90FLAGS conftest.$ac_ext 1>&5'
5218 < if { (eval echo "$as_me:3418: \"$ac_compile\"") >&5
5218 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5219    (eval $ac_compile) 2>&5
5220    ac_status=$?
5221 <  echo "$as_me:3421: \$? = $ac_status" >&5
5221 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5222    (exit $ac_status); }; then
5223          ac_guessed_f90flags=yes
5224   else
5225          ac_guessed_f90flags=no
5226   fi
5227   rm -f conftest*
5228 < ac_ext=c
5229 < ac_cpp='$CPP $CPPFLAGS'
5230 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5231 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3432 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
5228 > ac_ext=f90
5229 > ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5230 > ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5231 > ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5232  
5233 +
5234   fi
5235 < echo "$as_me:3435: result: $ac_guessed_f90flags" >&5
5235 > echo "$as_me:$LINENO: result: $ac_guessed_f90flags" >&5
5236   echo "${ECHO_T}$ac_guessed_f90flags" >&6
5237   if test "$ac_guessed_f90flags" = yes; then
5238          :
# Line 3451 | Line 5251 | fi
5251  
5252   fi
5253  
5254 +
5255   fi
5256  
5257       ;;
# Line 3467 | Line 5268 | esac
5268   # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5269   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5270   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5271 + # OS/2's system install, which has a completely different semantic
5272   # ./install, which can be erroneously created by make from ./install.sh.
5273 < echo "$as_me:3471: checking for a BSD compatible install" >&5
5274 < echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
5273 > echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5274 > echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
5275   if test -z "$INSTALL"; then
5276   if test "${ac_cv_path_install+set}" = set; then
5277    echo $ECHO_N "(cached) $ECHO_C" >&6
5278   else
5279 <    ac_save_IFS=$IFS; IFS=$ac_path_separator
5280 <  for ac_dir in $PATH; do
5281 <    IFS=$ac_save_IFS
5282 <    # Account for people who put trailing slashes in PATH elements.
5283 <    case $ac_dir/ in
5284 <    / | ./ | .// | /cC/* \
5285 <    | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* \
5286 <    | /usr/ucb/* ) ;;
5287 <    *)
5288 <      # OSF1 and SCO ODT 3.0 have their own names for install.
5289 <      # Don't use installbsd from OSF since it installs stuff as root
5290 <      # by default.
5291 <      for ac_prog in ginstall scoinst install; do
5292 <        if $as_executable_p "$ac_dir/$ac_prog"; then
5279 >  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5280 > for as_dir in $PATH
5281 > do
5282 >  IFS=$as_save_IFS
5283 >  test -z "$as_dir" && as_dir=.
5284 >  # Account for people who put trailing slashes in PATH elements.
5285 > case $as_dir/ in
5286 >  ./ | .// | /cC/* | \
5287 >  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5288 >  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5289 >  /usr/ucb/* ) ;;
5290 >  *)
5291 >    # OSF1 and SCO ODT 3.0 have their own names for install.
5292 >    # Don't use installbsd from OSF since it installs stuff as root
5293 >    # by default.
5294 >    for ac_prog in ginstall scoinst install; do
5295 >      for ac_exec_ext in '' $ac_executable_extensions; do
5296 >        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5297            if test $ac_prog = install &&
5298 <            grep dspmsg "$ac_dir/$ac_prog" >/dev/null 2>&1; then
5298 >            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5299              # AIX install.  It has an incompatible calling convention.
5300              :
5301            elif test $ac_prog = install &&
5302 <            grep pwplus "$ac_dir/$ac_prog" >/dev/null 2>&1; then
5302 >            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5303              # program-specific install script used by HP pwplus--don't use.
5304              :
5305            else
5306 <            ac_cv_path_install="$ac_dir/$ac_prog -c"
5307 <            break 2
5306 >            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5307 >            break 3
5308            fi
5309          fi
5310        done
5311 <      ;;
5312 <    esac
5313 <  done
5311 >    done
5312 >    ;;
5313 > esac
5314 > done
5315  
5316 +
5317   fi
5318    if test "${ac_cv_path_install+set}" = set; then
5319      INSTALL=$ac_cv_path_install
# Line 3517 | Line 5325 | echo "$as_me:3520: result: $INSTALL" >&5
5325      INSTALL=$ac_install_sh
5326    fi
5327   fi
5328 < echo "$as_me:3520: result: $INSTALL" >&5
5328 > echo "$as_me:$LINENO: result: $INSTALL" >&5
5329   echo "${ECHO_T}$INSTALL" >&6
5330  
5331   # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# Line 3528 | Line 5336 | echo "$as_me:3531: checking whether ln -s works" >&5
5336  
5337   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5338  
5339 < echo "$as_me:3531: checking whether ln -s works" >&5
5339 > echo "$as_me:$LINENO: checking whether ln -s works" >&5
5340   echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
5341   LN_S=$as_ln_s
5342   if test "$LN_S" = "ln -s"; then
5343 <  echo "$as_me:3535: result: yes" >&5
5343 >  echo "$as_me:$LINENO: result: yes" >&5
5344   echo "${ECHO_T}yes" >&6
5345   else
5346 <  echo "$as_me:3538: result: no, using $LN_S" >&5
5346 >  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5347   echo "${ECHO_T}no, using $LN_S" >&6
5348   fi
5349  
5350 < echo "$as_me:3542: checking whether ${MAKE-make} sets \${MAKE}" >&5
5351 < echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5352 < set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5350 > echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5351 > echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
5352 > set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
5353   if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
5354    echo $ECHO_N "(cached) $ECHO_C" >&6
5355   else
5356 <  cat >conftest.make <<\EOF
5356 >  cat >conftest.make <<\_ACEOF
5357   all:
5358 <        @echo 'ac_maketemp="${MAKE}"'
5359 < EOF
5358 >        @echo 'ac_maketemp="$(MAKE)"'
5359 > _ACEOF
5360   # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5361   eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
5362   if test -n "$ac_maketemp"; then
# Line 3559 | Line 5367 | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_se
5367   rm -f conftest.make
5368   fi
5369   if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5370 <  echo "$as_me:3562: result: yes" >&5
5370 >  echo "$as_me:$LINENO: result: yes" >&5
5371   echo "${ECHO_T}yes" >&6
5372    SET_MAKE=
5373   else
5374 <  echo "$as_me:3566: result: no" >&5
5374 >  echo "$as_me:$LINENO: result: no" >&5
5375   echo "${ECHO_T}no" >&6
5376    SET_MAKE="MAKE=${MAKE-make}"
5377   fi
# Line 3571 | Line 5379 | echo "$as_me:3574: checking for $ac_word" >&5
5379   if test -n "$ac_tool_prefix"; then
5380    # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5381   set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5382 < echo "$as_me:3574: checking for $ac_word" >&5
5382 > echo "$as_me:$LINENO: checking for $ac_word" >&5
5383   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5384   if test "${ac_cv_prog_RANLIB+set}" = set; then
5385    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3579 | Line 5387 | else
5387    if test -n "$RANLIB"; then
5388    ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5389   else
5390 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5391 < ac_dummy="$PATH"
5392 < for ac_dir in $ac_dummy; do
5393 <  IFS=$ac_save_IFS
5394 <  test -z "$ac_dir" && ac_dir=.
5395 <  $as_executable_p "$ac_dir/$ac_word" || continue
5396 < ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5397 < echo "$as_me:3589: found $ac_dir/$ac_word" >&5
5398 < break
5390 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5391 > for as_dir in $PATH
5392 > do
5393 >  IFS=$as_save_IFS
5394 >  test -z "$as_dir" && as_dir=.
5395 >  for ac_exec_ext in '' $ac_executable_extensions; do
5396 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5397 >    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5398 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5399 >    break 2
5400 >  fi
5401   done
5402 + done
5403  
5404   fi
5405   fi
5406   RANLIB=$ac_cv_prog_RANLIB
5407   if test -n "$RANLIB"; then
5408 <  echo "$as_me:3597: result: $RANLIB" >&5
5408 >  echo "$as_me:$LINENO: result: $RANLIB" >&5
5409   echo "${ECHO_T}$RANLIB" >&6
5410   else
5411 <  echo "$as_me:3600: result: no" >&5
5411 >  echo "$as_me:$LINENO: result: no" >&5
5412   echo "${ECHO_T}no" >&6
5413   fi
5414  
# Line 3606 | Line 5417 | echo "$as_me:3609: checking for $ac_word" >&5
5417    ac_ct_RANLIB=$RANLIB
5418    # Extract the first word of "ranlib", so it can be a program name with args.
5419   set dummy ranlib; ac_word=$2
5420 < echo "$as_me:3609: checking for $ac_word" >&5
5420 > echo "$as_me:$LINENO: checking for $ac_word" >&5
5421   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5422   if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5423    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3614 | Line 5425 | else
5425    if test -n "$ac_ct_RANLIB"; then
5426    ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5427   else
5428 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5429 < ac_dummy="$PATH"
5430 < for ac_dir in $ac_dummy; do
5431 <  IFS=$ac_save_IFS
5432 <  test -z "$ac_dir" && ac_dir=.
5433 <  $as_executable_p "$ac_dir/$ac_word" || continue
5434 < ac_cv_prog_ac_ct_RANLIB="ranlib"
5435 < echo "$as_me:3624: found $ac_dir/$ac_word" >&5
5436 < break
5428 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5429 > for as_dir in $PATH
5430 > do
5431 >  IFS=$as_save_IFS
5432 >  test -z "$as_dir" && as_dir=.
5433 >  for ac_exec_ext in '' $ac_executable_extensions; do
5434 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5435 >    ac_cv_prog_ac_ct_RANLIB="ranlib"
5436 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5437 >    break 2
5438 >  fi
5439   done
5440 + done
5441  
5442    test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5443   fi
5444   fi
5445   ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5446   if test -n "$ac_ct_RANLIB"; then
5447 <  echo "$as_me:3633: result: $ac_ct_RANLIB" >&5
5447 >  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5448   echo "${ECHO_T}$ac_ct_RANLIB" >&6
5449   else
5450 <  echo "$as_me:3636: result: no" >&5
5450 >  echo "$as_me:$LINENO: result: no" >&5
5451   echo "${ECHO_T}no" >&6
5452   fi
5453  
# Line 3646 | Line 5460 | echo "$as_me:3649: checking for $ac_word" >&5
5460   do
5461    # Extract the first word of "$ac_prog", so it can be a program name with args.
5462   set dummy $ac_prog; ac_word=$2
5463 < echo "$as_me:3649: checking for $ac_word" >&5
5463 > echo "$as_me:$LINENO: checking for $ac_word" >&5
5464   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5465   if test "${ac_cv_prog_YACC+set}" = set; then
5466    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3654 | Line 5468 | else
5468    if test -n "$YACC"; then
5469    ac_cv_prog_YACC="$YACC" # Let the user override the test.
5470   else
5471 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5472 < ac_dummy="$PATH"
5473 < for ac_dir in $ac_dummy; do
5474 <  IFS=$ac_save_IFS
5475 <  test -z "$ac_dir" && ac_dir=.
5476 <  $as_executable_p "$ac_dir/$ac_word" || continue
5477 < ac_cv_prog_YACC="$ac_prog"
5478 < echo "$as_me:3664: found $ac_dir/$ac_word" >&5
5479 < break
5471 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5472 > for as_dir in $PATH
5473 > do
5474 >  IFS=$as_save_IFS
5475 >  test -z "$as_dir" && as_dir=.
5476 >  for ac_exec_ext in '' $ac_executable_extensions; do
5477 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5478 >    ac_cv_prog_YACC="$ac_prog"
5479 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 >    break 2
5481 >  fi
5482   done
5483 + done
5484  
5485   fi
5486   fi
5487   YACC=$ac_cv_prog_YACC
5488   if test -n "$YACC"; then
5489 <  echo "$as_me:3672: result: $YACC" >&5
5489 >  echo "$as_me:$LINENO: result: $YACC" >&5
5490   echo "${ECHO_T}$YACC" >&6
5491   else
5492 <  echo "$as_me:3675: result: no" >&5
5492 >  echo "$as_me:$LINENO: result: no" >&5
5493   echo "${ECHO_T}no" >&6
5494   fi
5495  
# Line 3684 | Line 5501 | echo "$as_me:3687: checking for $ac_word" >&5
5501   do
5502    # Extract the first word of "$ac_prog", so it can be a program name with args.
5503   set dummy $ac_prog; ac_word=$2
5504 < echo "$as_me:3687: checking for $ac_word" >&5
5504 > echo "$as_me:$LINENO: checking for $ac_word" >&5
5505   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5506   if test "${ac_cv_prog_LEX+set}" = set; then
5507    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3692 | Line 5509 | else
5509    if test -n "$LEX"; then
5510    ac_cv_prog_LEX="$LEX" # Let the user override the test.
5511   else
5512 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5513 < ac_dummy="$PATH"
5514 < for ac_dir in $ac_dummy; do
5515 <  IFS=$ac_save_IFS
5516 <  test -z "$ac_dir" && ac_dir=.
5517 <  $as_executable_p "$ac_dir/$ac_word" || continue
5518 < ac_cv_prog_LEX="$ac_prog"
5519 < echo "$as_me:3702: found $ac_dir/$ac_word" >&5
5520 < break
5512 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5513 > for as_dir in $PATH
5514 > do
5515 >  IFS=$as_save_IFS
5516 >  test -z "$as_dir" && as_dir=.
5517 >  for ac_exec_ext in '' $ac_executable_extensions; do
5518 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5519 >    ac_cv_prog_LEX="$ac_prog"
5520 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5521 >    break 2
5522 >  fi
5523   done
5524 + done
5525  
5526   fi
5527   fi
5528   LEX=$ac_cv_prog_LEX
5529   if test -n "$LEX"; then
5530 <  echo "$as_me:3710: result: $LEX" >&5
5530 >  echo "$as_me:$LINENO: result: $LEX" >&5
5531   echo "${ECHO_T}$LEX" >&6
5532   else
5533 <  echo "$as_me:3713: result: no" >&5
5533 >  echo "$as_me:$LINENO: result: no" >&5
5534   echo "${ECHO_T}no" >&6
5535   fi
5536  
# Line 3720 | Line 5540 | then
5540  
5541   if test -z "$LEXLIB"
5542   then
5543 <  echo "$as_me:3723: checking for yywrap in -lfl" >&5
5543 >  echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5544   echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6
5545   if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5546    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3728 | Line 5548 | cat >conftest.$ac_ext <<_ACEOF
5548    ac_check_lib_save_LIBS=$LIBS
5549   LIBS="-lfl  $LIBS"
5550   cat >conftest.$ac_ext <<_ACEOF
3731 #line 3731 "configure"
3732 #include "confdefs.h"
5551  
5552 < /* Override any gcc2 internal prototype to avoid an error.  */
5553 < #ifdef __cplusplus
5554 < extern "C"
5555 < #endif
5556 < /* We use char because int might match the return type of a gcc2
3739 <   builtin and then its argument prototype would still apply.  */
3740 < char yywrap ();
3741 < int
3742 < main ()
3743 < {
3744 < yywrap ();
3745 <  ;
3746 <  return 0;
3747 < }
5552 > program main
5553 >
5554 > call yywrap
5555 > end program main
5556 >
5557   _ACEOF
5558   rm -f conftest.$ac_objext conftest$ac_exeext
5559 < if { (eval echo "$as_me:3750: \"$ac_link\"") >&5
5560 <  (eval $ac_link) 2>&5
5559 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5560 >  (eval $ac_link) 2>conftest.er1
5561    ac_status=$?
5562 <  echo "$as_me:3753: \$? = $ac_status" >&5
5562 >  grep -v '^ *+' conftest.er1 >conftest.err
5563 >  rm -f conftest.er1
5564 >  cat conftest.err >&5
5565 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5566    (exit $ac_status); } &&
5567 <         { ac_try='test -s conftest$ac_exeext'
5568 <  { (eval echo "$as_me:3756: \"$ac_try\"") >&5
5567 >         { ac_try='test -z "$ac_f90_werror_flag"
5568 >                         || test ! -s conftest.err'
5569 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5570    (eval $ac_try) 2>&5
5571    ac_status=$?
5572 <  echo "$as_me:3759: \$? = $ac_status" >&5
5572 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5573 >  (exit $ac_status); }; } &&
5574 >         { ac_try='test -s conftest$ac_exeext'
5575 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5576 >  (eval $ac_try) 2>&5
5577 >  ac_status=$?
5578 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5579    (exit $ac_status); }; }; then
5580    ac_cv_lib_fl_yywrap=yes
5581   else
5582    echo "$as_me: failed program was:" >&5
5583 < cat conftest.$ac_ext >&5
5583 > sed 's/^/| /' conftest.$ac_ext >&5
5584 >
5585   ac_cv_lib_fl_yywrap=no
5586   fi
5587 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5587 > rm -f conftest.err conftest.$ac_objext \
5588 >      conftest$ac_exeext conftest.$ac_ext
5589   LIBS=$ac_check_lib_save_LIBS
5590   fi
5591 < echo "$as_me:3770: result: $ac_cv_lib_fl_yywrap" >&5
5591 > echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5592   echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6
5593   if test $ac_cv_lib_fl_yywrap = yes; then
5594    LEXLIB="-lfl"
5595   else
5596 <  echo "$as_me:3775: checking for yywrap in -ll" >&5
5596 >  echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5597   echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6
5598   if test "${ac_cv_lib_l_yywrap+set}" = set; then
5599    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3780 | Line 5601 | cat >conftest.$ac_ext <<_ACEOF
5601    ac_check_lib_save_LIBS=$LIBS
5602   LIBS="-ll  $LIBS"
5603   cat >conftest.$ac_ext <<_ACEOF
3783 #line 3783 "configure"
3784 #include "confdefs.h"
5604  
5605 < /* Override any gcc2 internal prototype to avoid an error.  */
5606 < #ifdef __cplusplus
5607 < extern "C"
5608 < #endif
5609 < /* We use char because int might match the return type of a gcc2
3791 <   builtin and then its argument prototype would still apply.  */
3792 < char yywrap ();
3793 < int
3794 < main ()
3795 < {
3796 < yywrap ();
3797 <  ;
3798 <  return 0;
3799 < }
5605 > program main
5606 >
5607 > call yywrap
5608 > end program main
5609 >
5610   _ACEOF
5611   rm -f conftest.$ac_objext conftest$ac_exeext
5612 < if { (eval echo "$as_me:3802: \"$ac_link\"") >&5
5613 <  (eval $ac_link) 2>&5
5612 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5613 >  (eval $ac_link) 2>conftest.er1
5614    ac_status=$?
5615 <  echo "$as_me:3805: \$? = $ac_status" >&5
5615 >  grep -v '^ *+' conftest.er1 >conftest.err
5616 >  rm -f conftest.er1
5617 >  cat conftest.err >&5
5618 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5619    (exit $ac_status); } &&
5620 <         { ac_try='test -s conftest$ac_exeext'
5621 <  { (eval echo "$as_me:3808: \"$ac_try\"") >&5
5620 >         { ac_try='test -z "$ac_f90_werror_flag"
5621 >                         || test ! -s conftest.err'
5622 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5623    (eval $ac_try) 2>&5
5624    ac_status=$?
5625 <  echo "$as_me:3811: \$? = $ac_status" >&5
5625 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5626 >  (exit $ac_status); }; } &&
5627 >         { ac_try='test -s conftest$ac_exeext'
5628 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5629 >  (eval $ac_try) 2>&5
5630 >  ac_status=$?
5631 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5632    (exit $ac_status); }; }; then
5633    ac_cv_lib_l_yywrap=yes
5634   else
5635    echo "$as_me: failed program was:" >&5
5636 < cat conftest.$ac_ext >&5
5636 > sed 's/^/| /' conftest.$ac_ext >&5
5637 >
5638   ac_cv_lib_l_yywrap=no
5639   fi
5640 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5640 > rm -f conftest.err conftest.$ac_objext \
5641 >      conftest$ac_exeext conftest.$ac_ext
5642   LIBS=$ac_check_lib_save_LIBS
5643   fi
5644 < echo "$as_me:3822: result: $ac_cv_lib_l_yywrap" >&5
5644 > echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5645   echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6
5646   if test $ac_cv_lib_l_yywrap = yes; then
5647    LEXLIB="-ll"
# Line 3830 | Line 5652 | if test "x$LEX" != "x:"; then
5652   fi
5653  
5654   if test "x$LEX" != "x:"; then
5655 <  echo "$as_me:3833: checking lex output file root" >&5
5655 >  echo "$as_me:$LINENO: checking lex output file root" >&5
5656   echo $ECHO_N "checking lex output file root... $ECHO_C" >&6
5657   if test "${ac_cv_prog_lex_root+set}" = set; then
5658    echo $ECHO_N "(cached) $ECHO_C" >&6
5659   else
5660    # The minimal lex program is just a single line: %%.  But some broken lexes
5661   # (Solaris, I think it was) want two %% lines, so accommodate them.
5662 < echo '%%
5663 < %%' | $LEX
5662 > cat >conftest.l <<_ACEOF
5663 > %%
5664 > %%
5665 > _ACEOF
5666 > { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5667 >  (eval $LEX conftest.l) 2>&5
5668 >  ac_status=$?
5669 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5670 >  (exit $ac_status); }
5671   if test -f lex.yy.c; then
5672    ac_cv_prog_lex_root=lex.yy
5673   elif test -f lexyy.c; then
5674    ac_cv_prog_lex_root=lexyy
5675   else
5676 <  { { echo "$as_me:3847: error: cannot find output from $LEX; giving up" >&5
5676 >  { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5677   echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5678     { (exit 1); exit 1; }; }
5679   fi
5680   fi
5681 < echo "$as_me:3852: result: $ac_cv_prog_lex_root" >&5
5681 > echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5682   echo "${ECHO_T}$ac_cv_prog_lex_root" >&6
5683 + rm -f conftest.l
5684   LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5685  
5686 < echo "$as_me:3856: checking whether yytext is a pointer" >&5
5686 > echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5687   echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6
5688   if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5689    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3869 | Line 5699 | if { (eval echo "$as_me:3872: \"$ac_link\"") >&5
5699   `cat $LEX_OUTPUT_ROOT.c`
5700   _ACEOF
5701   rm -f conftest.$ac_objext conftest$ac_exeext
5702 < if { (eval echo "$as_me:3872: \"$ac_link\"") >&5
5703 <  (eval $ac_link) 2>&5
5702 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5703 >  (eval $ac_link) 2>conftest.er1
5704    ac_status=$?
5705 <  echo "$as_me:3875: \$? = $ac_status" >&5
5705 >  grep -v '^ *+' conftest.er1 >conftest.err
5706 >  rm -f conftest.er1
5707 >  cat conftest.err >&5
5708 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5709    (exit $ac_status); } &&
5710 <         { ac_try='test -s conftest$ac_exeext'
5711 <  { (eval echo "$as_me:3878: \"$ac_try\"") >&5
5710 >         { ac_try='test -z "$ac_f90_werror_flag"
5711 >                         || test ! -s conftest.err'
5712 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5713    (eval $ac_try) 2>&5
5714    ac_status=$?
5715 <  echo "$as_me:3881: \$? = $ac_status" >&5
5715 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716 >  (exit $ac_status); }; } &&
5717 >         { ac_try='test -s conftest$ac_exeext'
5718 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5719 >  (eval $ac_try) 2>&5
5720 >  ac_status=$?
5721 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5722    (exit $ac_status); }; }; then
5723    ac_cv_prog_lex_yytext_pointer=yes
5724   else
5725    echo "$as_me: failed program was:" >&5
5726 < cat conftest.$ac_ext >&5
5726 > sed 's/^/| /' conftest.$ac_ext >&5
5727 >
5728   fi
5729 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5729 > rm -f conftest.err conftest.$ac_objext \
5730 >      conftest$ac_exeext conftest.$ac_ext
5731   LIBS=$ac_save_LIBS
5732   rm -f "${LEX_OUTPUT_ROOT}.c"
5733  
5734   fi
5735 < echo "$as_me:3893: result: $ac_cv_prog_lex_yytext_pointer" >&5
5735 > echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5736   echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
5737   if test $ac_cv_prog_lex_yytext_pointer = yes; then
5738  
5739 < cat >>confdefs.h <<\EOF
5739 > cat >>confdefs.h <<\_ACEOF
5740   #define YYTEXT_POINTER 1
5741 < EOF
5741 > _ACEOF
5742  
5743   fi
5744  
5745   fi
5746   # Extract the first word of "ar", so it can be a program name with args.
5747   set dummy ar; ac_word=$2
5748 < echo "$as_me:3906: checking for $ac_word" >&5
5748 > echo "$as_me:$LINENO: checking for $ac_word" >&5
5749   echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5750   if test "${ac_cv_prog_AR+set}" = set; then
5751    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 3911 | Line 5753 | else
5753    if test -n "$AR"; then
5754    ac_cv_prog_AR="$AR" # Let the user override the test.
5755   else
5756 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
5757 < ac_dummy="$PATH"
5758 < for ac_dir in $ac_dummy; do
5759 <  IFS=$ac_save_IFS
5760 <  test -z "$ac_dir" && ac_dir=.
5761 <  $as_executable_p "$ac_dir/$ac_word" || continue
5762 < ac_cv_prog_AR="ar"
5763 < echo "$as_me:3921: found $ac_dir/$ac_word" >&5
5764 < break
5756 > as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5757 > for as_dir in $PATH
5758 > do
5759 >  IFS=$as_save_IFS
5760 >  test -z "$as_dir" && as_dir=.
5761 >  for ac_exec_ext in '' $ac_executable_extensions; do
5762 >  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5763 >    ac_cv_prog_AR="ar"
5764 >    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5765 >    break 2
5766 >  fi
5767   done
5768 + done
5769  
5770    test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE"
5771   fi
5772   fi
5773   AR=$ac_cv_prog_AR
5774   if test -n "$AR"; then
5775 <  echo "$as_me:3930: result: $AR" >&5
5775 >  echo "$as_me:$LINENO: result: $AR" >&5
5776   echo "${ECHO_T}$AR" >&6
5777   else
5778 <  echo "$as_me:3933: result: no" >&5
5778 >  echo "$as_me:$LINENO: result: no" >&5
5779   echo "${ECHO_T}no" >&6
5780   fi
5781  
5782   if test "$AR" = "NONE"; then
5783 <  { { echo "$as_me:3938: error: --> Can't find \`ar'!" >&5
5783 >  { { echo "$as_me:$LINENO: error: --> Can't find \`ar'!" >&5
5784   echo "$as_me: error: --> Can't find \`ar'!" >&2;}
5785     { (exit 1); exit 1; }; }
5786    cat >confcache <<\_ACEOF
# Line 3948 | Line 5793 | echo "$as_me: error: --> Can't find \`ar'!" >&2;}
5793   # config.status only pays attention to the cache file if you give it
5794   # the --recheck option to rerun configure.
5795   #
5796 < # `ac_cv_env_foo' variables (set or unset) will be overriden when
5796 > # `ac_cv_env_foo' variables (set or unset) will be overridden when
5797   # loading this file, other *unset* `ac_cv_foo' will be assigned the
5798   # following values.
5799  
# Line 3966 | Line 5811 | _ACEOF
5811        # `set' does not quote correctly, so add quotes (double-quote
5812        # substitution turns \\\\ into \\, and sed turns \\ into \).
5813        sed -n \
5814 <        "s/'/'\\\\''/g;
5815 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5814 >        "s/'/'\\\\''/g;
5815 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5816        ;;
5817      *)
5818        # `set' quotes correctly as required by POSIX, so do not add quotes.
5819        sed -n \
5820 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5820 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5821        ;;
5822      esac;
5823   } |
# Line 3983 | Line 5828 | if cmp -s $cache_file confcache; then :; else
5828       t end
5829       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5830       : end' >>confcache
5831 < if cmp -s $cache_file confcache; then :; else
5831 > if diff $cache_file confcache >/dev/null 2>&1; then :; else
5832    if test -w $cache_file; then
5833      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5834      cat confcache >$cache_file
# Line 3995 | Line 5840 | ac_ext=f90
5840    exit 1
5841   fi
5842  
5843 < ac_ext=f90
5844 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4000 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4001 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5843 > echo "$as_me:$LINENO: checking for mpi-directory" >&5
5844 > echo $ECHO_N "checking for mpi-directory... $ECHO_C" >&6
5845  
5846 < ac_ext=f90
5847 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5848 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5849 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4007 < echo "$as_me:4007: checking how to get verbose linking output from $F90" >&5
4008 < echo $ECHO_N "checking how to get verbose linking output from $F90... $ECHO_C" >&6
4009 < if test "${ac_cv_prog_f90_v+set}" = set; then
4010 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5846 > # Check whether --with-mpi or --without-mpi was given.
5847 > if test "${with_mpi+set}" = set; then
5848 >  withval="$with_mpi"
5849 >  MPI_DIR="$withval"
5850   else
5851 +  MPI_DIR="/usr/local"
5852 + fi;
5853 + echo "$as_me:$LINENO: result: $MPI_DIR" >&5
5854 + echo "${ECHO_T}$MPI_DIR" >&6
5855  
4013 cat >conftest.$ac_ext <<_ACEOF
5856  
5857 < program main
5857 > echo "$as_me:$LINENO: checking for mpi-lib-directory" >&5
5858 > echo $ECHO_N "checking for mpi-lib-directory... $ECHO_C" >&6
5859  
5860 < end program main
5860 > # Check whether --with-mpi_libdir or --without-mpi_libdir was given.
5861 > if test "${with_mpi_libdir+set}" = set; then
5862 >  withval="$with_mpi_libdir"
5863 >  MPI_LIBDIR="$withval"
5864 > else
5865 >  MPI_LIBDIR="$MPI_DIR/lib"
5866 > fi;
5867 > echo "$as_me:$LINENO: result: $MPI_LIBDIR" >&5
5868 > echo "${ECHO_T}$MPI_LIBDIR" >&6
5869  
4019 _ACEOF
4020 rm -f conftest.$ac_objext
4021 if { (eval echo "$as_me:4021: \"$ac_compile\"") >&5
4022  (eval $ac_compile) 2>&5
4023  ac_status=$?
4024  echo "$as_me:4024: \$? = $ac_status" >&5
4025  (exit $ac_status); } &&
4026         { ac_try='test -s conftest.$ac_objext'
4027  { (eval echo "$as_me:4027: \"$ac_try\"") >&5
4028  (eval $ac_try) 2>&5
4029  ac_status=$?
4030  echo "$as_me:4030: \$? = $ac_status" >&5
4031  (exit $ac_status); }; }; then
4032  ac_cv_prog_f90_v=
4033 # Try some options frequently used verbose output
4034 for ac_verb in -v -verbose --verbose -V -\#\#\#; do
4035  ac_ext=f90
4036 ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4037 ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4038 ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5870  
5871 < cat >conftest.$ac_ext <<_ACEOF
5871 > echo "$as_me:$LINENO: checking for mpi-inc-directory" >&5
5872 > echo $ECHO_N "checking for mpi-inc-directory... $ECHO_C" >&6
5873  
5874 < program main
5874 > # Check whether --with-mpi_inc or --without-mpi_inc was given.
5875 > if test "${with_mpi_inc+set}" = set; then
5876 >  withval="$with_mpi_inc"
5877 >  MPI_INC="$withval"
5878 > else
5879 >  MPI_INC="$MPI_DIR/include"
5880 > fi;
5881 > echo "$as_me:$LINENO: result: $MPI_INC" >&5
5882 > echo "${ECHO_T}$MPI_INC" >&6
5883  
4044 end program main
5884  
5885 < _ACEOF
5885 >
5886 > echo "$as_me:$LINENO: checking for MPI library" >&5
5887 > echo $ECHO_N "checking for MPI library... $ECHO_C" >&6
5888 > MPI_LIB=""
5889 > case "$host" in
5890 >  *-ibm-aix*)
5891 >    echo "$as_me:$LINENO: checking whether to use signal-based MPI library" >&5
5892 > echo $ECHO_N "checking whether to use signal-based MPI library... $ECHO_C" >&6
5893 >    echo "$as_me:$LINENO: result: $PACX_SIGNAL" >&5
5894 > echo "${ECHO_T}$PACX_SIGNAL" >&6
5895 >    if test "x$PACX_SIGNAL" = "xyes" ; then
5896 >      if test -f "$MPI_LIBDIR/libmpi.a" ; then
5897 >        MPI_LIB="-lmpi"
5898 >      elif test -f "$MPI_LIBDIR/libmpi.so" ; then
5899 >        MPI_LIB="-lmpi"
5900 >      elif test -f "$MPI_LIBDIR/libmpich.a" ; then
5901 >        MPI_LIB="-lmpich"
5902 >      else
5903 >        { { echo "$as_me:$LINENO: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5
5904 > echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}
5905 >   { (exit 1); exit 1; }; }
5906 >      fi
5907 >    else
5908 >      if test -f "$MPI_LIBDIR/libmpi_r.a" ; then
5909 >         MPI_LIB="-lmpi_r"
5910 >      else
5911 >         { { echo "$as_me:$LINENO: error: libmpi_r not found; check path for MPI package..." >&5
5912 > echo "$as_me: error: libmpi_r not found; check path for MPI package..." >&2;}
5913 >   { (exit 1); exit 1; }; }
5914 >      fi
5915 >    fi
5916 >    echo "$as_me:$LINENO: result: found $MPI_LIB" >&5
5917 > echo "${ECHO_T}found $MPI_LIB" >&6
5918 >  ;;
5919 >  *)                             if test -f "$MPI_LIBDIR/libmpich.a" ; then
5920 >      MPI_LIB="-lmpich"
5921 >    elif test -f "$MPI_LIBDIR/libmpi.so" ; then
5922 >      MPI_LIB="-lmpi"
5923 >    elif test -f "$MPI_LIBDIR/libmpi.a" ; then
5924 >      MPI_LIB="-lmpi"
5925 >    else
5926 >      { { echo "$as_me:$LINENO: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5
5927 > echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}
5928 >   { (exit 1); exit 1; }; }
5929 >    fi
5930 >    echo "$as_me:$LINENO: result: found $MPI_LIB" >&5
5931 > echo "${ECHO_T}found $MPI_LIB" >&6
5932 >  ;;
5933 > esac
5934  
4048 # Compile and link our simple test program by passing a flag (argument
4049 # 1 to this macro) to the Fortran 90 compiler in order to get
4050 # "verbose" output that we can then parse for the Fortran 90 linker
4051 # flags.
4052 ac_save_F90FLAGS=$F90FLAGS
4053 F90FLAGS="$F90FLAGS $ac_verb"
5935  
4055 (eval echo $as_me:4055: \"$ac_link\") >&5
4056 ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4057 echo "$ac_f90_v_output" >&5
4058 F90FLAGS=$ac_save_F90FLAGS
5936  
5937 < rm -f conftest.*
5938 < ac_ext=f90
5939 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5940 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5941 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5942 <
5943 < # If we are using xlf then replace all the commas with spaces.
5944 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
5945 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
5937 > ac_ext=c
5938 > ac_cpp='$CPP $CPPFLAGS'
5939 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5940 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5941 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
5942 > echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5943 > echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5944 > # On Suns, sometimes $CPP names a directory.
5945 > if test -n "$CPP" && test -d "$CPP"; then
5946 >  CPP=
5947   fi
5948 <
5949 < # If we are using Cray Fortran then delete quotes.
5950 < # Use "\"" instead of '"' for font-lock-mode.
5951 < # FIXME: a more general fix for quoted arguments with spaces?
5952 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
5953 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
5948 > if test -z "$CPP"; then
5949 >  if test "${ac_cv_prog_CPP+set}" = set; then
5950 >  echo $ECHO_N "(cached) $ECHO_C" >&6
5951 > else
5952 >      # Double quotes because CPP needs to be expanded
5953 >    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5954 >    do
5955 >      ac_preproc_ok=false
5956 > for ac_c_preproc_warn_flag in '' yes
5957 > do
5958 >  # Use a header file that comes with gcc, so configuring glibc
5959 >  # with a fresh cross-compiler works.
5960 >  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5961 >  # <limits.h> exists even on freestanding compilers.
5962 >  # On the NeXT, cc -E runs the code through the compiler's parser,
5963 >  # not just through cpp. "Syntax error" is here to catch this case.
5964 >  cat >conftest.$ac_ext <<_ACEOF
5965 > /* confdefs.h.  */
5966 > _ACEOF
5967 > cat confdefs.h >>conftest.$ac_ext
5968 > cat >>conftest.$ac_ext <<_ACEOF
5969 > /* end confdefs.h.  */
5970 > #ifdef __STDC__
5971 > # include <limits.h>
5972 > #else
5973 > # include <assert.h>
5974 > #endif
5975 >                     Syntax error
5976 > _ACEOF
5977 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5978 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5979 >  ac_status=$?
5980 >  grep -v '^ *+' conftest.er1 >conftest.err
5981 >  rm -f conftest.er1
5982 >  cat conftest.err >&5
5983 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5984 >  (exit $ac_status); } >/dev/null; then
5985 >  if test -s conftest.err; then
5986 >    ac_cpp_err=$ac_c_preproc_warn_flag
5987 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5988 >  else
5989 >    ac_cpp_err=
5990 >  fi
5991 > else
5992 >  ac_cpp_err=yes
5993   fi
5994 <  # look for -l* and *.a constructs in the output
5995 <  for ac_arg in $ac_f90_v_output; do
4079 <     case $ac_arg in
4080 <        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
4081 <          ac_cv_prog_f90_v=$ac_verb
4082 <          break 2 ;;
4083 <     esac
4084 <  done
4085 < done
4086 < if test -z "$ac_cv_prog_f90_v"; then
4087 <   { echo "$as_me:4087: WARNING: cannot determine how to obtain linking information from $F90" >&5
4088 < echo "$as_me: WARNING: cannot determine how to obtain linking information from $F90" >&2;}
4089 < fi
5994 > if test -z "$ac_cpp_err"; then
5995 >  :
5996   else
5997    echo "$as_me: failed program was:" >&5
5998 < cat conftest.$ac_ext >&5
5999 < { echo "$as_me:4093: WARNING: compilation failed" >&5
6000 < echo "$as_me: WARNING: compilation failed" >&2;}
5998 > sed 's/^/| /' conftest.$ac_ext >&5
5999 >
6000 >  # Broken: fails on valid input.
6001 > continue
6002   fi
6003 < rm -f conftest.$ac_objext conftest.$ac_ext
6003 > rm -f conftest.err conftest.$ac_ext
6004  
6005 +  # OK, works on sane cases.  Now check whether non-existent headers
6006 +  # can be detected and how.
6007 +  cat >conftest.$ac_ext <<_ACEOF
6008 + /* confdefs.h.  */
6009 + _ACEOF
6010 + cat confdefs.h >>conftest.$ac_ext
6011 + cat >>conftest.$ac_ext <<_ACEOF
6012 + /* end confdefs.h.  */
6013 + #include <ac_nonexistent.h>
6014 + _ACEOF
6015 + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6016 +  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6017 +  ac_status=$?
6018 +  grep -v '^ *+' conftest.er1 >conftest.err
6019 +  rm -f conftest.er1
6020 +  cat conftest.err >&5
6021 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6022 +  (exit $ac_status); } >/dev/null; then
6023 +  if test -s conftest.err; then
6024 +    ac_cpp_err=$ac_c_preproc_warn_flag
6025 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6026 +  else
6027 +    ac_cpp_err=
6028 +  fi
6029 + else
6030 +  ac_cpp_err=yes
6031   fi
6032 < echo "$as_me:4099: result: $ac_cv_prog_f90_v" >&5
6033 < echo "${ECHO_T}$ac_cv_prog_f90_v" >&6
6034 < echo "$as_me:4101: checking for Fortran 90 libraries" >&5
4102 < echo $ECHO_N "checking for Fortran 90 libraries... $ECHO_C" >&6
4103 < if test "${ac_cv_flibs+set}" = set; then
4104 <  echo $ECHO_N "(cached) $ECHO_C" >&6
6032 > if test -z "$ac_cpp_err"; then
6033 >  # Broken: success on invalid input.
6034 > continue
6035   else
6036 <  if test "x$F90LIBS" != "x"; then
6037 <  ac_cv_f90libs="$F90LIBS" # Let the user override the test.
4108 < else
6036 >  echo "$as_me: failed program was:" >&5
6037 > sed 's/^/| /' conftest.$ac_ext >&5
6038  
6039 < ac_ext=f90
6040 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
6041 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4113 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4114 <
4115 < cat >conftest.$ac_ext <<_ACEOF
4116 <
4117 < program main
4118 <
4119 < end program main
4120 <
4121 < _ACEOF
4122 <
4123 < # Compile and link our simple test program by passing a flag (argument
4124 < # 1 to this macro) to the Fortran 90 compiler in order to get
4125 < # "verbose" output that we can then parse for the Fortran 90 linker
4126 < # flags.
4127 < ac_save_F90FLAGS=$F90FLAGS
4128 < F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
4129 <
4130 < (eval echo $as_me:4130: \"$ac_link\") >&5
4131 < ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4132 < echo "$ac_f90_v_output" >&5
4133 < F90FLAGS=$ac_save_F90FLAGS
4134 <
4135 < rm -f conftest.*
4136 < ac_ext=f90
4137 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4138 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4139 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4140 <
4141 < # If we are using xlf then replace all the commas with spaces.
4142 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
4143 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
6039 >  # Passes both tests.
6040 > ac_preproc_ok=:
6041 > break
6042   fi
6043 + rm -f conftest.err conftest.$ac_ext
6044  
6045 < # If we are using Cray Fortran then delete quotes.
6046 < # Use "\"" instead of '"' for font-lock-mode.
6047 < # FIXME: a more general fix for quoted arguments with spaces?
6048 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
6049 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
6045 > done
6046 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6047 > rm -f conftest.err conftest.$ac_ext
6048 > if $ac_preproc_ok; then
6049 >  break
6050   fi
6051  
6052 < ac_cv_f90libs=
6052 >    done
6053 >    ac_cv_prog_CPP=$CPP
6054  
6055 < # Save positional arguments (if any)
6056 < ac_save_positional="$@"
4157 <
4158 < set X $ac_f90_v_output
4159 < while test $# != 1; do
4160 <  shift
4161 <  ac_arg=$1
4162 <  case $ac_arg in
4163 <        [\\/]*.a | ?:[\\/]*.a)
4164 <            ac_exists=false
4165 <  for ac_i in $ac_cv_f90libs; do
4166 <    if test x"$ac_arg" = x"$ac_i"; then
4167 <      ac_exists=true
4168 <      break
4169 <    fi
4170 <  done
4171 <
4172 <  if test x"$ac_exists" = xtrue; then
4173 <  :
6055 > fi
6056 >  CPP=$ac_cv_prog_CPP
6057   else
6058 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
6058 >  ac_cv_prog_CPP=$CPP
6059   fi
6060 <
6061 <          ;;
6062 <        -bI:*)
6063 <            ac_exists=false
6064 <  for ac_i in $ac_cv_f90libs; do
6065 <    if test x"$ac_arg" = x"$ac_i"; then
6066 <      ac_exists=true
6067 <      break
6068 <    fi
6069 <  done
6070 <
6071 <  if test x"$ac_exists" = xtrue; then
6060 > echo "$as_me:$LINENO: result: $CPP" >&5
6061 > echo "${ECHO_T}$CPP" >&6
6062 > ac_preproc_ok=false
6063 > for ac_c_preproc_warn_flag in '' yes
6064 > do
6065 >  # Use a header file that comes with gcc, so configuring glibc
6066 >  # with a fresh cross-compiler works.
6067 >  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6068 >  # <limits.h> exists even on freestanding compilers.
6069 >  # On the NeXT, cc -E runs the code through the compiler's parser,
6070 >  # not just through cpp. "Syntax error" is here to catch this case.
6071 >  cat >conftest.$ac_ext <<_ACEOF
6072 > /* confdefs.h.  */
6073 > _ACEOF
6074 > cat confdefs.h >>conftest.$ac_ext
6075 > cat >>conftest.$ac_ext <<_ACEOF
6076 > /* end confdefs.h.  */
6077 > #ifdef __STDC__
6078 > # include <limits.h>
6079 > #else
6080 > # include <assert.h>
6081 > #endif
6082 >                     Syntax error
6083 > _ACEOF
6084 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6085 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6086 >  ac_status=$?
6087 >  grep -v '^ *+' conftest.er1 >conftest.err
6088 >  rm -f conftest.er1
6089 >  cat conftest.err >&5
6090 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6091 >  (exit $ac_status); } >/dev/null; then
6092 >  if test -s conftest.err; then
6093 >    ac_cpp_err=$ac_c_preproc_warn_flag
6094 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6095 >  else
6096 >    ac_cpp_err=
6097 >  fi
6098 > else
6099 >  ac_cpp_err=yes
6100 > fi
6101 > if test -z "$ac_cpp_err"; then
6102    :
6103   else
6104 <  if test "$ac_compiler_gnu" = yes; then
6105 <  for ac_link_opt in $ac_arg; do
6106 <    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
6107 <  done
6108 < else
4196 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
6104 >  echo "$as_me: failed program was:" >&5
6105 > sed 's/^/| /' conftest.$ac_ext >&5
6106 >
6107 >  # Broken: fails on valid input.
6108 > continue
6109   fi
6110 < fi
6110 > rm -f conftest.err conftest.$ac_ext
6111  
6112 <          ;;
6113 <          # Ignore these flags.
6114 <        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
6115 <          ;;
6116 <        -lkernel32)
6117 <          test x"$CYGWIN" != xyes && ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
6118 <          ;;
6119 <        -[LRuY])
6120 <          # These flags, when seen by themselves, take an argument.
6121 <          # We remove the space between option and argument and re-iterate
6122 <          # unless we find an empty arg or a new option (starting with -)
6123 <          case $2 in
6124 <             "" | -*);;
6125 <             *)
6126 <                ac_arg="$ac_arg$2"
6127 <
6128 <                shift; shift
6129 <                set X $ac_arg "$@"
6130 <                ;;
6131 <          esac
6132 <          ;;
6133 <        -YP,*)
6134 <          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
6135 <              ac_exists=false
4224 <  for ac_i in $ac_cv_f90libs; do
4225 <    if test x"$ac_j" = x"$ac_i"; then
4226 <      ac_exists=true
4227 <      break
4228 <    fi
4229 <  done
4230 <
4231 <  if test x"$ac_exists" = xtrue; then
4232 <  :
6112 >  # OK, works on sane cases.  Now check whether non-existent headers
6113 >  # can be detected and how.
6114 >  cat >conftest.$ac_ext <<_ACEOF
6115 > /* confdefs.h.  */
6116 > _ACEOF
6117 > cat confdefs.h >>conftest.$ac_ext
6118 > cat >>conftest.$ac_ext <<_ACEOF
6119 > /* end confdefs.h.  */
6120 > #include <ac_nonexistent.h>
6121 > _ACEOF
6122 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6123 >  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6124 >  ac_status=$?
6125 >  grep -v '^ *+' conftest.er1 >conftest.err
6126 >  rm -f conftest.er1
6127 >  cat conftest.err >&5
6128 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6129 >  (exit $ac_status); } >/dev/null; then
6130 >  if test -s conftest.err; then
6131 >    ac_cpp_err=$ac_c_preproc_warn_flag
6132 >    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6133 >  else
6134 >    ac_cpp_err=
6135 >  fi
6136   else
6137 <  ac_arg="$ac_arg $ac_j"
4235 <                             ac_cv_f90libs="$ac_cv_f90libs $ac_j"
6137 >  ac_cpp_err=yes
6138   fi
6139 + if test -z "$ac_cpp_err"; then
6140 +  # Broken: success on invalid input.
6141 + continue
6142 + else
6143 +  echo "$as_me: failed program was:" >&5
6144 + sed 's/^/| /' conftest.$ac_ext >&5
6145  
6146 <          done
6147 <          ;;
6148 <        -[lLR]*)
6149 <            ac_exists=false
6150 <  for ac_i in $ac_cv_f90libs; do
4243 <    if test x"$ac_arg" = x"$ac_i"; then
4244 <      ac_exists=true
4245 <      break
4246 <    fi
4247 <  done
6146 >  # Passes both tests.
6147 > ac_preproc_ok=:
6148 > break
6149 > fi
6150 > rm -f conftest.err conftest.$ac_ext
6151  
6152 <  if test x"$ac_exists" = xtrue; then
6152 > done
6153 > # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6154 > rm -f conftest.err conftest.$ac_ext
6155 > if $ac_preproc_ok; then
6156    :
6157   else
6158 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
6158 >  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6159 > See \`config.log' for more details." >&5
6160 > echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6161 > See \`config.log' for more details." >&2;}
6162 >   { (exit 1); exit 1; }; }
6163   fi
6164  
6165 <          ;;
6166 <          # Ignore everything else.
6167 <  esac
6168 < done
6169 < # restore positional arguments
4260 < set X $ac_save_positional; shift
6165 > ac_ext=c
6166 > ac_cpp='$CPP $CPPFLAGS'
6167 > ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6168 > ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6169 > ac_compiler_gnu=$ac_cv_c_compiler_gnu
6170  
4262 # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
4263 # then we insist that the "run path" must be an absolute path (i.e. it
4264 # must begin with a "/").
4265 case `(uname -sr) 2>/dev/null` in
4266   "SunOS 5"*)
4267      ac_ld_run_path=`echo $ac_f90_v_output |
4268                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
4269      test "x$ac_ld_run_path" != x &&
6171  
6172 <        if test "$ac_compiler_gnu" = yes; then
6173 <  for ac_link_opt in $ac_ld_run_path; do
6174 <    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
6175 <  done
6172 > echo "$as_me:$LINENO: checking for egrep" >&5
6173 > echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6174 > if test "${ac_cv_prog_egrep+set}" = set; then
6175 >  echo $ECHO_N "(cached) $ECHO_C" >&6
6176   else
6177 <  ac_cv_f90libs="$ac_cv_f90libs $ac_ld_run_path"
6177 >  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
6178 >    then ac_cv_prog_egrep='grep -E'
6179 >    else ac_cv_prog_egrep='egrep'
6180 >    fi
6181   fi
6182 <      ;;
6183 < esac
6184 < fi # test "x$F90LIBS" = "x"
6182 > echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6183 > echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6184 > EGREP=$ac_cv_prog_egrep
6185  
4282 fi
4283 echo "$as_me:4283: result: $ac_cv_flibs" >&5
4284 echo "${ECHO_T}$ac_cv_flibs" >&6
4285 F90LIBS="$ac_cv_f90libs"
6186  
6187 < ac_ext=f90
6188 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
6189 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4290 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4291 <
4292 < echo "$as_me:4292: checking for Fortran 90 name-mangling scheme" >&5
4293 < echo $ECHO_N "checking for Fortran 90 name-mangling scheme... $ECHO_C" >&6
4294 < if test "${ac_cv_f90_mangling+set}" = set; then
6187 > echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6188 > echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6189 > if test "${ac_cv_header_stdc+set}" = set; then
6190    echo $ECHO_N "(cached) $ECHO_C" >&6
6191   else
6192 <  ac_ext=f90
6193 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4299 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4300 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4301 < cat >conftest.$ac_ext <<_ACEOF
4302 < subroutine foobar()
4303 < return
4304 < end
4305 < subroutine foo_bar()
4306 < return
4307 < end
6192 >  cat >conftest.$ac_ext <<_ACEOF
6193 > /* confdefs.h.  */
6194   _ACEOF
6195 < rm -f conftest.$ac_objext
6196 < if { (eval echo "$as_me:4310: \"$ac_compile\"") >&5
6197 <  (eval $ac_compile) 2>&5
6198 <  ac_status=$?
6199 <  echo "$as_me:4313: \$? = $ac_status" >&5
6200 <  (exit $ac_status); } &&
6201 <         { ac_try='test -s conftest.$ac_objext'
4316 <  { (eval echo "$as_me:4316: \"$ac_try\"") >&5
4317 <  (eval $ac_try) 2>&5
4318 <  ac_status=$?
4319 <  echo "$as_me:4319: \$? = $ac_status" >&5
4320 <  (exit $ac_status); }; }; then
4321 <  mv conftest.$ac_objext cf90_test.$ac_objext
6195 > cat confdefs.h >>conftest.$ac_ext
6196 > cat >>conftest.$ac_ext <<_ACEOF
6197 > /* end confdefs.h.  */
6198 > #include <stdlib.h>
6199 > #include <stdarg.h>
6200 > #include <string.h>
6201 > #include <float.h>
6202  
4323  ac_ext=c
4324 ac_cpp='$CPP $CPPFLAGS'
4325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4328
4329  ac_save_LIBS=$LIBS
4330  LIBS="cf90_test.$ac_objext $F90LIBS $LIBS"
4331
4332  ac_success=no
4333  for ac_foobar in foobar FOOBAR; do
4334    for ac_underscore in "" "_"; do
4335      ac_func="$ac_foobar$ac_underscore"
4336      cat >conftest.$ac_ext <<_ACEOF
4337 #line 4337 "configure"
4338 #include "confdefs.h"
4339
4340 /* Override any gcc2 internal prototype to avoid an error.  */
4341 #ifdef __cplusplus
4342 extern "C"
4343 #endif
4344 /* We use char because int might match the return type of a gcc2
4345   builtin and then its argument prototype would still apply.  */
4346 char $ac_func ();
6203   int
6204   main ()
6205   {
6206 < $ac_func ();
6206 >
6207    ;
6208    return 0;
6209   }
6210   _ACEOF
6211 < rm -f conftest.$ac_objext conftest$ac_exeext
6212 < if { (eval echo "$as_me:4356: \"$ac_link\"") >&5
6213 <  (eval $ac_link) 2>&5
6211 > rm -f conftest.$ac_objext
6212 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6213 >  (eval $ac_compile) 2>conftest.er1
6214    ac_status=$?
6215 <  echo "$as_me:4359: \$? = $ac_status" >&5
6215 >  grep -v '^ *+' conftest.er1 >conftest.err
6216 >  rm -f conftest.er1
6217 >  cat conftest.err >&5
6218 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6219    (exit $ac_status); } &&
6220 <         { ac_try='test -s conftest$ac_exeext'
6221 <  { (eval echo "$as_me:4362: \"$ac_try\"") >&5
6220 >         { ac_try='test -z "$ac_c_werror_flag"
6221 >                         || test ! -s conftest.err'
6222 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6223    (eval $ac_try) 2>&5
6224    ac_status=$?
6225 <  echo "$as_me:4365: \$? = $ac_status" >&5
6225 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6226 >  (exit $ac_status); }; } &&
6227 >         { ac_try='test -s conftest.$ac_objext'
6228 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6229 >  (eval $ac_try) 2>&5
6230 >  ac_status=$?
6231 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6232    (exit $ac_status); }; }; then
6233 <  ac_success=yes; break 2
6233 >  ac_cv_header_stdc=yes
6234   else
6235    echo "$as_me: failed program was:" >&5
6236 < cat conftest.$ac_ext >&5
6236 > sed 's/^/| /' conftest.$ac_ext >&5
6237 >
6238 > ac_cv_header_stdc=no
6239   fi
6240 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4373 <    done
4374 <  done
6240 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6241  
6242 <  if test "$ac_success" = "yes"; then
6243 <     case $ac_foobar in
6244 <        foobar)
6245 <           ac_case=lower
6246 <           ac_foo_bar=foo_bar
6247 <           ;;
6248 <        FOOBAR)
6249 <           ac_case=upper
6250 <           ac_foo_bar=FOO_BAR
4385 <           ;;
4386 <     esac
6242 > if test $ac_cv_header_stdc = yes; then
6243 >  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6244 >  cat >conftest.$ac_ext <<_ACEOF
6245 > /* confdefs.h.  */
6246 > _ACEOF
6247 > cat confdefs.h >>conftest.$ac_ext
6248 > cat >>conftest.$ac_ext <<_ACEOF
6249 > /* end confdefs.h.  */
6250 > #include <string.h>
6251  
6252 <     ac_success_extra=no
6253 <     for ac_extra in "" "_"; do
6254 <        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
6252 > _ACEOF
6253 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6254 >  $EGREP "memchr" >/dev/null 2>&1; then
6255 >  :
6256 > else
6257 >  ac_cv_header_stdc=no
6258 > fi
6259 > rm -f conftest*
6260  
6261 <        cat >conftest.$ac_ext <<_ACEOF
4393 < #line 4393 "configure"
4394 < #include "confdefs.h"
6261 > fi
6262  
6263 < /* Override any gcc2 internal prototype to avoid an error.  */
6264 < #ifdef __cplusplus
6265 < extern "C"
6263 > if test $ac_cv_header_stdc = yes; then
6264 >  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6265 >  cat >conftest.$ac_ext <<_ACEOF
6266 > /* confdefs.h.  */
6267 > _ACEOF
6268 > cat confdefs.h >>conftest.$ac_ext
6269 > cat >>conftest.$ac_ext <<_ACEOF
6270 > /* end confdefs.h.  */
6271 > #include <stdlib.h>
6272 >
6273 > _ACEOF
6274 > if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6275 >  $EGREP "free" >/dev/null 2>&1; then
6276 >  :
6277 > else
6278 >  ac_cv_header_stdc=no
6279 > fi
6280 > rm -f conftest*
6281 >
6282 > fi
6283 >
6284 > if test $ac_cv_header_stdc = yes; then
6285 >  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6286 >  if test "$cross_compiling" = yes; then
6287 >  :
6288 > else
6289 >  cat >conftest.$ac_ext <<_ACEOF
6290 > /* confdefs.h.  */
6291 > _ACEOF
6292 > cat confdefs.h >>conftest.$ac_ext
6293 > cat >>conftest.$ac_ext <<_ACEOF
6294 > /* end confdefs.h.  */
6295 > #include <ctype.h>
6296 > #if ((' ' & 0x0FF) == 0x020)
6297 > # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6298 > # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6299 > #else
6300 > # define ISLOWER(c) \
6301 >                   (('a' <= (c) && (c) <= 'i') \
6302 >                     || ('j' <= (c) && (c) <= 'r') \
6303 >                     || ('s' <= (c) && (c) <= 'z'))
6304 > # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6305   #endif
6306 < /* We use char because int might match the return type of a gcc2
6307 <   builtin and then its argument prototype would still apply.  */
4402 < char $ac_func ();
6306 >
6307 > #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6308   int
6309   main ()
6310   {
6311 < $ac_func ();
6312 <  ;
6313 <  return 0;
6311 >  int i;
6312 >  for (i = 0; i < 256; i++)
6313 >    if (XOR (islower (i), ISLOWER (i))
6314 >        || toupper (i) != TOUPPER (i))
6315 >      exit(2);
6316 >  exit (0);
6317   }
6318   _ACEOF
6319 < rm -f conftest.$ac_objext conftest$ac_exeext
6320 < if { (eval echo "$as_me:4412: \"$ac_link\"") >&5
6319 > rm -f conftest$ac_exeext
6320 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6321    (eval $ac_link) 2>&5
6322    ac_status=$?
6323 <  echo "$as_me:4415: \$? = $ac_status" >&5
6324 <  (exit $ac_status); } &&
6325 <         { ac_try='test -s conftest$ac_exeext'
4418 <  { (eval echo "$as_me:4418: \"$ac_try\"") >&5
6323 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6324 >  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6325 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6326    (eval $ac_try) 2>&5
6327    ac_status=$?
6328 <  echo "$as_me:4421: \$? = $ac_status" >&5
6328 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6329    (exit $ac_status); }; }; then
6330 <  ac_success_extra=yes; break
6330 >  :
6331   else
6332 <  echo "$as_me: failed program was:" >&5
6333 < cat conftest.$ac_ext >&5
6334 < fi
4428 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4429 <     done
6332 >  echo "$as_me: program exited with status $ac_status" >&5
6333 > echo "$as_me: failed program was:" >&5
6334 > sed 's/^/| /' conftest.$ac_ext >&5
6335  
6336 <     if test "$ac_success_extra" = "yes"; then
6337 <        ac_cv_f90_mangling="$ac_case case"
4433 <        if test -z "$ac_underscore"; then
4434 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no underscore"
4435 <        else
4436 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, underscore"
4437 <
4438 <        fi
4439 <        if test -z "$ac_extra"; then
4440 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no extra underscore"
4441 <        else
4442 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, extra underscore"
4443 <        fi
4444 <      else
4445 <        ac_cv_f90_mangling="unknown"
4446 <      fi
4447 <  else
4448 <     ac_cv_f90_mangling="unknown"
4449 <
4450 <  fi
4451 <
4452 <  LIBS=$ac_save_LIBS
4453 <  ac_ext=f90
4454 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4455 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4456 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4457 <  rm -f cf90_test* conftest*
4458 < else
4459 <  echo "$as_me: failed program was:" >&5
4460 < cat conftest.$ac_ext >&5
6336 > ( exit $ac_status )
6337 > ac_cv_header_stdc=no
6338   fi
6339 < rm -f conftest.$ac_objext conftest.$ac_ext
4463 < ac_ext=f90
4464 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4465 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4466 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4467 <
6339 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6340   fi
6341 < echo "$as_me:4469: result: $ac_cv_f90_mangling" >&5
6342 < echo "${ECHO_T}$ac_cv_f90_mangling" >&6
6341 > fi
6342 > fi
6343 > echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6344 > echo "${ECHO_T}$ac_cv_header_stdc" >&6
6345 > if test $ac_cv_header_stdc = yes; then
6346  
6347 < case $ac_cv_f90_mangling in
6348 <  "lower case, no underscore, no extra underscore")
6349 <          cat >>confdefs.h <<\EOF
4475 < #define F90_FUNC(name,NAME) name
4476 < EOF
6347 > cat >>confdefs.h <<\_ACEOF
6348 > #define STDC_HEADERS 1
6349 > _ACEOF
6350  
6351 <          cat >>confdefs.h <<\EOF
4479 < #define F90_FUNC_(name,NAME) name
4480 < EOF
4481 < ;;
4482 <  "lower case, no underscore, extra underscore")
4483 <          cat >>confdefs.h <<\EOF
4484 < #define F90_FUNC(name,NAME) name
4485 < EOF
6351 > fi
6352  
6353 <          cat >>confdefs.h <<\EOF
4488 < #define F90_FUNC_(name,NAME) name ## _
4489 < EOF
4490 < ;;
4491 <  "lower case, underscore, no extra underscore")
4492 <          cat >>confdefs.h <<\EOF
4493 < #define F90_FUNC(name,NAME) name ## _
4494 < EOF
6353 > # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6354  
4496          cat >>confdefs.h <<\EOF
4497 #define F90_FUNC_(name,NAME) name ## _
4498 EOF
4499 ;;
4500  "lower case, underscore, extra underscore")
4501          cat >>confdefs.h <<\EOF
4502 #define F90_FUNC(name,NAME) name ## _
4503 EOF
6355  
4505          cat >>confdefs.h <<\EOF
4506 #define F90_FUNC_(name,NAME) name ## __
4507 EOF
4508 ;;
4509  "upper case, no underscore, no extra underscore")
4510          cat >>confdefs.h <<\EOF
4511 #define F90_FUNC(name,NAME) NAME
4512 EOF
6356  
4514          cat >>confdefs.h <<\EOF
4515 #define F90_FUNC_(name,NAME) NAME
4516 EOF
4517 ;;
4518  "upper case, no underscore, extra underscore")
4519          cat >>confdefs.h <<\EOF
4520 #define F90_FUNC(name,NAME) NAME
4521 EOF
6357  
4523          cat >>confdefs.h <<\EOF
4524 #define F90_FUNC_(name,NAME) NAME ## _
4525 EOF
4526 ;;
4527  "upper case, underscore, no extra underscore")
4528          cat >>confdefs.h <<\EOF
4529 #define F90_FUNC(name,NAME) NAME ## _
4530 EOF
6358  
4532          cat >>confdefs.h <<\EOF
4533 #define F90_FUNC_(name,NAME) NAME ## _
4534 EOF
4535 ;;
4536  "upper case, underscore, extra underscore")
4537          cat >>confdefs.h <<\EOF
4538 #define F90_FUNC(name,NAME) NAME ## _
4539 EOF
6359  
4541          cat >>confdefs.h <<\EOF
4542 #define F90_FUNC_(name,NAME) NAME ## __
4543 EOF
4544 ;;
4545  *)
4546          { echo "$as_me:4546: WARNING: unknown Fortran 90 name-mangling scheme" >&5
4547 echo "$as_me: WARNING: unknown Fortran 90 name-mangling scheme" >&2;}
4548          ;;
4549 esac
6360  
4551 echo "$as_me:4551: checking for module suffix" >&5
4552 echo $ECHO_N "checking for module suffix... $ECHO_C" >&6
4553 rm -f conftest*
4554 # Intel ifc compiler generates files by the name of work.pc and work.pcl (!)
4555 rm -f work*
4556 cat >conftest.f <<EOF
4557        module conftest
4558        integer n
4559        parameter (n=1)
4560        end module conftest
4561 EOF
4562 # SGI and absoft compilers generates module name in upper case!
4563 testname="conftest"
4564 modcase="lower"
4565 if $F90 -c conftest.f > conftest.out 2>&1 ; then
4566    MOD=`ls conftest* | grep -v conftest.f | grep -v conftest.o`
4567    MOD=`echo "$MOD" | sed -e 's/conftest\.//g'`
4568    if test -z "$MOD" ; then
4569        MOD=`ls CONFTEST* 2>/dev/null \
4570                | grep -v CONFTEST.f | grep -v CONFTEST.o`
4571        MOD=`echo "$MOD" | sed -e 's/CONFTEST\.//g'`
4572        if test -n "$MOD" ; then
4573            testname="CONFTEST"
4574            modcase="upper"
4575        fi
4576    fi
4577    if test -z "$MOD" ; then
4578        echo "$as_me:4578: result: unknown" >&5
4579 echo "${ECHO_T}unknown" >&6
4580        # Use mod if we can't figure it out
4581        MOD="mod"
4582    else
4583        echo "$as_me:4583: result: $MOD" >&5
4584 echo "${ECHO_T}$MOD" >&6
4585    fi
4586    if test -s work.pcl ; then
4587        { echo "$as_me:4587: WARNING: Compiler generates auxillery files!" >&5
4588 echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;}
4589    fi
4590 else
4591    echo "$as_me:4591: result: unknown" >&5
4592 echo "${ECHO_T}unknown" >&6
4593 fi
6361  
4595 # Check for module include path (some use -I, some (Solaris) use -M, some
4596 # (absoft) use -p).
4597 # Intel compilers use a wierd system: -cl,filename.pcl .  If no file is
4598 # specified, work.pcl and work.pc are created.  However, if you specify
4599 # a file, it must contain a the name of a file ending in .pc .  Ugh!
4600 # Use the module made above
4601 echo "$as_me:4601: checking for module directory path flag" >&5
4602 echo $ECHO_N "checking for module directory path flag... $ECHO_C" >&6
4603 madedir=0
4604 if test ! -d conf ; then mkdir conf ; madedir=1; fi
4605 cp $testname.$MOD conf
4606 rm -f conftest* CONFTEST*
4607 cat >conftest1.f <<EOF
4608        program main
4609        use conftest
4610        print *, n
4611        end
4612 EOF
4613 F90_WORK_FILES_ARG=""
4614 F90MODINCSPEC=""
4615 if $F90 -c -Iconf conftest1.f > conftest.out 2>&1 ; then
4616    MODDIRFLAG="-I"
4617    F90MODINCSPEC="-I<dir>"
4618    echo "$as_me:4618: result: -I" >&5
4619 echo "${ECHO_T}-I" >&6
4620 elif $F90 -c -Mconf conftest1.f >> conftest.out 2>&1 ; then
4621    MODDIRFLAG="-M"
4622    F90MODINCSPEC="-M<dir>"
4623    echo "$as_me:4623: result: -M" >&5
4624 echo "${ECHO_T}-M" >&6
4625 elif $F90 -c -pconf conftest1.f >> conftest.out 2>&1 ; then
4626    MODDIRFLAG="-p"
4627    F90MODINCSPEC="-p<dir>"
4628    echo "$as_me:4628: result: -p" >&5
4629 echo "${ECHO_T}-p" >&6
4630 elif test -s work.pc ; then
4631     cp work.pc conf/mpimod.pc
4632     echo "mpimod.pc" > conf/mpimod.pcl
4633     echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl
4634     if $F90 -c -cl,conf/mpimod.pcl conftest1.f >>conftest.out 2>&1 ; then
4635         MODDIRFLAG='-cl,mpimod.pcl'
4636         echo "$as_me:4636: result: -cl,filename where filename contains a list of files and
4637 directories" >&5
4638 echo "${ECHO_T}-cl,filename where filename contains a list of files and
4639 directories" >&6
4640         F90_WORK_FILES_ARG="-cl,mpimod.pcl"
4641         F90MODINCSPEC="-cl,<dir>/<file>mod.pcl"
6362  
6363 <     else
6364 <         # The version of the Intel compiler that I have refuses to let
4645 <         # you put the "work catalog" list anywhere but the current directory.
4646 <         # For example, you cannot in
4647 <         :
4648 <     fi
4649 < fi
4650 < if test -z "MODDIRFLAG" ; then
4651 <    echo "$as_me:4651: result: unknown" >&5
4652 < echo "${ECHO_T}unknown" >&6
4653 < fi
4654 <
4655 < rm -f conftest* conf/conftest* conf/CONFTEST* CONFTEST* conf/mpimod*
4656 < if test $madedir = 1 ; then rmdir conf ; fi
4657 <
4658 < echo "$as_me:4658: checking for mpi-directory" >&5
4659 < echo $ECHO_N "checking for mpi-directory... $ECHO_C" >&6
4660 <
4661 < # Check whether --with-mpi_dir or --without-mpi_dir was given.
4662 < if test "${with_mpi_dir+set}" = set; then
4663 <  withval="$with_mpi_dir"
4664 <  MPI_DIR="$withval"
4665 < else
4666 <  MPI_DIR="/usr/local"
4667 < fi;
4668 < echo "$as_me:4668: result: $MPI_DIR" >&5
4669 < echo "${ECHO_T}$MPI_DIR" >&6
4670 <
4671 < echo "$as_me:4671: checking for mpi-lib-directory" >&5
4672 < echo $ECHO_N "checking for mpi-lib-directory... $ECHO_C" >&6
4673 <
4674 < # Check whether --with-mpi_libdir or --without-mpi_libdir was given.
4675 < if test "${with_mpi_libdir+set}" = set; then
4676 <  withval="$with_mpi_libdir"
4677 <  MPI_LIBDIR="$withval"
4678 < else
4679 <  MPI_LIBDIR="$MPI_DIR/lib"
4680 < fi;
4681 < echo "$as_me:4681: result: $MPI_LIBDIR" >&5
4682 < echo "${ECHO_T}$MPI_LIBDIR" >&6
4683 <
4684 < echo "$as_me:4684: checking for mpi-inc-directory" >&5
4685 < echo $ECHO_N "checking for mpi-inc-directory... $ECHO_C" >&6
4686 <
4687 < # Check whether --with-mpi_inc or --without-mpi_inc was given.
4688 < if test "${with_mpi_inc+set}" = set; then
4689 <  withval="$with_mpi_inc"
4690 <  MPI_INC="$withval"
4691 < else
4692 <  MPI_INC="$MPI_DIR/include"
4693 < fi;
4694 < echo "$as_me:4694: result: $MPI_INC" >&5
4695 < echo "${ECHO_T}$MPI_INC" >&6
4696 <
4697 < echo "$as_me:4697: checking for MPI library" >&5
4698 < echo $ECHO_N "checking for MPI library... $ECHO_C" >&6
4699 < MPI_LIB=""
4700 < case "$host" in
4701 <  *-ibm-aix*)
4702 <    echo "$as_me:4702: checking whether to use signal-based MPI library" >&5
4703 < echo $ECHO_N "checking whether to use signal-based MPI library... $ECHO_C" >&6
4704 <    echo "$as_me:4704: result: $PACX_SIGNAL" >&5
4705 < echo "${ECHO_T}$PACX_SIGNAL" >&6
4706 <    if test "x$PACX_SIGNAL" = "xyes" ; then
4707 <      if test -f "$MPI_LIBDIR/libmpi.a" ; then
4708 <        MPI_LIB="-lmpi"
4709 <      elif test -f "$MPI_LIBDIR/libmpi.so" ; then
4710 <        MPI_LIB="-lmpi"
4711 <      elif test -f "$MPI_LIBDIR/libmpich.a" ; then
4712 <        MPI_LIB="-lmpich"
4713 <      else
4714 <        { { echo "$as_me:4714: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5
4715 < echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}
4716 <   { (exit 1); exit 1; }; }
4717 <      fi
4718 <    else
4719 <      if test -f "$MPI_LIBDIR/libmpi_r.a" ; then
4720 <         MPI_LIB="-lmpi_r"
4721 <      else
4722 <         { { echo "$as_me:4722: error: libmpi_r not found; check path for MPI package..." >&5
4723 < echo "$as_me: error: libmpi_r not found; check path for MPI package..." >&2;}
4724 <   { (exit 1); exit 1; }; }
4725 <      fi
4726 <    fi
4727 <    echo "$as_me:4727: result: found $MPI_LIB" >&5
4728 < echo "${ECHO_T}found $MPI_LIB" >&6
4729 <  ;;
4730 <  *)                             if test -f "$MPI_LIBDIR/libmpi.a" ; then
4731 <      MPI_LIB="-lmpi"
4732 <    elif test -f "$MPI_LIBDIR/libmpi.so" ; then
4733 <      MPI_LIB="-lmpi"
4734 <    elif test -f "$MPI_LIBDIR/libmpich.a" ; then
4735 <      MPI_LIB="-lmpich"
4736 <    else
4737 <      { { echo "$as_me:4737: error: neither libmpi nor libmpich found; check path for MPI package first..." >&5
4738 < echo "$as_me: error: neither libmpi nor libmpich found; check path for MPI package first..." >&2;}
4739 <   { (exit 1); exit 1; }; }
4740 <    fi
4741 <    echo "$as_me:4741: result: found $MPI_LIB" >&5
4742 < echo "${ECHO_T}found $MPI_LIB" >&6
4743 <  ;;
4744 < esac
4745 <
4746 <        for ac_prog in mpif90 hf90 mpxlf90 mpf90 mpxlf95 mpxlf_r
6363 > for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6364 >                  inttypes.h stdint.h unistd.h
6365   do
6366 <  # Extract the first word of "$ac_prog", so it can be a program name with args.
6367 < set dummy $ac_prog; ac_word=$2
6368 < echo "$as_me:4750: checking for $ac_word" >&5
6369 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4752 < if test "${ac_cv_prog_MPIF90+set}" = set; then
6366 > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6367 > echo "$as_me:$LINENO: checking for $ac_header" >&5
6368 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6369 > if eval "test \"\${$as_ac_Header+set}\" = set"; then
6370    echo $ECHO_N "(cached) $ECHO_C" >&6
6371   else
6372 <  if test -n "$MPIF90"; then
6373 <  ac_cv_prog_MPIF90="$MPIF90" # Let the user override the test.
6374 < else
6375 <  ac_save_IFS=$IFS; IFS=$ac_path_separator
6376 < ac_dummy="$PATH"
6377 < for ac_dir in $ac_dummy; do
6378 <  IFS=$ac_save_IFS
4762 <  test -z "$ac_dir" && ac_dir=.
4763 <  $as_executable_p "$ac_dir/$ac_word" || continue
4764 < ac_cv_prog_MPIF90="$ac_prog"
4765 < echo "$as_me:4765: found $ac_dir/$ac_word" >&5
4766 < break
4767 < done
6372 >  cat >conftest.$ac_ext <<_ACEOF
6373 > /* confdefs.h.  */
6374 > _ACEOF
6375 > cat confdefs.h >>conftest.$ac_ext
6376 > cat >>conftest.$ac_ext <<_ACEOF
6377 > /* end confdefs.h.  */
6378 > $ac_includes_default
6379  
6380 < fi
4770 < fi
4771 < MPIF90=$ac_cv_prog_MPIF90
4772 < if test -n "$MPIF90"; then
4773 <  echo "$as_me:4773: result: $MPIF90" >&5
4774 < echo "${ECHO_T}$MPIF90" >&6
4775 < else
4776 <  echo "$as_me:4776: result: no" >&5
4777 < echo "${ECHO_T}no" >&6
4778 < fi
4779 <
4780 <  test -n "$MPIF90" && break
4781 < done
4782 < test -n "$MPIF90" || MPIF90="$F90"
4783 <
4784 <        acx_mpi_save_F90="$F90"
4785 <        F90="$MPIF90"
4786 <
4787 < if test x = x"$MPILIBS"; then
4788 <        echo "$as_me:4788: checking for MPI_Init" >&5
4789 < echo $ECHO_N "checking for MPI_Init... $ECHO_C" >&6
4790 <                        cat >conftest.$ac_ext <<_ACEOF
4791 <
4792 < program main
4793 <
4794 <      call MPI_Init
4795 < end program main
4796 <
6380 > #include <$ac_header>
6381   _ACEOF
6382 < rm -f conftest.$ac_objext conftest$ac_exeext
6383 < if { (eval echo "$as_me:4799: \"$ac_link\"") >&5
6384 <  (eval $ac_link) 2>&5
6382 > rm -f conftest.$ac_objext
6383 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6384 >  (eval $ac_compile) 2>conftest.er1
6385    ac_status=$?
6386 <  echo "$as_me:4802: \$? = $ac_status" >&5
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); } &&
6391 <         { ac_try='test -s conftest$ac_exeext'
6392 <  { (eval echo "$as_me:4805: \"$ac_try\"") >&5
6391 >         { ac_try='test -z "$ac_c_werror_flag"
6392 >                         || test ! -s conftest.err'
6393 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6394    (eval $ac_try) 2>&5
6395    ac_status=$?
6396 <  echo "$as_me:4808: \$? = $ac_status" >&5
6397 <  (exit $ac_status); }; }; then
6398 <  MPILIBS=" "
6399 <                                echo "$as_me:4811: result: yes" >&5
4812 < echo "${ECHO_T}yes" >&6
4813 < else
4814 <  echo "$as_me: failed program was:" >&5
4815 < cat conftest.$ac_ext >&5
4816 < echo "$as_me:4816: result: no" >&5
4817 < echo "${ECHO_T}no" >&6
4818 < fi
4819 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4820 < fi
4821 < if test x = x"$MPILIBS"; then
4822 <        echo "$as_me:4822: checking for MPI_Init in -lmpi" >&5
4823 < echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
4824 < if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
4825 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4826 < else
4827 <  ac_check_lib_save_LIBS=$LIBS
4828 < LIBS="-lmpi  $LIBS"
4829 < cat >conftest.$ac_ext <<_ACEOF
4830 <
4831 < program main
4832 <
4833 < call MPI_Init
4834 < end program main
4835 <
4836 < _ACEOF
4837 < rm -f conftest.$ac_objext conftest$ac_exeext
4838 < if { (eval echo "$as_me:4838: \"$ac_link\"") >&5
4839 <  (eval $ac_link) 2>&5
4840 <  ac_status=$?
4841 <  echo "$as_me:4841: \$? = $ac_status" >&5
4842 <  (exit $ac_status); } &&
4843 <         { ac_try='test -s conftest$ac_exeext'
4844 <  { (eval echo "$as_me:4844: \"$ac_try\"") >&5
6396 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6397 >  (exit $ac_status); }; } &&
6398 >         { ac_try='test -s conftest.$ac_objext'
6399 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6400    (eval $ac_try) 2>&5
6401    ac_status=$?
6402 <  echo "$as_me:4847: \$? = $ac_status" >&5
6402 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403    (exit $ac_status); }; }; then
6404 <  ac_cv_lib_mpi_MPI_Init=yes
6404 >  eval "$as_ac_Header=yes"
6405   else
6406    echo "$as_me: failed program was:" >&5
6407 < cat conftest.$ac_ext >&5
4853 < ac_cv_lib_mpi_MPI_Init=no
4854 < fi
4855 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4856 < LIBS=$ac_check_lib_save_LIBS
4857 < fi
4858 < echo "$as_me:4858: result: $ac_cv_lib_mpi_MPI_Init" >&5
4859 < echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
4860 < if test $ac_cv_lib_mpi_MPI_Init = yes; then
4861 <  MPILIBS="-lmpi"
4862 < fi
6407 > sed 's/^/| /' conftest.$ac_ext >&5
6408  
6409 + eval "$as_ac_Header=no"
6410   fi
6411 < if test x = x"$MPILIBS"; then
4866 <        echo "$as_me:4866: checking for MPI_Init in -lmpich" >&5
4867 < echo $ECHO_N "checking for MPI_Init in -lmpich... $ECHO_C" >&6
4868 < if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then
4869 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4870 < else
4871 <  ac_check_lib_save_LIBS=$LIBS
4872 < LIBS="-lmpich  $LIBS"
4873 < cat >conftest.$ac_ext <<_ACEOF
4874 <
4875 < program main
4876 <
4877 < call MPI_Init
4878 < end program main
4879 <
4880 < _ACEOF
4881 < rm -f conftest.$ac_objext conftest$ac_exeext
4882 < if { (eval echo "$as_me:4882: \"$ac_link\"") >&5
4883 <  (eval $ac_link) 2>&5
4884 <  ac_status=$?
4885 <  echo "$as_me:4885: \$? = $ac_status" >&5
4886 <  (exit $ac_status); } &&
4887 <         { ac_try='test -s conftest$ac_exeext'
4888 <  { (eval echo "$as_me:4888: \"$ac_try\"") >&5
4889 <  (eval $ac_try) 2>&5
4890 <  ac_status=$?
4891 <  echo "$as_me:4891: \$? = $ac_status" >&5
4892 <  (exit $ac_status); }; }; then
4893 <  ac_cv_lib_mpich_MPI_Init=yes
4894 < else
4895 <  echo "$as_me: failed program was:" >&5
4896 < cat conftest.$ac_ext >&5
4897 < ac_cv_lib_mpich_MPI_Init=no
6411 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6412   fi
6413 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6414 < LIBS=$ac_check_lib_save_LIBS
6415 < fi
6416 < echo "$as_me:4902: result: $ac_cv_lib_mpich_MPI_Init" >&5
6417 < echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
4904 < if test $ac_cv_lib_mpich_MPI_Init = yes; then
4905 <  MPILIBS="-lmpich"
4906 < fi
4907 <
4908 < fi
4909 <
4910 < F90="$acx_mpi_save_F90"
4911 <
4912 < # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
4913 < if test x = x"$MPILIBS"; then
4914 <
4915 <        :
4916 < else
4917 <
4918 < cat >>confdefs.h <<\EOF
4919 < #define HAVE_MPI 1
4920 < EOF
4921 <
4922 <        :
4923 < fi
4924 <
4925 < ac_ext=c
4926 < ac_cpp='$CPP $CPPFLAGS'
4927 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4928 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4929 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
4930 < echo "$as_me:4930: checking how to run the C preprocessor" >&5
4931 < echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4932 < # On Suns, sometimes $CPP names a directory.
4933 < if test -n "$CPP" && test -d "$CPP"; then
4934 <  CPP=
4935 < fi
4936 < if test -z "$CPP"; then
4937 <  if test "${ac_cv_prog_CPP+set}" = set; then
4938 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4939 < else
4940 <      # Double quotes because CPP needs to be expanded
4941 <    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4942 <    do
4943 <      # break 2 since there is a loop in there.
4944 <      ac_preproc_ok=false
4945 < for ac_c_preproc_warn_flag in '' yes
4946 < do
4947 <  # Use a header file that comes with gcc, so configuring glibc
4948 <  # with a fresh cross-compiler works.
4949 <  # On the NeXT, cc -E runs the code through the compiler's parser,
4950 <  # not just through cpp. "Syntax error" is here to catch this case.
4951 <  cat >conftest.$ac_ext <<_ACEOF
4952 < #line 4952 "configure"
4953 < #include "confdefs.h"
4954 < #include <assert.h>
4955 <                     Syntax error
6413 > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6414 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6415 > if test `eval echo '${'$as_ac_Header'}'` = yes; then
6416 >  cat >>confdefs.h <<_ACEOF
6417 > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6418   _ACEOF
4957 if { (eval echo "$as_me:4957: \"$ac_cpp conftest.$ac_ext\"") >&5
4958  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4959  ac_status=$?
4960  egrep -v '^ *\+' conftest.er1 >conftest.err
4961  rm -f conftest.er1
4962  cat conftest.err >&5
4963  echo "$as_me:4963: \$? = $ac_status" >&5
4964  (exit $ac_status); } >/dev/null; then
4965  if test -s conftest.err; then
4966    ac_cpp_err=$ac_c_preproc_warn_flag
4967  else
4968    ac_cpp_err=
4969  fi
4970 else
4971  ac_cpp_err=yes
4972 fi
4973 if test -z "$ac_cpp_err"; then
4974  :
4975 else
4976  echo "$as_me: failed program was:" >&5
4977  cat conftest.$ac_ext >&5
4978  # Broken: fails on valid input.
4979 continue
4980 fi
4981 rm -f conftest.err conftest.$ac_ext
6419  
4983  # OK, works on sane cases.  Now check whether non-existent headers
4984  # can be detected and how.
4985  cat >conftest.$ac_ext <<_ACEOF
4986 #line 4986 "configure"
4987 #include "confdefs.h"
4988 #include <ac_nonexistent.h>
4989 _ACEOF
4990 if { (eval echo "$as_me:4990: \"$ac_cpp conftest.$ac_ext\"") >&5
4991  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4992  ac_status=$?
4993  egrep -v '^ *\+' conftest.er1 >conftest.err
4994  rm -f conftest.er1
4995  cat conftest.err >&5
4996  echo "$as_me:4996: \$? = $ac_status" >&5
4997  (exit $ac_status); } >/dev/null; then
4998  if test -s conftest.err; then
4999    ac_cpp_err=$ac_c_preproc_warn_flag
5000  else
5001    ac_cpp_err=
5002  fi
5003 else
5004  ac_cpp_err=yes
6420   fi
5006 if test -z "$ac_cpp_err"; then
5007  # Broken: success on invalid input.
5008 continue
5009 else
5010  echo "$as_me: failed program was:" >&5
5011  cat conftest.$ac_ext >&5
5012  # Passes both tests.
5013 ac_preproc_ok=:
5014 break
5015 fi
5016 rm -f conftest.err conftest.$ac_ext
6421  
6422   done
5019 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5020 rm -f conftest.err conftest.$ac_ext
5021 if $ac_preproc_ok; then
5022  break 2
5023 fi
6423  
5025    done
5026    ac_cv_prog_CPP=$CPP
6424  
5028 fi
5029  CPP=$ac_cv_prog_CPP
5030 else
5031  ac_cv_prog_CPP=$CPP
5032 fi
5033 echo "$as_me:5033: result: $CPP" >&5
5034 echo "${ECHO_T}$CPP" >&6
5035 ac_preproc_ok=false
5036 for ac_c_preproc_warn_flag in '' yes
5037 do
5038  # Use a header file that comes with gcc, so configuring glibc
5039  # with a fresh cross-compiler works.
5040  # On the NeXT, cc -E runs the code through the compiler's parser,
5041  # not just through cpp. "Syntax error" is here to catch this case.
5042  cat >conftest.$ac_ext <<_ACEOF
5043 #line 5043 "configure"
5044 #include "confdefs.h"
5045 #include <assert.h>
5046                     Syntax error
5047 _ACEOF
5048 if { (eval echo "$as_me:5048: \"$ac_cpp conftest.$ac_ext\"") >&5
5049  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5050  ac_status=$?
5051  egrep -v '^ *\+' conftest.er1 >conftest.err
5052  rm -f conftest.er1
5053  cat conftest.err >&5
5054  echo "$as_me:5054: \$? = $ac_status" >&5
5055  (exit $ac_status); } >/dev/null; then
5056  if test -s conftest.err; then
5057    ac_cpp_err=$ac_c_preproc_warn_flag
5058  else
5059    ac_cpp_err=
5060  fi
5061 else
5062  ac_cpp_err=yes
5063 fi
5064 if test -z "$ac_cpp_err"; then
5065  :
5066 else
5067  echo "$as_me: failed program was:" >&5
5068  cat conftest.$ac_ext >&5
5069  # Broken: fails on valid input.
5070 continue
5071 fi
5072 rm -f conftest.err conftest.$ac_ext
6425  
5074  # OK, works on sane cases.  Now check whether non-existent headers
5075  # can be detected and how.
5076  cat >conftest.$ac_ext <<_ACEOF
5077 #line 5077 "configure"
5078 #include "confdefs.h"
5079 #include <ac_nonexistent.h>
5080 _ACEOF
5081 if { (eval echo "$as_me:5081: \"$ac_cpp conftest.$ac_ext\"") >&5
5082  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5083  ac_status=$?
5084  egrep -v '^ *\+' conftest.er1 >conftest.err
5085  rm -f conftest.er1
5086  cat conftest.err >&5
5087  echo "$as_me:5087: \$? = $ac_status" >&5
5088  (exit $ac_status); } >/dev/null; then
5089  if test -s conftest.err; then
5090    ac_cpp_err=$ac_c_preproc_warn_flag
5091  else
5092    ac_cpp_err=
5093  fi
5094 else
5095  ac_cpp_err=yes
5096 fi
5097 if test -z "$ac_cpp_err"; then
5098  # Broken: success on invalid input.
5099 continue
5100 else
5101  echo "$as_me: failed program was:" >&5
5102  cat conftest.$ac_ext >&5
5103  # Passes both tests.
5104 ac_preproc_ok=:
5105 break
5106 fi
5107 rm -f conftest.err conftest.$ac_ext
6426  
5109 done
5110 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5111 rm -f conftest.err conftest.$ac_ext
5112 if $ac_preproc_ok; then
5113  :
5114 else
5115  { { echo "$as_me:5115: error: C preprocessor \"$CPP\" fails sanity check" >&5
5116 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
5117   { (exit 1); exit 1; }; }
5118 fi
6427  
5120 ac_ext=c
5121 ac_cpp='$CPP $CPPFLAGS'
5122 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5123 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5124 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5125
6428   # Check whether --with-sprng_prefix or --without-sprng_prefix was given.
6429   if test "${with_sprng_prefix+set}" = set; then
6430    withval="$with_sprng_prefix"
# Line 5155 | Line 6457 | fi;
6457      sprng_include=${sprng_prefix}/include
6458    fi
6459  
6460 <  echo "$as_me:5158: checking for SPRNG include files in $sprng_include" >&5
6460 >  echo "$as_me:$LINENO: checking for SPRNG include files in $sprng_include" >&5
6461   echo $ECHO_N "checking for SPRNG include files in $sprng_include... $ECHO_C" >&6
6462    if test -f ${sprng_include}/sprng.h; then
6463      have_sprngincl=yes
6464 <    echo "$as_me:5162: result: yes" >&5
6464 >    echo "$as_me:$LINENO: result: yes" >&5
6465   echo "${ECHO_T}yes" >&6
6466    else
6467      have_sprngincl=no
6468 <    echo "$as_me:5166: result: no" >&5
6468 >    echo "$as_me:$LINENO: result: no" >&5
6469   echo "${ECHO_T}no" >&6
6470 <    { { echo "$as_me:5168: error: Could not locate the SPRNG include files" >&5
6470 >    { { echo "$as_me:$LINENO: error: Could not locate the SPRNG include files" >&5
6471   echo "$as_me: error: Could not locate the SPRNG include files" >&2;}
6472     { (exit 1); exit 1; }; }
6473    fi
6474  
6475 <  echo "$as_me:5173: checking for SPRNG libraries in $sprng_libdir" >&5
6475 >  echo "$as_me:$LINENO: checking for SPRNG libraries in $sprng_libdir" >&5
6476   echo $ECHO_N "checking for SPRNG libraries in $sprng_libdir... $ECHO_C" >&6
6477    if test -f ${sprng_libdir}/libsprng.a; then
6478      have_sprnglib=yes
6479 <    echo "$as_me:5177: result: yes" >&5
6479 >    echo "$as_me:$LINENO: result: yes" >&5
6480   echo "${ECHO_T}yes" >&6
6481    else
6482      have_sprnglib=no
6483 <    echo "$as_me:5181: result: no" >&5
6483 >    echo "$as_me:$LINENO: result: no" >&5
6484   echo "${ECHO_T}no" >&6
6485 <    { { echo "$as_me:5183: error: Could not locate the SPRNG libraries" >&5
6485 >    { { echo "$as_me:$LINENO: error: Could not locate the SPRNG libraries" >&5
6486   echo "$as_me: error: Could not locate the SPRNG libraries" >&2;}
6487     { (exit 1); exit 1; }; }
6488    fi
6489  
6490 +
6491 +
6492    ac_ext=c
6493   ac_cpp='$CPP $CPPFLAGS'
6494   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 5195 | Line 6499 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
6499    CPPFLAGS="${CPPFLAGS} -I${sprng_include}"
6500    ac_save_LDFLAGS=$LDFLAGS
6501    LDFLAGS="${LDFLAGS} -L${sprng_libdir} -lsprng"
6502 <  echo "$as_me:5198: checking for sprng.h" >&5
6502 >  if test "${ac_cv_header_sprng_h+set}" = set; then
6503 >  echo "$as_me:$LINENO: checking for sprng.h" >&5
6504   echo $ECHO_N "checking for sprng.h... $ECHO_C" >&6
6505   if test "${ac_cv_header_sprng_h+set}" = set; then
6506    echo $ECHO_N "(cached) $ECHO_C" >&6
6507 + fi
6508 + echo "$as_me:$LINENO: result: $ac_cv_header_sprng_h" >&5
6509 + echo "${ECHO_T}$ac_cv_header_sprng_h" >&6
6510   else
6511 <  cat >conftest.$ac_ext <<_ACEOF
6512 < #line 5204 "configure"
6513 < #include "confdefs.h"
6511 >  # Is the header compilable?
6512 > echo "$as_me:$LINENO: checking sprng.h usability" >&5
6513 > echo $ECHO_N "checking sprng.h usability... $ECHO_C" >&6
6514 > cat >conftest.$ac_ext <<_ACEOF
6515 > /* confdefs.h.  */
6516 > _ACEOF
6517 > cat confdefs.h >>conftest.$ac_ext
6518 > cat >>conftest.$ac_ext <<_ACEOF
6519 > /* end confdefs.h.  */
6520 > $ac_includes_default
6521   #include <sprng.h>
6522   _ACEOF
6523 < if { (eval echo "$as_me:5208: \"$ac_cpp conftest.$ac_ext\"") >&5
6523 > rm -f conftest.$ac_objext
6524 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6525 >  (eval $ac_compile) 2>conftest.er1
6526 >  ac_status=$?
6527 >  grep -v '^ *+' conftest.er1 >conftest.err
6528 >  rm -f conftest.er1
6529 >  cat conftest.err >&5
6530 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6531 >  (exit $ac_status); } &&
6532 >         { ac_try='test -z "$ac_c_werror_flag"
6533 >                         || test ! -s conftest.err'
6534 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6535 >  (eval $ac_try) 2>&5
6536 >  ac_status=$?
6537 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6538 >  (exit $ac_status); }; } &&
6539 >         { ac_try='test -s conftest.$ac_objext'
6540 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6541 >  (eval $ac_try) 2>&5
6542 >  ac_status=$?
6543 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6544 >  (exit $ac_status); }; }; then
6545 >  ac_header_compiler=yes
6546 > else
6547 >  echo "$as_me: failed program was:" >&5
6548 > sed 's/^/| /' conftest.$ac_ext >&5
6549 >
6550 > ac_header_compiler=no
6551 > fi
6552 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6553 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6554 > echo "${ECHO_T}$ac_header_compiler" >&6
6555 >
6556 > # Is the header present?
6557 > echo "$as_me:$LINENO: checking sprng.h presence" >&5
6558 > echo $ECHO_N "checking sprng.h presence... $ECHO_C" >&6
6559 > cat >conftest.$ac_ext <<_ACEOF
6560 > /* confdefs.h.  */
6561 > _ACEOF
6562 > cat confdefs.h >>conftest.$ac_ext
6563 > cat >>conftest.$ac_ext <<_ACEOF
6564 > /* end confdefs.h.  */
6565 > #include <sprng.h>
6566 > _ACEOF
6567 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6568    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6569    ac_status=$?
6570 <  egrep -v '^ *\+' conftest.er1 >conftest.err
6570 >  grep -v '^ *+' conftest.er1 >conftest.err
6571    rm -f conftest.er1
6572    cat conftest.err >&5
6573 <  echo "$as_me:5214: \$? = $ac_status" >&5
6573 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6574    (exit $ac_status); } >/dev/null; then
6575    if test -s conftest.err; then
6576      ac_cpp_err=$ac_c_preproc_warn_flag
6577 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6578    else
6579      ac_cpp_err=
6580    fi
# Line 5222 | Line 6582 | if test -z "$ac_cpp_err"; then
6582    ac_cpp_err=yes
6583   fi
6584   if test -z "$ac_cpp_err"; then
6585 <  ac_cv_header_sprng_h=yes
6585 >  ac_header_preproc=yes
6586   else
6587    echo "$as_me: failed program was:" >&5
6588 <  cat conftest.$ac_ext >&5
6589 <  ac_cv_header_sprng_h=no
6588 > sed 's/^/| /' conftest.$ac_ext >&5
6589 >
6590 >  ac_header_preproc=no
6591   fi
6592   rm -f conftest.err conftest.$ac_ext
6593 + echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6594 + echo "${ECHO_T}$ac_header_preproc" >&6
6595 +
6596 + # So?  What about this header?
6597 + case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6598 +  yes:no: )
6599 +    { echo "$as_me:$LINENO: WARNING: sprng.h: accepted by the compiler, rejected by the preprocessor!" >&5
6600 + echo "$as_me: WARNING: sprng.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6601 +    { echo "$as_me:$LINENO: WARNING: sprng.h: proceeding with the compiler's result" >&5
6602 + echo "$as_me: WARNING: sprng.h: proceeding with the compiler's result" >&2;}
6603 +    ac_header_preproc=yes
6604 +    ;;
6605 +  no:yes:* )
6606 +    { echo "$as_me:$LINENO: WARNING: sprng.h: present but cannot be compiled" >&5
6607 + echo "$as_me: WARNING: sprng.h: present but cannot be compiled" >&2;}
6608 +    { echo "$as_me:$LINENO: WARNING: sprng.h:     check for missing prerequisite headers?" >&5
6609 + echo "$as_me: WARNING: sprng.h:     check for missing prerequisite headers?" >&2;}
6610 +    { echo "$as_me:$LINENO: WARNING: sprng.h: see the Autoconf documentation" >&5
6611 + echo "$as_me: WARNING: sprng.h: see the Autoconf documentation" >&2;}
6612 +    { echo "$as_me:$LINENO: WARNING: sprng.h:     section \"Present But Cannot Be Compiled\"" >&5
6613 + echo "$as_me: WARNING: sprng.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6614 +    { echo "$as_me:$LINENO: WARNING: sprng.h: proceeding with the preprocessor's result" >&5
6615 + echo "$as_me: WARNING: sprng.h: proceeding with the preprocessor's result" >&2;}
6616 +    { echo "$as_me:$LINENO: WARNING: sprng.h: in the future, the compiler will take precedence" >&5
6617 + echo "$as_me: WARNING: sprng.h: in the future, the compiler will take precedence" >&2;}
6618 +    (
6619 +      cat <<\_ASBOX
6620 + ## ------------------------------ ##
6621 + ## Report this to gezelter@nd.edu ##
6622 + ## ------------------------------ ##
6623 + _ASBOX
6624 +    ) |
6625 +      sed "s/^/$as_me: WARNING:     /" >&2
6626 +    ;;
6627 + esac
6628 + echo "$as_me:$LINENO: checking for sprng.h" >&5
6629 + echo $ECHO_N "checking for sprng.h... $ECHO_C" >&6
6630 + if test "${ac_cv_header_sprng_h+set}" = set; then
6631 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6632 + else
6633 +  ac_cv_header_sprng_h=$ac_header_preproc
6634   fi
6635 < echo "$as_me:5233: result: $ac_cv_header_sprng_h" >&5
6635 > echo "$as_me:$LINENO: result: $ac_cv_header_sprng_h" >&5
6636   echo "${ECHO_T}$ac_cv_header_sprng_h" >&6
6637 +
6638 + fi
6639   if test $ac_cv_header_sprng_h = yes; then
6640  
6641 <    echo "$as_me:5237: checking for init_rng in -lsprng" >&5
6641 >    echo "$as_me:$LINENO: checking for init_rng in -lsprng" >&5
6642   echo $ECHO_N "checking for init_rng in -lsprng... $ECHO_C" >&6
6643   if test "${ac_cv_lib_sprng_init_rng+set}" = set; then
6644    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 5242 | Line 6646 | cat >conftest.$ac_ext <<_ACEOF
6646    ac_check_lib_save_LIBS=$LIBS
6647   LIBS="-lsprng  $LIBS"
6648   cat >conftest.$ac_ext <<_ACEOF
6649 < #line 5245 "configure"
6650 < #include "confdefs.h"
6649 > /* confdefs.h.  */
6650 > _ACEOF
6651 > cat confdefs.h >>conftest.$ac_ext
6652 > cat >>conftest.$ac_ext <<_ACEOF
6653 > /* end confdefs.h.  */
6654  
6655   /* Override any gcc2 internal prototype to avoid an error.  */
6656   #ifdef __cplusplus
# Line 5261 | Line 6668 | if { (eval echo "$as_me:5264: \"$ac_link\"") >&5
6668   }
6669   _ACEOF
6670   rm -f conftest.$ac_objext conftest$ac_exeext
6671 < if { (eval echo "$as_me:5264: \"$ac_link\"") >&5
6672 <  (eval $ac_link) 2>&5
6671 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6672 >  (eval $ac_link) 2>conftest.er1
6673    ac_status=$?
6674 <  echo "$as_me:5267: \$? = $ac_status" >&5
6674 >  grep -v '^ *+' conftest.er1 >conftest.err
6675 >  rm -f conftest.er1
6676 >  cat conftest.err >&5
6677 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6678    (exit $ac_status); } &&
6679 <         { ac_try='test -s conftest$ac_exeext'
6680 <  { (eval echo "$as_me:5270: \"$ac_try\"") >&5
6679 >         { ac_try='test -z "$ac_c_werror_flag"
6680 >                         || test ! -s conftest.err'
6681 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6682    (eval $ac_try) 2>&5
6683    ac_status=$?
6684 <  echo "$as_me:5273: \$? = $ac_status" >&5
6684 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 >  (exit $ac_status); }; } &&
6686 >         { ac_try='test -s conftest$ac_exeext'
6687 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6688 >  (eval $ac_try) 2>&5
6689 >  ac_status=$?
6690 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6691    (exit $ac_status); }; }; then
6692    ac_cv_lib_sprng_init_rng=yes
6693   else
6694    echo "$as_me: failed program was:" >&5
6695 < cat conftest.$ac_ext >&5
6695 > sed 's/^/| /' conftest.$ac_ext >&5
6696 >
6697   ac_cv_lib_sprng_init_rng=no
6698   fi
6699 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6699 > rm -f conftest.err conftest.$ac_objext \
6700 >      conftest$ac_exeext conftest.$ac_ext
6701   LIBS=$ac_check_lib_save_LIBS
6702   fi
6703 < echo "$as_me:5284: result: $ac_cv_lib_sprng_init_rng" >&5
6703 > echo "$as_me:$LINENO: result: $ac_cv_lib_sprng_init_rng" >&5
6704   echo "${ECHO_T}$ac_cv_lib_sprng_init_rng" >&6
6705   if test $ac_cv_lib_sprng_init_rng = yes; then
6706    SPRNG_LIBDIR="${sprng_libdir}"
# Line 5291 | Line 6710 | fi
6710  
6711   fi
6712  
6713 +
6714    CPPFLAGS=$ac_save_CPPFLAGS
6715    LDFLAGS=$ac_save_LDFLAGS
6716    ac_ext=f90
# Line 5298 | Line 6718 | ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6718   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6719   ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6720  
6721 +
6722    if test x_$HAVE_SPRNG != x_yes; then
6723 <        { { echo "$as_me:5302: error: Can't build with SPRNG" >&5
6723 >        { { echo "$as_me:$LINENO: error: Can't build with SPRNG" >&5
6724   echo "$as_me: error: Can't build with SPRNG" >&2;}
6725     { (exit 1); exit 1; }; }
6726    fi
6727  
6728 < echo "$as_me:5307: checking if MKL is wanted" >&5
6728 >
6729 >
6730 >
6731 >
6732 > echo "$as_me:$LINENO: checking if MKL is wanted" >&5
6733   echo $ECHO_N "checking if MKL is wanted... $ECHO_C" >&6
6734  
6735   # Check whether --with-mkl or --without-mkl was given.
6736   if test "${with_mkl+set}" = set; then
6737    withval="$with_mkl"
6738 <     echo "$as_me:5313: result: yes" >&5
6738 >     echo "$as_me:$LINENO: result: yes" >&5
6739   echo "${ECHO_T}yes" >&6
6740      for dir in $withval /usr/local/intel/mkl60 /opt/intel/mkl60; do
6741          mkldir="$dir"
# Line 5320 | Line 6745 | echo "${ECHO_T}yes" >&6
6745          fi
6746      done
6747      if test x_$found_mkl != x_yes; then
6748 <        { { echo "$as_me:5323: error: Cannot find MKL includes" >&5
6748 >        { { echo "$as_me:$LINENO: error: Cannot find MKL includes" >&5
6749   echo "$as_me: error: Cannot find MKL includes" >&2;}
6750     { (exit 1); exit 1; }; }
6751      else
6752          printf "MKL includes found in $mkldir/include\n";
6753      fi
6754  
6755 +
6756 +
6757    ac_ext=c
6758   ac_cpp='$CPP $CPPFLAGS'
6759   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 5337 | Line 6764 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
6764    CPPFLAGS="${CPPFLAGS} -I${mkldir}/include"
6765    ac_save_LDFLAGS=$LDFLAGS
6766    LDFLAGS="${LDFLAGS} -L${mkldir}/lib/32 -lmkl -lvml -lguide"
6767 <  echo "$as_me:5340: checking for mkl.h" >&5
6767 >  if test "${ac_cv_header_mkl_h+set}" = set; then
6768 >  echo "$as_me:$LINENO: checking for mkl.h" >&5
6769   echo $ECHO_N "checking for mkl.h... $ECHO_C" >&6
6770   if test "${ac_cv_header_mkl_h+set}" = set; then
6771    echo $ECHO_N "(cached) $ECHO_C" >&6
6772 + fi
6773 + echo "$as_me:$LINENO: result: $ac_cv_header_mkl_h" >&5
6774 + echo "${ECHO_T}$ac_cv_header_mkl_h" >&6
6775   else
6776 <  cat >conftest.$ac_ext <<_ACEOF
6777 < #line 5346 "configure"
6778 < #include "confdefs.h"
6776 >  # Is the header compilable?
6777 > echo "$as_me:$LINENO: checking mkl.h usability" >&5
6778 > echo $ECHO_N "checking mkl.h usability... $ECHO_C" >&6
6779 > cat >conftest.$ac_ext <<_ACEOF
6780 > /* confdefs.h.  */
6781 > _ACEOF
6782 > cat confdefs.h >>conftest.$ac_ext
6783 > cat >>conftest.$ac_ext <<_ACEOF
6784 > /* end confdefs.h.  */
6785 > $ac_includes_default
6786   #include <mkl.h>
6787   _ACEOF
6788 < if { (eval echo "$as_me:5350: \"$ac_cpp conftest.$ac_ext\"") >&5
6788 > rm -f conftest.$ac_objext
6789 > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6790 >  (eval $ac_compile) 2>conftest.er1
6791 >  ac_status=$?
6792 >  grep -v '^ *+' conftest.er1 >conftest.err
6793 >  rm -f conftest.er1
6794 >  cat conftest.err >&5
6795 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6796 >  (exit $ac_status); } &&
6797 >         { ac_try='test -z "$ac_c_werror_flag"
6798 >                         || test ! -s conftest.err'
6799 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6800 >  (eval $ac_try) 2>&5
6801 >  ac_status=$?
6802 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803 >  (exit $ac_status); }; } &&
6804 >         { ac_try='test -s conftest.$ac_objext'
6805 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6806 >  (eval $ac_try) 2>&5
6807 >  ac_status=$?
6808 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6809 >  (exit $ac_status); }; }; then
6810 >  ac_header_compiler=yes
6811 > else
6812 >  echo "$as_me: failed program was:" >&5
6813 > sed 's/^/| /' conftest.$ac_ext >&5
6814 >
6815 > ac_header_compiler=no
6816 > fi
6817 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6818 > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6819 > echo "${ECHO_T}$ac_header_compiler" >&6
6820 >
6821 > # Is the header present?
6822 > echo "$as_me:$LINENO: checking mkl.h presence" >&5
6823 > echo $ECHO_N "checking mkl.h presence... $ECHO_C" >&6
6824 > cat >conftest.$ac_ext <<_ACEOF
6825 > /* confdefs.h.  */
6826 > _ACEOF
6827 > cat confdefs.h >>conftest.$ac_ext
6828 > cat >>conftest.$ac_ext <<_ACEOF
6829 > /* end confdefs.h.  */
6830 > #include <mkl.h>
6831 > _ACEOF
6832 > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6833    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6834    ac_status=$?
6835 <  egrep -v '^ *\+' conftest.er1 >conftest.err
6835 >  grep -v '^ *+' conftest.er1 >conftest.err
6836    rm -f conftest.er1
6837    cat conftest.err >&5
6838 <  echo "$as_me:5356: \$? = $ac_status" >&5
6838 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6839    (exit $ac_status); } >/dev/null; then
6840    if test -s conftest.err; then
6841      ac_cpp_err=$ac_c_preproc_warn_flag
6842 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6843    else
6844      ac_cpp_err=
6845    fi
# Line 5364 | Line 6847 | if test -z "$ac_cpp_err"; then
6847    ac_cpp_err=yes
6848   fi
6849   if test -z "$ac_cpp_err"; then
6850 <  ac_cv_header_mkl_h=yes
6850 >  ac_header_preproc=yes
6851   else
6852    echo "$as_me: failed program was:" >&5
6853 <  cat conftest.$ac_ext >&5
6854 <  ac_cv_header_mkl_h=no
6853 > sed 's/^/| /' conftest.$ac_ext >&5
6854 >
6855 >  ac_header_preproc=no
6856   fi
6857   rm -f conftest.err conftest.$ac_ext
6858 + echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6859 + echo "${ECHO_T}$ac_header_preproc" >&6
6860 +
6861 + # So?  What about this header?
6862 + case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6863 +  yes:no: )
6864 +    { echo "$as_me:$LINENO: WARNING: mkl.h: accepted by the compiler, rejected by the preprocessor!" >&5
6865 + echo "$as_me: WARNING: mkl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6866 +    { echo "$as_me:$LINENO: WARNING: mkl.h: proceeding with the compiler's result" >&5
6867 + echo "$as_me: WARNING: mkl.h: proceeding with the compiler's result" >&2;}
6868 +    ac_header_preproc=yes
6869 +    ;;
6870 +  no:yes:* )
6871 +    { echo "$as_me:$LINENO: WARNING: mkl.h: present but cannot be compiled" >&5
6872 + echo "$as_me: WARNING: mkl.h: present but cannot be compiled" >&2;}
6873 +    { echo "$as_me:$LINENO: WARNING: mkl.h:     check for missing prerequisite headers?" >&5
6874 + echo "$as_me: WARNING: mkl.h:     check for missing prerequisite headers?" >&2;}
6875 +    { echo "$as_me:$LINENO: WARNING: mkl.h: see the Autoconf documentation" >&5
6876 + echo "$as_me: WARNING: mkl.h: see the Autoconf documentation" >&2;}
6877 +    { echo "$as_me:$LINENO: WARNING: mkl.h:     section \"Present But Cannot Be Compiled\"" >&5
6878 + echo "$as_me: WARNING: mkl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6879 +    { echo "$as_me:$LINENO: WARNING: mkl.h: proceeding with the preprocessor's result" >&5
6880 + echo "$as_me: WARNING: mkl.h: proceeding with the preprocessor's result" >&2;}
6881 +    { echo "$as_me:$LINENO: WARNING: mkl.h: in the future, the compiler will take precedence" >&5
6882 + echo "$as_me: WARNING: mkl.h: in the future, the compiler will take precedence" >&2;}
6883 +    (
6884 +      cat <<\_ASBOX
6885 + ## ------------------------------ ##
6886 + ## Report this to gezelter@nd.edu ##
6887 + ## ------------------------------ ##
6888 + _ASBOX
6889 +    ) |
6890 +      sed "s/^/$as_me: WARNING:     /" >&2
6891 +    ;;
6892 + esac
6893 + echo "$as_me:$LINENO: checking for mkl.h" >&5
6894 + echo $ECHO_N "checking for mkl.h... $ECHO_C" >&6
6895 + if test "${ac_cv_header_mkl_h+set}" = set; then
6896 +  echo $ECHO_N "(cached) $ECHO_C" >&6
6897 + else
6898 +  ac_cv_header_mkl_h=$ac_header_preproc
6899   fi
6900 < echo "$as_me:5375: result: $ac_cv_header_mkl_h" >&5
6900 > echo "$as_me:$LINENO: result: $ac_cv_header_mkl_h" >&5
6901   echo "${ECHO_T}$ac_cv_header_mkl_h" >&6
6902 +
6903 + fi
6904   if test $ac_cv_header_mkl_h = yes; then
6905  
6906 <    echo "$as_me:5379: checking for vslNewStream in -lmkl" >&5
6906 >    echo "$as_me:$LINENO: checking for vslNewStream in -lmkl" >&5
6907   echo $ECHO_N "checking for vslNewStream in -lmkl... $ECHO_C" >&6
6908   if test "${ac_cv_lib_mkl_vslNewStream+set}" = set; then
6909    echo $ECHO_N "(cached) $ECHO_C" >&6
# Line 5384 | Line 6911 | cat >conftest.$ac_ext <<_ACEOF
6911    ac_check_lib_save_LIBS=$LIBS
6912   LIBS="-lmkl  $LIBS"
6913   cat >conftest.$ac_ext <<_ACEOF
6914 < #line 5387 "configure"
6915 < #include "confdefs.h"
6914 > /* confdefs.h.  */
6915 > _ACEOF
6916 > cat confdefs.h >>conftest.$ac_ext
6917 > cat >>conftest.$ac_ext <<_ACEOF
6918 > /* end confdefs.h.  */
6919  
6920   /* Override any gcc2 internal prototype to avoid an error.  */
6921   #ifdef __cplusplus
# Line 5403 | Line 6933 | if { (eval echo "$as_me:5406: \"$ac_link\"") >&5
6933   }
6934   _ACEOF
6935   rm -f conftest.$ac_objext conftest$ac_exeext
6936 < if { (eval echo "$as_me:5406: \"$ac_link\"") >&5
6937 <  (eval $ac_link) 2>&5
6936 > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6937 >  (eval $ac_link) 2>conftest.er1
6938 >  ac_status=$?
6939 >  grep -v '^ *+' conftest.er1 >conftest.err
6940 >  rm -f conftest.er1
6941 >  cat conftest.err >&5
6942 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6943 >  (exit $ac_status); } &&
6944 >         { ac_try='test -z "$ac_c_werror_flag"
6945 >                         || test ! -s conftest.err'
6946 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6947 >  (eval $ac_try) 2>&5
6948    ac_status=$?
6949 <  echo "$as_me:5409: \$? = $ac_status" >&5
6950 <  (exit $ac_status); } &&
6951 <         { ac_try='test -s conftest$ac_exeext'
6952 <  { (eval echo "$as_me:5412: \"$ac_try\"") >&5
6949 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6950 >  (exit $ac_status); }; } &&
6951 >         { ac_try='test -s conftest$ac_exeext'
6952 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6953    (eval $ac_try) 2>&5
6954    ac_status=$?
6955 <  echo "$as_me:5415: \$? = $ac_status" >&5
6955 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956    (exit $ac_status); }; }; then
6957    ac_cv_lib_mkl_vslNewStream=yes
6958   else
6959    echo "$as_me: failed program was:" >&5
6960 < cat conftest.$ac_ext >&5
6960 > sed 's/^/| /' conftest.$ac_ext >&5
6961 >
6962   ac_cv_lib_mkl_vslNewStream=no
6963   fi
6964 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6964 > rm -f conftest.err conftest.$ac_objext \
6965 >      conftest$ac_exeext conftest.$ac_ext
6966   LIBS=$ac_check_lib_save_LIBS
6967   fi
6968 < echo "$as_me:5426: result: $ac_cv_lib_mkl_vslNewStream" >&5
6968 > echo "$as_me:$LINENO: result: $ac_cv_lib_mkl_vslNewStream" >&5
6969   echo "${ECHO_T}$ac_cv_lib_mkl_vslNewStream" >&6
6970   if test $ac_cv_lib_mkl_vslNewStream = yes; then
6971    MKL_LIBDIR="${mkldir}/lib/32",
# Line 5431 | Line 6973 | else
6973                       HAVE_MKL="yes"
6974   fi
6975  
6976 +
6977   else
6978    MKL_INC="-I${mkldir}/include"
6979   fi
6980  
6981 +
6982    CPPFLAGS=$ac_save_CPPFLAGS
6983    LDFLAGS=$ac_save_LDFLAGS
6984    ac_ext=f90
# Line 5442 | Line 6986 | ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6986   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6987   ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6988  
6989 +
6990    if test x_$HAVE_MKL != x_yes; then
6991 <        { { echo "$as_me:5446: error: Can't build with MKL" >&5
6991 >        { { echo "$as_me:$LINENO: error: Can't build with MKL" >&5
6992   echo "$as_me: error: Can't build with MKL" >&2;}
6993     { (exit 1); exit 1; }; }
6994    fi
6995  
5451 else
6996  
5453    echo "$as_me:5453: result: no" >&5
5454 echo "${ECHO_T}no" >&6
6997  
5456 fi;
6998  
5458 # Check whether --with-mpi_f90_mods or --without-mpi_f90_mods was given.
5459 if test "${with_mpi_f90_mods+set}" = set; then
5460  withval="$with_mpi_f90_mods"
5461  mpi_f90_mods="$withval"
5462 else
5463  mpi_f90_mods="/usr/local/include/f90choice"
5464 fi;
6999  
5466  echo "$as_me:5466: checking for MPI F90 modules" >&5
5467 echo $ECHO_N "checking for MPI F90 modules... $ECHO_C" >&6
5468
5469  ac_ext=f90
5470 ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5471 ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5472 ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5473
5474  ac_save_F90FLAGS=$F90FLAGS
5475
5476  if test "$mpi_f90_mods"; then
5477  F90FLAGS="${F90FLAGS} ${MODDIRFLAG}${mpi_f90_mods}"
5478 fi
5479
5480    cat >conftest.$ac_ext <<_ACEOF
5481
5482 program main
5483
5484 use mpi
5485 integer :: ierr
5486 call MPI_Init(ierr)
5487
5488 end program main
5489
5490 _ACEOF
5491 rm -f conftest.$ac_objext
5492 if { (eval echo "$as_me:5492: \"$ac_compile\"") >&5
5493  (eval $ac_compile) 2>&5
5494  ac_status=$?
5495  echo "$as_me:5495: \$? = $ac_status" >&5
5496  (exit $ac_status); } &&
5497         { ac_try='test -s conftest.$ac_objext'
5498  { (eval echo "$as_me:5498: \"$ac_try\"") >&5
5499  (eval $ac_try) 2>&5
5500  ac_status=$?
5501  echo "$as_me:5501: \$? = $ac_status" >&5
5502  (exit $ac_status); }; }; then
5503  HAVE_MPI_MOD=1
7000   else
5505  echo "$as_me: failed program was:" >&5
5506 cat conftest.$ac_ext >&5
5507 HAVE_MPI_MOD=0
5508 fi
5509 rm -f conftest.$ac_objext conftest.$ac_ext
7001  
7002 <  F90FLAGS=$ac_save_F90FLAGS
7003 <  ac_ext=f90
5513 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5514 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5515 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
7002 >    echo "$as_me:$LINENO: result: no" >&5
7003 > echo "${ECHO_T}no" >&6
7004  
7005 <  if test "$HAVE_MPI_MOD" = 1; then
5518 <    echo "$as_me:5518: result: yes" >&5
5519 < echo "${ECHO_T}yes" >&6
7005 > fi;
7006  
5521 cat >>confdefs.h <<\EOF
5522 #define MPI_MOD 1
5523 EOF
7007  
5525    MPI_F90_MODS="${mpi_f90_mods}"
7008  
5527    # The library name:
5528    if test -z "$MPI_LIB" ; then
5529       MPI_LIBNAME=-lmpich
5530    else
5531       MPI_LIBNAME="$MPI_LIB"
5532    fi
5533    if test -z "$MPIMODLIBNAME" ; then
5534       MPIMODLIBNAME="${MPI_LIBNAME}f90"
5535    fi
7009  
5537  else
5538    echo "$as_me:5538: result: no" >&5
5539 echo "${ECHO_T}no" >&6
5540    { { echo "$as_me:5540: error: Couldn't locate MPI F90 Modules" >&5
5541 echo "$as_me: error: Couldn't locate MPI F90 Modules" >&2;}
5542   { (exit 1); exit 1; }; }
5543  fi
7010  
7011   OBJEXT=".$OBJEXT"
7012  
# Line 5565 | Line 7031 | SUBDIRS="libBASS libmdtools src forceFields samples ut
7031  
7032   MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f"
7033  
7034 < SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps"
7034 > SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party"
7035  
7036   CFLAGS=${CFLAGS-""}
7037   CXXFLAGS=${CXXFLAGS-""}
# Line 5584 | Line 7050 | ac_config_headers="$ac_config_headers libmdtools/confi
7050       ;;
7051   esac
7052  
5587 ac_config_headers="$ac_config_headers libmdtools/config.h"
7053  
7054 < ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile staticProps/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile"
7054 >
7055 >
7056 >
7057 >
7058 >
7059 >
7060 >
7061 >
7062 >
7063 >
7064 >
7065 >
7066 >
7067 >
7068 >
7069 >          ac_config_headers="$ac_config_headers libmdtools/config.h"
7070  
7071 +                                                                                                                                                                ac_config_files="$ac_config_files Makefile libBASS/Makefile libmdtools/Makefile src/Makefile utils/Makefile utils/sysbuilder/Makefile forceFields/Makefile samples/Makefile staticProps/Makefile third-party/Makefile samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile"
7072 +
7073 +
7074   cat >confcache <<\_ACEOF
7075   # This file is a shell script that caches the results of configure
7076   # tests run on this system so they can be shared between configure
# Line 5598 | Line 7081 | cat >confcache <<\_ACEOF
7081   # config.status only pays attention to the cache file if you give it
7082   # the --recheck option to rerun configure.
7083   #
7084 < # `ac_cv_env_foo' variables (set or unset) will be overriden when
7084 > # `ac_cv_env_foo' variables (set or unset) will be overridden when
7085   # loading this file, other *unset* `ac_cv_foo' will be assigned the
7086   # following values.
7087  
# Line 5616 | Line 7099 | _ACEOF
7099        # `set' does not quote correctly, so add quotes (double-quote
7100        # substitution turns \\\\ into \\, and sed turns \\ into \).
7101        sed -n \
7102 <        "s/'/'\\\\''/g;
7103 <          s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7102 >        "s/'/'\\\\''/g;
7103 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7104        ;;
7105      *)
7106        # `set' quotes correctly as required by POSIX, so do not add quotes.
7107        sed -n \
7108 <        "s/^\\([_$ac_cr_alnum]*_cv_[_$ac_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7108 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7109        ;;
7110      esac;
7111   } |
# Line 5633 | Line 7116 | if cmp -s $cache_file confcache; then :; else
7116       t end
7117       /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7118       : end' >>confcache
7119 < if cmp -s $cache_file confcache; then :; else
7119 > if diff $cache_file confcache >/dev/null 2>&1; then :; else
7120    if test -w $cache_file; then
7121      test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7122      cat confcache >$cache_file
# Line 5652 | Line 7135 | if test "x$srcdir" = x.; then
7135   # trailing colons and then remove the whole line if VPATH becomes empty
7136   # (actually we leave an empty line to preserve line numbers).
7137   if test "x$srcdir" = x.; then
7138 <  ac_vpsub='/^[         ]*VPATH[        ]*=/{
7138 >  ac_vpsub='/^[  ]*VPATH[        ]*=/{
7139   s/:*\$(srcdir):*/:/;
7140   s/:*\${srcdir}:*/:/;
7141   s/:*@srcdir@:*/:/;
7142 < s/^\([^=]*=[    ]*\):*/\1/;
7142 > s/^\([^=]*=[     ]*\):*/\1/;
7143   s/:*$//;
7144 < s/^[^=]*=[      ]*$//;
7144 > s/^[^=]*=[       ]*$//;
7145   }'
7146   fi
7147  
7148   DEFS=-DHAVE_CONFIG_H
7149  
7150 + ac_libobjs=
7151 + ac_ltlibobjs=
7152 + for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7153 +  # 1. Remove the extension, and $U if already installed.
7154 +  ac_i=`echo "$ac_i" |
7155 +         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7156 +  # 2. Add them.
7157 +  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7158 +  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
7159 + done
7160 + LIBOBJS=$ac_libobjs
7161 +
7162 + LTLIBOBJS=$ac_ltlibobjs
7163 +
7164 +
7165 +
7166   : ${CONFIG_STATUS=./config.status}
7167   ac_clean_files_save=$ac_clean_files
7168   ac_clean_files="$ac_clean_files $CONFIG_STATUS"
7169 < { echo "$as_me:5670: creating $CONFIG_STATUS" >&5
7169 > { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7170   echo "$as_me: creating $CONFIG_STATUS" >&6;}
7171   cat >$CONFIG_STATUS <<_ACEOF
7172   #! $SHELL
7173 < # Generated automatically by configure.
7173 > # Generated by $as_me.
7174   # Run this file to recreate the current configuration.
7175   # Compiler output produced by configure, useful for debugging
7176   # configure, is in config.log if it exists.
7177  
7178   debug=false
7179 + ac_cs_recheck=false
7180 + ac_cs_silent=false
7181   SHELL=\${CONFIG_SHELL-$SHELL}
5681 ac_cs_invocation="\$0 \$@"
5682
7182   _ACEOF
7183  
7184   cat >>$CONFIG_STATUS <<\_ACEOF
7185 + ## --------------------- ##
7186 + ## M4sh Initialization.  ##
7187 + ## --------------------- ##
7188 +
7189   # Be Bourne compatible
7190   if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
7191    emulate sh
7192    NULLCMD=:
7193 +  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7194 +  # is contrary to our usage.  Disable this feature.
7195 +  alias -g '${1+"$@"}'='"$@"'
7196   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7197    set -o posix
7198   fi
7199 + DUALCASE=1; export DUALCASE # for MKS sh
7200  
7201 + # Support unset when possible.
7202 + if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7203 +  as_unset=unset
7204 + else
7205 +  as_unset=false
7206 + fi
7207 +
7208 +
7209 + # Work around bugs in pre-3.0 UWIN ksh.
7210 + $as_unset ENV MAIL MAILPATH
7211 + PS1='$ '
7212 + PS2='> '
7213 + PS4='+ '
7214 +
7215 + # NLS nuisances.
7216 + for as_var in \
7217 +  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7218 +  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7219 +  LC_TELEPHONE LC_TIME
7220 + do
7221 +  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7222 +    eval $as_var=C; export $as_var
7223 +  else
7224 +    $as_unset $as_var
7225 +  fi
7226 + done
7227 +
7228 + # Required to use basename.
7229 + if expr a : '\(a\)' >/dev/null 2>&1; then
7230 +  as_expr=expr
7231 + else
7232 +  as_expr=false
7233 + fi
7234 +
7235 + if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
7236 +  as_basename=basename
7237 + else
7238 +  as_basename=false
7239 + fi
7240 +
7241 +
7242   # Name of the executable.
7243 < as_me=`echo "$0" |sed 's,.*[\\/],,'`
7243 > as_me=`$as_basename "$0" ||
7244 > $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7245 >         X"$0" : 'X\(//\)$' \| \
7246 >         X"$0" : 'X\(/\)$' \| \
7247 >         .     : '\(.\)' 2>/dev/null ||
7248 > echo X/"$0" |
7249 >    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7250 >          /^X\/\(\/\/\)$/{ s//\1/; q; }
7251 >          /^X\/\(\/\).*/{ s//\1/; q; }
7252 >          s/.*/./; q'`
7253  
7254 +
7255 + # PATH needs CR, and LINENO needs CR and PATH.
7256 + # Avoid depending upon Character Ranges.
7257 + as_cr_letters='abcdefghijklmnopqrstuvwxyz'
7258 + as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7259 + as_cr_Letters=$as_cr_letters$as_cr_LETTERS
7260 + as_cr_digits='0123456789'
7261 + as_cr_alnum=$as_cr_Letters$as_cr_digits
7262 +
7263 + # The user is always right.
7264 + if test "${PATH_SEPARATOR+set}" != set; then
7265 +  echo "#! /bin/sh" >conf$$.sh
7266 +  echo  "exit 0"   >>conf$$.sh
7267 +  chmod +x conf$$.sh
7268 +  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
7269 +    PATH_SEPARATOR=';'
7270 +  else
7271 +    PATH_SEPARATOR=:
7272 +  fi
7273 +  rm -f conf$$.sh
7274 + fi
7275 +
7276 +
7277 +  as_lineno_1=$LINENO
7278 +  as_lineno_2=$LINENO
7279 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7280 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
7281 +  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
7282 +  # Find who we are.  Look in the path if we contain no path at all
7283 +  # relative or not.
7284 +  case $0 in
7285 +    *[\\/]* ) as_myself=$0 ;;
7286 +    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7287 + for as_dir in $PATH
7288 + do
7289 +  IFS=$as_save_IFS
7290 +  test -z "$as_dir" && as_dir=.
7291 +  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
7292 + done
7293 +
7294 +       ;;
7295 +  esac
7296 +  # We did not find ourselves, most probably we were run as `sh COMMAND'
7297 +  # in which case we are not to be found in the path.
7298 +  if test "x$as_myself" = x; then
7299 +    as_myself=$0
7300 +  fi
7301 +  if test ! -f "$as_myself"; then
7302 +    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7303 + echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7304 +   { (exit 1); exit 1; }; }
7305 +  fi
7306 +  case $CONFIG_SHELL in
7307 +  '')
7308 +    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7309 + for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
7310 + do
7311 +  IFS=$as_save_IFS
7312 +  test -z "$as_dir" && as_dir=.
7313 +  for as_base in sh bash ksh sh5; do
7314 +         case $as_dir in
7315 +         /*)
7316 +           if ("$as_dir/$as_base" -c '
7317 +  as_lineno_1=$LINENO
7318 +  as_lineno_2=$LINENO
7319 +  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7320 +  test "x$as_lineno_1" != "x$as_lineno_2" &&
7321 +  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
7322 +             $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
7323 +             $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
7324 +             CONFIG_SHELL=$as_dir/$as_base
7325 +             export CONFIG_SHELL
7326 +             exec "$CONFIG_SHELL" "$0" ${1+"$@"}
7327 +           fi;;
7328 +         esac
7329 +       done
7330 + done
7331 + ;;
7332 +  esac
7333 +
7334 +  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7335 +  # uniformly replaced by the line number.  The first 'sed' inserts a
7336 +  # line-number line before each line; the second 'sed' does the real
7337 +  # work.  The second script uses 'N' to pair each line-number line
7338 +  # with the numbered line, and appends trailing '-' during
7339 +  # substitution so that $LINENO is not a special case at line end.
7340 +  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
7341 +  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
7342 +  sed '=' <$as_myself |
7343 +    sed '
7344 +      N
7345 +      s,$,-,
7346 +      : loop
7347 +      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
7348 +      t loop
7349 +      s,-$,,
7350 +      s,^['$as_cr_digits']*\n,,
7351 +    ' >$as_me.lineno &&
7352 +  chmod +x $as_me.lineno ||
7353 +    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7354 + echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
7355 +   { (exit 1); exit 1; }; }
7356 +
7357 +  # Don't try to exec as it changes $[0], causing all sort of problems
7358 +  # (the dirname of $[0] is not the place where we might find the
7359 +  # original and so on.  Autoconf is especially sensible to this).
7360 +  . ./$as_me.lineno
7361 +  # Exit status is that of the last command.
7362 +  exit
7363 + }
7364 +
7365 +
7366 + case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
7367 +  *c*,-n*) ECHO_N= ECHO_C='
7368 + ' ECHO_T='      ' ;;
7369 +  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
7370 +  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
7371 + esac
7372 +
7373   if expr a : '\(a\)' >/dev/null 2>&1; then
7374    as_expr=expr
7375   else
# Line 5718 | Line 7394 | as_executable_p="test -f"
7394   fi
7395   rm -f conf$$ conf$$.exe conf$$.file
7396  
7397 < as_executable_p="test -f"
7398 <
5723 < # Support unset when possible.
5724 < if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
5725 <  as_unset=unset
7397 > if mkdir -p . 2>/dev/null; then
7398 >  as_mkdir_p=:
7399   else
7400 <  as_unset=false
7400 >  test -d ./-p && rmdir ./-p
7401 >  as_mkdir_p=false
7402   fi
7403  
7404 < # NLS nuisances.
5731 < $as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; }
5732 < $as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; }
5733 < $as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; }
5734 < $as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; }
5735 < $as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; }
5736 < $as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; }
5737 < $as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; }
5738 < $as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; }
7404 > as_executable_p="test -f"
7405  
7406 + # Sed expression to map a string onto a valid CPP name.
7407 + as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7408 +
7409 + # Sed expression to map a string onto a valid variable name.
7410 + as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7411 +
7412 +
7413   # IFS
7414   # We need space, tab and new line, in precisely that order.
7415   as_nl='
# Line 5744 | Line 7417 | $as_unset CDPATH || test "${CDPATH+set}" != set || { C
7417   IFS="   $as_nl"
7418  
7419   # CDPATH.
7420 < $as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; }
7420 > $as_unset CDPATH
7421  
7422   exec 6>&1
7423  
7424 + # Open the log real soon, to keep \$[0] and so on meaningful, and to
7425 + # report actual input values of CONFIG_FILES etc. instead of their
7426 + # values after options handling.  Logging --version etc. is OK.
7427 + exec 5>>config.log
7428 + {
7429 +  echo
7430 +  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7431 + ## Running $as_me. ##
7432 + _ASBOX
7433 + } >&5
7434 + cat >&5 <<_CSEOF
7435 +
7436 + This file was extended by OOPSE $as_me 1.0, which was
7437 + generated by GNU Autoconf 2.59.  Invocation command line was
7438 +
7439 +  CONFIG_FILES    = $CONFIG_FILES
7440 +  CONFIG_HEADERS  = $CONFIG_HEADERS
7441 +  CONFIG_LINKS    = $CONFIG_LINKS
7442 +  CONFIG_COMMANDS = $CONFIG_COMMANDS
7443 +  $ $0 $@
7444 +
7445 + _CSEOF
7446 + echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7447 + echo >&5
7448   _ACEOF
7449  
7450   # Files that config.status was made for.
# Line 5767 | Line 7464 | cat >>$CONFIG_STATUS <<\EOF
7464    echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7465   fi
7466  
7467 < cat >>$CONFIG_STATUS <<\EOF
7467 > cat >>$CONFIG_STATUS <<\_ACEOF
7468  
7469   ac_cs_usage="\
7470   \`$as_me' instantiates files from templates according to the
# Line 5777 | Line 7474 | Usage: $0 [OPTIONS] [FILE]...
7474  
7475    -h, --help       print this help, then exit
7476    -V, --version    print version number, then exit
7477 +  -q, --quiet      do not print progress messages
7478    -d, --debug      don't remove temporary files
7479        --recheck    update $as_me by reconfiguring in the same conditions
7480    --file=FILE[:TEMPLATE]
7481 <                   instantiate the configuration file FILE
7481 >                   instantiate the configuration file FILE
7482    --header=FILE[:TEMPLATE]
7483 <                   instantiate the configuration header FILE
7483 >                   instantiate the configuration header FILE
7484  
7485   Configuration files:
7486   $config_files
# Line 5791 | Line 7489 | EOF
7489   $config_headers
7490  
7491   Report bugs to <bug-autoconf@gnu.org>."
7492 < EOF
7492 > _ACEOF
7493  
7494 < cat >>$CONFIG_STATUS <<EOF
7494 > cat >>$CONFIG_STATUS <<_ACEOF
7495   ac_cs_version="\\
7496   OOPSE config.status 1.0
7497 < configured by $0, generated by GNU Autoconf 2.50,
7497 > configured by $0, generated by GNU Autoconf 2.59,
7498    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7499  
7500 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
5803 < Free Software Foundation, Inc.
7500 > Copyright (C) 2003 Free Software Foundation, Inc.
7501   This config.status script is free software; the Free Software Foundation
7502   gives unlimited permission to copy, distribute and modify it."
7503   srcdir=$srcdir
7504   INSTALL="$INSTALL"
7505 < EOF
7505 > _ACEOF
7506  
7507 < cat >>$CONFIG_STATUS <<\EOF
7507 > cat >>$CONFIG_STATUS <<\_ACEOF
7508   # If no file are specified by the user, then we need to provide default
7509   # value.  By we need to know if files were specified by the user.
7510   ac_need_defaults=:
# Line 5817 | Line 7514 | do
7514    --*=*)
7515      ac_option=`expr "x$1" : 'x\([^=]*\)='`
7516      ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
7517 <    shift
5821 <    set dummy "$ac_option" "$ac_optarg" ${1+"$@"}
5822 <    shift
7517 >    ac_shift=:
7518      ;;
7519 <  -*);;
7519 >  -*)
7520 >    ac_option=$1
7521 >    ac_optarg=$2
7522 >    ac_shift=shift
7523 >    ;;
7524    *) # This is not an option, so the user has probably given explicit
7525       # arguments.
7526 +     ac_option=$1
7527       ac_need_defaults=false;;
7528    esac
7529  
7530 <  case $1 in
7530 >  case $ac_option in
7531    # Handling of the options.
7532 < EOF
7533 < cat >>$CONFIG_STATUS <<EOF
7532 > _ACEOF
7533 > cat >>$CONFIG_STATUS <<\_ACEOF
7534    -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
7535 <    echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion"
5836 <    exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;;
5837 < EOF
5838 < cat >>$CONFIG_STATUS <<\EOF
7535 >    ac_cs_recheck=: ;;
7536    --version | --vers* | -V )
7537      echo "$ac_cs_version"; exit 0 ;;
7538    --he | --h)
7539      # Conflict between --help and --header
7540 <    { { echo "$as_me:5843: error: ambiguous option: $1
7540 >    { { echo "$as_me:$LINENO: error: ambiguous option: $1
7541   Try \`$0 --help' for more information." >&5
7542   echo "$as_me: error: ambiguous option: $1
7543   Try \`$0 --help' for more information." >&2;}
# Line 5850 | Line 7547 | Try \`$0 --help' for more information." >&2;}
7547    --debug | --d* | -d )
7548      debug=: ;;
7549    --file | --fil | --fi | --f )
7550 <    shift
7551 <    CONFIG_FILES="$CONFIG_FILES $1"
7550 >    $ac_shift
7551 >    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
7552      ac_need_defaults=false;;
7553    --header | --heade | --head | --hea )
7554 <    shift
7555 <    CONFIG_HEADERS="$CONFIG_HEADERS $1"
7554 >    $ac_shift
7555 >    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
7556      ac_need_defaults=false;;
7557 +  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
7558 +  | -silent | --silent | --silen | --sile | --sil | --si | --s)
7559 +    ac_cs_silent=: ;;
7560  
5861  # Handling of arguments.
5862  'Makefile' ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5863  'libBASS/Makefile' ) CONFIG_FILES="$CONFIG_FILES libBASS/Makefile" ;;
5864  'libmdtools/Makefile' ) CONFIG_FILES="$CONFIG_FILES libmdtools/Makefile" ;;
5865  'src/Makefile' ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
5866  'utils/Makefile' ) CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
5867  'utils/sysbuilder/Makefile' ) CONFIG_FILES="$CONFIG_FILES utils/sysbuilder/Makefile" ;;
5868  'forceFields/Makefile' ) CONFIG_FILES="$CONFIG_FILES forceFields/Makefile" ;;
5869  'samples/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
5870  'staticProps/Makefile' ) CONFIG_FILES="$CONFIG_FILES staticProps/Makefile" ;;
5871  'samples/alkane/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/alkane/Makefile" ;;
5872  'samples/argon/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/argon/Makefile" ;;
5873  'samples/beadLipid/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/beadLipid/Makefile" ;;
5874  'samples/lipid/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/lipid/Makefile" ;;
5875  'samples/metals/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/metals/Makefile" ;;
5876  'samples/water/Makefile' ) CONFIG_FILES="$CONFIG_FILES samples/water/Makefile" ;;
5877  'libmdtools/config.h' ) CONFIG_HEADERS="$CONFIG_HEADERS libmdtools/config.h" ;;
5878
7561    # This is an error.
7562 <  -*) { { echo "$as_me:5880: error: unrecognized option: $1
7562 >  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7563   Try \`$0 --help' for more information." >&5
7564   echo "$as_me: error: unrecognized option: $1
7565   Try \`$0 --help' for more information." >&2;}
7566     { (exit 1); exit 1; }; } ;;
7567 <  *) { { echo "$as_me:5885: error: invalid argument: $1" >&5
7568 < echo "$as_me: error: invalid argument: $1" >&2;}
7569 <   { (exit 1); exit 1; }; };;
7567 >
7568 >  *) ac_config_targets="$ac_config_targets $1" ;;
7569 >
7570    esac
7571    shift
7572   done
7573  
7574 < exec 5>>config.log
5893 < cat >&5 << _ACEOF
7574 > ac_configure_extra_args=
7575  
7576 < ## ----------------------- ##
7577 < ## Running config.status.  ##
7578 < ## ----------------------- ##
7579 <
5899 < This file was extended by $as_me (OOPSE 1.0) 2.50, executed with
5900 <  > $ac_cs_invocation
5901 < on `(hostname || uname -n) 2>/dev/null | sed 1q`
7576 > if $ac_cs_silent; then
7577 >  exec 6>/dev/null
7578 >  ac_configure_extra_args="$ac_configure_extra_args --silent"
7579 > fi
7580  
7581   _ACEOF
7582 < EOF
7582 > cat >>$CONFIG_STATUS <<_ACEOF
7583 > if \$ac_cs_recheck; then
7584 >  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7585 >  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7586 > fi
7587  
7588 < cat >>$CONFIG_STATUS <<\EOF
7588 > _ACEOF
7589 >
7590 >
7591 >
7592 >
7593 >
7594 > cat >>$CONFIG_STATUS <<\_ACEOF
7595 > for ac_config_target in $ac_config_targets
7596 > do
7597 >  case "$ac_config_target" in
7598 >  # Handling of arguments.
7599 >  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
7600 >  "libBASS/Makefile" ) CONFIG_FILES="$CONFIG_FILES libBASS/Makefile" ;;
7601 >  "libmdtools/Makefile" ) CONFIG_FILES="$CONFIG_FILES libmdtools/Makefile" ;;
7602 >  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
7603 >  "utils/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/Makefile" ;;
7604 >  "utils/sysbuilder/Makefile" ) CONFIG_FILES="$CONFIG_FILES utils/sysbuilder/Makefile" ;;
7605 >  "forceFields/Makefile" ) CONFIG_FILES="$CONFIG_FILES forceFields/Makefile" ;;
7606 >  "samples/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
7607 >  "staticProps/Makefile" ) CONFIG_FILES="$CONFIG_FILES staticProps/Makefile" ;;
7608 >  "third-party/Makefile" ) CONFIG_FILES="$CONFIG_FILES third-party/Makefile" ;;
7609 >  "samples/alkane/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/alkane/Makefile" ;;
7610 >  "samples/argon/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/argon/Makefile" ;;
7611 >  "samples/beadLipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/beadLipid/Makefile" ;;
7612 >  "samples/lipid/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/lipid/Makefile" ;;
7613 >  "samples/metals/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/metals/Makefile" ;;
7614 >  "samples/water/Makefile" ) CONFIG_FILES="$CONFIG_FILES samples/water/Makefile" ;;
7615 >  "libmdtools/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS libmdtools/config.h" ;;
7616 >  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7617 > echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7618 >   { (exit 1); exit 1; }; };;
7619 >  esac
7620 > done
7621 >
7622   # If the user did not use the arguments to specify the items to instantiate,
7623   # then the envvar interface is used.  Set only those that are not.
7624   # We use the long form for the default assignment because of an extremely
# Line 5913 | Line 7628 | fi
7628    test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
7629   fi
7630  
7631 + # Have a temporary directory for convenience.  Make it in the build tree
7632 + # simply because there is no reason to put it here, and in addition,
7633 + # creating and moving files from /tmp can sometimes cause problems.
7634   # Create a temporary directory, and hook for its removal unless debugging.
7635   $debug ||
7636   {
7637    trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7638 <  trap '{ (exit $?); exit $?; }' 1 2 13 15
7638 >  trap '{ (exit 1); exit 1; }' 1 2 13 15
7639   }
7640  
7641   # Create a (secure) tmp directory for tmp files.
7642 < : ${TMPDIR=/tmp}
7642 >
7643   {
7644 <  tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
7644 >  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7645    test -n "$tmp" && test -d "$tmp"
7646   }  ||
7647   {
7648 <  tmp=$TMPDIR/cs$$-$RANDOM
7648 >  tmp=./confstat$$-$RANDOM
7649    (umask 077 && mkdir $tmp)
7650   } ||
7651   {
7652 <   echo "$me: cannot create a temporary directory in $TMPDIR" >&2
7652 >   echo "$me: cannot create a temporary directory in ." >&2
7653     { (exit 1); exit 1; }
7654   }
7655  
7656 < EOF
7656 > _ACEOF
7657  
7658 < cat >>$CONFIG_STATUS <<EOF
7658 > cat >>$CONFIG_STATUS <<_ACEOF
7659  
7660   #
7661   # CONFIG_FILES section.
# Line 5950 | Line 7668 | s,@exec_prefix@,$exec_prefix,;t t
7668    sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7669     s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7670   s,@SHELL@,$SHELL,;t t
7671 + s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7672 + s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7673 + s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7674 + s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7675 + s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7676 + s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7677   s,@exec_prefix@,$exec_prefix,;t t
7678   s,@prefix@,$prefix,;t t
7679   s,@program_transform_name@,$program_transform_name,;t t
# Line 5965 | Line 7689 | s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7689   s,@oldincludedir@,$oldincludedir,;t t
7690   s,@infodir@,$infodir,;t t
7691   s,@mandir@,$mandir,;t t
7692 < s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7693 < s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7694 < s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7695 < s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5972 < s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7692 > s,@build_alias@,$build_alias,;t t
7693 > s,@host_alias@,$host_alias,;t t
7694 > s,@target_alias@,$target_alias,;t t
7695 > s,@DEFS@,$DEFS,;t t
7696   s,@ECHO_C@,$ECHO_C,;t t
7697   s,@ECHO_N@,$ECHO_N,;t t
7698   s,@ECHO_T@,$ECHO_T,;t t
5976 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5977 s,@DEFS@,$DEFS,;t t
7699   s,@LIBS@,$LIBS,;t t
7700   s,@PROGNAME@,$PROGNAME,;t t
7701   s,@debug@,$debug,;t t
# Line 5996 | Line 7717 | s,@F90@,$F90,;t t
7717   s,@CXX@,$CXX,;t t
7718   s,@CXXFLAGS@,$CXXFLAGS,;t t
7719   s,@ac_ct_CXX@,$ac_ct_CXX,;t t
7720 + s,@OOPSE_TEMPLATE_FLAGS@,$OOPSE_TEMPLATE_FLAGS,;t t
7721 + s,@EXTRA_CC_FLAG@,$EXTRA_CC_FLAG,;t t
7722   s,@F90@,$F90,;t t
7723   s,@F90FLAGS@,$F90FLAGS,;t t
7724   s,@ac_ct_F90@,$ac_ct_F90,;t t
7725   s,@PREPFLAG@,$PREPFLAG,;t t
7726   s,@PREPDEFFLAG@,$PREPDEFFLAG,;t t
7727 + s,@F90LIBS@,$F90LIBS,;t t
7728 + s,@F90_FUNC@,$F90_FUNC,;t t
7729 + s,@F90_FUNC_@,$F90_FUNC_,;t t
7730 + s,@MOD@,$MOD,;t t
7731 + s,@F90_WORK_FILES_ARG@,$F90_WORK_FILES_ARG,;t t
7732 + s,@MODDIRFLAG@,$MODDIRFLAG,;t t
7733 + s,@F90MODINCSPEC@,$F90MODINCSPEC,;t t
7734   s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7735   s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7736   s,@INSTALL_DATA@,$INSTALL_DATA,;t t
# Line 6013 | Line 7743 | s,@F90LIBS@,$F90LIBS,;t t
7743   s,@LEXLIB@,$LEXLIB,;t t
7744   s,@LEX_OUTPUT_ROOT@,$LEX_OUTPUT_ROOT,;t t
7745   s,@AR@,$AR,;t t
7746 < s,@F90LIBS@,$F90LIBS,;t t
6017 < s,@F90_FUNC@,$F90_FUNC,;t t
6018 < s,@F90_FUNC_@,$F90_FUNC_,;t t
6019 < s,@MOD@,$MOD,;t t
6020 < s,@F90_WORK_FILES_ARG@,$F90_WORK_FILES_ARG,;t t
6021 < s,@MODDIRFLAG@,$MODDIRFLAG,;t t
6022 < s,@F90MODINCSPEC@,$F90MODINCSPEC,;t t
6023 < s,@mpi_dir@,$mpi_dir,;t t
7746 > s,@mpi@,$mpi,;t t
7747   s,@MPI_LIBDIR@,$MPI_LIBDIR,;t t
7748   s,@MPI_INC@,$MPI_INC,;t t
7749   s,@MPI_LIB@,$MPI_LIB,;t t
6027 s,@MPIF77@,$MPIF77,;t t
6028 s,@MPIF90@,$MPIF90,;t t
6029 s,@MPILIBS@,$MPILIBS,;t t
7750   s,@CPP@,$CPP,;t t
7751 + s,@EGREP@,$EGREP,;t t
7752   s,@SPRNG_LIBDIR@,$SPRNG_LIBDIR,;t t
7753   s,@SPRNG_LIB@,$SPRNG_LIB,;t t
7754   s,@SPRNG_INC@,$SPRNG_INC,;t t
# Line 6036 | Line 7757 | s,@MPI_F90_MODS@,$MPI_F90_MODS,;t t
7757   s,@MKL_LIB@,$MKL_LIB,;t t
7758   s,@MKL_INC@,$MKL_INC,;t t
7759   s,@HAVE_MKL@,$HAVE_MKL,;t t
6039 s,@MPI_F90_MODS@,$MPI_F90_MODS,;t t
6040 s,@MPIMODLIBNAME@,$MPIMODLIBNAME,;t t
7760   s,@BATEXT@,$BATEXT,;t t
7761   s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
7762   s,@OOPSE@,$OOPSE,;t t
7763   s,@OOPSE_HOME@,$OOPSE_HOME,;t t
7764   s,@SUBDIRS@,$SUBDIRS,;t t
7765   s,@FFLAGS@,$FFLAGS,;t t
7766 + s,@LIBOBJS@,$LIBOBJS,;t t
7767 + s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7768   CEOF
7769  
7770 < EOF
7770 > _ACEOF
7771  
7772 <  cat >>$CONFIG_STATUS <<\EOF
7772 >  cat >>$CONFIG_STATUS <<\_ACEOF
7773    # Split the substitutions into bite-sized pieces for seds with
7774    # small command number limits, like on Digital OSF/1 and HP-UX.
7775    ac_max_sed_lines=48
# Line 6073 | Line 7794 | EOF
7794        (echo ':t
7795    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
7796        if test -z "$ac_sed_cmds"; then
7797 <        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7797 >        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
7798        else
7799 <        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7799 >        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7800        fi
7801        ac_sed_frag=`expr $ac_sed_frag + 1`
7802        ac_beg=$ac_end
# Line 6087 | Line 7808 | EOF
7808    fi
7809   fi # test -n "$CONFIG_FILES"
7810  
7811 < EOF
7812 < cat >>$CONFIG_STATUS <<\EOF
7811 > _ACEOF
7812 > cat >>$CONFIG_STATUS <<\_ACEOF
7813   for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
7814    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7815    case $ac_file in
7816    - | *:- | *:-:* ) # input from stdin
7817 <        cat >$tmp/stdin
7818 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7819 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7817 >        cat >$tmp/stdin
7818 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7819 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7820    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
7821 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7821 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
7822    * )   ac_file_in=$ac_file.in ;;
7823    esac
7824  
7825    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7826 <  ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7827 <         X"$ac_file" : 'X\(//\)[^/]' \| \
7828 <         X"$ac_file" : 'X\(//\)$' \| \
7829 <         X"$ac_file" : 'X\(/\)' \| \
7830 <         .     : '\(.\)' 2>/dev/null ||
7826 >  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
7827 > $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7828 >         X"$ac_file" : 'X\(//\)[^/]' \| \
7829 >         X"$ac_file" : 'X\(//\)$' \| \
7830 >         X"$ac_file" : 'X\(/\)' \| \
7831 >         .     : '\(.\)' 2>/dev/null ||
7832   echo X"$ac_file" |
7833      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7834            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7835            /^X\(\/\/\)$/{ s//\1/; q; }
7836            /^X\(\/\).*/{ s//\1/; q; }
7837            s/.*/./; q'`
7838 <  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
7839 <    { case "$ac_dir" in
6118 <  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
6119 <  *)                      as_incr_dir=.;;
6120 < esac
6121 < as_dummy="$ac_dir"
6122 < for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
6123 <  case $as_mkdir_dir in
6124 <    # Skip DOS drivespec
6125 <    ?:) as_incr_dir=$as_mkdir_dir ;;
6126 <    *)
6127 <      as_incr_dir=$as_incr_dir/$as_mkdir_dir
6128 <      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
6129 <    ;;
6130 <  esac
6131 < done; }
6132 <
6133 <    ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`"
6134 <    # A "../" for each directory in $ac_dir_suffix.
6135 <    ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'`
7838 >  { if $as_mkdir_p; then
7839 >    mkdir -p "$ac_dir"
7840    else
7841 <    ac_dir_suffix= ac_dots=
7842 <  fi
7841 >    as_dir="$ac_dir"
7842 >    as_dirs=
7843 >    while test ! -d "$as_dir"; do
7844 >      as_dirs="$as_dir $as_dirs"
7845 >      as_dir=`(dirname "$as_dir") 2>/dev/null ||
7846 > $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7847 >         X"$as_dir" : 'X\(//\)[^/]' \| \
7848 >         X"$as_dir" : 'X\(//\)$' \| \
7849 >         X"$as_dir" : 'X\(/\)' \| \
7850 >         .     : '\(.\)' 2>/dev/null ||
7851 > echo X"$as_dir" |
7852 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7853 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7854 >          /^X\(\/\/\)$/{ s//\1/; q; }
7855 >          /^X\(\/\).*/{ s//\1/; q; }
7856 >          s/.*/./; q'`
7857 >    done
7858 >    test ! -n "$as_dirs" || mkdir $as_dirs
7859 >  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7860 > echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7861 >   { (exit 1); exit 1; }; }; }
7862  
7863 <  case $srcdir in
7864 <  .)  ac_srcdir=.
7865 <      if test -z "$ac_dots"; then
7866 <         ac_top_srcdir=.
7867 <      else
7868 <         ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'`
7869 <      fi ;;
7870 <  [\\/]* | ?:[\\/]* )
7871 <      ac_srcdir=$srcdir$ac_dir_suffix;
7872 <      ac_top_srcdir=$srcdir ;;
7863 >  ac_builddir=.
7864 >
7865 > if test "$ac_dir" != .; then
7866 >  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7867 >  # A "../" for each directory in $ac_dir_suffix.
7868 >  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7869 > else
7870 >  ac_dir_suffix= ac_top_builddir=
7871 > fi
7872 >
7873 > case $srcdir in
7874 >  .)  # No --srcdir option.  We are building in place.
7875 >    ac_srcdir=.
7876 >    if test -z "$ac_top_builddir"; then
7877 >       ac_top_srcdir=.
7878 >    else
7879 >       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
7880 >    fi ;;
7881 >  [\\/]* | ?:[\\/]* )  # Absolute path.
7882 >    ac_srcdir=$srcdir$ac_dir_suffix;
7883 >    ac_top_srcdir=$srcdir ;;
7884    *) # Relative path.
7885 <    ac_srcdir=$ac_dots$srcdir$ac_dir_suffix
7886 <    ac_top_srcdir=$ac_dots$srcdir ;;
7887 <  esac
7885 >    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7886 >    ac_top_srcdir=$ac_top_builddir$srcdir ;;
7887 > esac
7888  
7889 + # Do not use `cd foo && pwd` to compute absolute paths, because
7890 + # the directories may not exist.
7891 + case `pwd` in
7892 + .) ac_abs_builddir="$ac_dir";;
7893 + *)
7894 +  case "$ac_dir" in
7895 +  .) ac_abs_builddir=`pwd`;;
7896 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
7897 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
7898 +  esac;;
7899 + esac
7900 + case $ac_abs_builddir in
7901 + .) ac_abs_top_builddir=${ac_top_builddir}.;;
7902 + *)
7903 +  case ${ac_top_builddir}. in
7904 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
7905 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
7906 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
7907 +  esac;;
7908 + esac
7909 + case $ac_abs_builddir in
7910 + .) ac_abs_srcdir=$ac_srcdir;;
7911 + *)
7912 +  case $ac_srcdir in
7913 +  .) ac_abs_srcdir=$ac_abs_builddir;;
7914 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
7915 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
7916 +  esac;;
7917 + esac
7918 + case $ac_abs_builddir in
7919 + .) ac_abs_top_srcdir=$ac_top_srcdir;;
7920 + *)
7921 +  case $ac_top_srcdir in
7922 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
7923 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
7924 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
7925 +  esac;;
7926 + esac
7927 +
7928 +
7929    case $INSTALL in
7930    [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7931 <  *) ac_INSTALL=$ac_dots$INSTALL ;;
7931 >  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
7932    esac
7933  
7934    if test x"$ac_file" != x-; then
7935 <    { echo "$as_me:6161: creating $ac_file" >&5
7935 >    { echo "$as_me:$LINENO: creating $ac_file" >&5
7936   echo "$as_me: creating $ac_file" >&6;}
7937      rm -f "$ac_file"
7938    fi
7939    # Let's still pretend it is `configure' which instantiates (i.e., don't
7940    # use $as_me), people would be surprised to read:
7941 <  #    /* config.h.  Generated automatically by config.status.  */
7942 <  configure_input="Generated automatically from `echo $ac_file_in |
7943 <                                                 sed 's,.*/,,'` by configure."
7941 >  #    /* config.h.  Generated by config.status.  */
7942 >  if test x"$ac_file" = x-; then
7943 >    configure_input=
7944 >  else
7945 >    configure_input="$ac_file.  "
7946 >  fi
7947 >  configure_input=$configure_input"Generated from `echo $ac_file_in |
7948 >                                     sed 's,.*/,,'` by configure."
7949  
7950    # First look for the input files in the build tree, otherwise in the
7951    # src tree.
# Line 6175 | Line 7954 | echo "$as_me: creating $ac_file" >&6;}
7954        case $f in
7955        -) echo $tmp/stdin ;;
7956        [\\/$]*)
7957 <         # Absolute (can't be DOS-style, as IFS=:)
7958 <         test -f "$f" || { { echo "$as_me:6179: error: cannot find input file: $f" >&5
7957 >         # Absolute (can't be DOS-style, as IFS=:)
7958 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7959   echo "$as_me: error: cannot find input file: $f" >&2;}
7960     { (exit 1); exit 1; }; }
7961 <         echo $f;;
7961 >         echo "$f";;
7962        *) # Relative
7963 <         if test -f "$f"; then
7964 <           # Build tree
7965 <           echo $f
7966 <         elif test -f "$srcdir/$f"; then
7967 <           # Source tree
7968 <           echo $srcdir/$f
7969 <         else
7970 <           # /dev/null tree
7971 <           { { echo "$as_me:6192: error: cannot find input file: $f" >&5
7963 >         if test -f "$f"; then
7964 >           # Build tree
7965 >           echo "$f"
7966 >         elif test -f "$srcdir/$f"; then
7967 >           # Source tree
7968 >           echo "$srcdir/$f"
7969 >         else
7970 >           # /dev/null tree
7971 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7972   echo "$as_me: error: cannot find input file: $f" >&2;}
7973     { (exit 1); exit 1; }; }
7974 <         fi;;
7974 >         fi;;
7975        esac
7976      done` || { (exit 1); exit 1; }
7977 < EOF
7978 < cat >>$CONFIG_STATUS <<EOF
7977 > _ACEOF
7978 > cat >>$CONFIG_STATUS <<_ACEOF
7979    sed "$ac_vpsub
7980   $extrasub
7981 < EOF
7982 < cat >>$CONFIG_STATUS <<\EOF
7981 > _ACEOF
7982 > cat >>$CONFIG_STATUS <<\_ACEOF
7983   :t
7984   /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
7985   s,@configure_input@,$configure_input,;t t
7986   s,@srcdir@,$ac_srcdir,;t t
7987 + s,@abs_srcdir@,$ac_abs_srcdir,;t t
7988   s,@top_srcdir@,$ac_top_srcdir,;t t
7989 + s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
7990 + s,@builddir@,$ac_builddir,;t t
7991 + s,@abs_builddir@,$ac_abs_builddir,;t t
7992 + s,@top_builddir@,$ac_top_builddir,;t t
7993 + s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
7994   s,@INSTALL@,$ac_INSTALL,;t t
7995   " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7996    rm -f $tmp/stdin
# Line 6217 | Line 8002 | EOF
8002    fi
8003  
8004   done
8005 < EOF
8006 < cat >>$CONFIG_STATUS <<\EOF
8005 > _ACEOF
8006 > cat >>$CONFIG_STATUS <<\_ACEOF
8007  
8008   #
8009   # CONFIG_HEADER section.
# Line 6228 | Line 8013 | ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
8013   # NAME is the cpp macro being defined and VALUE is the value it is being given.
8014   #
8015   # ac_d sets the value in "#define NAME VALUE" lines.
8016 < ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8017 < ac_dB='[        ].*$,\1#\2'
8016 > ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
8017 > ac_dB='[         ].*$,\1#\2'
8018   ac_dC=' '
8019   ac_dD=',;t'
8020   # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8021 < ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8021 > ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8022   ac_uB='$,\1#\2define\3'
8023   ac_uC=' '
8024   ac_uD=',;t'
# Line 6242 | Line 8027 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file"
8027    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8028    case $ac_file in
8029    - | *:- | *:-:* ) # input from stdin
8030 <        cat >$tmp/stdin
8031 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8032 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8030 >        cat >$tmp/stdin
8031 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8032 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8033    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8034 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8034 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8035    * )   ac_file_in=$ac_file.in ;;
8036    esac
8037  
8038 <  test x"$ac_file" != x- && { echo "$as_me:6253: creating $ac_file" >&5
8038 >  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
8039   echo "$as_me: creating $ac_file" >&6;}
8040  
8041    # First look for the input files in the build tree, otherwise in the
# Line 6260 | Line 8045 | echo "$as_me: creating $ac_file" >&6;}
8045        case $f in
8046        -) echo $tmp/stdin ;;
8047        [\\/$]*)
8048 <         # Absolute (can't be DOS-style, as IFS=:)
8049 <         test -f "$f" || { { echo "$as_me:6264: error: cannot find input file: $f" >&5
8048 >         # Absolute (can't be DOS-style, as IFS=:)
8049 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8050   echo "$as_me: error: cannot find input file: $f" >&2;}
8051     { (exit 1); exit 1; }; }
8052 <         echo $f;;
8052 >         # Do quote $f, to prevent DOS paths from being IFS'd.
8053 >         echo "$f";;
8054        *) # Relative
8055 <         if test -f "$f"; then
8056 <           # Build tree
8057 <           echo $f
8058 <         elif test -f "$srcdir/$f"; then
8059 <           # Source tree
8060 <           echo $srcdir/$f
8061 <         else
8062 <           # /dev/null tree
8063 <           { { echo "$as_me:6277: error: cannot find input file: $f" >&5
8055 >         if test -f "$f"; then
8056 >           # Build tree
8057 >           echo "$f"
8058 >         elif test -f "$srcdir/$f"; then
8059 >           # Source tree
8060 >           echo "$srcdir/$f"
8061 >         else
8062 >           # /dev/null tree
8063 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8064   echo "$as_me: error: cannot find input file: $f" >&2;}
8065     { (exit 1); exit 1; }; }
8066 <         fi;;
8066 >         fi;;
8067        esac
8068      done` || { (exit 1); exit 1; }
8069    # Remove the trailing spaces.
8070 <  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
8070 >  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
8071  
8072 < EOF
8072 > _ACEOF
8073  
8074   # Transform confdefs.h into two sed scripts, `conftest.defines' and
8075   # `conftest.undefs', that substitutes the proper values into
# Line 6299 | Line 8085 | cat >confdef2sed.sed <<\EOF
8085   # `end' is used to avoid that the second main sed command (meant for
8086   # 0-ary CPP macros) applies to n-ary macro definitions.
8087   # See the Autoconf documentation for `clear'.
8088 < cat >confdef2sed.sed <<\EOF
8088 > cat >confdef2sed.sed <<\_ACEOF
8089   s/[\\&,]/\\&/g
8090   s,[\\$`],\\&,g
8091   t clear
8092   : clear
8093 < s,^[    ]*#[    ]*define[       ][      ]*\(\([^        (][^    (]*\)([^)]*)\)[         ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp
8093 > s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8094   t end
8095 < s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8095 > s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8096   : end
8097 < EOF
8097 > _ACEOF
8098   # If some macros were called several times there might be several times
8099   # the same #defines, which is useless.  Nevertheless, we may not want to
8100   # sort them, since we want the *last* AC-DEFINE to be honored.
# Line 6319 | Line 8105 | cat >>conftest.undefs <<\EOF
8105   # This sed command replaces #undef with comments.  This is necessary, for
8106   # example, in the case of _POSIX_SOURCE, which is predefined and required
8107   # on some systems where configure will not decide to define it.
8108 < cat >>conftest.undefs <<\EOF
8109 < s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8110 < EOF
8108 > cat >>conftest.undefs <<\_ACEOF
8109 > s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8110 > _ACEOF
8111  
8112   # Break up conftest.defines because some shells have a limit on the size
8113   # of here documents, and old seds have small limits too (100 cmds).
8114   echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8115 < echo '  if egrep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8115 > echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8116   echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8117   echo '  :' >>$CONFIG_STATUS
8118   rm -f conftest.tail
# Line 6335 | Line 8121 | do
8121    # Write a limited-size here document to $tmp/defines.sed.
8122    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8123    # Speed up: don't consider the non `#define' lines.
8124 <  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
8124 >  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
8125    # Work around the forget-to-reset-the-flag bug.
8126    echo 't clr' >>$CONFIG_STATUS
8127    echo ': clr' >>$CONFIG_STATUS
# Line 6350 | Line 8136 | echo '  fi # egrep' >>$CONFIG_STATUS
8136    mv conftest.tail conftest.defines
8137   done
8138   rm -f conftest.defines
8139 < echo '  fi # egrep' >>$CONFIG_STATUS
8139 > echo '  fi # grep' >>$CONFIG_STATUS
8140   echo >>$CONFIG_STATUS
8141  
8142   # Break up conftest.undefs because some shells have a limit on the size
# Line 6362 | Line 8148 | do
8148    # Write a limited-size here document to $tmp/undefs.sed.
8149    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8150    # Speed up: don't consider the non `#undef'
8151 <  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
8151 >  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
8152    # Work around the forget-to-reset-the-flag bug.
8153    echo 't clr' >>$CONFIG_STATUS
8154    echo ': clr' >>$CONFIG_STATUS
# Line 6378 | Line 8164 | cat >>$CONFIG_STATUS <<\EOF
8164   done
8165   rm -f conftest.undefs
8166  
8167 < cat >>$CONFIG_STATUS <<\EOF
8167 > cat >>$CONFIG_STATUS <<\_ACEOF
8168    # Let's still pretend it is `configure' which instantiates (i.e., don't
8169    # use $as_me), people would be surprised to read:
8170 <  #    /* config.h.  Generated automatically by config.status.  */
8170 >  #    /* config.h.  Generated by config.status.  */
8171    if test x"$ac_file" = x-; then
8172 <    echo "/* Generated automatically by configure.  */" >$tmp/config.h
8172 >    echo "/* Generated by configure.  */" >$tmp/config.h
8173    else
8174 <    echo "/* $ac_file.  Generated automatically by configure.  */" >$tmp/config.h
8174 >    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
8175    fi
8176    cat $tmp/in >>$tmp/config.h
8177    rm -f $tmp/in
8178    if test x"$ac_file" != x-; then
8179 <    if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
8180 <      { echo "$as_me:6394: $ac_file is unchanged" >&5
8179 >    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
8180 >      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8181   echo "$as_me: $ac_file is unchanged" >&6;}
8182      else
8183 <      ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8184 <         X"$ac_file" : 'X\(//\)[^/]' \| \
8185 <         X"$ac_file" : 'X\(//\)$' \| \
8186 <         X"$ac_file" : 'X\(/\)' \| \
8187 <         .     : '\(.\)' 2>/dev/null ||
8183 >      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8184 > $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8185 >         X"$ac_file" : 'X\(//\)[^/]' \| \
8186 >         X"$ac_file" : 'X\(//\)$' \| \
8187 >         X"$ac_file" : 'X\(/\)' \| \
8188 >         .     : '\(.\)' 2>/dev/null ||
8189   echo X"$ac_file" |
8190      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8191            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8192            /^X\(\/\/\)$/{ s//\1/; q; }
8193            /^X\(\/\).*/{ s//\1/; q; }
8194            s/.*/./; q'`
8195 <      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
8196 <        { case "$ac_dir" in
8197 <  [\\/]* | ?:[\\/]* ) as_incr_dir=;;
8198 <  *)                      as_incr_dir=.;;
8199 < esac
8200 < as_dummy="$ac_dir"
8201 < for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do
8202 <  case $as_mkdir_dir in
8203 <    # Skip DOS drivespec
8204 <    ?:) as_incr_dir=$as_mkdir_dir ;;
8205 <    *)
8206 <      as_incr_dir=$as_incr_dir/$as_mkdir_dir
8207 <      test -d "$as_incr_dir" || mkdir "$as_incr_dir"
8208 <    ;;
8209 <  esac
8210 < done; }
8195 >      { if $as_mkdir_p; then
8196 >    mkdir -p "$ac_dir"
8197 >  else
8198 >    as_dir="$ac_dir"
8199 >    as_dirs=
8200 >    while test ! -d "$as_dir"; do
8201 >      as_dirs="$as_dir $as_dirs"
8202 >      as_dir=`(dirname "$as_dir") 2>/dev/null ||
8203 > $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8204 >         X"$as_dir" : 'X\(//\)[^/]' \| \
8205 >         X"$as_dir" : 'X\(//\)$' \| \
8206 >         X"$as_dir" : 'X\(/\)' \| \
8207 >         .     : '\(.\)' 2>/dev/null ||
8208 > echo X"$as_dir" |
8209 >    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8210 >          /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8211 >          /^X\(\/\/\)$/{ s//\1/; q; }
8212 >          /^X\(\/\).*/{ s//\1/; q; }
8213 >          s/.*/./; q'`
8214 >    done
8215 >    test ! -n "$as_dirs" || mkdir $as_dirs
8216 >  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8217 > echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8218 >   { (exit 1); exit 1; }; }; }
8219  
6425      fi
8220        rm -f $ac_file
8221        mv $tmp/config.h $ac_file
8222      fi
# Line 6431 | Line 8225 | EOF
8225      rm -f $tmp/config.h
8226    fi
8227   done
8228 < EOF
8228 > _ACEOF
8229  
8230 < cat >>$CONFIG_STATUS <<\EOF
8230 > cat >>$CONFIG_STATUS <<\_ACEOF
8231  
8232   { (exit 0); exit 0; }
8233 < EOF
8233 > _ACEOF
8234   chmod +x $CONFIG_STATUS
8235   ac_clean_files=$ac_clean_files_save
8236  
8237 +
8238   # configure is writing to config.log, and then calls config.status.
8239   # config.status does its own redirection, appending to config.log.
8240   # Unfortunately, on DOS this fails, as config.log is still kept open
# Line 6450 | Line 8245 | if test "$no_create" != yes; then
8245   # need to make the FD available again.
8246   if test "$no_create" != yes; then
8247    ac_cs_success=:
8248 +  ac_config_status_args=
8249 +  test "$silent" = yes &&
8250 +    ac_config_status_args="$ac_config_status_args --quiet"
8251    exec 5>/dev/null
8252 <  $SHELL $CONFIG_STATUS || ac_cs_success=false
8252 >  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
8253    exec 5>>config.log
8254    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8255    # would make configure fail if this is the last instruction.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines