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 749 by gezelter, Fri Sep 5 22:36:12 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 GNU Autoconf 2.57 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, 2002
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   ## --------------------- ##
# Line 22 | Line 21 | fi
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 (FOO=FOO; unset FOO) >/dev/null 2>&1; then
27 > if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28    as_unset=unset
29   else
30    as_unset=false
# Line 43 | Line 43 | do
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 -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
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
# Line 220 | Line 220 | else
220   if mkdir -p . 2>/dev/null; then
221    as_mkdir_p=:
222   else
223 +  test -d ./-p && rmdir ./-p
224    as_mkdir_p=false
225   fi
226  
227   as_executable_p="test -f"
228  
229   # Sed expression to map a string onto a valid CPP name.
230 < as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
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="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
233 > as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
234  
235  
236   # IFS
# Line 311 | Line 312 | ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKA
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 F90 F90FLAGS ac_ct_F90 PREPFLAG PREPDEFFLAG INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S SET_MAKE RANLIB ac_ct_RANLIB YACC LEX LEXLIB LEX_OUTPUT_ROOT AR F90LIBS F90_FUNC F90_FUNC_ MPI_DIR MPI_LIBDIR MPI_INC MPI_LIB MPIF77 MPIF90 MPILIBS CPP EGREP SPRNG_LIBDIR SPRNG_LIB SPRNG_INC HAVE_SPRNG MKL_LIBDIR MKL_LIB MKL_INC HAVE_MKL MPI_F90_MODS fortran_machine_defs BATEXT MKINSTALLDIRS OOPSE OOPSE_HOME SUBDIRS FFLAGS LIBOBJS LTLIBOBJS'
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.
# Line 670 | Line 671 | for ac_var in bindir sbindir libexecdir datadir syscon
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
674 >              localstatedir libdir includedir oldincludedir infodir mandir
675   do
676    eval ac_val=$`echo $ac_var`
677    case $ac_val in
# Line 710 | Line 711 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711    # Try the directory containing this script, then its parent.
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 ||
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; }
# Line 784 | 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
787 ac_env_MPIF77_set=${MPIF77+set}
788 ac_env_MPIF77_value=$MPIF77
789 ac_cv_env_MPIF77_set=${MPIF77+set}
790 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 825 | Line 822 | Installation directories:
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 874 | 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
875 <  --with-mpi-lib-dir=dir  give the path for MPI-libraries MPI_DIR/lib
876 <  --with-mpi-inc-dir=dir  give the path for MPI-include-files MPI_DIR/include
877 <  --with-sprng-prefix=PREFIX
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
878                            Prefix where SPRNG is installed
879 <  --with-sprng-lib=PREFIX  SPRNG library directory
879 >  --with-sprng-libdir=PREFIX  SPRNG library directory
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
886  --with-mpi_f90_mods=<dir>
887                          Location where MPI f90 modules are installed
883  
884   Some influential environment variables:
885    CC          C compiler command
# Line 897 | Line 892 | Some influential environment variables:
892    CXXFLAGS    C++ compiler flags
893    F90         Fortran 90 compiler command
894    F90FLAGS    Fortran 90 compiler flags
900  MPIF77      MPI Fortran compiler command
895    CPP         C preprocessor
896  
897   Use these variables to override the choices made by `configure' or to help
# Line 937 | Line 931 | esac
931      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
932      ac_top_srcdir=$ac_top_builddir$srcdir ;;
933   esac
934 < # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
935 < # absolute.
936 < ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
937 < ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
938 < ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
939 < ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
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.
# Line 953 | Line 980 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir &
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
983 >           test -f $ac_srcdir/configure.in; then
984        echo
985        $ac_configure --help
986      else
# Line 967 | Line 994 | generated by GNU Autoconf 2.57
994   if $ac_init_version; then
995    cat <<\_ACEOF
996   OOPSE configure 1.0
997 < generated by GNU Autoconf 2.57
997 > generated by GNU Autoconf 2.59
998  
999 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
973 < 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   _ACEOF
# Line 982 | Line 1008 | generated by GNU Autoconf 2.57.  Invocation command li
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.57.  Invocation command line was
1011 > generated by GNU Autoconf 2.59.  Invocation command line was
1012  
1013    $ $0 $@
1014  
# Line 1059 | Line 1085 | do
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.
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
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.
# Line 1105 | Line 1131 | _ASBOX
1131      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1132      *ac_space=\ *)
1133        sed -n \
1134 <        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1135 <          s/^\\([_$as_cr_alnum]*_cv_[_$as_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/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1139 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1140        ;;
1141      esac;
1142   }
# Line 1139 | Line 1165 | _ASBOX
1165        for ac_var in $ac_subst_files
1166        do
1167          eval ac_val=$`echo $ac_var`
1168 <        echo "$ac_var='"'"'$ac_val'"'"'"
1168 >        echo "$ac_var='"'"'$ac_val'"'"'"
1169        done | sort
1170        echo
1171      fi
# Line 1158 | Line 1184 | _ASBOX
1184        echo "$as_me: caught signal $ac_signal"
1185      echo "$as_me: exit $exit_status"
1186    } >&5
1187 <  rm -f core core.* *.core &&
1187 >  rm -f core *.core &&
1188    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1189      exit $exit_status
1190       ' 0
# Line 1238 | Line 1264 | for ac_var in `(set) 2>&1 |
1264   # value.
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"
# Line 1255 | Line 1281 | echo "$as_me: error: \`$ac_var' was not set in the pre
1281      ,);;
1282      *)
1283        if test "x$ac_old_val" != "x$ac_new_val"; then
1284 <        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
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
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
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=:
1290 >        ac_cache_corrupted=:
1291        fi;;
1292    esac
1293    # Pass precious variables to config.status.
# Line 1828 | Line 1854 | ac_configure="$SHELL $ac_aux_dir/configure" # This sho
1854  
1855  
1856  
1831 # what should I build?
1857  
1833 # Check whether --enable-debug or --disable-debug was given.
1834 if test "${enable_debug+set}" = set; then
1835  enableval="$enable_debug"
1836  DEBUG=1
1837 fi;
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 +
1879 + debug=0
1880 + # Check whether --enable-debug or --disable-debug was given.
1881 + if test "${enable_debug+set}" = set; then
1882 +  enableval="$enable_debug"
1883 +  debug=1
1884 + fi;
1885   if test "${DEBUG}"; then
1886  
1887   cat >>confdefs.h <<\_ACEOF
1888 < #define DEBUG 1
1888 > #define debug 1
1889   _ACEOF
1890  
1891    msg="$msg, debug mode"
# Line 2025 | Line 2067 | cat >conftest.$ac_ext <<_ACEOF
2067    (exit $ac_status); }
2068  
2069   cat >conftest.$ac_ext <<_ACEOF
2028 #line $LINENO "configure"
2070   /* confdefs.h.  */
2071   _ACEOF
2072   cat confdefs.h >>conftest.$ac_ext
# Line 2045 | Line 2086 | echo "$as_me:$LINENO: checking for C compiler default
2086   # Try to create an executable without -o first, disregard a.out.
2087   # It will help us diagnose broken compilers, and finding out an intuition
2088   # of exeext.
2089 < echo "$as_me:$LINENO: 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:$LINENO: \"$ac_link_default\"") >&5
2093    (eval $ac_link_default) 2>&5
# Line 2066 | Line 2107 | do
2107    test -f "$ac_file" || continue
2108    case $ac_file in
2109      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2110 <        ;;
2110 >        ;;
2111      conftest.$ac_ext )
2112 <        # This is the source file.
2113 <        ;;
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;;
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;;
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;;
2126 >        break;;
2127    esac
2128   done
2129   else
# Line 2156 | Line 2197 | for ac_file in conftest.exe conftest conftest.*; do
2197    case $ac_file in
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
# Line 2182 | Line 2223 | else
2223    echo $ECHO_N "(cached) $ECHO_C" >&6
2224   else
2225    cat >conftest.$ac_ext <<_ACEOF
2185 #line $LINENO "configure"
2226   /* confdefs.h.  */
2227   _ACEOF
2228   cat confdefs.h >>conftest.$ac_ext
# Line 2233 | Line 2273 | else
2273    echo $ECHO_N "(cached) $ECHO_C" >&6
2274   else
2275    cat >conftest.$ac_ext <<_ACEOF
2236 #line $LINENO "configure"
2276   /* confdefs.h.  */
2277   _ACEOF
2278   cat confdefs.h >>conftest.$ac_ext
# Line 2253 | Line 2292 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2292   _ACEOF
2293   rm -f conftest.$ac_objext
2294   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2295 <  (eval $ac_compile) 2>&5
2295 >  (eval $ac_compile) 2>conftest.er1
2296    ac_status=$?
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'
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:$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
# Line 2270 | Line 2319 | rm -f conftest.$ac_objext conftest.$ac_ext
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
# Line 2286 | Line 2335 | else
2335    echo $ECHO_N "(cached) $ECHO_C" >&6
2336   else
2337    cat >conftest.$ac_ext <<_ACEOF
2289 #line $LINENO "configure"
2338   /* confdefs.h.  */
2339   _ACEOF
2340   cat confdefs.h >>conftest.$ac_ext
# Line 2303 | Line 2351 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2351   _ACEOF
2352   rm -f conftest.$ac_objext
2353   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2354 <  (eval $ac_compile) 2>&5
2354 >  (eval $ac_compile) 2>conftest.er1
2355    ac_status=$?
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'
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:$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
# Line 2320 | Line 2378 | rm -f conftest.$ac_objext conftest.$ac_ext
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:$LINENO: result: $ac_cv_prog_cc_g" >&5
2384   echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
# Line 2347 | Line 2405 | cat >conftest.$ac_ext <<_ACEOF
2405    ac_cv_prog_cc_stdc=no
2406   ac_save_CC=$CC
2407   cat >conftest.$ac_ext <<_ACEOF
2350 #line $LINENO "configure"
2408   /* confdefs.h.  */
2409   _ACEOF
2410   cat confdefs.h >>conftest.$ac_ext
# Line 2375 | Line 2432 | int test (int i, double x);
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);};
# Line 2401 | Line 2468 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
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>&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 -s conftest.$ac_objext'
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
# Line 2418 | Line 2495 | rm -f conftest.$ac_objext
2495   sed 's/^/| /' conftest.$ac_ext >&5
2496  
2497   fi
2498 < rm -f conftest.$ac_objext
2498 > rm -f conftest.err conftest.$ac_objext
2499   done
2500   rm -f conftest.$ac_ext conftest.$ac_objext
2501   CC=$ac_save_CC
# Line 2446 | Line 2523 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2523   _ACEOF
2524   rm -f conftest.$ac_objext
2525   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2526 <  (eval $ac_compile) 2>&5
2526 >  (eval $ac_compile) 2>conftest.er1
2527    ac_status=$?
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'
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:$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 <   ''\
2461 <   '#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 2466 | Line 2552 | do
2552     'void exit (int);'
2553   do
2554    cat >conftest.$ac_ext <<_ACEOF
2469 #line $LINENO "configure"
2555   /* confdefs.h.  */
2556   _ACEOF
2557   cat confdefs.h >>conftest.$ac_ext
2558   cat >>conftest.$ac_ext <<_ACEOF
2559   /* end confdefs.h.  */
2475 #include <stdlib.h>
2560   $ac_declaration
2561 + #include <stdlib.h>
2562   int
2563   main ()
2564   {
# Line 2484 | Line 2569 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2569   _ACEOF
2570   rm -f conftest.$ac_objext
2571   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2572 <  (eval $ac_compile) 2>&5
2572 >  (eval $ac_compile) 2>conftest.er1
2573    ac_status=$?
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'
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:$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
# Line 2501 | Line 2596 | rm -f conftest.$ac_objext conftest.$ac_ext
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
2506 #line $LINENO "configure"
2601   /* confdefs.h.  */
2602   _ACEOF
2603   cat confdefs.h >>conftest.$ac_ext
# Line 2520 | Line 2614 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2614   _ACEOF
2615   rm -f conftest.$ac_objext
2616   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2617 <  (eval $ac_compile) 2>&5
2617 >  (eval $ac_compile) 2>conftest.er1
2618    ac_status=$?
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'
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:$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
# Line 2536 | Line 2640 | rm -f conftest.$ac_objext conftest.$ac_ext
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   rm -f conftest*
2646   if test -n "$ac_declaration"; then
# Line 2550 | Line 2654 | rm -f conftest.$ac_objext conftest.$ac_ext
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
2559
2560
2561
2562
2563
2564 # Try to determine "good" native compiler flags if none specified on command
2565 # line
2566 if test "$ac_test_CFLAGS" != "set"; then
2567  CFLAGS=""
2568  case "${host_cpu}-${host_os}" in
2569
2570  *linux*) if test "$CC" = icc; then
2571                    CFLAGS="-O"
2572                fi;;
2573  sparc-solaris2*) if test "$CC" = cc; then
2574                    CFLAGS="-native -fast -xO5 -dalign"
2575                 fi;;
2576
2577  alpha*-osf*)  if test "$CC" = cc; then
2578                    CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host -arch host -std1"
2579                fi;;
2580
2581  hppa*-hpux*)  if test "$CC" = cc; then
2582                    CFLAGS="-Ae +O3 +Oall"
2583                fi;;
2584
2585   rs6000*-aix*)  if test "$CC" = cc -o "$CC" = xlc; then
2586                    CFLAGS="-O3 -qtune=auto -qansialias -w"
2587                fi;;
2588   powerpc*-aix*)
2589        if test "$CC" = cc -o "$CC" = xlc; then
2590                CFLAGS="-O3 -qtune=auto -qansialias -w"
2591                echo "*******************************************************"
2592                echo "*  You have AIX on an unknown powerpc system.  It is  *"
2593                echo "*  recommended that you use                           *"
2594                echo "*                                                     *"
2595                echo "*    CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
2596                echo "*                                 ^^^                 *"
2597                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
2598                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
2599                echo "*******************************************************"
2600        fi;;
2601   *darwin*)
2602        if test "$CC" = xlc -o "$CC" = cc; then
2603                CFLAGS="-O3 -qtune=auto -w"
2604                echo "*******************************************************"
2605                echo "*  You have Darwin on an unknown powerpc system.      *"
2606                echo "*  It is recommended that you use                     *"
2607                echo "*                                                     *"
2608                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
2609                echo "*                               ^^^                   *"
2610                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
2611                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
2612                echo "*******************************************************"
2613        fi;;
2614  esac
2615
2616  # use default flags for gcc on all systems
2617  if test $ac_cv_c_compiler_gnu = yes; then
2618     CFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
2619  fi
2620
2621  # test for gcc-specific flags:
2622  if test $ac_cv_c_compiler_gnu = yes; then
2623    # -malign-double for x86 systems
2663  
2664  
2626 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -malign-double" >&5
2627 echo $ECHO_N "checking whether ${CC-cc} accepts -malign-double... $ECHO_C" >&6
2628 if test "${ac_align_double+set}" = set; then
2629  echo $ECHO_N "(cached) $ECHO_C" >&6
2630 else
2631  echo 'void f(){}' > conftest.c
2632 if test -z "`${CC-cc} -malign-double -c conftest.c 2>&1`"; then
2633        ac_align_double=yes
2634 else
2635        ac_align_double=no
2636 fi
2637 rm -f conftest*
2638
2639 fi
2640 echo "$as_me:$LINENO: result: $ac_align_double" >&5
2641 echo "${ECHO_T}$ac_align_double" >&6
2642 if test "$ac_align_double" = yes; then
2643        :
2644        CFLAGS="$CFLAGS -malign-double"
2645 else
2646        :
2647
2648 fi
2649
2650    # -fstrict-aliasing for gcc-2.95+
2651
2652
2653 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -fstrict-aliasing" >&5
2654 echo $ECHO_N "checking whether ${CC-cc} accepts -fstrict-aliasing... $ECHO_C" >&6
2655 if test "${ac_fstrict_aliasing+set}" = set; then
2656  echo $ECHO_N "(cached) $ECHO_C" >&6
2657 else
2658  echo 'void f(){}' > conftest.c
2659 if test -z "`${CC-cc} -fstrict-aliasing -c conftest.c 2>&1`"; then
2660        ac_fstrict_aliasing=yes
2661 else
2662        ac_fstrict_aliasing=no
2663 fi
2664 rm -f conftest*
2665
2666 fi
2667 echo "$as_me:$LINENO: result: $ac_fstrict_aliasing" >&5
2668 echo "${ECHO_T}$ac_fstrict_aliasing" >&6
2669 if test "$ac_fstrict_aliasing" = yes; then
2670        :
2671        CFLAGS="$CFLAGS -fstrict-aliasing"
2672 else
2673        :
2674
2675 fi
2676
2677  fi
2678
2679  CPU_FLAGS=""
2680  if test "$GCC" = "yes"; then
2681                  case "${host_cpu}" in
2682          i586*)
2683
2684 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=pentium" >&5
2685 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentium... $ECHO_C" >&6
2686 if test "${ac_cpu_pentium+set}" = set; then
2687  echo $ECHO_N "(cached) $ECHO_C" >&6
2688 else
2689  echo 'void f(){}' > conftest.c
2690 if test -z "`${CC-cc} -mcpu=pentium -c conftest.c 2>&1`"; then
2691        ac_cpu_pentium=yes
2692 else
2693        ac_cpu_pentium=no
2694 fi
2695 rm -f conftest*
2696
2697 fi
2698 echo "$as_me:$LINENO: result: $ac_cpu_pentium" >&5
2699 echo "${ECHO_T}$ac_cpu_pentium" >&6
2700 if test "$ac_cpu_pentium" = yes; then
2701        :
2702        CPU_FLAGS=-mcpu=pentium
2703 else
2704        :
2705
2706
2707 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpentium" >&5
2708 echo $ECHO_N "checking whether ${CC-cc} accepts -mpentium... $ECHO_C" >&6
2709 if test "${ac_pentium+set}" = set; then
2710  echo $ECHO_N "(cached) $ECHO_C" >&6
2711 else
2712  echo 'void f(){}' > conftest.c
2713 if test -z "`${CC-cc} -mpentium -c conftest.c 2>&1`"; then
2714        ac_pentium=yes
2715 else
2716        ac_pentium=no
2717 fi
2718 rm -f conftest*
2719
2720 fi
2721 echo "$as_me:$LINENO: result: $ac_pentium" >&5
2722 echo "${ECHO_T}$ac_pentium" >&6
2723 if test "$ac_pentium" = yes; then
2724        :
2725        CPU_FLAGS=-mpentium
2726 else
2727        :
2728
2729 fi
2730
2731 fi
2732
2733                  ;;
2734          i686*)
2735
2736 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=pentiumpro" >&5
2737 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=pentiumpro... $ECHO_C" >&6
2738 if test "${ac_cpu_pentiumpro+set}" = set; then
2739  echo $ECHO_N "(cached) $ECHO_C" >&6
2740 else
2741  echo 'void f(){}' > conftest.c
2742 if test -z "`${CC-cc} -mcpu=pentiumpro -c conftest.c 2>&1`"; then
2743        ac_cpu_pentiumpro=yes
2744 else
2745        ac_cpu_pentiumpro=no
2746 fi
2747 rm -f conftest*
2748
2749 fi
2750 echo "$as_me:$LINENO: result: $ac_cpu_pentiumpro" >&5
2751 echo "${ECHO_T}$ac_cpu_pentiumpro" >&6
2752 if test "$ac_cpu_pentiumpro" = yes; then
2753        :
2754        CPU_FLAGS=-mcpu=pentiumpro
2755 else
2756        :
2757
2758
2759 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpentiumpro" >&5
2760 echo $ECHO_N "checking whether ${CC-cc} accepts -mpentiumpro... $ECHO_C" >&6
2761 if test "${ac_pentiumpro+set}" = set; then
2762  echo $ECHO_N "(cached) $ECHO_C" >&6
2763 else
2764  echo 'void f(){}' > conftest.c
2765 if test -z "`${CC-cc} -mpentiumpro -c conftest.c 2>&1`"; then
2766        ac_pentiumpro=yes
2767 else
2768        ac_pentiumpro=no
2769 fi
2770 rm -f conftest*
2771
2772 fi
2773 echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
2774 echo "${ECHO_T}$ac_pentiumpro" >&6
2775 if test "$ac_pentiumpro" = yes; then
2776        :
2777        CPU_FLAGS=-mpentiumpro
2778 else
2779        :
2780
2781 fi
2782
2783 fi
2784
2785                  ;;
2786          powerpc*)
2787                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
2788                is60x=`echo $cputype | egrep "^600-9e?$"`
2789                if test -n "$is60x"; then
2790
2791
2792 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=$cputype" >&5
2793 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=$cputype... $ECHO_C" >&6
2794 if test "${ac_m_cpu_60x+set}" = set; then
2795  echo $ECHO_N "(cached) $ECHO_C" >&6
2796 else
2797  echo 'void f(){}' > conftest.c
2798 if test -z "`${CC-cc} -mcpu=$cputype -c conftest.c 2>&1`"; then
2799        ac_m_cpu_60x=yes
2800 else
2801        ac_m_cpu_60x=no
2802 fi
2803 rm -f conftest*
2804
2805 fi
2806 echo "$as_me:$LINENO: result: $ac_m_cpu_60x" >&5
2807 echo "${ECHO_T}$ac_m_cpu_60x" >&6
2808 if test "$ac_m_cpu_60x" = yes; then
2809        :
2810        CPU_FLAGS=-mcpu=$cputype
2811 else
2812        :
2813
2814 fi
2815
2816                elif test "$cputype" = 750; then
2817
2818
2819 echo "$as_me:$LINENO: checking whether we are using gcc 2.95 or later" >&5
2820 echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
2821 if test "${ac_cv_prog_gcc_2_95+set}" = set; then
2822  echo $ECHO_N "(cached) $ECHO_C" >&6
2823 else
2824
2825 cat > conftest.c <<EOF
2826 #ifdef __GNUC__
2827 #  if (__GNUC__ > 2) || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
2828     yes;
2829 #  endif
2830 #endif
2831 EOF
2832 if { ac_try='${CC-cc} -E conftest.c'
2833  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2834  (eval $ac_try) 2>&5
2835  ac_status=$?
2836  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2837  (exit $ac_status); }; } | egrep yes >/dev/null 2>&1; then
2838  ac_cv_prog_gcc_2_95=yes
2839 else
2840  ac_cv_prog_gcc_2_95=no
2841 fi
2842
2843 fi
2844 echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_2_95" >&5
2845 echo "${ECHO_T}$ac_cv_prog_gcc_2_95" >&6
2846 if test "$ac_cv_prog_gcc_2_95" = yes; then
2847        :
2848
2849
2850 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=750" >&5
2851 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=750... $ECHO_C" >&6
2852 if test "${ac_m_cpu_750+set}" = set; then
2853  echo $ECHO_N "(cached) $ECHO_C" >&6
2854 else
2855  echo 'void f(){}' > conftest.c
2856 if test -z "`${CC-cc} -mcpu=750 -c conftest.c 2>&1`"; then
2857        ac_m_cpu_750=yes
2858 else
2859        ac_m_cpu_750=no
2860 fi
2861 rm -f conftest*
2862
2863 fi
2864 echo "$as_me:$LINENO: result: $ac_m_cpu_750" >&5
2865 echo "${ECHO_T}$ac_m_cpu_750" >&6
2866 if test "$ac_m_cpu_750" = yes; then
2867        :
2868        CPU_FLAGS=-mcpu=750
2869 else
2870        :
2871
2872 fi
2873
2874 else
2875        :
2876
2877 fi
2878
2879                fi
2880                if test -z "$CPU_FLAGS"; then
2881
2882
2883 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mcpu=powerpc" >&5
2884 echo $ECHO_N "checking whether ${CC-cc} accepts -mcpu=powerpc... $ECHO_C" >&6
2885 if test "${ac_m_cpu_powerpc+set}" = set; then
2886  echo $ECHO_N "(cached) $ECHO_C" >&6
2887 else
2888  echo 'void f(){}' > conftest.c
2889 if test -z "`${CC-cc} -mcpu=powerpc -c conftest.c 2>&1`"; then
2890        ac_m_cpu_powerpc=yes
2891 else
2892        ac_m_cpu_powerpc=no
2893 fi
2894 rm -f conftest*
2895
2896 fi
2897 echo "$as_me:$LINENO: result: $ac_m_cpu_powerpc" >&5
2898 echo "${ECHO_T}$ac_m_cpu_powerpc" >&6
2899 if test "$ac_m_cpu_powerpc" = yes; then
2900        :
2901        CPU_FLAGS=-mcpu=powerpc
2902 else
2903        :
2904
2905 fi
2906
2907                fi
2908                if test -z "$CPU_FLAGS"; then
2909
2910
2911 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts -mpowerpc" >&5
2912 echo $ECHO_N "checking whether ${CC-cc} accepts -mpowerpc... $ECHO_C" >&6
2913 if test "${ac_m_powerpc+set}" = set; then
2914  echo $ECHO_N "(cached) $ECHO_C" >&6
2915 else
2916  echo 'void f(){}' > conftest.c
2917 if test -z "`${CC-cc} -mpowerpc -c conftest.c 2>&1`"; then
2918        ac_m_powerpc=yes
2919 else
2920        ac_m_powerpc=no
2921 fi
2922 rm -f conftest*
2923
2924 fi
2925 echo "$as_me:$LINENO: result: $ac_m_powerpc" >&5
2926 echo "${ECHO_T}$ac_m_powerpc" >&6
2927 if test "$ac_m_powerpc" = yes; then
2928        :
2929        CPU_FLAGS=-mpowerpc
2930 else
2931        :
2932
2933 fi
2934
2935                fi
2936          esac
2937  fi
2938
2939  if test -n "$CPU_FLAGS"; then
2940        CFLAGS="$CFLAGS $CPU_FLAGS"
2941  fi
2942
2943  if test -z "$CFLAGS"; then
2944        echo ""
2945        echo "********************************************************"
2946        echo "* WARNING: Don't know the best CFLAGS for this system  *"
2947        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
2948        echo "* (otherwise, a default of CFLAGS=-O3 will be used)    *"
2949        echo "********************************************************"
2950        echo ""
2951        CFLAGS="-O3"
2952  fi
2953
2954
2955
2956 echo "$as_me:$LINENO: checking whether ${CC-cc} accepts ${CFLAGS}" >&5
2957 echo $ECHO_N "checking whether ${CC-cc} accepts ${CFLAGS}... $ECHO_C" >&6
2958 if test "${ac_guessed_cflags+set}" = set; then
2959  echo $ECHO_N "(cached) $ECHO_C" >&6
2960 else
2961  echo 'void f(){}' > conftest.c
2962 if test -z "`${CC-cc} ${CFLAGS} -c conftest.c 2>&1`"; then
2963        ac_guessed_cflags=yes
2964 else
2965        ac_guessed_cflags=no
2966 fi
2967 rm -f conftest*
2968
2969 fi
2970 echo "$as_me:$LINENO: result: $ac_guessed_cflags" >&5
2971 echo "${ECHO_T}$ac_guessed_cflags" >&6
2972 if test "$ac_guessed_cflags" = yes; then
2973        :
2974
2975 else
2976        :
2977
2978        echo ""
2979        echo "********************************************************"
2980        echo "* WARNING: The guessed CFLAGS don't seem to work with  *"
2981        echo "* your compiler.                                       *"
2982        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
2983        echo "********************************************************"
2984        echo ""
2985        CFLAGS=""
2986
2987 fi
2988
2989
2990 fi
2991
2665   ac_ext=cc
2666   ac_cpp='$CXXCPP $CPPFLAGS'
2667   ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2668   ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2669   ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2670   if test -n "$ac_tool_prefix"; then
2671 <  for ac_prog in $CCC icpc icc xlC g++ c++
2671 >  for ac_prog in $CCC icpc icc xlC CC g++ c++
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
# Line 3037 | Line 2710 | if test -z "$CXX"; then
2710   fi
2711   if test -z "$CXX"; then
2712    ac_ct_CXX=$CXX
2713 <  for ac_prog in $CCC icpc icc xlC g++ c++
2713 >  for ac_prog in $CCC icpc icc xlC CC g++ c++
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
# Line 3108 | Line 2781 | else
2781    echo $ECHO_N "(cached) $ECHO_C" >&6
2782   else
2783    cat >conftest.$ac_ext <<_ACEOF
3111 #line $LINENO "configure"
2784   /* confdefs.h.  */
2785   _ACEOF
2786   cat confdefs.h >>conftest.$ac_ext
# Line 3128 | Line 2800 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2800   _ACEOF
2801   rm -f conftest.$ac_objext
2802   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2803 <  (eval $ac_compile) 2>&5
2803 >  (eval $ac_compile) 2>conftest.er1
2804    ac_status=$?
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'
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:$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
# Line 3145 | Line 2827 | rm -f conftest.$ac_objext conftest.$ac_ext
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
# Line 3161 | Line 2843 | else
2843    echo $ECHO_N "(cached) $ECHO_C" >&6
2844   else
2845    cat >conftest.$ac_ext <<_ACEOF
3164 #line $LINENO "configure"
2846   /* confdefs.h.  */
2847   _ACEOF
2848   cat confdefs.h >>conftest.$ac_ext
# Line 3178 | Line 2859 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2859   _ACEOF
2860   rm -f conftest.$ac_objext
2861   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2862 <  (eval $ac_compile) 2>&5
2862 >  (eval $ac_compile) 2>conftest.er1
2863    ac_status=$?
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'
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:$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
# Line 3195 | Line 2886 | rm -f conftest.$ac_objext conftest.$ac_ext
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:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2892   echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
# Line 3215 | Line 2906 | for ac_declaration in \
2906    fi
2907   fi
2908   for ac_declaration in \
2909 <   ''\
3219 <   '#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 3224 | Line 2914 | do
2914     'void exit (int);'
2915   do
2916    cat >conftest.$ac_ext <<_ACEOF
3227 #line $LINENO "configure"
2917   /* confdefs.h.  */
2918   _ACEOF
2919   cat confdefs.h >>conftest.$ac_ext
2920   cat >>conftest.$ac_ext <<_ACEOF
2921   /* end confdefs.h.  */
3233 #include <stdlib.h>
2922   $ac_declaration
2923 + #include <stdlib.h>
2924   int
2925   main ()
2926   {
# Line 3242 | Line 2931 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2931   _ACEOF
2932   rm -f conftest.$ac_objext
2933   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2934 <  (eval $ac_compile) 2>&5
2934 >  (eval $ac_compile) 2>conftest.er1
2935    ac_status=$?
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'
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:$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
# Line 3259 | Line 2958 | rm -f conftest.$ac_objext conftest.$ac_ext
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
3264 #line $LINENO "configure"
2963   /* confdefs.h.  */
2964   _ACEOF
2965   cat confdefs.h >>conftest.$ac_ext
# Line 3278 | Line 2976 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2976   _ACEOF
2977   rm -f conftest.$ac_objext
2978   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2979 <  (eval $ac_compile) 2>&5
2979 >  (eval $ac_compile) 2>conftest.er1
2980    ac_status=$?
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'
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:$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
# Line 3294 | Line 3002 | rm -f conftest.$ac_objext conftest.$ac_ext
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   rm -f conftest*
3008   if test -n "$ac_declaration"; then
# Line 3310 | Line 3018 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
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 <
3068 < # Try to determine "good" native compiler flags if none specified on command
3069 < # line
3070 < if test "$ac_test_CXXFLAGS" != "set"; then
3319 <  CXXFLAGS=""
3320 <  case "${host_cpu}-${host_os}" in
3321 <
3322 <  *linux*) if test "$CXX" = icc -o "$CXX" = icpc; then
3323 <                    CXXFLAGS="-O"
3324 <                fi;;
3325 <  sparc-solaris2*) if test "$CXX" = CC; then
3326 <                    CXXFLAGS="-native -fast -xO5 -dalign"
3327 <                 fi;;
3328 <   rs6000*-aix*)  if test "$CXX" = xlC; then
3329 <                    CXXFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
3330 <                fi;;
3331 <   powerpc*-aix*)
3332 <        if test "$CXX" = xlC; then
3333 <                CXXFLAGS="-O3 -qarch=ppc -qansialias -w"
3334 <                echo "*******************************************************"
3335 <                echo "*  You have AIX on an unknown powerpc system.  It is  *"
3336 <                echo "*  recommended that you use                           *"
3337 <                echo "*                                                     *"
3338 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
3339 <                echo "*                                 ^^^                 *"
3340 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
3341 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
3342 <                echo "*******************************************************"
3343 <        fi;;
3344 <   *darwin*)
3345 <        if test "$CXX" = xlC; then
3346 <                CXXFLAGS="-O3 -qtune=auto -qansialias -w"
3347 <                echo "*******************************************************"
3348 <                echo "*  You have AIX on an unknown powerpc system.  It is  *"
3349 <                echo "*  recommended that you use                           *"
3350 <                echo "*                                                     *"
3351 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
3352 <                echo "*                                 ^^^                 *"
3353 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
3354 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
3355 <                echo "*******************************************************"
3356 <        fi;;
3357 <  esac
3358 <
3359 <  # use default flags for gcc on all systems
3360 <  if test $ac_cv_c_compiler_gnu = yes; then
3361 <     CXXFLAGS="-O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic"
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  
3364  # test for gcc-specific flags:
3365  if test $ac_cv_c_compiler_gnu = yes; then
3366    # -malign-double for x86 systems
3074  
3075  
3076 < echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -malign-double" >&5
3077 < echo $ECHO_N "checking whether ${CXX-c++} accepts -malign-double... $ECHO_C" >&6
3078 < if test "${ac_align_double+set}" = set; then
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 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:$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
3090   else
3091 <  echo 'void f(){}' > conftest.cpp
3092 < if test -z "`${CXX-c++} -malign-double -c conftest.cpp 2>&1`"; then
3376 <        ac_align_double=yes
3091 >  if test -n "$F90"; then
3092 >  ac_cv_prog_F90="$F90" # Let the user override the test.
3093   else
3094 <        ac_align_double=no
3095 < fi
3096 < rm -f conftest*
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 < echo "$as_me:$LINENO: result: $ac_align_double" >&5
3110 < echo "${ECHO_T}$ac_align_double" >&6
3111 < if test "$ac_align_double" = yes; then
3112 <        :
3113 <        CXXFLAGS="$CXXFLAGS -malign-double"
3109 > fi
3110 > F90=$ac_cv_prog_F90
3111 > if test -n "$F90"; then
3112 >  echo "$as_me:$LINENO: result: $F90" >&5
3113 > echo "${ECHO_T}$F90" >&6
3114   else
3115 <        :
3116 <
3115 >  echo "$as_me:$LINENO: result: no" >&5
3116 > echo "${ECHO_T}no" >&6
3117   fi
3118  
3119 <    # -fstrict-aliasing for gcc-2.95+
3120 <
3121 <
3122 < echo "$as_me:$LINENO: checking whether ${CXX-c++} accepts -fstrict-aliasing" >&5
3123 < echo $ECHO_N "checking whether ${CXX-c++} accepts -fstrict-aliasing... $ECHO_C" >&6
3124 < if test "${ac_fstrict_aliasing+set}" = set; then
3119 >    test -n "$F90" && break
3120 >  done
3121 > fi
3122 > if test -z "$F90"; then
3123 >  ac_ct_F90=$F90
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:$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
3132   else
3133 <  echo 'void f(){}' > conftest.cpp
3134 < if test -z "`${CXX-c++} -fstrict-aliasing -c conftest.cpp 2>&1`"; then
3403 <        ac_fstrict_aliasing=yes
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_fstrict_aliasing=no
3137 < fi
3138 < rm -f conftest*
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:$LINENO: result: $ac_ct_F90" >&5
3155 + echo "${ECHO_T}$ac_ct_F90" >&6
3156 + else
3157 +  echo "$as_me:$LINENO: result: no" >&5
3158 + echo "${ECHO_T}no" >&6
3159 + fi
3160 +
3161 +  test -n "$ac_ct_F90" && break
3162 + done
3163 +
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:$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
3176 + else
3177 +  cat >conftest.$ac_ext <<_ACEOF
3178 +
3179 + program main
3180 +
3181 + #ifndef __GNUC__
3182 +       choke me
3183 + #endif
3184 +
3185 + end program main
3186 +
3187 + _ACEOF
3188 + rm -f conftest.$ac_objext
3189 + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3190 +  (eval $ac_compile) 2>conftest.er1
3191 +  ac_status=$?
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 -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:$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 + sed 's/^/| /' conftest.$ac_ext >&5
3214 +
3215 + ac_compiler_gnu=no
3216 + fi
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:$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`
3225 + ac_ext=c
3226 + ac_cpp='$CPP $CPPFLAGS'
3227 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
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 +
3238 + if test "$ac_test_PREPFLAG" != "set"; then
3239 +  PREPFLAG=""
3240 +  case "${host_cpu}-${host_os}" in
3241 +
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
3246 +                    PREPFLAG="-qsuffix=cpp=F90 "
3247 +                fi;;
3248 +  *darwin*)
3249 +        if test "$F90" = f90 -o "$F90" = xlf90; then
3250 +                PREPFLAG="-qsuffix=cpp=F90 "
3251 +        fi;;
3252 +  esac
3253 +
3254 +  if test -z "$PREPFLAG"; then
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:$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'
3267 + ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3268 +
3269 +  ac_save_ext=$ac_ext
3270 +  ac_ext=F90
3271 +  ac_save_F90FLAGS=$F90FLAGS
3272 +
3273 +  if test "$PREPFLAG"; then
3274 +  F90FLAGS="${F90FLAGS} ${PREPFLAG}-DTEST"
3275 + fi
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:$LINENO: \"$ac_compile\"") >&5
3291 +  (eval $ac_compile) 2>conftest.er1
3292 +  ac_status=$?
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 -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:$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 + sed 's/^/| /' conftest.$ac_ext >&5
3315 +
3316 + prepflagworks=0
3317 + fi
3318 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3319 +
3320 +  F90FLAGS=$ac_save_F90FLAGS
3321 +  ac_ext=$ac_save_ext
3322 +  ac_ext=c
3323 + ac_cpp='$CPP $CPPFLAGS'
3324 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
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:$LINENO: result: yes" >&5
3331 + echo "${ECHO_T}yes" >&6
3332 +
3333 +  else
3334 +    echo "$as_me:$LINENO: result: no" >&5
3335 + echo "${ECHO_T}no" >&6
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 +
3349 + if test "$ac_test_PREPDEFFLAG" != "set"; then
3350 +  PREPDEFFLAG=""
3351 +  case "${host_cpu}-${host_os}" in
3352 +
3353 +  *linux*) if test "$F90" = ifc -o "$F90" = ifort; then
3354 +                    PREPDEFFLAG=" "
3355 +                fi;;
3356 +  *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
3357 +                    PREPDEFFLAG="-WF,"
3358 +                fi;;
3359 +  *darwin*)
3360 +        if test "$F90" = f90 -o "$F90" = xlf90; then
3361 +                PREPDEFFLAG="-WF,"
3362 +        fi;;
3363 +  esac
3364 +
3365 +  if test -z "$PREPDEFFLAG"; then
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:$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'
3378 + ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3379 +
3380 +  ac_save_ext=$ac_ext
3381 +  ac_ext=F90
3382 +  ac_save_F90FLAGS=$F90FLAGS
3383 +
3384 +  if test "$PREPDEFFLAG"; then
3385 +  F90FLAGS="${F90FLAGS} ${PREPFLAG} ${PREPDEFFLAG}-DTEST"
3386 + fi
3387 +
3388 +    cat >conftest.$ac_ext <<_ACEOF
3389 +
3390 +
3391 + program main
3392 +
3393 +  integer :: i
3394 + #ifdef TEST
3395 +  i = 1
3396 + #else
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:$LINENO: \"$ac_compile\"") >&5
3406 +  (eval $ac_compile) 2>conftest.er1
3407 +  ac_status=$?
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 -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:$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 + sed 's/^/| /' conftest.$ac_ext >&5
3430 +
3431 + prepdefflagworks=0
3432 + fi
3433 + rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3434 +
3435 +  F90FLAGS=$ac_save_F90FLAGS
3436 +  ac_ext=$ac_save_ext
3437 +  ac_ext=c
3438 + ac_cpp='$CPP $CPPFLAGS'
3439 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
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:$LINENO: result: yes" >&5
3447 + echo "${ECHO_T}yes" >&6
3448 +
3449 +  else
3450 +    echo "$as_me:$LINENO: result: no" >&5
3451 + echo "${ECHO_T}no" >&6
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 + 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 +
3463 +
3464 +
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
3474 +
3475 + cat >conftest.$ac_ext <<_ACEOF
3476 +
3477 + program main
3478 +
3479 +
3480 + end program main
3481 +
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 + 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 <        CXXFLAGS="$CXXFLAGS -fstrict-aliasing"
4359 >        CFLAGS="$CFLAGS -fstrict-aliasing"
4360   else
4361          :
4362  
# Line 3420 | Line 4365 | fi
4365    fi
4366  
4367    CPU_FLAGS=""
4368 <  if test "$GCC" = "yes"; then
4368 >  if test $ac_cv_prog_really_gcc = yes; then
4369                    case "${host_cpu}" in
4370            i586*)
4371  
# Line 3447 | Line 4392 | echo "$as_me:$LINENO: checking whether ${CXX-c++} acce
4392          :
4393  
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
4399 + else
4400 +  echo 'void f(){}' > conftest.c
4401 + if test -z "`${CC-cc} -mpentium -c conftest.c 2>&1`"; then
4402 +        ac_pentium=yes
4403 + else
4404 +        ac_pentium=no
4405 + fi
4406 + rm -f conftest*
4407 +
4408 + fi
4409 + echo "$as_me:$LINENO: result: $ac_pentium" >&5
4410 + echo "${ECHO_T}$ac_pentium" >&6
4411 + if test "$ac_pentium" = yes; then
4412 +        :
4413 +        CPU_FLAGS=-mpentium
4414 + else
4415 +        :
4416 +
4417 + fi
4418 +
4419 + fi
4420 +
4421 +                  ;;
4422 +          i686*)
4423 +
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
4428 + else
4429 +  echo 'void f(){}' > conftest.c
4430 + if test -z "`${CC-cc} -mcpu=pentiumpro -c conftest.c 2>&1`"; then
4431 +        ac_cpu_pentiumpro=yes
4432 + else
4433 +        ac_cpu_pentiumpro=no
4434 + fi
4435 + rm -f conftest*
4436 +
4437 + fi
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 +        :
4442 +        CPU_FLAGS=-mcpu=pentiumpro
4443 + else
4444 +        :
4445 +
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
4451 + else
4452 +  echo 'void f(){}' > conftest.c
4453 + if test -z "`${CC-cc} -mpentiumpro -c conftest.c 2>&1`"; then
4454 +        ac_pentiumpro=yes
4455 + else
4456 +        ac_pentiumpro=no
4457 + fi
4458 + rm -f conftest*
4459 +
4460 + fi
4461 + echo "$as_me:$LINENO: result: $ac_pentiumpro" >&5
4462 + echo "${ECHO_T}$ac_pentiumpro" >&6
4463 + if test "$ac_pentiumpro" = yes; then
4464 +        :
4465 +        CPU_FLAGS=-mpentiumpro
4466 + else
4467 +        :
4468 +
4469 + fi
4470 +
4471 + fi
4472 +
4473 +                  ;;
4474 +          powerpc*)
4475 +                cputype=`(grep cpu /proc/cpuinfo | head -1 | cut -d: -f2 | sed 's/ //g') 2> /dev/null`
4476 +                is60x=`echo $cputype | egrep "^600-9e?$"`
4477 +                if test -n "$is60x"; then
4478 +
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
4484 + else
4485 +  echo 'void f(){}' > conftest.c
4486 + if test -z "`${CC-cc} -mcpu=$cputype -c conftest.c 2>&1`"; then
4487 +        ac_m_cpu_60x=yes
4488 + else
4489 +        ac_m_cpu_60x=no
4490 + fi
4491 + rm -f conftest*
4492 +
4493 + fi
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 +        :
4498 +        CPU_FLAGS=-mcpu=$cputype
4499 + else
4500 +        :
4501 +
4502 + fi
4503 +
4504 +                elif test "$cputype" = 750; then
4505 +
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__ && !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:$LINENO: \"$ac_try\"") >&5
4522 +  (eval $ac_try) 2>&5
4523 +  ac_status=$?
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
4528 +  ac_cv_prog_gcc_2_95=no
4529 + fi
4530 +
4531 + fi
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 +
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
4542 + else
4543 +  echo 'void f(){}' > conftest.c
4544 + if test -z "`${CC-cc} -mcpu=750 -c conftest.c 2>&1`"; then
4545 +        ac_m_cpu_750=yes
4546 + else
4547 +        ac_m_cpu_750=no
4548 + fi
4549 + rm -f conftest*
4550 +
4551 + fi
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 +        :
4556 +        CPU_FLAGS=-mcpu=750
4557 + else
4558 +        :
4559 +
4560 + fi
4561 +
4562 + else
4563 +        :
4564 +
4565 + fi
4566 +
4567 +                fi
4568 +                if test -z "$CPU_FLAGS"; then
4569 +
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
4575 + else
4576 +  echo 'void f(){}' > conftest.c
4577 + if test -z "`${CC-cc} -mcpu=powerpc -c conftest.c 2>&1`"; then
4578 +        ac_m_cpu_powerpc=yes
4579 + else
4580 +        ac_m_cpu_powerpc=no
4581 + fi
4582 + rm -f conftest*
4583 +
4584 + fi
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 +        :
4589 +        CPU_FLAGS=-mcpu=powerpc
4590 + else
4591 +        :
4592 +
4593 + fi
4594 +
4595 +                fi
4596 +                if test -z "$CPU_FLAGS"; then
4597 +
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
4603 + else
4604 +  echo 'void f(){}' > conftest.c
4605 + if test -z "`${CC-cc} -mpowerpc -c conftest.c 2>&1`"; then
4606 +        ac_m_powerpc=yes
4607 + else
4608 +        ac_m_powerpc=no
4609 + fi
4610 + rm -f conftest*
4611 +
4612 + fi
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 +        :
4617 +        CPU_FLAGS=-mpowerpc
4618 + else
4619 +        :
4620 +
4621 + fi
4622 +
4623 +                fi
4624 +          esac
4625 +  fi
4626 +
4627 +  if test -n "$CPU_FLAGS"; then
4628 +        CFLAGS="$CFLAGS $CPU_FLAGS"
4629 +  fi
4630 +
4631 +  if test -z "$CFLAGS"; then
4632 +        echo ""
4633 +        echo "********************************************************"
4634 +        echo "* WARNING: Don't know the best CFLAGS for this system  *"
4635 +        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
4636 +        echo "* (otherwise, a default of CFLAGS=-O3 will be used)    *"
4637 +        echo "********************************************************"
4638 +        echo ""
4639 +        CFLAGS="-O3"
4640 +  fi
4641 +
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
4648 + else
4649 +  echo 'void f(){}' > conftest.c
4650 + if test -z "`${CC-cc} ${CFLAGS} -c conftest.c 2>&1`"; then
4651 +        ac_guessed_cflags=yes
4652 + else
4653 +        ac_guessed_cflags=no
4654 + fi
4655 + rm -f conftest*
4656 +
4657 + fi
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 +        :
4662 +
4663 + else
4664 +        :
4665 +
4666 +        echo ""
4667 +        echo "********************************************************"
4668 +        echo "* WARNING: The guessed CFLAGS don't seem to work with  *"
4669 +        echo "* your compiler.                                       *"
4670 +        echo "* Use  make CFLAGS=..., or edit the top level Makefile *"
4671 +        echo "********************************************************"
4672 +        echo ""
4673 +        CFLAGS=""
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
4725 +  CXXFLAGS=""
4726 +  case "${host_cpu}-${host_os}" in
4727 +
4728 +  *linux*) if test "$CXX" = icc -o "$CXX" = icpc; then
4729 +                    CXXFLAGS="-O"
4730 +                fi;;
4731 +  sparc-solaris2*) if test "$CXX" = CC; then
4732 +                    CXXFLAGS="-native -fast -xO5 -dalign"
4733 +                 fi;;
4734 +   rs6000*-aix*)  if test "$CXX" = xlC; then
4735 +                    CXXFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w"
4736 +                fi;;
4737 +   powerpc*-aix*)
4738 +        if test "$CXX" = xlC; then
4739 +                CXXFLAGS="-O3 -qarch=ppc -qansialias -w"
4740 +                echo "*******************************************************"
4741 +                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4742 +                echo "*  recommended that you use                           *"
4743 +                echo "*                                                     *"
4744 +                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4745 +                echo "*                                 ^^^                 *"
4746 +                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4747 +                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4748 +                echo "*******************************************************"
4749 +        fi;;
4750 +   *darwin*)
4751 +        if test "$CXX" = xlC; then
4752 +                CXXFLAGS="-O3 -qtune=auto -qansialias -w"
4753 +                echo "*******************************************************"
4754 +                echo "*  You have AIX on an unknown powerpc system.  It is  *"
4755 +                echo "*  recommended that you use                           *"
4756 +                echo "*                                                     *"
4757 +                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4758 +                echo "*                                 ^^^                 *"
4759 +                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4760 +                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4761 +                echo "*******************************************************"
4762 +        fi;;
4763 +  esac
4764 +
4765 +  # use default flags for gcc on all systems
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_prog_really_gxx = yes; then
4772 +    # -malign-double for x86 systems
4773 +
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
4779 + else
4780 +  echo 'void f(){}' > conftest.cpp
4781 + if test -z "`${CXX-c++} -malign-double -c conftest.cpp 2>&1`"; then
4782 +        ac_align_double=yes
4783 + else
4784 +        ac_align_double=no
4785 + fi
4786 + rm -f conftest*
4787 +
4788 + fi
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 +        :
4793 +        CXXFLAGS="$CXXFLAGS -malign-double"
4794 + else
4795 +        :
4796 +
4797 + fi
4798 +
4799 +    # -fstrict-aliasing for gcc-2.95+
4800 +
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
4806 + else
4807 +  echo 'void f(){}' > conftest.cpp
4808 + if test -z "`${CXX-c++} -fstrict-aliasing -c conftest.cpp 2>&1`"; then
4809 +        ac_fstrict_aliasing=yes
4810 + else
4811 +        ac_fstrict_aliasing=no
4812 + fi
4813 + rm -f conftest*
4814 +
4815 + fi
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 +        :
4820 +        CXXFLAGS="$CXXFLAGS -fstrict-aliasing"
4821 + else
4822 +        :
4823 +
4824 + fi
4825 +
4826 +  fi
4827 +
4828 +  CPU_FLAGS=""
4829 +  if test $ac_cv_prog_really_gxx = yes; then
4830 +                  case "${host_cpu}" in
4831 +          i586*)
4832 +
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.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
4843 + fi
4844 + rm -f conftest*
4845 +
4846 + fi
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 +        :
4851 +        CPU_FLAGS=-mcpu=pentium
4852 + else
4853 +        :
4854 +
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
# Line 3559 | Line 4965 | echo "$as_me:$LINENO: checking whether we are using gc
4965                  elif test "$cputype" = 750; then
4966  
4967  
4968 < echo "$as_me:$LINENO: checking whether we are using gcc 2.95 or later" >&5
4969 < echo $ECHO_N "checking whether we are using gcc 2.95 or later... $ECHO_C" >&6
4970 < if test "${ac_cv_prog_gcc_2_95+set}" = set; then
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'
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:$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:$LINENO: 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  
# Line 3713 | Line 5119 | if test "$ac_guessed_cxxflags" = yes; then
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 <        :
5123 <
3718 < else
3719 <        :
3720 <
3721 <        echo ""
3722 <        echo "**********************************************************"
3723 <        echo "* WARNING: The guessed CXXFLAGS don't seem to work with  *"
3724 <        echo "* your compiler.                                         *"
3725 <        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
3726 <        echo "**********************************************************"
3727 <        echo ""
3728 <        CXXFLAGS=""
3729 <
3730 < fi
3731 <
3732 <
3733 < fi
3734 <
3735 < ac_ext=f90
3736 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3737 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3738 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
3739 < if test -n "$ac_tool_prefix"; then
3740 <  for ac_prog in ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3741 <  do
3742 <    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3743 < set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3744 < echo "$as_me:$LINENO: checking for $ac_word" >&5
3745 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3746 < if test "${ac_cv_prog_F90+set}" = set; then
3747 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3748 < else
3749 <  if test -n "$F90"; then
3750 <  ac_cv_prog_F90="$F90" # Let the user override the test.
3751 < else
3752 < as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3753 < for as_dir in $PATH
3754 < do
3755 <  IFS=$as_save_IFS
3756 <  test -z "$as_dir" && as_dir=.
3757 <  for ac_exec_ext in '' $ac_executable_extensions; do
3758 <  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3759 <    ac_cv_prog_F90="$ac_tool_prefix$ac_prog"
3760 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3761 <    break 2
3762 <  fi
3763 < done
3764 < done
3765 <
3766 < fi
3767 < fi
3768 < F90=$ac_cv_prog_F90
3769 < if test -n "$F90"; then
3770 <  echo "$as_me:$LINENO: result: $F90" >&5
3771 < echo "${ECHO_T}$F90" >&6
3772 < else
3773 <  echo "$as_me:$LINENO: result: no" >&5
3774 < echo "${ECHO_T}no" >&6
3775 < fi
3776 <
3777 <    test -n "$F90" && break
3778 <  done
3779 < fi
3780 < if test -z "$F90"; then
3781 <  ac_ct_F90=$F90
3782 <  for ac_prog in ifc f90 xlf90 pgf90 epcf90 f95 xlf95 lf95 fort g95
3783 < do
3784 <  # Extract the first word of "$ac_prog", so it can be a program name with args.
3785 < set dummy $ac_prog; ac_word=$2
3786 < echo "$as_me:$LINENO: checking for $ac_word" >&5
3787 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3788 < if test "${ac_cv_prog_ac_ct_F90+set}" = set; then
3789 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3790 < else
3791 <  if test -n "$ac_ct_F90"; then
3792 <  ac_cv_prog_ac_ct_F90="$ac_ct_F90" # Let the user override the test.
3793 < else
3794 < as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3795 < for as_dir in $PATH
3796 < do
3797 <  IFS=$as_save_IFS
3798 <  test -z "$as_dir" && as_dir=.
3799 <  for ac_exec_ext in '' $ac_executable_extensions; do
3800 <  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3801 <    ac_cv_prog_ac_ct_F90="$ac_prog"
3802 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3803 <    break 2
3804 <  fi
3805 < done
3806 < done
3807 <
3808 < fi
3809 < fi
3810 < ac_ct_F90=$ac_cv_prog_ac_ct_F90
3811 < if test -n "$ac_ct_F90"; then
3812 <  echo "$as_me:$LINENO: result: $ac_ct_F90" >&5
3813 < echo "${ECHO_T}$ac_ct_F90" >&6
3814 < else
3815 <  echo "$as_me:$LINENO: result: no" >&5
3816 < echo "${ECHO_T}no" >&6
3817 < fi
3818 <
3819 <  test -n "$ac_ct_F90" && break
3820 < done
3821 <
3822 <  F90=$ac_ct_F90
3823 < fi
3824 <
3825 <
3826 < # If we don't use `.F90' as extension, the preprocessor is not run on the
3827 < # input file.
3828 < ac_save_ext=$ac_ext
3829 < ac_ext=F90
3830 < echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 90 compiler" >&5
3831 < echo $ECHO_N "checking whether we are using the GNU Fortran 90 compiler... $ECHO_C" >&6
3832 < if test "${ac_cv_f90_compiler_gnu+set}" = set; then
3833 <  echo $ECHO_N "(cached) $ECHO_C" >&6
3834 < else
3835 <  cat >conftest.$ac_ext <<_ACEOF
3836 <
3837 < program main
3838 <
3839 < #ifndef __GNUC__
3840 <       choke me
3841 < #endif
3842 <
3843 < end program main
3844 <
3845 < _ACEOF
3846 < rm -f conftest.$ac_objext
3847 < if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3848 <  (eval $ac_compile) 2>&5
3849 <  ac_status=$?
3850 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 <  (exit $ac_status); } &&
3852 <         { ac_try='test -s conftest.$ac_objext'
3853 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3854 <  (eval $ac_try) 2>&5
3855 <  ac_status=$?
3856 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 <  (exit $ac_status); }; }; then
3858 <  ac_compiler_gnu=yes
5122 >        :
5123 >
5124   else
5125 <  echo "$as_me: failed program was:" >&5
3861 < sed 's/^/| /' conftest.$ac_ext >&5
5125 >        :
5126  
5127 < ac_compiler_gnu=no
5127 >        echo ""
5128 >        echo "**********************************************************"
5129 >        echo "* WARNING: The guessed CXXFLAGS don't seem to work with  *"
5130 >        echo "* your compiler.                                         *"
5131 >        echo "* Use  make CXXFLAGS=..., or edit the top level Makefile *"
5132 >        echo "**********************************************************"
5133 >        echo ""
5134 >        CXXFLAGS=""
5135 >
5136   fi
3865 rm -f conftest.$ac_objext conftest.$ac_ext
3866 ac_cv_f90_compiler_gnu=$ac_compiler_gnu
5137  
5138 +
5139   fi
3869 echo "$as_me:$LINENO: result: $ac_cv_f90_compiler_gnu" >&5
3870 echo "${ECHO_T}$ac_cv_f90_compiler_gnu" >&6
3871 ac_ext=$ac_save_ext
3872 G95=`test $ac_compiler_gnu = yes && echo yes`
3873 ac_ext=c
3874 ac_cpp='$CPP $CPPFLAGS'
3875 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3876 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3877 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5140  
5141  
5142  
# Line 3882 | Line 5144 | if test "$ac_test_F90FLAGS" != "set"; then
5144  
5145   # Try to determine "good" native compiler flags if none specified on command
5146   # line
5147 < if test "$ac_test_F90FLAGS" != "set"; then
5147 >
5148 > 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 3962 | Line 5225 | ac_ext=c
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'
3969 < 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
# Line 3992 | Line 5254 | fi
5254  
5255   fi
5256  
5257 <
5258 <
3997 <
3998 <
3999 < # Try to determine native compiler flags that allow us to use F90 suffix
4000 < # for preprocessed f90 source.
4001 <
4002 < if test "$ac_test_PREPFLAG" != "set"; then
4003 <  PREPFLAG=""
4004 <  case "${host_cpu}-${host_os}" in
4005 <
4006 <  *linux*) if test "$F90" = ifc; then
4007 <                    PREPFLAG="-fpp1 "
4008 <                fi;;
4009 <  *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
4010 <                    PREPFLAG="-qsuffix=cpp=F90 "
4011 <                fi;;
4012 <  *darwin*)
4013 <        if test "$F90" = f90 -o "$F90" = xlf90; then
4014 <                PREPFLAG="-qsuffix=cpp=F90 "
4015 <        fi;;
4016 <  esac
4017 <
4018 <  if test -z "$PREPFLAG"; then
4019 <        echo ""
4020 <        echo "**********************************************************"
4021 <        echo "* WARNING: Don't know the best PREPFLAG for this system  *"
4022 <        echo "* Use  make PREPFLAG=..., or edit the top level Makefile *"
4023 <        echo "* (otherwise, an empty PREPFLAG will be used)            *"
4024 <        echo "**********************************************************"
4025 <        echo ""
4026 <        PREPFLAG=""
4027 <  fi
4028 <
4029 <  echo "$as_me:$LINENO: checking to make sure F90 preprocessor flag works" >&5
4030 < echo $ECHO_N "checking to make sure F90 preprocessor flag works... $ECHO_C" >&6
4031 <
4032 <
4033 <  ac_ext=f90
4034 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4035 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4036 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4037 <
4038 <  ac_save_ext=$ac_ext
4039 <  ac_ext=F90
4040 <  ac_save_F90FLAGS=$F90FLAGS
4041 <
4042 <  if test "$PREPFLAG"; then
4043 <  F90FLAGS="${F90FLAGS} ${PREPFLAG}-DTEST"
4044 < fi
4045 <
4046 <    cat >conftest.$ac_ext <<_ACEOF
4047 <
4048 <
4049 < program main
4050 <
4051 <  integer :: i
4052 <  i = 1
4053 <
4054 <
4055 < end program main
4056 <
4057 < _ACEOF
4058 < rm -f conftest.$ac_objext
4059 < if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4060 <  (eval $ac_compile) 2>&5
4061 <  ac_status=$?
4062 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4063 <  (exit $ac_status); } &&
4064 <         { ac_try='test -s conftest.$ac_objext'
4065 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4066 <  (eval $ac_try) 2>&5
4067 <  ac_status=$?
4068 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 <  (exit $ac_status); }; }; then
4070 <  prepflagworks=1
4071 < else
4072 <  echo "$as_me: failed program was:" >&5
4073 < sed 's/^/| /' conftest.$ac_ext >&5
4074 <
4075 < prepflagworks=0
4076 < fi
4077 < rm -f conftest.$ac_objext conftest.$ac_ext
4078 <
4079 <  F90FLAGS=$ac_save_F90FLAGS
4080 <  ac_ext=$ac_save_ext
4081 <  ac_ext=c
4082 < ac_cpp='$CPP $CPPFLAGS'
4083 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4084 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4085 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
4086 <
4087 <
4088 <
4089 <  if test "$prepflagworks" = 1; then
4090 <    echo "$as_me:$LINENO: result: yes" >&5
4091 < echo "${ECHO_T}yes" >&6
4092 <
4093 <  else
4094 <    echo "$as_me:$LINENO: result: no" >&5
4095 < echo "${ECHO_T}no" >&6
4096 <    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor flag" >&5
4097 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor flag" >&2;}
4098 <   { (exit 1); exit 1; }; }
4099 <  fi
4100 < fi
4101 <
4102 <
4103 <
4104 <
4105 <
4106 < # Try to determine native compiler flags that allow us to use F90 suffix
4107 < # for preprocessed f90 source with -D type defines
4108 <
4109 < if test "$ac_test_PREPDEFFLAG" != "set"; then
4110 <  PREPDEFFLAG=""
4111 <  case "${host_cpu}-${host_os}" in
4112 <
4113 <  *linux*) if test "$F90" = ifc; then
4114 <                    PREPDEFFLAG=" "
4115 <                fi;;
4116 <  *aix*)  if test "$F90" = xlf90 -o "$F90" = f90; then
4117 <                    PREPDEFFLAG="-WF,"
4118 <                fi;;
4119 <  *darwin*)
4120 <        if test "$F90" = f90 -o "$F90" = xlf90; then
4121 <                PREPDEFFLAG="-WF,"
4122 <        fi;;
4123 <  esac
4124 <
4125 <  if test -z "$PREPDEFFLAG"; then
4126 <        echo ""
4127 <        echo "*************************************************************"
4128 <        echo "* WARNING: Don't know the best PREPDEFFLAG for this system  *"
4129 <        echo "* Use  make PREPDEFFLAG=..., or edit the top level Makefile *"
4130 <        echo "* (otherwise, an empty PREPDEFFLAG will be used)            *"
4131 <        echo "*************************************************************"
4132 <        echo ""
4133 <        PREPDEFFLAG=" "
4134 <  fi
4135 <
4136 <  echo "$as_me:$LINENO: checking to make sure F90 preprocessor define flag works" >&5
4137 < echo $ECHO_N "checking to make sure F90 preprocessor define flag works... $ECHO_C" >&6
4138 <
4139 <
4140 <  ac_ext=f90
4141 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4142 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4143 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4144 <
4145 <  ac_save_ext=$ac_ext
4146 <  ac_ext=F90
4147 <  ac_save_F90FLAGS=$F90FLAGS
4148 <
4149 <  if test "$PREPDEFFLAG"; then
4150 <  F90FLAGS="${F90FLAGS} ${PREPFLAG} ${PREPDEFFLAG}-DTEST"
4151 < fi
4152 <
4153 <    cat >conftest.$ac_ext <<_ACEOF
4154 <
4155 <
4156 < program main
4157 <
4158 <  integer :: i
4159 < #ifdef TEST
4160 <  i = 1
4161 < #else
4162 <  choke me
4163 < #endif
4164 <
4165 <
4166 < end program main
4167 <
4168 < _ACEOF
4169 < rm -f conftest.$ac_objext
4170 < if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4171 <  (eval $ac_compile) 2>&5
4172 <  ac_status=$?
4173 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4174 <  (exit $ac_status); } &&
4175 <         { ac_try='test -s conftest.$ac_objext'
4176 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4177 <  (eval $ac_try) 2>&5
4178 <  ac_status=$?
4179 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180 <  (exit $ac_status); }; }; then
4181 <  prepdefflagworks=1
4182 < else
4183 <  echo "$as_me: failed program was:" >&5
4184 < sed 's/^/| /' conftest.$ac_ext >&5
4185 <
4186 < prepdefflagworks=0
4187 < fi
4188 < rm -f conftest.$ac_objext conftest.$ac_ext
4189 <
4190 <  F90FLAGS=$ac_save_F90FLAGS
4191 <  ac_ext=$ac_save_ext
4192 <  ac_ext=c
4193 < ac_cpp='$CPP $CPPFLAGS'
4194 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4195 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4196 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
4197 <
4198 <
4199 <
4200 <  if test "$prepdefflagworks" = 1; then
4201 <    echo "$as_me:$LINENO: result: yes" >&5
4202 < echo "${ECHO_T}yes" >&6
4203 <
4204 <  else
4205 <    echo "$as_me:$LINENO: result: no" >&5
4206 < echo "${ECHO_T}no" >&6
4207 <    { { echo "$as_me:$LINENO: error: Can't figure out working Fortran90 preprocessor define flag" >&5
4208 < echo "$as_me: error: Can't figure out working Fortran90 preprocessor define flag" >&2;}
4209 <   { (exit 1); exit 1; }; }
4210 <  fi
4211 < fi
5257 >     ;;
5258 > esac
5259  
5260   # Find a good install program.  We prefer a C program (faster),
5261   # so one script is as good as another.  But avoid the broken or
# Line 4221 | Line 5268 | fi
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:$LINENO: checking for a BSD-compatible install" >&5
5274   echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
# Line 4237 | Line 5285 | case $as_dir/ in
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.
# Line 4244 | Line 5293 | case $as_dir/ in
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 "$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 "$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="$as_dir/$ac_prog$ac_exec_ext -c"
5307 <            break 3
5308 <          fi
5309 <        fi
5296 >        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5297 >          if test $ac_prog = install &&
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 "$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="$as_dir/$ac_prog$ac_exec_ext -c"
5307 >            break 3
5308 >          fi
5309 >        fi
5310        done
5311      done
5312      ;;
# Line 4300 | Line 5349 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./
5349  
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_,'`
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
# Line 4448 | Line 5497 | test -n "$YACC" || YACC="yacc"
5497   done
5498   test -n "$YACC" || YACC="yacc"
5499  
4451
5500   for ac_prog in flex lex
5501   do
5502    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 4500 | Line 5548 | cat >conftest.$ac_ext <<_ACEOF
5548    ac_check_lib_save_LIBS=$LIBS
5549   LIBS="-lfl  $LIBS"
5550   cat >conftest.$ac_ext <<_ACEOF
4503 #line $LINENO "configure"
4504 /* confdefs.h.  */
4505 _ACEOF
4506 cat confdefs.h >>conftest.$ac_ext
4507 cat >>conftest.$ac_ext <<_ACEOF
4508 /* end 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
4515 <   builtin and then its argument prototype would still apply.  */
4516 < char yywrap ();
4517 < int
4518 < main ()
4519 < {
4520 < yywrap ();
4521 <  ;
4522 <  return 0;
4523 < }
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:$LINENO: \"$ac_link\"") >&5
5560 <  (eval $ac_link) 2>&5
5560 >  (eval $ac_link) 2>conftest.er1
5561    ac_status=$?
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'
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:$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
# Line 4541 | Line 5584 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
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:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
# Line 4557 | Line 5601 | cat >conftest.$ac_ext <<_ACEOF
5601    ac_check_lib_save_LIBS=$LIBS
5602   LIBS="-ll  $LIBS"
5603   cat >conftest.$ac_ext <<_ACEOF
4560 #line $LINENO "configure"
4561 /* confdefs.h.  */
4562 _ACEOF
4563 cat confdefs.h >>conftest.$ac_ext
4564 cat >>conftest.$ac_ext <<_ACEOF
4565 /* end 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
4572 <   builtin and then its argument prototype would still apply.  */
4573 < char yywrap ();
4574 < int
4575 < main ()
4576 < {
4577 < yywrap ();
4578 <  ;
4579 <  return 0;
4580 < }
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:$LINENO: \"$ac_link\"") >&5
5613 <  (eval $ac_link) 2>&5
5613 >  (eval $ac_link) 2>conftest.er1
5614    ac_status=$?
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'
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:$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
# Line 4598 | Line 5637 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
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:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
# Line 4660 | Line 5700 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5700   _ACEOF
5701   rm -f conftest.$ac_objext conftest$ac_exeext
5702   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5703 <  (eval $ac_link) 2>&5
4664 <  ac_status=$?
4665 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
4666 <  (exit $ac_status); } &&
4667 <         { ac_try='test -s conftest$ac_exeext'
4668 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4669 <  (eval $ac_try) 2>&5
5703 >  (eval $ac_link) 2>conftest.er1
5704    ac_status=$?
5705 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5706 <  (exit $ac_status); }; }; then
5707 <  ac_cv_prog_lex_yytext_pointer=yes
4674 < else
4675 <  echo "$as_me: failed program was:" >&5
4676 < sed 's/^/| /' conftest.$ac_ext >&5
4677 <
4678 < fi
4679 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4680 < LIBS=$ac_save_LIBS
4681 < rm -f "${LEX_OUTPUT_ROOT}.c"
4682 <
4683 < fi
4684 < echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
4685 < echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6
4686 < if test $ac_cv_prog_lex_yytext_pointer = yes; then
4687 <
4688 < cat >>confdefs.h <<\_ACEOF
4689 < #define YYTEXT_POINTER 1
4690 < _ACEOF
4691 <
4692 < fi
4693 <
4694 < fi
4695 < # Extract the first word of "ar", so it can be a program name with args.
4696 < set dummy ar; ac_word=$2
4697 < echo "$as_me:$LINENO: checking for $ac_word" >&5
4698 < echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4699 < if test "${ac_cv_prog_AR+set}" = set; then
4700 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4701 < else
4702 <  if test -n "$AR"; then
4703 <  ac_cv_prog_AR="$AR" # Let the user override the test.
4704 < else
4705 < as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4706 < for as_dir in $PATH
4707 < do
4708 <  IFS=$as_save_IFS
4709 <  test -z "$as_dir" && as_dir=.
4710 <  for ac_exec_ext in '' $ac_executable_extensions; do
4711 <  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4712 <    ac_cv_prog_AR="ar"
4713 <    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4714 <    break 2
4715 <  fi
4716 < done
4717 < done
4718 <
4719 <  test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE"
4720 < fi
4721 < fi
4722 < AR=$ac_cv_prog_AR
4723 < if test -n "$AR"; then
4724 <  echo "$as_me:$LINENO: result: $AR" >&5
4725 < echo "${ECHO_T}$AR" >&6
4726 < else
4727 <  echo "$as_me:$LINENO: result: no" >&5
4728 < echo "${ECHO_T}no" >&6
4729 < fi
4730 <
4731 < if test "$AR" = "NONE"; then
4732 <  { { echo "$as_me:$LINENO: error: --> Can't find \`ar'!" >&5
4733 < echo "$as_me: error: --> Can't find \`ar'!" >&2;}
4734 <   { (exit 1); exit 1; }; }
4735 <  cat >confcache <<\_ACEOF
4736 < # This file is a shell script that caches the results of configure
4737 < # tests run on this system so they can be shared between configure
4738 < # scripts and configure runs, see configure's option --config-cache.
4739 < # It is not useful on other systems.  If it contains results you don't
4740 < # want to keep, you may remove or edit it.
4741 < #
4742 < # config.status only pays attention to the cache file if you give it
4743 < # the --recheck option to rerun configure.
4744 < #
4745 < # `ac_cv_env_foo' variables (set or unset) will be overridden when
4746 < # loading this file, other *unset* `ac_cv_foo' will be assigned the
4747 < # following values.
4748 <
4749 < _ACEOF
4750 <
4751 < # The following way of writing the cache mishandles newlines in values,
4752 < # but we know of no workaround that is simple, portable, and efficient.
4753 < # So, don't put newlines in cache variables' values.
4754 < # Ultrix sh set writes to stderr and can't be redirected directly,
4755 < # and sets the high bit in the cache file unless we assign to the vars.
4756 < {
4757 <  (set) 2>&1 |
4758 <    case `(ac_space=' '; set | grep ac_space) 2>&1` in
4759 <    *ac_space=\ *)
4760 <      # `set' does not quote correctly, so add quotes (double-quote
4761 <      # substitution turns \\\\ into \\, and sed turns \\ into \).
4762 <      sed -n \
4763 <        "s/'/'\\\\''/g;
4764 <          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4765 <      ;;
4766 <    *)
4767 <      # `set' quotes correctly as required by POSIX, so do not add quotes.
4768 <      sed -n \
4769 <        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4770 <      ;;
4771 <    esac;
4772 < } |
4773 <  sed '
4774 <     t clear
4775 <     : clear
4776 <     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4777 <     t end
4778 <     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4779 <     : end' >>confcache
4780 < if diff $cache_file confcache >/dev/null 2>&1; then :; else
4781 <  if test -w $cache_file; then
4782 <    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4783 <    cat confcache >$cache_file
4784 <  else
4785 <    echo "not updating unwritable cache $cache_file"
4786 <  fi
4787 < fi
4788 < rm -f confcache
4789 <  exit 1
4790 < fi
4791 <
4792 < ac_ext=f90
4793 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4794 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4795 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4796 <
4797 <
4798 <
4799 < ac_ext=f90
4800 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4801 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4802 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4803 < echo "$as_me:$LINENO: checking how to get verbose linking output from $F90" >&5
4804 < echo $ECHO_N "checking how to get verbose linking output from $F90... $ECHO_C" >&6
4805 < if test "${ac_cv_prog_f90_v+set}" = set; then
4806 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4807 < else
4808 <
4809 < cat >conftest.$ac_ext <<_ACEOF
4810 <
4811 < program main
4812 <
4813 <
4814 < end program main
4815 <
4816 < _ACEOF
4817 < rm -f conftest.$ac_objext
4818 < if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4819 <  (eval $ac_compile) 2>&5
4820 <  ac_status=$?
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_objext'
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:$LINENO: \$? = $ac_status" >&5
5716 <  (exit $ac_status); }; }; then
5717 <  ac_cv_prog_f90_v=
4830 < # Try some options frequently used verbose output
4831 < for ac_verb in -v -verbose --verbose -V -\#\#\#; do
4832 <  ac_ext=f90
4833 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4834 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4835 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4836 <
4837 < cat >conftest.$ac_ext <<_ACEOF
4838 <
4839 < program main
4840 <
4841 <
4842 < end program main
4843 <
4844 < _ACEOF
4845 <
4846 < # Compile and link our simple test program by passing a flag (argument
4847 < # 1 to this macro) to the Fortran 90 compiler in order to get
4848 < # "verbose" output that we can then parse for the Fortran 90 linker
4849 < # flags.
4850 < ac_save_F90FLAGS=$F90FLAGS
4851 < F90FLAGS="$F90FLAGS $ac_verb"
4852 <
4853 < (eval echo $as_me:4853: \"$ac_link\") >&5
4854 < ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4855 < echo "$ac_f90_v_output" >&5
4856 < F90FLAGS=$ac_save_F90FLAGS
4857 <
4858 < rm -f conftest.*
4859 < ac_ext=f90
4860 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4861 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4862 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4863 <
4864 < # If we are using xlf then replace all the commas with spaces.
4865 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
4866 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
4867 < fi
4868 <
4869 < # If we are using Cray Fortran then delete quotes.
4870 < # Use "\"" instead of '"' for font-lock-mode.
4871 < # FIXME: a more general fix for quoted arguments with spaces?
4872 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
4873 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
4874 < fi
4875 <  # look for -l* and *.a constructs in the output
4876 <  for ac_arg in $ac_f90_v_output; do
4877 <     case $ac_arg in
4878 <        [\\/]*.a | ?:[\\/]*.a | -[lLRu]*)
4879 <          ac_cv_prog_f90_v=$ac_verb
4880 <          break 2 ;;
4881 <     esac
4882 <  done
4883 < done
4884 < if test -z "$ac_cv_prog_f90_v"; then
4885 <   { echo "$as_me:$LINENO: WARNING: cannot determine how to obtain linking information from $F90" >&5
4886 < echo "$as_me: WARNING: cannot determine how to obtain linking information from $F90" >&2;}
4887 < fi
4888 < else
4889 <  echo "$as_me: failed program was:" >&5
4890 < sed 's/^/| /' conftest.$ac_ext >&5
4891 <
4892 < { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
4893 < echo "$as_me: WARNING: compilation failed" >&2;}
4894 < fi
4895 < rm -f conftest.$ac_objext conftest.$ac_ext
4896 <
4897 < fi
4898 < echo "$as_me:$LINENO: result: $ac_cv_prog_f90_v" >&5
4899 < echo "${ECHO_T}$ac_cv_prog_f90_v" >&6
4900 < echo "$as_me:$LINENO: checking for Fortran 90 libraries" >&5
4901 < echo $ECHO_N "checking for Fortran 90 libraries... $ECHO_C" >&6
4902 < if test "${ac_cv_flibs+set}" = set; then
4903 <  echo $ECHO_N "(cached) $ECHO_C" >&6
4904 < else
4905 <  if test "x$F90LIBS" != "x"; then
4906 <  ac_cv_f90libs="$F90LIBS" # Let the user override the test.
4907 < else
4908 <
4909 < ac_ext=f90
4910 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4911 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4912 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4913 <
4914 < cat >conftest.$ac_ext <<_ACEOF
4915 <
4916 < program main
4917 <
4918 <
4919 < end program main
4920 <
4921 < _ACEOF
4922 <
4923 < # Compile and link our simple test program by passing a flag (argument
4924 < # 1 to this macro) to the Fortran 90 compiler in order to get
4925 < # "verbose" output that we can then parse for the Fortran 90 linker
4926 < # flags.
4927 < ac_save_F90FLAGS=$F90FLAGS
4928 < F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
4929 <
4930 < (eval echo $as_me:4930: \"$ac_link\") >&5
4931 < ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
4932 < echo "$ac_f90_v_output" >&5
4933 < F90FLAGS=$ac_save_F90FLAGS
4934 <
4935 < rm -f conftest.*
4936 < ac_ext=f90
4937 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
4938 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4939 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
4940 <
4941 < # If we are using xlf then replace all the commas with spaces.
4942 < if echo $ac_f90_v_output | grep xlfentry >/dev/null 2>&1; then
4943 <  ac_f90_v_output=`echo $ac_f90_v_output | sed 's/,/ /g'`
4944 < fi
4945 <
4946 < # If we are using Cray Fortran then delete quotes.
4947 < # Use "\"" instead of '"' for font-lock-mode.
4948 < # FIXME: a more general fix for quoted arguments with spaces?
4949 < if echo $ac_f90_v_output | grep cft90 >/dev/null 2>&1; then
4950 <  ac_f90_v_output=`echo $ac_f90_v_output | sed "s/\"//g"`
4951 < fi
4952 <
4953 < ac_cv_f90libs=
4954 <
4955 < # Save positional arguments (if any)
4956 < ac_save_positional="$@"
4957 <
4958 < set X $ac_f90_v_output
4959 < while test $# != 1; do
4960 <  shift
4961 <  ac_arg=$1
4962 <  case $ac_arg in
4963 <        [\\/]*.a | ?:[\\/]*.a)
4964 <            ac_exists=false
4965 <  for ac_i in $ac_cv_f90libs; do
4966 <    if test x"$ac_arg" = x"$ac_i"; then
4967 <      ac_exists=true
4968 <      break
4969 <    fi
4970 <  done
4971 <
4972 <  if test x"$ac_exists" = xtrue; then
4973 <  :
4974 < else
4975 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
4976 < fi
4977 <
4978 <          ;;
4979 <        -bI:*)
4980 <            ac_exists=false
4981 <  for ac_i in $ac_cv_f90libs; do
4982 <    if test x"$ac_arg" = x"$ac_i"; then
4983 <      ac_exists=true
4984 <      break
4985 <    fi
4986 <  done
4987 <
4988 <  if test x"$ac_exists" = xtrue; then
4989 <  :
4990 < else
4991 <  if test "$ac_compiler_gnu" = yes; then
4992 <  for ac_link_opt in $ac_arg; do
4993 <    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
4994 <  done
4995 < else
4996 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
4997 < fi
4998 < fi
4999 <
5000 <          ;;
5001 <          # Ignore these flags.
5002 <        -lang* | -lcrt0.o | -lc | -lgcc | -LANG:=*)
5003 <          ;;
5004 <        -lkernel32)
5005 <          test x"$CYGWIN" != xyes && ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
5006 <          ;;
5007 <        -[LRuY])
5008 <          # These flags, when seen by themselves, take an argument.
5009 <          # We remove the space between option and argument and re-iterate
5010 <          # unless we find an empty arg or a new option (starting with -)
5011 <          case $2 in
5012 <             "" | -*);;
5013 <             *)
5014 <                ac_arg="$ac_arg$2"
5015 <
5016 <                shift; shift
5017 <                set X $ac_arg "$@"
5018 <                ;;
5019 <          esac
5020 <          ;;
5021 <        -YP,*)
5022 <          for ac_j in `echo $ac_arg | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do
5023 <              ac_exists=false
5024 <  for ac_i in $ac_cv_f90libs; do
5025 <    if test x"$ac_j" = x"$ac_i"; then
5026 <      ac_exists=true
5027 <      break
5028 <    fi
5029 <  done
5030 <
5031 <  if test x"$ac_exists" = xtrue; then
5032 <  :
5033 < else
5034 <  ac_arg="$ac_arg $ac_j"
5035 <                             ac_cv_f90libs="$ac_cv_f90libs $ac_j"
5036 < fi
5037 <
5038 <          done
5039 <          ;;
5040 <        -[lLR]*)
5041 <            ac_exists=false
5042 <  for ac_i in $ac_cv_f90libs; do
5043 <    if test x"$ac_arg" = x"$ac_i"; then
5044 <      ac_exists=true
5045 <      break
5046 <    fi
5047 <  done
5048 <
5049 <  if test x"$ac_exists" = xtrue; then
5050 <  :
5051 < else
5052 <  ac_cv_f90libs="$ac_cv_f90libs $ac_arg"
5053 < fi
5054 <
5055 <          ;;
5056 <          # Ignore everything else.
5057 <  esac
5058 < done
5059 < # restore positional arguments
5060 < set X $ac_save_positional; shift
5061 <
5062 < # We only consider "LD_RUN_PATH" on Solaris systems.  If this is seen,
5063 < # then we insist that the "run path" must be an absolute path (i.e. it
5064 < # must begin with a "/").
5065 < case `(uname -sr) 2>/dev/null` in
5066 <   "SunOS 5"*)
5067 <      ac_ld_run_path=`echo $ac_f90_v_output |
5068 <                        sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'`
5069 <      test "x$ac_ld_run_path" != x &&
5070 <
5071 <        if test "$ac_compiler_gnu" = yes; then
5072 <  for ac_link_opt in $ac_ld_run_path; do
5073 <    ac_cv_f90libs="$ac_cv_f90libs -Xlinker $ac_link_opt"
5074 <  done
5075 < else
5076 <  ac_cv_f90libs="$ac_cv_f90libs $ac_ld_run_path"
5077 < fi
5078 <      ;;
5079 < esac
5080 < fi # test "x$F90LIBS" = "x"
5081 <
5082 < fi
5083 < echo "$as_me:$LINENO: result: $ac_cv_flibs" >&5
5084 < echo "${ECHO_T}$ac_cv_flibs" >&6
5085 < F90LIBS="$ac_cv_f90libs"
5086 <
5087 < ac_ext=f90
5088 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5089 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5090 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5091 <
5092 < echo "$as_me:$LINENO: checking for Fortran 90 name-mangling scheme" >&5
5093 < echo $ECHO_N "checking for Fortran 90 name-mangling scheme... $ECHO_C" >&6
5094 < if test "${ac_cv_f90_mangling+set}" = set; then
5095 <  echo $ECHO_N "(cached) $ECHO_C" >&6
5096 < else
5097 <  ac_ext=f90
5098 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5099 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5100 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5101 < cat >conftest.$ac_ext <<_ACEOF
5102 < subroutine foobar()
5103 < return
5104 < end
5105 < subroutine foo_bar()
5106 < return
5107 < end
5108 < _ACEOF
5109 < rm -f conftest.$ac_objext
5110 < if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5111 <  (eval $ac_compile) 2>&5
5112 <  ac_status=$?
5113 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5114 <  (exit $ac_status); } &&
5115 <         { ac_try='test -s conftest.$ac_objext'
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 <  mv conftest.$ac_objext cf90_test.$ac_objext
5122 <
5123 <  ac_ext=c
5124 < ac_cpp='$CPP $CPPFLAGS'
5125 < ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5126 < ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5127 < ac_compiler_gnu=$ac_cv_c_compiler_gnu
5128 <
5129 <  ac_save_LIBS=$LIBS
5130 <  LIBS="cf90_test.$ac_objext $F90LIBS $LIBS"
5131 <
5132 <  ac_success=no
5133 <  for ac_foobar in foobar FOOBAR; do
5134 <    for ac_underscore in "" "_"; do
5135 <      ac_func="$ac_foobar$ac_underscore"
5136 <      cat >conftest.$ac_ext <<_ACEOF
5137 < #line $LINENO "configure"
5138 < /* confdefs.h.  */
5139 < _ACEOF
5140 < cat confdefs.h >>conftest.$ac_ext
5141 < cat >>conftest.$ac_ext <<_ACEOF
5142 < /* end confdefs.h.  */
5143 <
5144 < /* Override any gcc2 internal prototype to avoid an error.  */
5145 < #ifdef __cplusplus
5146 < extern "C"
5147 < #endif
5148 < /* We use char because int might match the return type of a gcc2
5149 <   builtin and then its argument prototype would still apply.  */
5150 < char $ac_func ();
5151 < int
5152 < main ()
5153 < {
5154 < $ac_func ();
5155 <  ;
5156 <  return 0;
5157 < }
5158 < _ACEOF
5159 < rm -f conftest.$ac_objext conftest$ac_exeext
5160 < if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5161 <  (eval $ac_link) 2>&5
5162 <  ac_status=$?
5163 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 <  (exit $ac_status); } &&
5165 <         { ac_try='test -s conftest$ac_exeext'
5166 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5167 <  (eval $ac_try) 2>&5
5168 <  ac_status=$?
5169 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170 <  (exit $ac_status); }; }; then
5171 <  ac_success=yes; break 2
5723 >  ac_cv_prog_lex_yytext_pointer=yes
5724   else
5725    echo "$as_me: failed program was:" >&5
5726   sed 's/^/| /' conftest.$ac_ext >&5
5727  
5728   fi
5729 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5730 <    done
5731 <  done
5732 <
5181 <  if test "$ac_success" = "yes"; then
5182 <     case $ac_foobar in
5183 <        foobar)
5184 <           ac_case=lower
5185 <           ac_foo_bar=foo_bar
5186 <           ;;
5187 <        FOOBAR)
5188 <           ac_case=upper
5189 <           ac_foo_bar=FOO_BAR
5190 <           ;;
5191 <     esac
5192 <
5193 <     ac_success_extra=no
5194 <     for ac_extra in "" "_"; do
5195 <        ac_func="$ac_foo_bar$ac_underscore$ac_extra"
5196 <
5197 <        cat >conftest.$ac_ext <<_ACEOF
5198 < #line $LINENO "configure"
5199 < /* confdefs.h.  */
5200 < _ACEOF
5201 < cat confdefs.h >>conftest.$ac_ext
5202 < cat >>conftest.$ac_ext <<_ACEOF
5203 < /* end confdefs.h.  */
5204 <
5205 < /* Override any gcc2 internal prototype to avoid an error.  */
5206 < #ifdef __cplusplus
5207 < extern "C"
5208 < #endif
5209 < /* We use char because int might match the return type of a gcc2
5210 <   builtin and then its argument prototype would still apply.  */
5211 < char $ac_func ();
5212 < int
5213 < main ()
5214 < {
5215 < $ac_func ();
5216 <  ;
5217 <  return 0;
5218 < }
5219 < _ACEOF
5220 < rm -f conftest.$ac_objext conftest$ac_exeext
5221 < if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5222 <  (eval $ac_link) 2>&5
5223 <  ac_status=$?
5224 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5225 <  (exit $ac_status); } &&
5226 <         { ac_try='test -s conftest$ac_exeext'
5227 <  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5228 <  (eval $ac_try) 2>&5
5229 <  ac_status=$?
5230 <  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5231 <  (exit $ac_status); }; }; then
5232 <  ac_success_extra=yes; break
5233 < else
5234 <  echo "$as_me: failed program was:" >&5
5235 < sed 's/^/| /' conftest.$ac_ext >&5
5236 <
5237 < fi
5238 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5239 <     done
5240 <
5241 <     if test "$ac_success_extra" = "yes"; then
5242 <        ac_cv_f90_mangling="$ac_case case"
5243 <        if test -z "$ac_underscore"; then
5244 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no underscore"
5245 <        else
5246 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, underscore"
5247 <
5248 <        fi
5249 <        if test -z "$ac_extra"; then
5250 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, no extra underscore"
5251 <        else
5252 <           ac_cv_f90_mangling="$ac_cv_f90_mangling, extra underscore"
5253 <        fi
5254 <      else
5255 <        ac_cv_f90_mangling="unknown"
5256 <      fi
5257 <  else
5258 <     ac_cv_f90_mangling="unknown"
5259 <
5260 <  fi
5261 <
5262 <  LIBS=$ac_save_LIBS
5263 <  ac_ext=f90
5264 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5265 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5266 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5267 <  rm -f cf90_test* conftest*
5268 < else
5269 <  echo "$as_me: failed program was:" >&5
5270 < sed 's/^/| /' conftest.$ac_ext >&5
5271 <
5272 < fi
5273 < rm -f conftest.$ac_objext conftest.$ac_ext
5274 < ac_ext=f90
5275 < ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
5276 < ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5277 < ac_compiler_gnu=$ac_cv_f90_compiler_gnu
5278 <
5279 < fi
5280 < echo "$as_me:$LINENO: result: $ac_cv_f90_mangling" >&5
5281 < echo "${ECHO_T}$ac_cv_f90_mangling" >&6
5282 <
5283 <
5284 <
5285 < case $ac_cv_f90_mangling in
5286 <  "lower case, no underscore, no extra underscore")
5287 <          cat >>confdefs.h <<\_ACEOF
5288 < #define F90_FUNC(name,NAME) name
5289 < _ACEOF
5290 <
5291 <          cat >>confdefs.h <<\_ACEOF
5292 < #define F90_FUNC_(name,NAME) name
5293 < _ACEOF
5294 < ;;
5295 <  "lower case, no underscore, extra underscore")
5296 <          cat >>confdefs.h <<\_ACEOF
5297 < #define F90_FUNC(name,NAME) name
5298 < _ACEOF
5299 <
5300 <          cat >>confdefs.h <<\_ACEOF
5301 < #define F90_FUNC_(name,NAME) name ## _
5302 < _ACEOF
5303 < ;;
5304 <  "lower case, underscore, no extra underscore")
5305 <          cat >>confdefs.h <<\_ACEOF
5306 < #define F90_FUNC(name,NAME) name ## _
5307 < _ACEOF
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 <          cat >>confdefs.h <<\_ACEOF
5735 < #define F90_FUNC_(name,NAME) name ## _
5736 < _ACEOF
5737 < ;;
5313 <  "lower case, underscore, extra underscore")
5314 <          cat >>confdefs.h <<\_ACEOF
5315 < #define F90_FUNC(name,NAME) name ## _
5316 < _ACEOF
5734 > fi
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 <<\_ACEOF
5740 < #define F90_FUNC_(name,NAME) name ## __
5739 > cat >>confdefs.h <<\_ACEOF
5740 > #define YYTEXT_POINTER 1
5741   _ACEOF
5321 ;;
5322  "upper case, no underscore, no extra underscore")
5323          cat >>confdefs.h <<\_ACEOF
5324 #define F90_FUNC(name,NAME) NAME
5325 _ACEOF
5742  
5743 <          cat >>confdefs.h <<\_ACEOF
5328 < #define F90_FUNC_(name,NAME) NAME
5329 < _ACEOF
5330 < ;;
5331 <  "upper case, no underscore, extra underscore")
5332 <          cat >>confdefs.h <<\_ACEOF
5333 < #define F90_FUNC(name,NAME) NAME
5334 < _ACEOF
5743 > fi
5744  
5745 <          cat >>confdefs.h <<\_ACEOF
5746 < #define F90_FUNC_(name,NAME) NAME ## _
5747 < _ACEOF
5748 < ;;
5749 <  "upper case, underscore, no extra underscore")
5750 <          cat >>confdefs.h <<\_ACEOF
5751 < #define F90_FUNC(name,NAME) NAME ## _
5752 < _ACEOF
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:$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
5752 > else
5753 >  if test -n "$AR"; then
5754 >  ac_cv_prog_AR="$AR" # Let the user override the test.
5755 > else
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 <          cat >>confdefs.h <<\_ACEOF
5771 < #define F90_FUNC_(name,NAME) NAME ## _
5772 < _ACEOF
5773 < ;;
5774 <  "upper case, underscore, extra underscore")
5775 <          cat >>confdefs.h <<\_ACEOF
5776 < #define F90_FUNC(name,NAME) NAME ## _
5777 < _ACEOF
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:$LINENO: result: $AR" >&5
5776 > echo "${ECHO_T}$AR" >&6
5777 > else
5778 >  echo "$as_me:$LINENO: result: no" >&5
5779 > echo "${ECHO_T}no" >&6
5780 > fi
5781  
5782 <          cat >>confdefs.h <<\_ACEOF
5783 < #define F90_FUNC_(name,NAME) NAME ## __
5782 > if test "$AR" = "NONE"; then
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
5787 > # This file is a shell script that caches the results of configure
5788 > # tests run on this system so they can be shared between configure
5789 > # scripts and configure runs, see configure's option --config-cache.
5790 > # It is not useful on other systems.  If it contains results you don't
5791 > # want to keep, you may remove or edit it.
5792 > #
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 overridden when
5797 > # loading this file, other *unset* `ac_cv_foo' will be assigned the
5798 > # following values.
5799 >
5800   _ACEOF
5357 ;;
5358  *)
5359          { echo "$as_me:$LINENO: WARNING: unknown Fortran 90 name-mangling scheme" >&5
5360 echo "$as_me: WARNING: unknown Fortran 90 name-mangling scheme" >&2;}
5361          ;;
5362 esac
5801  
5802 + # The following way of writing the cache mishandles newlines in values,
5803 + # but we know of no workaround that is simple, portable, and efficient.
5804 + # So, don't put newlines in cache variables' values.
5805 + # Ultrix sh set writes to stderr and can't be redirected directly,
5806 + # and sets the high bit in the cache file unless we assign to the vars.
5807 + {
5808 +  (set) 2>&1 |
5809 +    case `(ac_space=' '; set | grep ac_space) 2>&1` in
5810 +    *ac_space=\ *)
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/^\\([_$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/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5821 +      ;;
5822 +    esac;
5823 + } |
5824 +  sed '
5825 +     t clear
5826 +     : clear
5827 +     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5828 +     t end
5829 +     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5830 +     : end' >>confcache
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
5835 +  else
5836 +    echo "not updating unwritable cache $cache_file"
5837 +  fi
5838 + fi
5839 + rm -f confcache
5840 +  exit 1
5841 + fi
5842  
5365
5366
5843   echo "$as_me:$LINENO: checking for mpi-directory" >&5
5844   echo $ECHO_N "checking for mpi-directory... $ECHO_C" >&6
5845  
5846 < # Check whether --with-MPI_DIR or --without-MPI_DIR was given.
5847 < if test "${with_MPI_DIR+set}" = set; then
5848 <  withval="$with_MPI_DIR"
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"
# Line 5381 | Line 5857 | echo $ECHO_N "checking for mpi-lib-directory... $ECHO_
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 < # 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"
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"
# Line 5395 | Line 5871 | echo $ECHO_N "checking for mpi-inc-directory... $ECHO_
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 < # 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"
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"
# Line 5440 | Line 5916 | echo "${ECHO_T}found $MPI_LIB" >&6
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/libmpi.a" ; then
5920 <      MPI_LIB="-lmpi"
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/libmpich.a" ; then
5924 <      MPI_LIB="-lmpich"
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;}
# Line 5455 | Line 5931 | esac
5931   echo "${ECHO_T}found $MPI_LIB" >&6
5932    ;;
5933   esac
5458
5459
5460
5461
5462
5463
5464
5465        for ac_prog in mpif90 hf90 mpxlf90 mpf90 mpxlf95 mpxlf_r
5466 do
5467  # Extract the first word of "$ac_prog", so it can be a program name with args.
5468 set dummy $ac_prog; ac_word=$2
5469 echo "$as_me:$LINENO: checking for $ac_word" >&5
5470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5471 if test "${ac_cv_prog_MPIF90+set}" = set; then
5472  echo $ECHO_N "(cached) $ECHO_C" >&6
5473 else
5474  if test -n "$MPIF90"; then
5475  ac_cv_prog_MPIF90="$MPIF90" # Let the user override the test.
5476 else
5477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5478 for as_dir in $PATH
5479 do
5480  IFS=$as_save_IFS
5481  test -z "$as_dir" && as_dir=.
5482  for ac_exec_ext in '' $ac_executable_extensions; do
5483  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5484    ac_cv_prog_MPIF90="$ac_prog"
5485    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5486    break 2
5487  fi
5488 done
5489 done
5490
5491 fi
5492 fi
5493 MPIF90=$ac_cv_prog_MPIF90
5494 if test -n "$MPIF90"; then
5495  echo "$as_me:$LINENO: result: $MPIF90" >&5
5496 echo "${ECHO_T}$MPIF90" >&6
5497 else
5498  echo "$as_me:$LINENO: result: no" >&5
5499 echo "${ECHO_T}no" >&6
5500 fi
5501
5502  test -n "$MPIF90" && break
5503 done
5504 test -n "$MPIF90" || MPIF90="$F90"
5505
5506        acx_mpi_save_F90="$F90"
5507        F90="$MPIF90"
5508
5509
5510
5511 if test x = x"$MPILIBS"; then
5512        echo "$as_me:$LINENO: checking for MPI_Init" >&5
5513 echo $ECHO_N "checking for MPI_Init... $ECHO_C" >&6
5514                        cat >conftest.$ac_ext <<_ACEOF
5515
5516 program main
5517
5518      call MPI_Init
5519 end program main
5520
5521 _ACEOF
5522 rm -f conftest.$ac_objext conftest$ac_exeext
5523 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5524  (eval $ac_link) 2>&5
5525  ac_status=$?
5526  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5527  (exit $ac_status); } &&
5528         { ac_try='test -s conftest$ac_exeext'
5529  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5530  (eval $ac_try) 2>&5
5531  ac_status=$?
5532  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5533  (exit $ac_status); }; }; then
5534  MPILIBS=" "
5535                                echo "$as_me:$LINENO: result: yes" >&5
5536 echo "${ECHO_T}yes" >&6
5537 else
5538  echo "$as_me: failed program was:" >&5
5539 sed 's/^/| /' conftest.$ac_ext >&5
5540
5541 echo "$as_me:$LINENO: result: no" >&5
5542 echo "${ECHO_T}no" >&6
5543 fi
5544 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5545 fi
5546 if test x = x"$MPILIBS"; then
5547        echo "$as_me:$LINENO: checking for MPI_Init in -lmpi" >&5
5548 echo $ECHO_N "checking for MPI_Init in -lmpi... $ECHO_C" >&6
5549 if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then
5550  echo $ECHO_N "(cached) $ECHO_C" >&6
5551 else
5552  ac_check_lib_save_LIBS=$LIBS
5553 LIBS="-lmpi  $LIBS"
5554 cat >conftest.$ac_ext <<_ACEOF
5555
5556 program main
5557
5558 call MPI_Init
5559 end program main
5560
5561 _ACEOF
5562 rm -f conftest.$ac_objext conftest$ac_exeext
5563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5564  (eval $ac_link) 2>&5
5565  ac_status=$?
5566  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5567  (exit $ac_status); } &&
5568         { ac_try='test -s conftest$ac_exeext'
5569  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5570  (eval $ac_try) 2>&5
5571  ac_status=$?
5572  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5573  (exit $ac_status); }; }; then
5574  ac_cv_lib_mpi_MPI_Init=yes
5575 else
5576  echo "$as_me: failed program was:" >&5
5577 sed 's/^/| /' conftest.$ac_ext >&5
5578
5579 ac_cv_lib_mpi_MPI_Init=no
5580 fi
5581 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5582 LIBS=$ac_check_lib_save_LIBS
5583 fi
5584 echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
5585 echo "${ECHO_T}$ac_cv_lib_mpi_MPI_Init" >&6
5586 if test $ac_cv_lib_mpi_MPI_Init = yes; then
5587  MPILIBS="-lmpi"
5588 fi
5589
5590 fi
5591 if test x = x"$MPILIBS"; then
5592        echo "$as_me:$LINENO: checking for MPI_Init in -lmpich" >&5
5593 echo $ECHO_N "checking for MPI_Init in -lmpich... $ECHO_C" >&6
5594 if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then
5595  echo $ECHO_N "(cached) $ECHO_C" >&6
5596 else
5597  ac_check_lib_save_LIBS=$LIBS
5598 LIBS="-lmpich  $LIBS"
5599 cat >conftest.$ac_ext <<_ACEOF
5600
5601 program main
5602
5603 call MPI_Init
5604 end program main
5605
5606 _ACEOF
5607 rm -f conftest.$ac_objext conftest$ac_exeext
5608 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5609  (eval $ac_link) 2>&5
5610  ac_status=$?
5611  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5612  (exit $ac_status); } &&
5613         { ac_try='test -s conftest$ac_exeext'
5614  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5615  (eval $ac_try) 2>&5
5616  ac_status=$?
5617  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5618  (exit $ac_status); }; }; then
5619  ac_cv_lib_mpich_MPI_Init=yes
5620 else
5621  echo "$as_me: failed program was:" >&5
5622 sed 's/^/| /' conftest.$ac_ext >&5
5934  
5624 ac_cv_lib_mpich_MPI_Init=no
5625 fi
5626 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5627 LIBS=$ac_check_lib_save_LIBS
5628 fi
5629 echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
5630 echo "${ECHO_T}$ac_cv_lib_mpich_MPI_Init" >&6
5631 if test $ac_cv_lib_mpich_MPI_Init = yes; then
5632  MPILIBS="-lmpich"
5633 fi
5935  
5635 fi
5936  
5637
5638
5639 F90="$acx_mpi_save_F90"
5640
5641
5642
5643 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
5644 if test x = x"$MPILIBS"; then
5645
5646        :
5647 else
5648
5649 cat >>confdefs.h <<\_ACEOF
5650 #define HAVE_MPI 1
5651 _ACEOF
5652
5653        :
5654 fi
5655
5656
5937   ac_ext=c
5938   ac_cpp='$CPP $CPPFLAGS'
5939   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 5682 | Line 5962 | do
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
5685 #line $LINENO "configure"
5965   /* confdefs.h.  */
5966   _ACEOF
5967   cat confdefs.h >>conftest.$ac_ext
# Line 5693 | Line 5972 | cat >>conftest.$ac_ext <<_ACEOF
5972   #else
5973   # include <assert.h>
5974   #endif
5975 <                     Syntax error
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
# Line 5705 | Line 5984 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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
# Line 5725 | Line 6005 | rm -f conftest.err conftest.$ac_ext
6005    # OK, works on sane cases.  Now check whether non-existent headers
6006    # can be detected and how.
6007    cat >conftest.$ac_ext <<_ACEOF
5728 #line $LINENO "configure"
6008   /* confdefs.h.  */
6009   _ACEOF
6010   cat confdefs.h >>conftest.$ac_ext
# Line 5743 | Line 6022 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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
# Line 5789 | Line 6069 | do
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
5792 #line $LINENO "configure"
6072   /* confdefs.h.  */
6073   _ACEOF
6074   cat confdefs.h >>conftest.$ac_ext
# Line 5800 | Line 6079 | cat >>conftest.$ac_ext <<_ACEOF
6079   #else
6080   # include <assert.h>
6081   #endif
6082 <                     Syntax error
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
# Line 5812 | Line 6091 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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
# Line 5832 | Line 6112 | rm -f conftest.err conftest.$ac_ext
6112    # OK, works on sane cases.  Now check whether non-existent headers
6113    # can be detected and how.
6114    cat >conftest.$ac_ext <<_ACEOF
5835 #line $LINENO "configure"
6115   /* confdefs.h.  */
6116   _ACEOF
6117   cat confdefs.h >>conftest.$ac_ext
# Line 5850 | Line 6129 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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
# Line 5910 | Line 6190 | else
6190    echo $ECHO_N "(cached) $ECHO_C" >&6
6191   else
6192    cat >conftest.$ac_ext <<_ACEOF
5913 #line $LINENO "configure"
6193   /* confdefs.h.  */
6194   _ACEOF
6195   cat confdefs.h >>conftest.$ac_ext
# Line 5931 | Line 6210 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6210   _ACEOF
6211   rm -f conftest.$ac_objext
6212   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6213 <  (eval $ac_compile) 2>&5
6213 >  (eval $ac_compile) 2>conftest.er1
6214    ac_status=$?
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_objext'
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:$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_cv_header_stdc=yes
6234   else
# Line 5948 | Line 6237 | rm -f conftest.$ac_objext conftest.$ac_ext
6237  
6238   ac_cv_header_stdc=no
6239   fi
6240 < rm -f conftest.$ac_objext conftest.$ac_ext
6240 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6241  
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
5956 #line $LINENO "configure"
6245   /* confdefs.h.  */
6246   _ACEOF
6247   cat confdefs.h >>conftest.$ac_ext
# Line 5975 | Line 6263 | if test $ac_cv_header_stdc = yes; then
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
5978 #line $LINENO "configure"
6266   /* confdefs.h.  */
6267   _ACEOF
6268   cat confdefs.h >>conftest.$ac_ext
# Line 6000 | Line 6287 | else
6287    :
6288   else
6289    cat >conftest.$ac_ext <<_ACEOF
6003 #line $LINENO "configure"
6290   /* confdefs.h.  */
6291   _ACEOF
6292   cat confdefs.h >>conftest.$ac_ext
# Line 6012 | Line 6298 | cat >>conftest.$ac_ext <<_ACEOF
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'))
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  
# Line 6025 | Line 6311 | main ()
6311    int i;
6312    for (i = 0; i < 256; i++)
6313      if (XOR (islower (i), ISLOWER (i))
6314 <        || toupper (i) != TOUPPER (i))
6314 >        || toupper (i) != TOUPPER (i))
6315        exit(2);
6316    exit (0);
6317   }
# Line 6050 | Line 6336 | rm -f core core.* *.core gmon.out bb.out conftest$ac_e
6336   ( exit $ac_status )
6337   ac_cv_header_stdc=no
6338   fi
6339 < rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6339 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6340   fi
6341   fi
6342   fi
# Line 6075 | Line 6361 | for ac_header in sys/types.h sys/stat.h stdlib.h strin
6361  
6362  
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
6364 >                  inttypes.h stdint.h unistd.h
6365   do
6366   as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6367   echo "$as_me:$LINENO: checking for $ac_header" >&5
# Line 6084 | Line 6370 | else
6370    echo $ECHO_N "(cached) $ECHO_C" >&6
6371   else
6372    cat >conftest.$ac_ext <<_ACEOF
6087 #line $LINENO "configure"
6373   /* confdefs.h.  */
6374   _ACEOF
6375   cat confdefs.h >>conftest.$ac_ext
# Line 6096 | Line 6381 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6381   _ACEOF
6382   rm -f conftest.$ac_objext
6383   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6384 <  (eval $ac_compile) 2>&5
6384 >  (eval $ac_compile) 2>conftest.er1
6385    ac_status=$?
6386 +  grep -v '^ *+' conftest.er1 >conftest.err
6387 +  rm -f conftest.er1
6388 +  cat conftest.err >&5
6389    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390    (exit $ac_status); } &&
6391 <         { ac_try='test -s conftest.$ac_objext'
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:$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:$LINENO: \$? = $ac_status" >&5
6403    (exit $ac_status); }; }; then
6404    eval "$as_ac_Header=yes"
6405   else
# Line 6113 | Line 6408 | rm -f conftest.$ac_objext conftest.$ac_ext
6408  
6409   eval "$as_ac_Header=no"
6410   fi
6411 < rm -f conftest.$ac_objext conftest.$ac_ext
6411 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6412   fi
6413   echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6414   echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 6130 | Line 6425 | done
6425  
6426  
6427  
6428 < # Check whether --with-sprng-prefix or --without-sprng-prefix was given.
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"
6431    sprng_prefix="$withval"
# Line 6138 | Line 6433 | fi;
6433    sprng_prefix="/usr/local"
6434   fi;
6435  
6436 < # Check whether --with-sprng-lib-prefix or --without-sprng-lib-prefix was given.
6437 < if test "${with_sprng_lib_prefix+set}" = set; then
6438 <  withval="$with_sprng_lib_prefix"
6439 <  sprng_lib_prefix="$withval"
6436 > # Check whether --with-sprng-libdir or --without-sprng-libdir was given.
6437 > if test "${with_sprng_libdir+set}" = set; then
6438 >  withval="$with_sprng_libdir"
6439 >  sprng_libdir="$withval"
6440   else
6441 <  sprng_lib_prefix="/usr/local/lib"
6441 >  sprng_libdir="/usr/local/lib"
6442   fi;
6443  
6444 < # Check whether --with-sprng-include-prefix or --without-sprng-include-prefix was given.
6445 < if test "${with_sprng_include_prefix+set}" = set; then
6446 <  withval="$with_sprng_include_prefix"
6447 <  sprng_include_prefix="$withval"
6444 > # Check whether --with-sprng-include or --without-sprng-include was given.
6445 > if test "${with_sprng_include+set}" = set; then
6446 >  withval="$with_sprng_include"
6447 >  sprng_include="$withval"
6448   else
6449 <  sprng_include_prefix="/usr/local/include/sprng"
6449 >  sprng_include="/usr/local/include/sprng"
6450   fi;
6451  
6452 <  if test x$sprng_lib_prefix = x ; then
6453 <    sprng_lib_prefix=${sprng_prefix}/lib
6452 >  if test x$sprng_libdir = x ; then
6453 >    sprng_libdir=${sprng_prefix}/lib
6454    fi
6455  
6456 <  if test x$sprng_include_prefix = x ; then
6457 <    sprng_include_prefix=${sprng_prefix}/include
6456 >  if test x$sprng_include = x ; then
6457 >    sprng_include=${sprng_prefix}/include
6458    fi
6459  
6460 <  echo "$as_me:$LINENO: checking for SPRNG include files in $sprng_include_prefix" >&5
6461 < echo $ECHO_N "checking for SPRNG include files in $sprng_include_prefix... $ECHO_C" >&6
6462 <  if test -f ${sprng_include_prefix}/sprng.h; then
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:$LINENO: result: yes" >&5
6465   echo "${ECHO_T}yes" >&6
# Line 6177 | Line 6472 | echo "$as_me: error: Could not locate the SPRNG includ
6472     { (exit 1); exit 1; }; }
6473    fi
6474  
6475 <  echo "$as_me:$LINENO: checking for SPRNG libraries in $sprng_lib_prefix" >&5
6476 < echo $ECHO_N "checking for SPRNG libraries in $sprng_lib_prefix... $ECHO_C" >&6
6477 <  if test -f ${sprng_lib_prefix}/libsprng.a; then
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:$LINENO: result: yes" >&5
6480   echo "${ECHO_T}yes" >&6
# Line 6201 | Line 6496 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
6496   ac_compiler_gnu=$ac_cv_c_compiler_gnu
6497  
6498    ac_save_CPPFLAGS=$CPPFLAGS
6499 <  CPPFLAGS="${CPPFLAGS} -I${sprng_include_prefix}"
6499 >  CPPFLAGS="${CPPFLAGS} -I${sprng_include}"
6500    ac_save_LDFLAGS=$LDFLAGS
6501 <  LDFLAGS="${LDFLAGS} -L${sprng_lib_prefix} -lsprng"
6501 >  LDFLAGS="${LDFLAGS} -L${sprng_libdir} -lsprng"
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
# Line 6217 | Line 6512 | cat >conftest.$ac_ext <<_ACEOF
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
6220 #line $LINENO "configure"
6515   /* confdefs.h.  */
6516   _ACEOF
6517   cat confdefs.h >>conftest.$ac_ext
# Line 6228 | Line 6522 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6522   _ACEOF
6523   rm -f conftest.$ac_objext
6524   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6525 <  (eval $ac_compile) 2>&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 -s conftest.$ac_objext'
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
# Line 6245 | Line 6549 | rm -f conftest.$ac_objext conftest.$ac_ext
6549  
6550   ac_header_compiler=no
6551   fi
6552 < rm -f conftest.$ac_objext conftest.$ac_ext
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  
# Line 6253 | Line 6557 | cat >conftest.$ac_ext <<_ACEOF
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
6256 #line $LINENO "configure"
6560   /* confdefs.h.  */
6561   _ACEOF
6562   cat confdefs.h >>conftest.$ac_ext
# Line 6271 | Line 6574 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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 6290 | Line 6594 | case $ac_header_compiler:$ac_header_preproc in
6594   echo "${ECHO_T}$ac_header_preproc" >&6
6595  
6596   # So?  What about this header?
6597 < case $ac_header_compiler:$ac_header_preproc in
6598 <  yes:no )
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 preprocessor's result" >&5
6602 < echo "$as_me: WARNING: sprng.h: proceeding with the preprocessor's result" >&2;}
6603 <    (
6300 <      cat <<\_ASBOX
6301 < ## ------------------------------------ ##
6302 < ## Report this to bug-autoconf@gnu.org. ##
6303 < ## ------------------------------------ ##
6304 < _ASBOX
6305 <    ) |
6306 <      sed "s/^/$as_me: WARNING:     /" >&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 )
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;}
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 bug-autoconf@gnu.org. ##
6622 < ## ------------------------------------ ##
6620 > ## ------------------------------ ##
6621 > ## Report this to gezelter@nd.edu ##
6622 > ## ------------------------------ ##
6623   _ASBOX
6624      ) |
6625        sed "s/^/$as_me: WARNING:     /" >&2
# Line 6343 | Line 6646 | cat >conftest.$ac_ext <<_ACEOF
6646    ac_check_lib_save_LIBS=$LIBS
6647   LIBS="-lsprng  $LIBS"
6648   cat >conftest.$ac_ext <<_ACEOF
6346 #line $LINENO "configure"
6649   /* confdefs.h.  */
6650   _ACEOF
6651   cat confdefs.h >>conftest.$ac_ext
# Line 6367 | Line 6669 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6669   _ACEOF
6670   rm -f conftest.$ac_objext conftest$ac_exeext
6671   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6672 <  (eval $ac_link) 2>&5
6672 >  (eval $ac_link) 2>conftest.er1
6673    ac_status=$?
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'
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:$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
# Line 6384 | Line 6696 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
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:$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_lib_prefix}"
6707 <                     SPRNG_LIB="-lsprng" SPRNG_INC="-I${sprng_include_prefix}"
6706 >  SPRNG_LIBDIR="${sprng_libdir}"
6707 >                     SPRNG_LIB="-lsprng" SPRNG_INC="-I${sprng_include}"
6708                       HAVE_SPRNG="yes"
6709   fi
6710  
# Line 6464 | Line 6777 | cat >conftest.$ac_ext <<_ACEOF
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
6467 #line $LINENO "configure"
6780   /* confdefs.h.  */
6781   _ACEOF
6782   cat confdefs.h >>conftest.$ac_ext
# Line 6475 | Line 6787 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6787   _ACEOF
6788   rm -f conftest.$ac_objext
6789   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6790 <  (eval $ac_compile) 2>&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 -s conftest.$ac_objext'
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
# Line 6492 | Line 6814 | rm -f conftest.$ac_objext conftest.$ac_ext
6814  
6815   ac_header_compiler=no
6816   fi
6817 < rm -f conftest.$ac_objext conftest.$ac_ext
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  
# Line 6500 | Line 6822 | cat >conftest.$ac_ext <<_ACEOF
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
6503 #line $LINENO "configure"
6825   /* confdefs.h.  */
6826   _ACEOF
6827   cat confdefs.h >>conftest.$ac_ext
# Line 6518 | Line 6839 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
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 6537 | Line 6859 | case $ac_header_compiler:$ac_header_preproc in
6859   echo "${ECHO_T}$ac_header_preproc" >&6
6860  
6861   # So?  What about this header?
6862 < case $ac_header_compiler:$ac_header_preproc in
6863 <  yes:no )
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 preprocessor's result" >&5
6867 < echo "$as_me: WARNING: mkl.h: proceeding with the preprocessor's result" >&2;}
6868 <    (
6547 <      cat <<\_ASBOX
6548 < ## ------------------------------------ ##
6549 < ## Report this to bug-autoconf@gnu.org. ##
6550 < ## ------------------------------------ ##
6551 < _ASBOX
6552 <    ) |
6553 <      sed "s/^/$as_me: WARNING:     /" >&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 )
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;}
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 bug-autoconf@gnu.org. ##
6887 < ## ------------------------------------ ##
6885 > ## ------------------------------ ##
6886 > ## Report this to gezelter@nd.edu ##
6887 > ## ------------------------------ ##
6888   _ASBOX
6889      ) |
6890        sed "s/^/$as_me: WARNING:     /" >&2
# Line 6590 | Line 6911 | cat >conftest.$ac_ext <<_ACEOF
6911    ac_check_lib_save_LIBS=$LIBS
6912   LIBS="-lmkl  $LIBS"
6913   cat >conftest.$ac_ext <<_ACEOF
6593 #line $LINENO "configure"
6914   /* confdefs.h.  */
6915   _ACEOF
6916   cat confdefs.h >>conftest.$ac_ext
# Line 6614 | Line 6934 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6934   _ACEOF
6935   rm -f conftest.$ac_objext conftest$ac_exeext
6936   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6937 <  (eval $ac_link) 2>&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 -s conftest$ac_exeext'
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:$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=$?
# Line 6631 | Line 6961 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
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:$LINENO: result: $ac_cv_lib_mkl_vslNewStream" >&5
# Line 6676 | Line 7007 | fi;
7007  
7008  
7009  
6679 # Check whether --with-mpi_f90_mods or --without-mpi_f90_mods was given.
6680 if test "${with_mpi_f90_mods+set}" = set; then
6681  withval="$with_mpi_f90_mods"
6682  mpi_f90_mods="$withval"
6683 else
6684  mpi_f90_mods="/usr/local/include/f90choice"
6685 fi;
7010  
6687  echo "$as_me:$LINENO: checking for MPI F90 modules" >&5
6688 echo $ECHO_N "checking for MPI F90 modules... $ECHO_C" >&6
6689
6690
6691  ac_ext=f90
6692 ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
6693 ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6694 ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6695
6696  ac_save_F90FLAGS=$F90FLAGS
6697  if test "$mpi_f90_mods"; then
6698  F90FLAGS="${F90FLAGS} -I${mpi_f90_mods}"
6699 fi
6700
6701    cat >conftest.$ac_ext <<_ACEOF
6702
6703
6704 program main
6705
6706 use mpi
6707 integer :: ierr
6708 call MPI_Init(ierr)
6709
6710
6711 end program main
6712
6713 _ACEOF
6714 rm -f conftest.$ac_objext
6715 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6716  (eval $ac_compile) 2>&5
6717  ac_status=$?
6718  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719  (exit $ac_status); } &&
6720         { ac_try='test -s conftest.$ac_objext'
6721  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6722  (eval $ac_try) 2>&5
6723  ac_status=$?
6724  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6725  (exit $ac_status); }; }; then
6726  HAVE_MPI_MOD=1
6727 else
6728  echo "$as_me: failed program was:" >&5
6729 sed 's/^/| /' conftest.$ac_ext >&5
6730
6731 HAVE_MPI_MOD=0
6732 fi
6733 rm -f conftest.$ac_objext conftest.$ac_ext
6734
6735  F90FLAGS=$ac_save_F90FLAGS
6736  ac_ext=f90
6737 ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
6738 ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6739 ac_compiler_gnu=$ac_cv_f90_compiler_gnu
6740
6741
6742  if test "$HAVE_MPI_MOD" = 1; then
6743    echo "$as_me:$LINENO: result: yes" >&5
6744 echo "${ECHO_T}yes" >&6
6745
6746 cat >>confdefs.h <<\_ACEOF
6747 #define MPI_MOD 1
6748 _ACEOF
6749
6750    MPI_F90_MODS="-I${mpi_f90_mods}"
6751
6752  else
6753    echo "$as_me:$LINENO: result: no" >&5
6754 echo "${ECHO_T}no" >&6
6755    { { echo "$as_me:$LINENO: error: Couldn't locate MPI F90 Modules" >&5
6756 echo "$as_me: error: Couldn't locate MPI F90 Modules" >&2;}
6757   { (exit 1); exit 1; }; }
6758  fi
6759
6760
6761
6762 case $F90 in
6763        ifc) fortran_machine_defs='Linux_ifc_machdep$(O)' ;;
6764        *) fortran_machine_defs='' ;;
6765 esac
6766
6767
6768
6769
7011   OBJEXT=".$OBJEXT"
7012  
7013   OOPSE=oopse
# Line 6790 | 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"
7034 > SUBDIRS="libBASS libmdtools src forceFields samples utils utils/sysbuilder staticProps third-party"
7035  
7036 < #CFLAGS=${CFLAGS-""}
7037 < #CXXFLAGS=${CXXFLAGS-""}
7038 < #CPPFLAGS=${CPPFLAGS-""}
7039 < #FFLAGS=${FFLAGS-""}
7040 < #LDFLAGS=${LDFLAGS-""}
7041 < #OPTIMIZE=${OPTIMIZE-"-O"}
7042 < #DEBUG=${DEBUG-"-g"}
7036 > CFLAGS=${CFLAGS-""}
7037 > CXXFLAGS=${CXXFLAGS-""}
7038 > CPPFLAGS=${CPPFLAGS-""}
7039 > FFLAGS=${FFLAGS-""}
7040 > F90FLAGS=${F90FLAGS-""}
7041 > LDFLAGS=${LDFLAGS-""}
7042 > DEBUG=${DEBUG-"-g"}
7043  
7044   case $debug in
7045 <  true)
6805 <     CFLAGS="$DEBUG $CFLAGS"
6806 <     CXXFLAGS="$DEBUG $CXXFLAGS"
7045 >  1)
7046       FFLAGS="$DEBUG $FFLAGS"
7047       F90FLAGS="$DEBUG $F90FLAGS"
7048       ;;
7049    *)
6811     CFLAGS="$OPTIMIZE $CFLAGS"
6812     CXXFLAGS="$OPTIMIZE $CXXFLAGS"
6813     FFLAGS="$OPTIMIZE $FFLAGS"
6814     F90FLAGS="$OPTIMIZE $F90FLAGS"
7050       ;;
7051   esac
7052  
# Line 6833 | Line 7068 | esac
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 samples/alkane/Makefile samples/argon/Makefile samples/beadLipid/Makefile samples/lipid/Makefile samples/metals/Makefile samples/water/Makefile"
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
# Line 6864 | 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/^\\([_$as_cr_alnum]*_cv_[_$as_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/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7108 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7109        ;;
7110      esac;
7111   } |
# Line 6900 | 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  
# Line 6917 | Line 7152 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && conti
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$//'`
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'
# Line 6961 | Line 7196 | fi
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 (FOO=FOO; unset FOO) >/dev/null 2>&1; then
7202 > if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7203    as_unset=unset
7204   else
7205    as_unset=false
# Line 6982 | Line 7218 | do
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 -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
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
# Line 7161 | Line 7397 | else
7397   if mkdir -p . 2>/dev/null; then
7398    as_mkdir_p=:
7399   else
7400 +  test -d ./-p && rmdir ./-p
7401    as_mkdir_p=false
7402   fi
7403  
7404   as_executable_p="test -f"
7405  
7406   # Sed expression to map a string onto a valid CPP name.
7407 < as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
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="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
7410 > as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7411  
7412  
7413   # IFS
# Line 7197 | Line 7434 | generated by GNU Autoconf 2.57.  Invocation command li
7434   cat >&5 <<_CSEOF
7435  
7436   This file was extended by OOPSE $as_me 1.0, which was
7437 < generated by GNU Autoconf 2.57.  Invocation command line was
7437 > generated by GNU Autoconf 2.59.  Invocation command line was
7438  
7439    CONFIG_FILES    = $CONFIG_FILES
7440    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 7241 | Line 7478 | Usage: $0 [OPTIONS] [FILE]...
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 7257 | Line 7494 | configured by $0, generated by GNU Autoconf 2.57,
7494   cat >>$CONFIG_STATUS <<_ACEOF
7495   ac_cs_version="\\
7496   OOPSE config.status 1.0
7497 < configured by $0, generated by GNU Autoconf 2.57,
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
7264 < 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
# Line 7368 | Line 7604 | do
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" ;;
# Line 7460 | Line 7698 | s,@DEBUG@,$DEBUG,;t t
7698   s,@ECHO_T@,$ECHO_T,;t t
7699   s,@LIBS@,$LIBS,;t t
7700   s,@PROGNAME@,$PROGNAME,;t t
7701 < s,@DEBUG@,$DEBUG,;t t
7701 > s,@debug@,$debug,;t t
7702   s,@build@,$build,;t t
7703   s,@build_cpu@,$build_cpu,;t t
7704   s,@build_vendor@,$build_vendor,;t t
# Line 7479 | 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 7496 | 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
7500 < s,@F90_FUNC@,$F90_FUNC,;t t
7501 < s,@F90_FUNC_@,$F90_FUNC_,;t t
7502 < 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
7506 s,@MPIF77@,$MPIF77,;t t
7507 s,@MPIF90@,$MPIF90,;t t
7508 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
# Line 7516 | 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
7519 s,@MPI_F90_MODS@,$MPI_F90_MODS,;t t
7520 s,@fortran_machine_defs@,$fortran_machine_defs,;t t
7760   s,@BATEXT@,$BATEXT,;t t
7761   s,@MKINSTALLDIRS@,$MKINSTALLDIRS,;t t
7762   s,@OOPSE@,$OOPSE,;t t
# Line 7555 | Line 7794 | _ACEOF
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 7575 | Line 7814 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" =
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=`(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 ||
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; }
# Line 7605 | Line 7844 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
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 ||
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; }
# Line 7646 | Line 7885 | esac
7885      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
7886      ac_top_srcdir=$ac_top_builddir$srcdir ;;
7887   esac
7649 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
7650 # absolute.
7651 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
7652 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
7653 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
7654 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
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_top_builddir$INSTALL ;;
# Line 7673 | Line 7945 | echo "$as_me: creating $ac_file" >&6;}
7945      configure_input="$ac_file.  "
7946    fi
7947    configure_input=$configure_input"Generated from `echo $ac_file_in |
7948 <                                     sed 's,.*/,,'` by configure."
7948 >                                     sed 's,.*/,,'` by configure."
7949  
7950    # First look for the input files in the build tree, otherwise in the
7951    # src tree.
# Line 7682 | 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:$LINENO: 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:$LINENO: 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   _ACEOF
# Line 7741 | 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 7755 | 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  
# Line 7773 | 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:$LINENO: 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:$LINENO: 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   _ACEOF
8073  
# Line 7817 | Line 8090 | s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*
8090   s,[\\$`],\\&,g
8091   t clear
8092   : clear
8093 < s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${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   _ACEOF
8098   # If some macros were called several times there might be several times
# Line 7833 | Line 8106 | s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/*
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 <<\_ACEOF
8109 < s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
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 grep "^[     ]*#[    ]*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 7848 | 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 7875 | 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 7909 | Line 8182 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
8182      else
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 ||
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; }
# Line 7928 | Line 8201 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
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 ||
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; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines