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 1233 by gezelter, Fri Jun 4 02:38:23 2004 UTC vs.
Revision 1238 by gezelter, Fri Jun 4 14:59:17 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 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 821 | 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 928 | Line 929 | esac
929      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
930      ac_top_srcdir=$ac_top_builddir$srcdir ;;
931   esac
931 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
932 # absolute.
933 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
934 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
935 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
936 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
932  
933 + # Do not use `cd foo && pwd` to compute absolute paths, because
934 + # the directories may not exist.
935 + case `pwd` in
936 + .) ac_abs_builddir="$ac_dir";;
937 + *)
938 +  case "$ac_dir" in
939 +  .) ac_abs_builddir=`pwd`;;
940 +  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
941 +  *) ac_abs_builddir=`pwd`/"$ac_dir";;
942 +  esac;;
943 + esac
944 + case $ac_abs_builddir in
945 + .) ac_abs_top_builddir=${ac_top_builddir}.;;
946 + *)
947 +  case ${ac_top_builddir}. in
948 +  .) ac_abs_top_builddir=$ac_abs_builddir;;
949 +  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
950 +  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
951 +  esac;;
952 + esac
953 + case $ac_abs_builddir in
954 + .) ac_abs_srcdir=$ac_srcdir;;
955 + *)
956 +  case $ac_srcdir in
957 +  .) ac_abs_srcdir=$ac_abs_builddir;;
958 +  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
959 +  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
960 +  esac;;
961 + esac
962 + case $ac_abs_builddir in
963 + .) ac_abs_top_srcdir=$ac_top_srcdir;;
964 + *)
965 +  case $ac_top_srcdir in
966 +  .) ac_abs_top_srcdir=$ac_abs_builddir;;
967 +  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
968 +  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
969 +  esac;;
970 + esac
971 +
972      cd $ac_dir
973      # Check for guested configure; otherwise get Cygnus style configure.
974      if test -f $ac_srcdir/configure.gnu; then
# Line 944 | Line 978 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir &
978        echo
979        $SHELL $ac_srcdir/configure  --help=recursive
980      elif test -f $ac_srcdir/configure.ac ||
981 <           test -f $ac_srcdir/configure.in; then
981 >           test -f $ac_srcdir/configure.in; then
982        echo
983        $ac_configure --help
984      else
# Line 958 | Line 992 | generated by GNU Autoconf 2.57
992   if $ac_init_version; then
993    cat <<\_ACEOF
994   OOPSE configure 1.0
995 < generated by GNU Autoconf 2.57
995 > generated by GNU Autoconf 2.59
996  
997 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
964 < Free Software Foundation, Inc.
997 > Copyright (C) 2003 Free Software Foundation, Inc.
998   This configure script is free software; the Free Software Foundation
999   gives unlimited permission to copy, distribute and modify it.
1000   _ACEOF
# Line 973 | Line 1006 | generated by GNU Autoconf 2.57.  Invocation command li
1006   running configure, to aid debugging if configure makes a mistake.
1007  
1008   It was created by OOPSE $as_me 1.0, which was
1009 < generated by GNU Autoconf 2.57.  Invocation command line was
1009 > generated by GNU Autoconf 2.59.  Invocation command line was
1010  
1011    $ $0 $@
1012  
# Line 1050 | Line 1083 | do
1083      2)
1084        ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1085        if test $ac_must_keep_next = true; then
1086 <        ac_must_keep_next=false # Got value, back to normal.
1086 >        ac_must_keep_next=false # Got value, back to normal.
1087        else
1088 <        case $ac_arg in
1089 <          *=* | --config-cache | -C | -disable-* | --disable-* \
1090 <          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1091 <          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1092 <          | -with-* | --with-* | -without-* | --without-* | --x)
1093 <            case "$ac_configure_args0 " in
1094 <              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1095 <            esac
1096 <            ;;
1097 <          -* ) ac_must_keep_next=true ;;
1098 <        esac
1088 >        case $ac_arg in
1089 >          *=* | --config-cache | -C | -disable-* | --disable-* \
1090 >          | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1091 >          | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1092 >          | -with-* | --with-* | -without-* | --without-* | --x)
1093 >            case "$ac_configure_args0 " in
1094 >              "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1095 >            esac
1096 >            ;;
1097 >          -* ) ac_must_keep_next=true ;;
1098 >        esac
1099        fi
1100        ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1101        # Get rid of the leading space.
# Line 1096 | Line 1129 | _ASBOX
1129      case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1130      *ac_space=\ *)
1131        sed -n \
1132 <        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1133 <          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1132 >        "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1133 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1134        ;;
1135      *)
1136        sed -n \
1137 <        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1137 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1138        ;;
1139      esac;
1140   }
# Line 1130 | Line 1163 | _ASBOX
1163        for ac_var in $ac_subst_files
1164        do
1165          eval ac_val=$`echo $ac_var`
1166 <        echo "$ac_var='"'"'$ac_val'"'"'"
1166 >        echo "$ac_var='"'"'$ac_val'"'"'"
1167        done | sort
1168        echo
1169      fi
# Line 1149 | Line 1182 | _ASBOX
1182        echo "$as_me: caught signal $ac_signal"
1183      echo "$as_me: exit $exit_status"
1184    } >&5
1185 <  rm -f core core.* *.core &&
1185 >  rm -f core *.core &&
1186    rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1187      exit $exit_status
1188       ' 0
# Line 1229 | Line 1262 | for ac_var in `(set) 2>&1 |
1262   # value.
1263   ac_cache_corrupted=false
1264   for ac_var in `(set) 2>&1 |
1265 <               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1265 >               sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1266    eval ac_old_set=\$ac_cv_env_${ac_var}_set
1267    eval ac_new_set=\$ac_env_${ac_var}_set
1268    eval ac_old_val="\$ac_cv_env_${ac_var}_value"
# Line 1246 | Line 1279 | echo "$as_me: error: \`$ac_var' was not set in the pre
1279      ,);;
1280      *)
1281        if test "x$ac_old_val" != "x$ac_new_val"; then
1282 <        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1282 >        { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1283   echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1284 <        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1284 >        { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1285   echo "$as_me:   former value:  $ac_old_val" >&2;}
1286 <        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1286 >        { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1287   echo "$as_me:   current value: $ac_new_val" >&2;}
1288 <        ac_cache_corrupted=:
1288 >        ac_cache_corrupted=:
1289        fi;;
1290    esac
1291    # Pass precious variables to config.status.
# Line 2032 | Line 2065 | cat >conftest.$ac_ext <<_ACEOF
2065    (exit $ac_status); }
2066  
2067   cat >conftest.$ac_ext <<_ACEOF
2035 #line $LINENO "configure"
2068   /* confdefs.h.  */
2069   _ACEOF
2070   cat confdefs.h >>conftest.$ac_ext
# Line 2052 | Line 2084 | echo "$as_me:$LINENO: checking for C compiler default
2084   # Try to create an executable without -o first, disregard a.out.
2085   # It will help us diagnose broken compilers, and finding out an intuition
2086   # of exeext.
2087 < echo "$as_me:$LINENO: checking for C compiler default output" >&5
2088 < echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2087 > echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2088 > echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2089   ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2090   if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2091    (eval $ac_link_default) 2>&5
# Line 2073 | Line 2105 | do
2105    test -f "$ac_file" || continue
2106    case $ac_file in
2107      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
2108 <        ;;
2109 <    conftest.$ac_ext )
2110 <        # This is the source file.
2111 <        ;;
2108 >        ;;
2109 >    conftest.$ac_ext )
2110 >        # This is the source file.
2111 >        ;;
2112      [ab].out )
2113 <        # We found the default executable, but exeext='' is most
2114 <        # certainly right.
2115 <        break;;
2113 >        # We found the default executable, but exeext='' is most
2114 >        # certainly right.
2115 >        break;;
2116      *.* )
2117 <        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2118 <        # FIXME: I believe we export ac_cv_exeext for Libtool,
2119 <        # but it would be cool to find out if it's true.  Does anybody
2120 <        # maintain Libtool? --akim.
2121 <        export ac_cv_exeext
2122 <        break;;
2117 >        ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2118 >        # FIXME: I believe we export ac_cv_exeext for Libtool,
2119 >        # but it would be cool to find out if it's true.  Does anybody
2120 >        # maintain Libtool? --akim.
2121 >        export ac_cv_exeext
2122 >        break;;
2123      * )
2124 <        break;;
2124 >        break;;
2125    esac
2126   done
2127   else
# Line 2163 | Line 2195 | for ac_file in conftest.exe conftest conftest.*; do
2195    case $ac_file in
2196      *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
2197      *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2198 <          export ac_cv_exeext
2199 <          break;;
2198 >          export ac_cv_exeext
2199 >          break;;
2200      * ) break;;
2201    esac
2202   done
# Line 2189 | Line 2221 | else
2221    echo $ECHO_N "(cached) $ECHO_C" >&6
2222   else
2223    cat >conftest.$ac_ext <<_ACEOF
2192 #line $LINENO "configure"
2224   /* confdefs.h.  */
2225   _ACEOF
2226   cat confdefs.h >>conftest.$ac_ext
# Line 2240 | Line 2271 | else
2271    echo $ECHO_N "(cached) $ECHO_C" >&6
2272   else
2273    cat >conftest.$ac_ext <<_ACEOF
2243 #line $LINENO "configure"
2274   /* confdefs.h.  */
2275   _ACEOF
2276   cat confdefs.h >>conftest.$ac_ext
# Line 2260 | Line 2290 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2290   _ACEOF
2291   rm -f conftest.$ac_objext
2292   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2293 <  (eval $ac_compile) 2>&5
2293 >  (eval $ac_compile) 2>conftest.er1
2294    ac_status=$?
2295 +  grep -v '^ *+' conftest.er1 >conftest.err
2296 +  rm -f conftest.er1
2297 +  cat conftest.err >&5
2298    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2299    (exit $ac_status); } &&
2300 <         { ac_try='test -s conftest.$ac_objext'
2300 >         { ac_try='test -z "$ac_c_werror_flag"
2301 >                         || test ! -s conftest.err'
2302    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2303    (eval $ac_try) 2>&5
2304    ac_status=$?
2305    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2306 +  (exit $ac_status); }; } &&
2307 +         { ac_try='test -s conftest.$ac_objext'
2308 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2309 +  (eval $ac_try) 2>&5
2310 +  ac_status=$?
2311 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2312    (exit $ac_status); }; }; then
2313    ac_compiler_gnu=yes
2314   else
# Line 2277 | Line 2317 | rm -f conftest.$ac_objext conftest.$ac_ext
2317  
2318   ac_compiler_gnu=no
2319   fi
2320 < rm -f conftest.$ac_objext conftest.$ac_ext
2320 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2321   ac_cv_c_compiler_gnu=$ac_compiler_gnu
2322  
2323   fi
# Line 2293 | Line 2333 | else
2333    echo $ECHO_N "(cached) $ECHO_C" >&6
2334   else
2335    cat >conftest.$ac_ext <<_ACEOF
2296 #line $LINENO "configure"
2336   /* confdefs.h.  */
2337   _ACEOF
2338   cat confdefs.h >>conftest.$ac_ext
# Line 2310 | Line 2349 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2349   _ACEOF
2350   rm -f conftest.$ac_objext
2351   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2352 <  (eval $ac_compile) 2>&5
2352 >  (eval $ac_compile) 2>conftest.er1
2353    ac_status=$?
2354 +  grep -v '^ *+' conftest.er1 >conftest.err
2355 +  rm -f conftest.er1
2356 +  cat conftest.err >&5
2357    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2358    (exit $ac_status); } &&
2359 <         { ac_try='test -s conftest.$ac_objext'
2359 >         { ac_try='test -z "$ac_c_werror_flag"
2360 >                         || test ! -s conftest.err'
2361    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2362    (eval $ac_try) 2>&5
2363    ac_status=$?
2364    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2365 +  (exit $ac_status); }; } &&
2366 +         { ac_try='test -s conftest.$ac_objext'
2367 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2368 +  (eval $ac_try) 2>&5
2369 +  ac_status=$?
2370 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2371    (exit $ac_status); }; }; then
2372    ac_cv_prog_cc_g=yes
2373   else
# Line 2327 | Line 2376 | rm -f conftest.$ac_objext conftest.$ac_ext
2376  
2377   ac_cv_prog_cc_g=no
2378   fi
2379 < rm -f conftest.$ac_objext conftest.$ac_ext
2379 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2380   fi
2381   echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2382   echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
# Line 2354 | Line 2403 | cat >conftest.$ac_ext <<_ACEOF
2403    ac_cv_prog_cc_stdc=no
2404   ac_save_CC=$CC
2405   cat >conftest.$ac_ext <<_ACEOF
2357 #line $LINENO "configure"
2406   /* confdefs.h.  */
2407   _ACEOF
2408   cat confdefs.h >>conftest.$ac_ext
# Line 2382 | Line 2430 | int test (int i, double x);
2430    va_end (v);
2431    return s;
2432   }
2433 +
2434 + /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2435 +   function prototypes and stuff, but not '\xHH' hex character constants.
2436 +   These don't provoke an error unfortunately, instead are silently treated
2437 +   as 'x'.  The following induces an error, until -std1 is added to get
2438 +   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2439 +   array size at least.  It's necessary to write '\x00'==0 to get something
2440 +   that's true only with -std1.  */
2441 + int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2442 +
2443   int test (int i, double x);
2444   struct s1 {int (*f) (int a);};
2445   struct s2 {int (*f) (double a);};
# Line 2408 | Line 2466 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2466    CC="$ac_save_CC $ac_arg"
2467    rm -f conftest.$ac_objext
2468   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2469 <  (eval $ac_compile) 2>&5
2469 >  (eval $ac_compile) 2>conftest.er1
2470    ac_status=$?
2471 +  grep -v '^ *+' conftest.er1 >conftest.err
2472 +  rm -f conftest.er1
2473 +  cat conftest.err >&5
2474    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2475    (exit $ac_status); } &&
2476 <         { ac_try='test -s conftest.$ac_objext'
2476 >         { ac_try='test -z "$ac_c_werror_flag"
2477 >                         || test ! -s conftest.err'
2478    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2479    (eval $ac_try) 2>&5
2480    ac_status=$?
2481    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 +  (exit $ac_status); }; } &&
2483 +         { ac_try='test -s conftest.$ac_objext'
2484 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2485 +  (eval $ac_try) 2>&5
2486 +  ac_status=$?
2487 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488    (exit $ac_status); }; }; then
2489    ac_cv_prog_cc_stdc=$ac_arg
2490   break
# Line 2425 | Line 2493 | rm -f conftest.$ac_objext
2493   sed 's/^/| /' conftest.$ac_ext >&5
2494  
2495   fi
2496 < rm -f conftest.$ac_objext
2496 > rm -f conftest.err conftest.$ac_objext
2497   done
2498   rm -f conftest.$ac_ext conftest.$ac_objext
2499   CC=$ac_save_CC
# Line 2453 | Line 2521 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2521   _ACEOF
2522   rm -f conftest.$ac_objext
2523   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2524 <  (eval $ac_compile) 2>&5
2524 >  (eval $ac_compile) 2>conftest.er1
2525    ac_status=$?
2526 +  grep -v '^ *+' conftest.er1 >conftest.err
2527 +  rm -f conftest.er1
2528 +  cat conftest.err >&5
2529    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2530    (exit $ac_status); } &&
2531 <         { ac_try='test -s conftest.$ac_objext'
2531 >         { ac_try='test -z "$ac_c_werror_flag"
2532 >                         || test ! -s conftest.err'
2533    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2534    (eval $ac_try) 2>&5
2535    ac_status=$?
2536    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2537 +  (exit $ac_status); }; } &&
2538 +         { ac_try='test -s conftest.$ac_objext'
2539 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2540 +  (eval $ac_try) 2>&5
2541 +  ac_status=$?
2542 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2543    (exit $ac_status); }; }; then
2544    for ac_declaration in \
2545 <   ''\
2468 <   '#include <stdlib.h>' \
2545 >   '' \
2546     'extern "C" void std::exit (int) throw (); using std::exit;' \
2547     'extern "C" void std::exit (int); using std::exit;' \
2548     'extern "C" void exit (int) throw ();' \
# Line 2473 | Line 2550 | do
2550     'void exit (int);'
2551   do
2552    cat >conftest.$ac_ext <<_ACEOF
2476 #line $LINENO "configure"
2553   /* confdefs.h.  */
2554   _ACEOF
2555   cat confdefs.h >>conftest.$ac_ext
2556   cat >>conftest.$ac_ext <<_ACEOF
2557   /* end confdefs.h.  */
2482 #include <stdlib.h>
2558   $ac_declaration
2559 + #include <stdlib.h>
2560   int
2561   main ()
2562   {
# Line 2491 | Line 2567 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2567   _ACEOF
2568   rm -f conftest.$ac_objext
2569   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2570 <  (eval $ac_compile) 2>&5
2570 >  (eval $ac_compile) 2>conftest.er1
2571    ac_status=$?
2572 +  grep -v '^ *+' conftest.er1 >conftest.err
2573 +  rm -f conftest.er1
2574 +  cat conftest.err >&5
2575    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576    (exit $ac_status); } &&
2577 <         { ac_try='test -s conftest.$ac_objext'
2577 >         { ac_try='test -z "$ac_c_werror_flag"
2578 >                         || test ! -s conftest.err'
2579    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2580    (eval $ac_try) 2>&5
2581    ac_status=$?
2582    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2583 +  (exit $ac_status); }; } &&
2584 +         { ac_try='test -s conftest.$ac_objext'
2585 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2586 +  (eval $ac_try) 2>&5
2587 +  ac_status=$?
2588 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2589    (exit $ac_status); }; }; then
2590    :
2591   else
# Line 2508 | Line 2594 | rm -f conftest.$ac_objext conftest.$ac_ext
2594  
2595   continue
2596   fi
2597 < rm -f conftest.$ac_objext conftest.$ac_ext
2597 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2598    cat >conftest.$ac_ext <<_ACEOF
2513 #line $LINENO "configure"
2599   /* confdefs.h.  */
2600   _ACEOF
2601   cat confdefs.h >>conftest.$ac_ext
# Line 2527 | Line 2612 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2612   _ACEOF
2613   rm -f conftest.$ac_objext
2614   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2615 <  (eval $ac_compile) 2>&5
2615 >  (eval $ac_compile) 2>conftest.er1
2616    ac_status=$?
2617 +  grep -v '^ *+' conftest.er1 >conftest.err
2618 +  rm -f conftest.er1
2619 +  cat conftest.err >&5
2620    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2621    (exit $ac_status); } &&
2622 <         { ac_try='test -s conftest.$ac_objext'
2622 >         { ac_try='test -z "$ac_c_werror_flag"
2623 >                         || test ! -s conftest.err'
2624    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2625    (eval $ac_try) 2>&5
2626    ac_status=$?
2627    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2628 +  (exit $ac_status); }; } &&
2629 +         { ac_try='test -s conftest.$ac_objext'
2630 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2631 +  (eval $ac_try) 2>&5
2632 +  ac_status=$?
2633 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634    (exit $ac_status); }; }; then
2635    break
2636   else
# Line 2543 | Line 2638 | rm -f conftest.$ac_objext conftest.$ac_ext
2638   sed 's/^/| /' conftest.$ac_ext >&5
2639  
2640   fi
2641 < rm -f conftest.$ac_objext conftest.$ac_ext
2641 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2642   done
2643   rm -f conftest*
2644   if test -n "$ac_declaration"; then
# Line 2557 | Line 2652 | rm -f conftest.$ac_objext conftest.$ac_ext
2652   sed 's/^/| /' conftest.$ac_ext >&5
2653  
2654   fi
2655 < rm -f conftest.$ac_objext conftest.$ac_ext
2655 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2656   ac_ext=c
2657   ac_cpp='$CPP $CPPFLAGS'
2658   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 2684 | Line 2779 | else
2779    echo $ECHO_N "(cached) $ECHO_C" >&6
2780   else
2781    cat >conftest.$ac_ext <<_ACEOF
2687 #line $LINENO "configure"
2782   /* confdefs.h.  */
2783   _ACEOF
2784   cat confdefs.h >>conftest.$ac_ext
# Line 2704 | Line 2798 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2798   _ACEOF
2799   rm -f conftest.$ac_objext
2800   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2801 <  (eval $ac_compile) 2>&5
2801 >  (eval $ac_compile) 2>conftest.er1
2802    ac_status=$?
2803 +  grep -v '^ *+' conftest.er1 >conftest.err
2804 +  rm -f conftest.er1
2805 +  cat conftest.err >&5
2806    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2807    (exit $ac_status); } &&
2808 <         { ac_try='test -s conftest.$ac_objext'
2808 >         { ac_try='test -z "$ac_cxx_werror_flag"
2809 >                         || test ! -s conftest.err'
2810    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2811    (eval $ac_try) 2>&5
2812    ac_status=$?
2813    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814 +  (exit $ac_status); }; } &&
2815 +         { ac_try='test -s conftest.$ac_objext'
2816 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2817 +  (eval $ac_try) 2>&5
2818 +  ac_status=$?
2819 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2820    (exit $ac_status); }; }; then
2821    ac_compiler_gnu=yes
2822   else
# Line 2721 | Line 2825 | rm -f conftest.$ac_objext conftest.$ac_ext
2825  
2826   ac_compiler_gnu=no
2827   fi
2828 < rm -f conftest.$ac_objext conftest.$ac_ext
2828 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2829   ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
2830  
2831   fi
# Line 2737 | Line 2841 | else
2841    echo $ECHO_N "(cached) $ECHO_C" >&6
2842   else
2843    cat >conftest.$ac_ext <<_ACEOF
2740 #line $LINENO "configure"
2844   /* confdefs.h.  */
2845   _ACEOF
2846   cat confdefs.h >>conftest.$ac_ext
# Line 2754 | Line 2857 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2857   _ACEOF
2858   rm -f conftest.$ac_objext
2859   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2860 <  (eval $ac_compile) 2>&5
2860 >  (eval $ac_compile) 2>conftest.er1
2861    ac_status=$?
2862 +  grep -v '^ *+' conftest.er1 >conftest.err
2863 +  rm -f conftest.er1
2864 +  cat conftest.err >&5
2865    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2866    (exit $ac_status); } &&
2867 <         { ac_try='test -s conftest.$ac_objext'
2867 >         { ac_try='test -z "$ac_cxx_werror_flag"
2868 >                         || test ! -s conftest.err'
2869    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2870    (eval $ac_try) 2>&5
2871    ac_status=$?
2872    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2873 +  (exit $ac_status); }; } &&
2874 +         { ac_try='test -s conftest.$ac_objext'
2875 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2876 +  (eval $ac_try) 2>&5
2877 +  ac_status=$?
2878 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2879    (exit $ac_status); }; }; then
2880    ac_cv_prog_cxx_g=yes
2881   else
# Line 2771 | Line 2884 | rm -f conftest.$ac_objext conftest.$ac_ext
2884  
2885   ac_cv_prog_cxx_g=no
2886   fi
2887 < rm -f conftest.$ac_objext conftest.$ac_ext
2887 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2888   fi
2889   echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2890   echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
# Line 2791 | Line 2904 | for ac_declaration in \
2904    fi
2905   fi
2906   for ac_declaration in \
2907 <   ''\
2795 <   '#include <stdlib.h>' \
2907 >   '' \
2908     'extern "C" void std::exit (int) throw (); using std::exit;' \
2909     'extern "C" void std::exit (int); using std::exit;' \
2910     'extern "C" void exit (int) throw ();' \
# Line 2800 | Line 2912 | do
2912     'void exit (int);'
2913   do
2914    cat >conftest.$ac_ext <<_ACEOF
2803 #line $LINENO "configure"
2915   /* confdefs.h.  */
2916   _ACEOF
2917   cat confdefs.h >>conftest.$ac_ext
2918   cat >>conftest.$ac_ext <<_ACEOF
2919   /* end confdefs.h.  */
2809 #include <stdlib.h>
2920   $ac_declaration
2921 + #include <stdlib.h>
2922   int
2923   main ()
2924   {
# Line 2818 | Line 2929 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2929   _ACEOF
2930   rm -f conftest.$ac_objext
2931   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2932 <  (eval $ac_compile) 2>&5
2932 >  (eval $ac_compile) 2>conftest.er1
2933    ac_status=$?
2934 +  grep -v '^ *+' conftest.er1 >conftest.err
2935 +  rm -f conftest.er1
2936 +  cat conftest.err >&5
2937    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2938    (exit $ac_status); } &&
2939 <         { ac_try='test -s conftest.$ac_objext'
2939 >         { ac_try='test -z "$ac_cxx_werror_flag"
2940 >                         || test ! -s conftest.err'
2941    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2942    (eval $ac_try) 2>&5
2943    ac_status=$?
2944    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2945 +  (exit $ac_status); }; } &&
2946 +         { ac_try='test -s conftest.$ac_objext'
2947 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2948 +  (eval $ac_try) 2>&5
2949 +  ac_status=$?
2950 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2951    (exit $ac_status); }; }; then
2952    :
2953   else
# Line 2835 | Line 2956 | rm -f conftest.$ac_objext conftest.$ac_ext
2956  
2957   continue
2958   fi
2959 < rm -f conftest.$ac_objext conftest.$ac_ext
2959 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2960    cat >conftest.$ac_ext <<_ACEOF
2840 #line $LINENO "configure"
2961   /* confdefs.h.  */
2962   _ACEOF
2963   cat confdefs.h >>conftest.$ac_ext
# Line 2854 | Line 2974 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2974   _ACEOF
2975   rm -f conftest.$ac_objext
2976   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2977 <  (eval $ac_compile) 2>&5
2977 >  (eval $ac_compile) 2>conftest.er1
2978    ac_status=$?
2979 +  grep -v '^ *+' conftest.er1 >conftest.err
2980 +  rm -f conftest.er1
2981 +  cat conftest.err >&5
2982    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2983    (exit $ac_status); } &&
2984 <         { ac_try='test -s conftest.$ac_objext'
2984 >         { ac_try='test -z "$ac_cxx_werror_flag"
2985 >                         || test ! -s conftest.err'
2986    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2987    (eval $ac_try) 2>&5
2988    ac_status=$?
2989    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2990 +  (exit $ac_status); }; } &&
2991 +         { ac_try='test -s conftest.$ac_objext'
2992 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2993 +  (eval $ac_try) 2>&5
2994 +  ac_status=$?
2995 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
2996    (exit $ac_status); }; }; then
2997    break
2998   else
# Line 2870 | Line 3000 | rm -f conftest.$ac_objext conftest.$ac_ext
3000   sed 's/^/| /' conftest.$ac_ext >&5
3001  
3002   fi
3003 < rm -f conftest.$ac_objext conftest.$ac_ext
3003 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3004   done
3005   rm -f conftest*
3006   if test -n "$ac_declaration"; then
# Line 3055 | Line 3185 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3185   _ACEOF
3186   rm -f conftest.$ac_objext
3187   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3188 <  (eval $ac_compile) 2>&5
3188 >  (eval $ac_compile) 2>conftest.er1
3189    ac_status=$?
3190 +  grep -v '^ *+' conftest.er1 >conftest.err
3191 +  rm -f conftest.er1
3192 +  cat conftest.err >&5
3193    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3194    (exit $ac_status); } &&
3195 <         { ac_try='test -s conftest.$ac_objext'
3195 >         { ac_try='test -z "$ac_f90_werror_flag"
3196 >                         || test ! -s conftest.err'
3197    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3198    (eval $ac_try) 2>&5
3199    ac_status=$?
3200    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 +  (exit $ac_status); }; } &&
3202 +         { ac_try='test -s conftest.$ac_objext'
3203 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3204 +  (eval $ac_try) 2>&5
3205 +  ac_status=$?
3206 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207    (exit $ac_status); }; }; then
3208    ac_compiler_gnu=yes
3209   else
# Line 3072 | Line 3212 | rm -f conftest.$ac_objext conftest.$ac_ext
3212  
3213   ac_compiler_gnu=no
3214   fi
3215 < rm -f conftest.$ac_objext conftest.$ac_ext
3215 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3216   ac_cv_f90_compiler_gnu=$ac_compiler_gnu
3217  
3218   fi
# Line 3146 | Line 3286 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3286   _ACEOF
3287   rm -f conftest.$ac_objext
3288   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3289 <  (eval $ac_compile) 2>&5
3289 >  (eval $ac_compile) 2>conftest.er1
3290    ac_status=$?
3291 +  grep -v '^ *+' conftest.er1 >conftest.err
3292 +  rm -f conftest.er1
3293 +  cat conftest.err >&5
3294    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3295    (exit $ac_status); } &&
3296 <         { ac_try='test -s conftest.$ac_objext'
3296 >         { ac_try='test -z "$ac_f90_werror_flag"
3297 >                         || test ! -s conftest.err'
3298    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3299    (eval $ac_try) 2>&5
3300    ac_status=$?
3301    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3302 +  (exit $ac_status); }; } &&
3303 +         { ac_try='test -s conftest.$ac_objext'
3304 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3305 +  (eval $ac_try) 2>&5
3306 +  ac_status=$?
3307 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308    (exit $ac_status); }; }; then
3309    prepflagworks=1
3310   else
# Line 3163 | Line 3313 | rm -f conftest.$ac_objext conftest.$ac_ext
3313  
3314   prepflagworks=0
3315   fi
3316 < rm -f conftest.$ac_objext conftest.$ac_ext
3316 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3317  
3318    F90FLAGS=$ac_save_F90FLAGS
3319    ac_ext=$ac_save_ext
# Line 3251 | Line 3401 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3401   _ACEOF
3402   rm -f conftest.$ac_objext
3403   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3404 <  (eval $ac_compile) 2>&5
3404 >  (eval $ac_compile) 2>conftest.er1
3405    ac_status=$?
3406 +  grep -v '^ *+' conftest.er1 >conftest.err
3407 +  rm -f conftest.er1
3408 +  cat conftest.err >&5
3409    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410    (exit $ac_status); } &&
3411 <         { ac_try='test -s conftest.$ac_objext'
3411 >         { ac_try='test -z "$ac_f90_werror_flag"
3412 >                         || test ! -s conftest.err'
3413    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3414    (eval $ac_try) 2>&5
3415    ac_status=$?
3416    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3417 +  (exit $ac_status); }; } &&
3418 +         { ac_try='test -s conftest.$ac_objext'
3419 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3420 +  (eval $ac_try) 2>&5
3421 +  ac_status=$?
3422 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3423    (exit $ac_status); }; }; then
3424    prepdefflagworks=1
3425   else
# Line 3268 | Line 3428 | rm -f conftest.$ac_objext conftest.$ac_ext
3428  
3429   prepdefflagworks=0
3430   fi
3431 < rm -f conftest.$ac_objext conftest.$ac_ext
3431 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3432  
3433    F90FLAGS=$ac_save_F90FLAGS
3434    ac_ext=$ac_save_ext
# Line 3320 | Line 3480 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3480   _ACEOF
3481   rm -f conftest.$ac_objext
3482   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3483 <  (eval $ac_compile) 2>&5
3483 >  (eval $ac_compile) 2>conftest.er1
3484    ac_status=$?
3485 +  grep -v '^ *+' conftest.er1 >conftest.err
3486 +  rm -f conftest.er1
3487 +  cat conftest.err >&5
3488    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489    (exit $ac_status); } &&
3490 <         { ac_try='test -s conftest.$ac_objext'
3490 >         { ac_try='test -z "$ac_f90_werror_flag"
3491 >                         || test ! -s conftest.err'
3492    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3493    (eval $ac_try) 2>&5
3494    ac_status=$?
3495    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 +  (exit $ac_status); }; } &&
3497 +         { ac_try='test -s conftest.$ac_objext'
3498 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3499 +  (eval $ac_try) 2>&5
3500 +  ac_status=$?
3501 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3502    (exit $ac_status); }; }; then
3503    ac_cv_prog_f90_v=
3504   # Try some options frequently used verbose output
# Line 3354 | Line 3524 | F90FLAGS="$F90FLAGS $ac_verb"
3524   ac_save_F90FLAGS=$F90FLAGS
3525   F90FLAGS="$F90FLAGS $ac_verb"
3526  
3527 < (eval echo $as_me:3357: \"$ac_link\") >&5
3527 > (eval echo $as_me:3527: \"$ac_link\") >&5
3528   ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
3529   echo "$ac_f90_v_output" >&5
3530   F90FLAGS=$ac_save_F90FLAGS
# Line 3396 | Line 3566 | rm -f conftest.$ac_objext conftest.$ac_ext
3566   { echo "$as_me:$LINENO: WARNING: compilation failed" >&5
3567   echo "$as_me: WARNING: compilation failed" >&2;}
3568   fi
3569 < rm -f conftest.$ac_objext conftest.$ac_ext
3569 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3570  
3571   fi
3572   echo "$as_me:$LINENO: result: $ac_cv_prog_f90_v" >&5
# Line 3431 | Line 3601 | F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
3601   ac_save_F90FLAGS=$F90FLAGS
3602   F90FLAGS="$F90FLAGS $ac_cv_prog_f90_v"
3603  
3604 < (eval echo $as_me:3434: \"$ac_link\") >&5
3604 > (eval echo $as_me:3604: \"$ac_link\") >&5
3605   ac_f90_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
3606   echo "$ac_f90_v_output" >&5
3607   F90FLAGS=$ac_save_F90FLAGS
# Line 3613 | Line 3783 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3783   _ACEOF
3784   rm -f conftest.$ac_objext
3785   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3786 <  (eval $ac_compile) 2>&5
3786 >  (eval $ac_compile) 2>conftest.er1
3787    ac_status=$?
3788 +  grep -v '^ *+' conftest.er1 >conftest.err
3789 +  rm -f conftest.er1
3790 +  cat conftest.err >&5
3791    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792    (exit $ac_status); } &&
3793 <         { ac_try='test -s conftest.$ac_objext'
3793 >         { ac_try='test -z "$ac_f90_werror_flag"
3794 >                         || test ! -s conftest.err'
3795    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3796    (eval $ac_try) 2>&5
3797    ac_status=$?
3798    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3799 +  (exit $ac_status); }; } &&
3800 +         { ac_try='test -s conftest.$ac_objext'
3801 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3802 +  (eval $ac_try) 2>&5
3803 +  ac_status=$?
3804 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805    (exit $ac_status); }; }; then
3806    mv conftest.$ac_objext cf90_test.$ac_objext
3807  
# Line 3639 | Line 3819 | ac_compiler_gnu=$ac_cv_c_compiler_gnu
3819      for ac_underscore in "" "_"; do
3820        ac_func="$ac_foobar$ac_underscore"
3821        cat >conftest.$ac_ext <<_ACEOF
3642 #line $LINENO "configure"
3822   /* confdefs.h.  */
3823   _ACEOF
3824   cat confdefs.h >>conftest.$ac_ext
# Line 3663 | Line 3842 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3842   _ACEOF
3843   rm -f conftest.$ac_objext conftest$ac_exeext
3844   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3845 <  (eval $ac_link) 2>&5
3845 >  (eval $ac_link) 2>conftest.er1
3846    ac_status=$?
3847 +  grep -v '^ *+' conftest.er1 >conftest.err
3848 +  rm -f conftest.er1
3849 +  cat conftest.err >&5
3850    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851    (exit $ac_status); } &&
3852 <         { ac_try='test -s conftest$ac_exeext'
3852 >         { ac_try='test -z "$ac_c_werror_flag"
3853 >                         || test ! -s conftest.err'
3854    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3855    (eval $ac_try) 2>&5
3856    ac_status=$?
3857    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3858 +  (exit $ac_status); }; } &&
3859 +         { ac_try='test -s conftest$ac_exeext'
3860 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3861 +  (eval $ac_try) 2>&5
3862 +  ac_status=$?
3863 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3864    (exit $ac_status); }; }; then
3865    ac_success=yes; break 2
3866   else
# Line 3679 | Line 3868 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
3868   sed 's/^/| /' conftest.$ac_ext >&5
3869  
3870   fi
3871 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3871 > rm -f conftest.err conftest.$ac_objext \
3872 >      conftest$ac_exeext conftest.$ac_ext
3873      done
3874    done
3875  
# Line 3700 | Line 3890 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
3890          ac_func="$ac_foo_bar$ac_underscore$ac_extra"
3891  
3892          cat >conftest.$ac_ext <<_ACEOF
3703 #line $LINENO "configure"
3893   /* confdefs.h.  */
3894   _ACEOF
3895   cat confdefs.h >>conftest.$ac_ext
# Line 3724 | Line 3913 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3913   _ACEOF
3914   rm -f conftest.$ac_objext conftest$ac_exeext
3915   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3916 <  (eval $ac_link) 2>&5
3916 >  (eval $ac_link) 2>conftest.er1
3917    ac_status=$?
3918 +  grep -v '^ *+' conftest.er1 >conftest.err
3919 +  rm -f conftest.er1
3920 +  cat conftest.err >&5
3921    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3922    (exit $ac_status); } &&
3923 <         { ac_try='test -s conftest$ac_exeext'
3923 >         { ac_try='test -z "$ac_c_werror_flag"
3924 >                         || test ! -s conftest.err'
3925    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3926    (eval $ac_try) 2>&5
3927    ac_status=$?
3928    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3929 +  (exit $ac_status); }; } &&
3930 +         { ac_try='test -s conftest$ac_exeext'
3931 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3932 +  (eval $ac_try) 2>&5
3933 +  ac_status=$?
3934 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
3935    (exit $ac_status); }; }; then
3936    ac_success_extra=yes; break
3937   else
# Line 3740 | Line 3939 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
3939   sed 's/^/| /' conftest.$ac_ext >&5
3940  
3941   fi
3942 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3942 > rm -f conftest.err conftest.$ac_objext \
3943 >      conftest$ac_exeext conftest.$ac_ext
3944       done
3945  
3946       if test "$ac_success_extra" = "yes"; then
# Line 3775 | Line 3975 | rm -f conftest.$ac_objext conftest.$ac_ext
3975   sed 's/^/| /' conftest.$ac_ext >&5
3976  
3977   fi
3978 < rm -f conftest.$ac_objext conftest.$ac_ext
3978 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3979   ac_ext=f90
3980   ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'
3981   ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LD90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
# Line 5039 | Line 5239 | esac
5239   # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5240   # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5241   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5242 + # OS/2's system install, which has a completely different semantic
5243   # ./install, which can be erroneously created by make from ./install.sh.
5244   echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5245   echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
# Line 5055 | Line 5256 | case $as_dir/ in
5256   case $as_dir/ in
5257    ./ | .// | /cC/* | \
5258    /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5259 +  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5260    /usr/ucb/* ) ;;
5261    *)
5262      # OSF1 and SCO ODT 3.0 have their own names for install.
# Line 5062 | Line 5264 | case $as_dir/ in
5264      # by default.
5265      for ac_prog in ginstall scoinst install; do
5266        for ac_exec_ext in '' $ac_executable_extensions; do
5267 <        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5268 <          if test $ac_prog = install &&
5269 <            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5270 <            # AIX install.  It has an incompatible calling convention.
5271 <            :
5272 <          elif test $ac_prog = install &&
5273 <            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5274 <            # program-specific install script used by HP pwplus--don't use.
5275 <            :
5276 <          else
5277 <            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5278 <            break 3
5279 <          fi
5280 <        fi
5267 >        if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5268 >          if test $ac_prog = install &&
5269 >            grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5270 >            # AIX install.  It has an incompatible calling convention.
5271 >            :
5272 >          elif test $ac_prog = install &&
5273 >            grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5274 >            # program-specific install script used by HP pwplus--don't use.
5275 >            :
5276 >          else
5277 >            ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5278 >            break 3
5279 >          fi
5280 >        fi
5281        done
5282      done
5283      ;;
# Line 5118 | Line 5320 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./
5320  
5321   echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
5322   echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
5323 < set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5323 > set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
5324   if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
5325    echo $ECHO_N "(cached) $ECHO_C" >&6
5326   else
# Line 5326 | Line 5528 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5528   _ACEOF
5529   rm -f conftest.$ac_objext conftest$ac_exeext
5530   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5531 <  (eval $ac_link) 2>&5
5531 >  (eval $ac_link) 2>conftest.er1
5532    ac_status=$?
5533 +  grep -v '^ *+' conftest.er1 >conftest.err
5534 +  rm -f conftest.er1
5535 +  cat conftest.err >&5
5536    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5537    (exit $ac_status); } &&
5538 <         { ac_try='test -s conftest$ac_exeext'
5538 >         { ac_try='test -z "$ac_f90_werror_flag"
5539 >                         || test ! -s conftest.err'
5540 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5541 >  (eval $ac_try) 2>&5
5542 >  ac_status=$?
5543 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5544 >  (exit $ac_status); }; } &&
5545 >         { ac_try='test -s conftest$ac_exeext'
5546    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5547    (eval $ac_try) 2>&5
5548    ac_status=$?
# Line 5343 | Line 5555 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
5555  
5556   ac_cv_lib_fl_yywrap=no
5557   fi
5558 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5558 > rm -f conftest.err conftest.$ac_objext \
5559 >      conftest$ac_exeext conftest.$ac_ext
5560   LIBS=$ac_check_lib_save_LIBS
5561   fi
5562   echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
# Line 5368 | Line 5581 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5581   _ACEOF
5582   rm -f conftest.$ac_objext conftest$ac_exeext
5583   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5584 <  (eval $ac_link) 2>&5
5584 >  (eval $ac_link) 2>conftest.er1
5585    ac_status=$?
5586 +  grep -v '^ *+' conftest.er1 >conftest.err
5587 +  rm -f conftest.er1
5588 +  cat conftest.err >&5
5589    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590    (exit $ac_status); } &&
5591 <         { ac_try='test -s conftest$ac_exeext'
5591 >         { ac_try='test -z "$ac_f90_werror_flag"
5592 >                         || test ! -s conftest.err'
5593    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5594    (eval $ac_try) 2>&5
5595    ac_status=$?
5596    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5597 +  (exit $ac_status); }; } &&
5598 +         { ac_try='test -s conftest$ac_exeext'
5599 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5600 +  (eval $ac_try) 2>&5
5601 +  ac_status=$?
5602 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5603    (exit $ac_status); }; }; then
5604    ac_cv_lib_l_yywrap=yes
5605   else
# Line 5385 | Line 5608 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
5608  
5609   ac_cv_lib_l_yywrap=no
5610   fi
5611 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5611 > rm -f conftest.err conftest.$ac_objext \
5612 >      conftest$ac_exeext conftest.$ac_ext
5613   LIBS=$ac_check_lib_save_LIBS
5614   fi
5615   echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
# Line 5447 | Line 5671 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5671   _ACEOF
5672   rm -f conftest.$ac_objext conftest$ac_exeext
5673   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5674 <  (eval $ac_link) 2>&5
5674 >  (eval $ac_link) 2>conftest.er1
5675    ac_status=$?
5676 +  grep -v '^ *+' conftest.er1 >conftest.err
5677 +  rm -f conftest.er1
5678 +  cat conftest.err >&5
5679    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5680    (exit $ac_status); } &&
5681 <         { ac_try='test -s conftest$ac_exeext'
5681 >         { ac_try='test -z "$ac_f90_werror_flag"
5682 >                         || test ! -s conftest.err'
5683    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5684    (eval $ac_try) 2>&5
5685    ac_status=$?
5686    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5687 +  (exit $ac_status); }; } &&
5688 +         { ac_try='test -s conftest$ac_exeext'
5689 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5690 +  (eval $ac_try) 2>&5
5691 +  ac_status=$?
5692 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5693    (exit $ac_status); }; }; then
5694    ac_cv_prog_lex_yytext_pointer=yes
5695   else
# Line 5463 | Line 5697 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
5697   sed 's/^/| /' conftest.$ac_ext >&5
5698  
5699   fi
5700 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5700 > rm -f conftest.err conftest.$ac_objext \
5701 >      conftest$ac_exeext conftest.$ac_ext
5702   LIBS=$ac_save_LIBS
5703   rm -f "${LEX_OUTPUT_ROOT}.c"
5704  
# Line 5547 | Line 5782 | _ACEOF
5782        # `set' does not quote correctly, so add quotes (double-quote
5783        # substitution turns \\\\ into \\, and sed turns \\ into \).
5784        sed -n \
5785 <        "s/'/'\\\\''/g;
5786 <          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5785 >        "s/'/'\\\\''/g;
5786 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5787        ;;
5788      *)
5789        # `set' quotes correctly as required by POSIX, so do not add quotes.
5790        sed -n \
5791 <        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5791 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5792        ;;
5793      esac;
5794   } |
# Line 5638 | Line 5873 | echo "${ECHO_T}yes" >&6
5873   if $F90 -I$MPI_INC_DIR -c conftest.f90 > conftest.out 2>&1 ; then
5874          echo "$as_me:$LINENO: result: yes" >&5
5875   echo "${ECHO_T}yes" >&6
5876 <        MPI_F90_INC="$MPI_INC"
5876 >        MPI_F90_INC="$MPI_INC_DIR"
5877          have_mpif_h=1
5878   else
5879          if test -s conftest.out ; then
# Line 5676 | Line 5911 | cat >conftest.$ac_ext <<_ACEOF
5911    ac_check_lib_save_LIBS=$LIBS
5912   LIBS="-lmpi  $LIBS"
5913   cat >conftest.$ac_ext <<_ACEOF
5679 #line $LINENO "configure"
5914   /* confdefs.h.  */
5915   _ACEOF
5916   cat confdefs.h >>conftest.$ac_ext
# Line 5700 | Line 5934 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5934   _ACEOF
5935   rm -f conftest.$ac_objext conftest$ac_exeext
5936   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5937 <  (eval $ac_link) 2>&5
5937 >  (eval $ac_link) 2>conftest.er1
5938    ac_status=$?
5939 +  grep -v '^ *+' conftest.er1 >conftest.err
5940 +  rm -f conftest.er1
5941 +  cat conftest.err >&5
5942    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943    (exit $ac_status); } &&
5944 <         { ac_try='test -s conftest$ac_exeext'
5944 >         { ac_try='test -z "$ac_c_werror_flag"
5945 >                         || test ! -s conftest.err'
5946    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5947    (eval $ac_try) 2>&5
5948    ac_status=$?
5949    echo "$as_me:$LINENO: \$? = $ac_status" >&5
5950 +  (exit $ac_status); }; } &&
5951 +         { ac_try='test -s conftest$ac_exeext'
5952 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5953 +  (eval $ac_try) 2>&5
5954 +  ac_status=$?
5955 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5956    (exit $ac_status); }; }; then
5957    ac_cv_lib_mpi_MPI_Init=yes
5958   else
# Line 5717 | Line 5961 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
5961  
5962   ac_cv_lib_mpi_MPI_Init=no
5963   fi
5964 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5964 > rm -f conftest.err conftest.$ac_objext \
5965 >      conftest$ac_exeext conftest.$ac_ext
5966   LIBS=$ac_check_lib_save_LIBS
5967   fi
5968   echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
# Line 5736 | Line 5981 | cat >conftest.$ac_ext <<_ACEOF
5981    ac_check_lib_save_LIBS=$LIBS
5982   LIBS="-lmpich  $LIBS"
5983   cat >conftest.$ac_ext <<_ACEOF
5739 #line $LINENO "configure"
5984   /* confdefs.h.  */
5985   _ACEOF
5986   cat confdefs.h >>conftest.$ac_ext
# Line 5760 | Line 6004 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6004   _ACEOF
6005   rm -f conftest.$ac_objext conftest$ac_exeext
6006   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6007 <  (eval $ac_link) 2>&5
6007 >  (eval $ac_link) 2>conftest.er1
6008    ac_status=$?
6009 +  grep -v '^ *+' conftest.er1 >conftest.err
6010 +  rm -f conftest.er1
6011 +  cat conftest.err >&5
6012    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6013    (exit $ac_status); } &&
6014 <         { ac_try='test -s conftest$ac_exeext'
6014 >         { ac_try='test -z "$ac_c_werror_flag"
6015 >                         || test ! -s conftest.err'
6016    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6017    (eval $ac_try) 2>&5
6018    ac_status=$?
6019    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6020 +  (exit $ac_status); }; } &&
6021 +         { ac_try='test -s conftest$ac_exeext'
6022 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6023 +  (eval $ac_try) 2>&5
6024 +  ac_status=$?
6025 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6026    (exit $ac_status); }; }; then
6027    ac_cv_lib_mpich_MPI_Init=yes
6028   else
# Line 5777 | Line 6031 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
6031  
6032   ac_cv_lib_mpich_MPI_Init=no
6033   fi
6034 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6034 > rm -f conftest.err conftest.$ac_objext \
6035 >      conftest$ac_exeext conftest.$ac_ext
6036   LIBS=$ac_check_lib_save_LIBS
6037   fi
6038   echo "$as_me:$LINENO: result: $ac_cv_lib_mpich_MPI_Init" >&5
# Line 5797 | Line 6052 | cat >conftest.$ac_ext <<_ACEOF
6052    ac_check_lib_save_LIBS=$LIBS
6053   LIBS="-lmpi "-llam" $LIBS"
6054   cat >conftest.$ac_ext <<_ACEOF
5800 #line $LINENO "configure"
6055   /* confdefs.h.  */
6056   _ACEOF
6057   cat confdefs.h >>conftest.$ac_ext
# Line 5821 | Line 6075 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6075   _ACEOF
6076   rm -f conftest.$ac_objext conftest$ac_exeext
6077   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6078 <  (eval $ac_link) 2>&5
6078 >  (eval $ac_link) 2>conftest.er1
6079    ac_status=$?
6080 +  grep -v '^ *+' conftest.er1 >conftest.err
6081 +  rm -f conftest.er1
6082 +  cat conftest.err >&5
6083    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6084    (exit $ac_status); } &&
6085 <         { ac_try='test -s conftest$ac_exeext'
6085 >         { ac_try='test -z "$ac_c_werror_flag"
6086 >                         || test ! -s conftest.err'
6087    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6088    (eval $ac_try) 2>&5
6089    ac_status=$?
6090    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6091 +  (exit $ac_status); }; } &&
6092 +         { ac_try='test -s conftest$ac_exeext'
6093 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6094 +  (eval $ac_try) 2>&5
6095 +  ac_status=$?
6096 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6097    (exit $ac_status); }; }; then
6098    ac_cv_lib_mpi_MPI_Init=yes
6099   else
# Line 5838 | Line 6102 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
6102  
6103   ac_cv_lib_mpi_MPI_Init=no
6104   fi
6105 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6105 > rm -f conftest.err conftest.$ac_objext \
6106 >      conftest$ac_exeext conftest.$ac_ext
6107   LIBS=$ac_check_lib_save_LIBS
6108   fi
6109   echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
# Line 5859 | Line 6124 | cat >conftest.$ac_ext <<_ACEOF
6124    ac_check_lib_save_LIBS=$LIBS
6125   LIBS="-lmpi -llam -lpthread $LIBS"
6126   cat >conftest.$ac_ext <<_ACEOF
5862 #line $LINENO "configure"
6127   /* confdefs.h.  */
6128   _ACEOF
6129   cat confdefs.h >>conftest.$ac_ext
# Line 5883 | Line 6147 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6147   _ACEOF
6148   rm -f conftest.$ac_objext conftest$ac_exeext
6149   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6150 <  (eval $ac_link) 2>&5
6150 >  (eval $ac_link) 2>conftest.er1
6151    ac_status=$?
6152 +  grep -v '^ *+' conftest.er1 >conftest.err
6153 +  rm -f conftest.er1
6154 +  cat conftest.err >&5
6155    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6156    (exit $ac_status); } &&
6157 <         { ac_try='test -s conftest$ac_exeext'
6157 >         { ac_try='test -z "$ac_c_werror_flag"
6158 >                         || test ! -s conftest.err'
6159 >  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6160 >  (eval $ac_try) 2>&5
6161 >  ac_status=$?
6162 >  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6163 >  (exit $ac_status); }; } &&
6164 >         { ac_try='test -s conftest$ac_exeext'
6165    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6166    (eval $ac_try) 2>&5
6167    ac_status=$?
# Line 5900 | Line 6174 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
6174  
6175   ac_cv_lib_mpi_MPI_Init=no
6176   fi
6177 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6177 > rm -f conftest.err conftest.$ac_objext \
6178 >      conftest$ac_exeext conftest.$ac_ext
6179   LIBS=$ac_check_lib_save_LIBS
6180   fi
6181   echo "$as_me:$LINENO: result: $ac_cv_lib_mpi_MPI_Init" >&5
# Line 5966 | Line 6241 | do
6241    # On the NeXT, cc -E runs the code through the compiler's parser,
6242    # not just through cpp. "Syntax error" is here to catch this case.
6243    cat >conftest.$ac_ext <<_ACEOF
5969 #line $LINENO "configure"
6244   /* confdefs.h.  */
6245   _ACEOF
6246   cat confdefs.h >>conftest.$ac_ext
# Line 5977 | Line 6251 | cat >>conftest.$ac_ext <<_ACEOF
6251   #else
6252   # include <assert.h>
6253   #endif
6254 <                     Syntax error
6254 >                     Syntax error
6255   _ACEOF
6256   if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6257    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 5989 | Line 6263 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
6263    (exit $ac_status); } >/dev/null; then
6264    if test -s conftest.err; then
6265      ac_cpp_err=$ac_c_preproc_warn_flag
6266 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6267    else
6268      ac_cpp_err=
6269    fi
# Line 6009 | Line 6284 | rm -f conftest.err conftest.$ac_ext
6284    # OK, works on sane cases.  Now check whether non-existent headers
6285    # can be detected and how.
6286    cat >conftest.$ac_ext <<_ACEOF
6012 #line $LINENO "configure"
6287   /* confdefs.h.  */
6288   _ACEOF
6289   cat confdefs.h >>conftest.$ac_ext
# Line 6027 | Line 6301 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
6301    (exit $ac_status); } >/dev/null; then
6302    if test -s conftest.err; then
6303      ac_cpp_err=$ac_c_preproc_warn_flag
6304 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6305    else
6306      ac_cpp_err=
6307    fi
# Line 6073 | Line 6348 | do
6348    # On the NeXT, cc -E runs the code through the compiler's parser,
6349    # not just through cpp. "Syntax error" is here to catch this case.
6350    cat >conftest.$ac_ext <<_ACEOF
6076 #line $LINENO "configure"
6351   /* confdefs.h.  */
6352   _ACEOF
6353   cat confdefs.h >>conftest.$ac_ext
# Line 6084 | Line 6358 | cat >>conftest.$ac_ext <<_ACEOF
6358   #else
6359   # include <assert.h>
6360   #endif
6361 <                     Syntax error
6361 >                     Syntax error
6362   _ACEOF
6363   if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6364    (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
# Line 6096 | Line 6370 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
6370    (exit $ac_status); } >/dev/null; then
6371    if test -s conftest.err; then
6372      ac_cpp_err=$ac_c_preproc_warn_flag
6373 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6374    else
6375      ac_cpp_err=
6376    fi
# Line 6116 | Line 6391 | rm -f conftest.err conftest.$ac_ext
6391    # OK, works on sane cases.  Now check whether non-existent headers
6392    # can be detected and how.
6393    cat >conftest.$ac_ext <<_ACEOF
6119 #line $LINENO "configure"
6394   /* confdefs.h.  */
6395   _ACEOF
6396   cat confdefs.h >>conftest.$ac_ext
# Line 6134 | Line 6408 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
6408    (exit $ac_status); } >/dev/null; then
6409    if test -s conftest.err; then
6410      ac_cpp_err=$ac_c_preproc_warn_flag
6411 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6412    else
6413      ac_cpp_err=
6414    fi
# Line 6194 | Line 6469 | else
6469    echo $ECHO_N "(cached) $ECHO_C" >&6
6470   else
6471    cat >conftest.$ac_ext <<_ACEOF
6197 #line $LINENO "configure"
6472   /* confdefs.h.  */
6473   _ACEOF
6474   cat confdefs.h >>conftest.$ac_ext
# Line 6215 | Line 6489 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6489   _ACEOF
6490   rm -f conftest.$ac_objext
6491   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6492 <  (eval $ac_compile) 2>&5
6492 >  (eval $ac_compile) 2>conftest.er1
6493    ac_status=$?
6494 +  grep -v '^ *+' conftest.er1 >conftest.err
6495 +  rm -f conftest.er1
6496 +  cat conftest.err >&5
6497    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6498    (exit $ac_status); } &&
6499 <         { ac_try='test -s conftest.$ac_objext'
6499 >         { ac_try='test -z "$ac_c_werror_flag"
6500 >                         || test ! -s conftest.err'
6501    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6502    (eval $ac_try) 2>&5
6503    ac_status=$?
6504    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505 +  (exit $ac_status); }; } &&
6506 +         { ac_try='test -s conftest.$ac_objext'
6507 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508 +  (eval $ac_try) 2>&5
6509 +  ac_status=$?
6510 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511    (exit $ac_status); }; }; then
6512    ac_cv_header_stdc=yes
6513   else
# Line 6232 | Line 6516 | rm -f conftest.$ac_objext conftest.$ac_ext
6516  
6517   ac_cv_header_stdc=no
6518   fi
6519 < rm -f conftest.$ac_objext conftest.$ac_ext
6519 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6520  
6521   if test $ac_cv_header_stdc = yes; then
6522    # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6523    cat >conftest.$ac_ext <<_ACEOF
6240 #line $LINENO "configure"
6524   /* confdefs.h.  */
6525   _ACEOF
6526   cat confdefs.h >>conftest.$ac_ext
# Line 6259 | Line 6542 | if test $ac_cv_header_stdc = yes; then
6542   if test $ac_cv_header_stdc = yes; then
6543    # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6544    cat >conftest.$ac_ext <<_ACEOF
6262 #line $LINENO "configure"
6545   /* confdefs.h.  */
6546   _ACEOF
6547   cat confdefs.h >>conftest.$ac_ext
# Line 6284 | Line 6566 | else
6566    :
6567   else
6568    cat >conftest.$ac_ext <<_ACEOF
6287 #line $LINENO "configure"
6569   /* confdefs.h.  */
6570   _ACEOF
6571   cat confdefs.h >>conftest.$ac_ext
# Line 6296 | Line 6577 | cat >>conftest.$ac_ext <<_ACEOF
6577   # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6578   #else
6579   # define ISLOWER(c) \
6580 <                   (('a' <= (c) && (c) <= 'i') \
6581 <                     || ('j' <= (c) && (c) <= 'r') \
6582 <                     || ('s' <= (c) && (c) <= 'z'))
6580 >                   (('a' <= (c) && (c) <= 'i') \
6581 >                     || ('j' <= (c) && (c) <= 'r') \
6582 >                     || ('s' <= (c) && (c) <= 'z'))
6583   # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6584   #endif
6585  
# Line 6309 | Line 6590 | main ()
6590    int i;
6591    for (i = 0; i < 256; i++)
6592      if (XOR (islower (i), ISLOWER (i))
6593 <        || toupper (i) != TOUPPER (i))
6593 >        || toupper (i) != TOUPPER (i))
6594        exit(2);
6595    exit (0);
6596   }
# Line 6334 | Line 6615 | rm -f core core.* *.core gmon.out bb.out conftest$ac_e
6615   ( exit $ac_status )
6616   ac_cv_header_stdc=no
6617   fi
6618 < rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6618 > rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6619   fi
6620   fi
6621   fi
# Line 6359 | Line 6640 | for ac_header in sys/types.h sys/stat.h stdlib.h strin
6640  
6641  
6642   for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6643 <                  inttypes.h stdint.h unistd.h
6643 >                  inttypes.h stdint.h unistd.h
6644   do
6645   as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6646   echo "$as_me:$LINENO: checking for $ac_header" >&5
# Line 6368 | Line 6649 | else
6649    echo $ECHO_N "(cached) $ECHO_C" >&6
6650   else
6651    cat >conftest.$ac_ext <<_ACEOF
6371 #line $LINENO "configure"
6652   /* confdefs.h.  */
6653   _ACEOF
6654   cat confdefs.h >>conftest.$ac_ext
# Line 6380 | Line 6660 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6660   _ACEOF
6661   rm -f conftest.$ac_objext
6662   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6663 <  (eval $ac_compile) 2>&5
6663 >  (eval $ac_compile) 2>conftest.er1
6664    ac_status=$?
6665 +  grep -v '^ *+' conftest.er1 >conftest.err
6666 +  rm -f conftest.er1
6667 +  cat conftest.err >&5
6668    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6669    (exit $ac_status); } &&
6670 <         { ac_try='test -s conftest.$ac_objext'
6670 >         { ac_try='test -z "$ac_c_werror_flag"
6671 >                         || test ! -s conftest.err'
6672    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6673    (eval $ac_try) 2>&5
6674    ac_status=$?
6675    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6676 +  (exit $ac_status); }; } &&
6677 +         { ac_try='test -s conftest.$ac_objext'
6678 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6679 +  (eval $ac_try) 2>&5
6680 +  ac_status=$?
6681 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6682    (exit $ac_status); }; }; then
6683    eval "$as_ac_Header=yes"
6684   else
# Line 6397 | Line 6687 | rm -f conftest.$ac_objext conftest.$ac_ext
6687  
6688   eval "$as_ac_Header=no"
6689   fi
6690 < rm -f conftest.$ac_objext conftest.$ac_ext
6690 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6691   fi
6692   echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6693   echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
# Line 6501 | Line 6791 | cat >conftest.$ac_ext <<_ACEOF
6791   echo "$as_me:$LINENO: checking sprng.h usability" >&5
6792   echo $ECHO_N "checking sprng.h usability... $ECHO_C" >&6
6793   cat >conftest.$ac_ext <<_ACEOF
6504 #line $LINENO "configure"
6794   /* confdefs.h.  */
6795   _ACEOF
6796   cat confdefs.h >>conftest.$ac_ext
# Line 6512 | Line 6801 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6801   _ACEOF
6802   rm -f conftest.$ac_objext
6803   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6804 <  (eval $ac_compile) 2>&5
6804 >  (eval $ac_compile) 2>conftest.er1
6805    ac_status=$?
6806 +  grep -v '^ *+' conftest.er1 >conftest.err
6807 +  rm -f conftest.er1
6808 +  cat conftest.err >&5
6809    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810    (exit $ac_status); } &&
6811 <         { ac_try='test -s conftest.$ac_objext'
6811 >         { ac_try='test -z "$ac_c_werror_flag"
6812 >                         || test ! -s conftest.err'
6813    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6814    (eval $ac_try) 2>&5
6815    ac_status=$?
6816    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6817 +  (exit $ac_status); }; } &&
6818 +         { ac_try='test -s conftest.$ac_objext'
6819 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6820 +  (eval $ac_try) 2>&5
6821 +  ac_status=$?
6822 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6823    (exit $ac_status); }; }; then
6824    ac_header_compiler=yes
6825   else
# Line 6529 | Line 6828 | rm -f conftest.$ac_objext conftest.$ac_ext
6828  
6829   ac_header_compiler=no
6830   fi
6831 < rm -f conftest.$ac_objext conftest.$ac_ext
6831 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6832   echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6833   echo "${ECHO_T}$ac_header_compiler" >&6
6834  
# Line 6537 | Line 6836 | cat >conftest.$ac_ext <<_ACEOF
6836   echo "$as_me:$LINENO: checking sprng.h presence" >&5
6837   echo $ECHO_N "checking sprng.h presence... $ECHO_C" >&6
6838   cat >conftest.$ac_ext <<_ACEOF
6540 #line $LINENO "configure"
6839   /* confdefs.h.  */
6840   _ACEOF
6841   cat confdefs.h >>conftest.$ac_ext
# Line 6555 | Line 6853 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
6853    (exit $ac_status); } >/dev/null; then
6854    if test -s conftest.err; then
6855      ac_cpp_err=$ac_c_preproc_warn_flag
6856 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6857    else
6858      ac_cpp_err=
6859    fi
# Line 6574 | Line 6873 | case $ac_header_compiler:$ac_header_preproc in
6873   echo "${ECHO_T}$ac_header_preproc" >&6
6874  
6875   # So?  What about this header?
6876 < case $ac_header_compiler:$ac_header_preproc in
6877 <  yes:no )
6876 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6877 >  yes:no: )
6878      { echo "$as_me:$LINENO: WARNING: sprng.h: accepted by the compiler, rejected by the preprocessor!" >&5
6879   echo "$as_me: WARNING: sprng.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6880 <    { echo "$as_me:$LINENO: WARNING: sprng.h: proceeding with the preprocessor's result" >&5
6881 < echo "$as_me: WARNING: sprng.h: proceeding with the preprocessor's result" >&2;}
6882 <    (
6584 <      cat <<\_ASBOX
6585 < ## ------------------------------------ ##
6586 < ## Report this to bug-autoconf@gnu.org. ##
6587 < ## ------------------------------------ ##
6588 < _ASBOX
6589 <    ) |
6590 <      sed "s/^/$as_me: WARNING:     /" >&2
6880 >    { echo "$as_me:$LINENO: WARNING: sprng.h: proceeding with the compiler's result" >&5
6881 > echo "$as_me: WARNING: sprng.h: proceeding with the compiler's result" >&2;}
6882 >    ac_header_preproc=yes
6883      ;;
6884 <  no:yes )
6884 >  no:yes:* )
6885      { echo "$as_me:$LINENO: WARNING: sprng.h: present but cannot be compiled" >&5
6886   echo "$as_me: WARNING: sprng.h: present but cannot be compiled" >&2;}
6887 <    { echo "$as_me:$LINENO: WARNING: sprng.h: check for missing prerequisite headers?" >&5
6888 < echo "$as_me: WARNING: sprng.h: check for missing prerequisite headers?" >&2;}
6887 >    { echo "$as_me:$LINENO: WARNING: sprng.h:     check for missing prerequisite headers?" >&5
6888 > echo "$as_me: WARNING: sprng.h:     check for missing prerequisite headers?" >&2;}
6889 >    { echo "$as_me:$LINENO: WARNING: sprng.h: see the Autoconf documentation" >&5
6890 > echo "$as_me: WARNING: sprng.h: see the Autoconf documentation" >&2;}
6891 >    { echo "$as_me:$LINENO: WARNING: sprng.h:     section \"Present But Cannot Be Compiled\"" >&5
6892 > echo "$as_me: WARNING: sprng.h:     section \"Present But Cannot Be Compiled\"" >&2;}
6893      { echo "$as_me:$LINENO: WARNING: sprng.h: proceeding with the preprocessor's result" >&5
6894   echo "$as_me: WARNING: sprng.h: proceeding with the preprocessor's result" >&2;}
6895 +    { echo "$as_me:$LINENO: WARNING: sprng.h: in the future, the compiler will take precedence" >&5
6896 + echo "$as_me: WARNING: sprng.h: in the future, the compiler will take precedence" >&2;}
6897      (
6898        cat <<\_ASBOX
6899 < ## ------------------------------------ ##
6900 < ## Report this to bug-autoconf@gnu.org. ##
6901 < ## ------------------------------------ ##
6899 > ## ------------------------------ ##
6900 > ## Report this to gezelter@nd.edu ##
6901 > ## ------------------------------ ##
6902   _ASBOX
6903      ) |
6904        sed "s/^/$as_me: WARNING:     /" >&2
# Line 6627 | Line 6925 | cat >conftest.$ac_ext <<_ACEOF
6925    ac_check_lib_save_LIBS=$LIBS
6926   LIBS="-lsprng  $LIBS"
6927   cat >conftest.$ac_ext <<_ACEOF
6630 #line $LINENO "configure"
6928   /* confdefs.h.  */
6929   _ACEOF
6930   cat confdefs.h >>conftest.$ac_ext
# Line 6651 | Line 6948 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6948   _ACEOF
6949   rm -f conftest.$ac_objext conftest$ac_exeext
6950   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6951 <  (eval $ac_link) 2>&5
6951 >  (eval $ac_link) 2>conftest.er1
6952    ac_status=$?
6953 +  grep -v '^ *+' conftest.er1 >conftest.err
6954 +  rm -f conftest.er1
6955 +  cat conftest.err >&5
6956    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6957    (exit $ac_status); } &&
6958 <         { ac_try='test -s conftest$ac_exeext'
6958 >         { ac_try='test -z "$ac_c_werror_flag"
6959 >                         || test ! -s conftest.err'
6960    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6961    (eval $ac_try) 2>&5
6962    ac_status=$?
6963    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6964 +  (exit $ac_status); }; } &&
6965 +         { ac_try='test -s conftest$ac_exeext'
6966 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6967 +  (eval $ac_try) 2>&5
6968 +  ac_status=$?
6969 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
6970    (exit $ac_status); }; }; then
6971    ac_cv_lib_sprng_init_rng=yes
6972   else
# Line 6668 | Line 6975 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
6975  
6976   ac_cv_lib_sprng_init_rng=no
6977   fi
6978 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6978 > rm -f conftest.err conftest.$ac_objext \
6979 >      conftest$ac_exeext conftest.$ac_ext
6980   LIBS=$ac_check_lib_save_LIBS
6981   fi
6982   echo "$as_me:$LINENO: result: $ac_cv_lib_sprng_init_rng" >&5
# Line 6749 | Line 7057 | cat >conftest.$ac_ext <<_ACEOF
7057   echo "$as_me:$LINENO: checking mkl.h usability" >&5
7058   echo $ECHO_N "checking mkl.h usability... $ECHO_C" >&6
7059   cat >conftest.$ac_ext <<_ACEOF
6752 #line $LINENO "configure"
7060   /* confdefs.h.  */
7061   _ACEOF
7062   cat confdefs.h >>conftest.$ac_ext
# Line 6760 | Line 7067 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7067   _ACEOF
7068   rm -f conftest.$ac_objext
7069   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7070 <  (eval $ac_compile) 2>&5
7070 >  (eval $ac_compile) 2>conftest.er1
7071    ac_status=$?
7072 +  grep -v '^ *+' conftest.er1 >conftest.err
7073 +  rm -f conftest.er1
7074 +  cat conftest.err >&5
7075    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076    (exit $ac_status); } &&
7077 <         { ac_try='test -s conftest.$ac_objext'
7077 >         { ac_try='test -z "$ac_c_werror_flag"
7078 >                         || test ! -s conftest.err'
7079    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7080    (eval $ac_try) 2>&5
7081    ac_status=$?
7082    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 +  (exit $ac_status); }; } &&
7084 +         { ac_try='test -s conftest.$ac_objext'
7085 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7086 +  (eval $ac_try) 2>&5
7087 +  ac_status=$?
7088 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7089    (exit $ac_status); }; }; then
7090    ac_header_compiler=yes
7091   else
# Line 6777 | Line 7094 | rm -f conftest.$ac_objext conftest.$ac_ext
7094  
7095   ac_header_compiler=no
7096   fi
7097 < rm -f conftest.$ac_objext conftest.$ac_ext
7097 > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7098   echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7099   echo "${ECHO_T}$ac_header_compiler" >&6
7100  
# Line 6785 | Line 7102 | cat >conftest.$ac_ext <<_ACEOF
7102   echo "$as_me:$LINENO: checking mkl.h presence" >&5
7103   echo $ECHO_N "checking mkl.h presence... $ECHO_C" >&6
7104   cat >conftest.$ac_ext <<_ACEOF
6788 #line $LINENO "configure"
7105   /* confdefs.h.  */
7106   _ACEOF
7107   cat confdefs.h >>conftest.$ac_ext
# Line 6803 | Line 7119 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$a
7119    (exit $ac_status); } >/dev/null; then
7120    if test -s conftest.err; then
7121      ac_cpp_err=$ac_c_preproc_warn_flag
7122 +    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7123    else
7124      ac_cpp_err=
7125    fi
# Line 6822 | Line 7139 | case $ac_header_compiler:$ac_header_preproc in
7139   echo "${ECHO_T}$ac_header_preproc" >&6
7140  
7141   # So?  What about this header?
7142 < case $ac_header_compiler:$ac_header_preproc in
7143 <  yes:no )
7142 > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7143 >  yes:no: )
7144      { echo "$as_me:$LINENO: WARNING: mkl.h: accepted by the compiler, rejected by the preprocessor!" >&5
7145   echo "$as_me: WARNING: mkl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7146 <    { echo "$as_me:$LINENO: WARNING: mkl.h: proceeding with the preprocessor's result" >&5
7147 < echo "$as_me: WARNING: mkl.h: proceeding with the preprocessor's result" >&2;}
7148 <    (
6832 <      cat <<\_ASBOX
6833 < ## ------------------------------------ ##
6834 < ## Report this to bug-autoconf@gnu.org. ##
6835 < ## ------------------------------------ ##
6836 < _ASBOX
6837 <    ) |
6838 <      sed "s/^/$as_me: WARNING:     /" >&2
7146 >    { echo "$as_me:$LINENO: WARNING: mkl.h: proceeding with the compiler's result" >&5
7147 > echo "$as_me: WARNING: mkl.h: proceeding with the compiler's result" >&2;}
7148 >    ac_header_preproc=yes
7149      ;;
7150 <  no:yes )
7150 >  no:yes:* )
7151      { echo "$as_me:$LINENO: WARNING: mkl.h: present but cannot be compiled" >&5
7152   echo "$as_me: WARNING: mkl.h: present but cannot be compiled" >&2;}
7153 <    { echo "$as_me:$LINENO: WARNING: mkl.h: check for missing prerequisite headers?" >&5
7154 < echo "$as_me: WARNING: mkl.h: check for missing prerequisite headers?" >&2;}
7153 >    { echo "$as_me:$LINENO: WARNING: mkl.h:     check for missing prerequisite headers?" >&5
7154 > echo "$as_me: WARNING: mkl.h:     check for missing prerequisite headers?" >&2;}
7155 >    { echo "$as_me:$LINENO: WARNING: mkl.h: see the Autoconf documentation" >&5
7156 > echo "$as_me: WARNING: mkl.h: see the Autoconf documentation" >&2;}
7157 >    { echo "$as_me:$LINENO: WARNING: mkl.h:     section \"Present But Cannot Be Compiled\"" >&5
7158 > echo "$as_me: WARNING: mkl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
7159      { echo "$as_me:$LINENO: WARNING: mkl.h: proceeding with the preprocessor's result" >&5
7160   echo "$as_me: WARNING: mkl.h: proceeding with the preprocessor's result" >&2;}
7161 +    { echo "$as_me:$LINENO: WARNING: mkl.h: in the future, the compiler will take precedence" >&5
7162 + echo "$as_me: WARNING: mkl.h: in the future, the compiler will take precedence" >&2;}
7163      (
7164        cat <<\_ASBOX
7165 < ## ------------------------------------ ##
7166 < ## Report this to bug-autoconf@gnu.org. ##
7167 < ## ------------------------------------ ##
7165 > ## ------------------------------ ##
7166 > ## Report this to gezelter@nd.edu ##
7167 > ## ------------------------------ ##
7168   _ASBOX
7169      ) |
7170        sed "s/^/$as_me: WARNING:     /" >&2
# Line 6875 | Line 7191 | cat >conftest.$ac_ext <<_ACEOF
7191    ac_check_lib_save_LIBS=$LIBS
7192   LIBS="-lmkl  $LIBS"
7193   cat >conftest.$ac_ext <<_ACEOF
6878 #line $LINENO "configure"
7194   /* confdefs.h.  */
7195   _ACEOF
7196   cat confdefs.h >>conftest.$ac_ext
# Line 6899 | Line 7214 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7214   _ACEOF
7215   rm -f conftest.$ac_objext conftest$ac_exeext
7216   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7217 <  (eval $ac_link) 2>&5
7217 >  (eval $ac_link) 2>conftest.er1
7218    ac_status=$?
7219 +  grep -v '^ *+' conftest.er1 >conftest.err
7220 +  rm -f conftest.er1
7221 +  cat conftest.err >&5
7222    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7223    (exit $ac_status); } &&
7224 <         { ac_try='test -s conftest$ac_exeext'
7224 >         { ac_try='test -z "$ac_c_werror_flag"
7225 >                         || test ! -s conftest.err'
7226    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7227    (eval $ac_try) 2>&5
7228    ac_status=$?
7229    echo "$as_me:$LINENO: \$? = $ac_status" >&5
7230 +  (exit $ac_status); }; } &&
7231 +         { ac_try='test -s conftest$ac_exeext'
7232 +  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7233 +  (eval $ac_try) 2>&5
7234 +  ac_status=$?
7235 +  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7236    (exit $ac_status); }; }; then
7237    ac_cv_lib_mkl_vslNewStream=yes
7238   else
# Line 6916 | Line 7241 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.
7241  
7242   ac_cv_lib_mkl_vslNewStream=no
7243   fi
7244 < rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7244 > rm -f conftest.err conftest.$ac_objext \
7245 >      conftest$ac_exeext conftest.$ac_ext
7246   LIBS=$ac_check_lib_save_LIBS
7247   fi
7248   echo "$as_me:$LINENO: result: $ac_cv_lib_mkl_vslNewStream" >&5
# Line 7054 | Line 7380 | _ACEOF
7380        # `set' does not quote correctly, so add quotes (double-quote
7381        # substitution turns \\\\ into \\, and sed turns \\ into \).
7382        sed -n \
7383 <        "s/'/'\\\\''/g;
7384 <          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7383 >        "s/'/'\\\\''/g;
7384 >          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7385        ;;
7386      *)
7387        # `set' quotes correctly as required by POSIX, so do not add quotes.
7388        sed -n \
7389 <        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7389 >        "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7390        ;;
7391      esac;
7392   } |
# Line 7090 | Line 7416 | if test "x$srcdir" = x.; then
7416   # trailing colons and then remove the whole line if VPATH becomes empty
7417   # (actually we leave an empty line to preserve line numbers).
7418   if test "x$srcdir" = x.; then
7419 <  ac_vpsub='/^[         ]*VPATH[        ]*=/{
7419 >  ac_vpsub='/^[  ]*VPATH[        ]*=/{
7420   s/:*\$(srcdir):*/:/;
7421   s/:*\${srcdir}:*/:/;
7422   s/:*@srcdir@:*/:/;
7423 < s/^\([^=]*=[    ]*\):*/\1/;
7423 > s/^\([^=]*=[     ]*\):*/\1/;
7424   s/:*$//;
7425 < s/^[^=]*=[      ]*$//;
7425 > s/^[^=]*=[       ]*$//;
7426   }'
7427   fi
7428  
# Line 7107 | Line 7433 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && conti
7433   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
7434    # 1. Remove the extension, and $U if already installed.
7435    ac_i=`echo "$ac_i" |
7436 <         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7436 >         sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7437    # 2. Add them.
7438    ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
7439    ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
# Line 7151 | Line 7477 | fi
7477   elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
7478    set -o posix
7479   fi
7480 + DUALCASE=1; export DUALCASE # for MKS sh
7481  
7482   # Support unset when possible.
7483 < if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
7483 > if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
7484    as_unset=unset
7485   else
7486    as_unset=false
# Line 7172 | Line 7499 | do
7499    LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7500    LC_TELEPHONE LC_TIME
7501   do
7502 <  if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
7502 >  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7503      eval $as_var=C; export $as_var
7504    else
7505      $as_unset $as_var
# Line 7351 | Line 7678 | else
7678   if mkdir -p . 2>/dev/null; then
7679    as_mkdir_p=:
7680   else
7681 +  test -d ./-p && rmdir ./-p
7682    as_mkdir_p=false
7683   fi
7684  
7685   as_executable_p="test -f"
7686  
7687   # Sed expression to map a string onto a valid CPP name.
7688 < as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
7688 > as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
7689  
7690   # Sed expression to map a string onto a valid variable name.
7691 < as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
7691 > as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
7692  
7693  
7694   # IFS
# Line 7387 | Line 7715 | generated by GNU Autoconf 2.57.  Invocation command li
7715   cat >&5 <<_CSEOF
7716  
7717   This file was extended by OOPSE $as_me 1.0, which was
7718 < generated by GNU Autoconf 2.57.  Invocation command line was
7718 > generated by GNU Autoconf 2.59.  Invocation command line was
7719  
7720    CONFIG_FILES    = $CONFIG_FILES
7721    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 7431 | Line 7759 | Usage: $0 [OPTIONS] [FILE]...
7759    -d, --debug      don't remove temporary files
7760        --recheck    update $as_me by reconfiguring in the same conditions
7761    --file=FILE[:TEMPLATE]
7762 <                   instantiate the configuration file FILE
7762 >                   instantiate the configuration file FILE
7763    --header=FILE[:TEMPLATE]
7764 <                   instantiate the configuration header FILE
7764 >                   instantiate the configuration header FILE
7765  
7766   Configuration files:
7767   $config_files
# Line 7447 | Line 7775 | configured by $0, generated by GNU Autoconf 2.57,
7775   cat >>$CONFIG_STATUS <<_ACEOF
7776   ac_cs_version="\\
7777   OOPSE config.status 1.0
7778 < configured by $0, generated by GNU Autoconf 2.57,
7778 > configured by $0, generated by GNU Autoconf 2.59,
7779    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7780  
7781 < Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
7454 < Free Software Foundation, Inc.
7781 > Copyright (C) 2003 Free Software Foundation, Inc.
7782   This config.status script is free software; the Free Software Foundation
7783   gives unlimited permission to copy, distribute and modify it."
7784   srcdir=$srcdir
# Line 7751 | Line 8078 | _ACEOF
8078        (echo ':t
8079    /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
8080        if test -z "$ac_sed_cmds"; then
8081 <        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8081 >        ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
8082        else
8083 <        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8083 >        ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8084        fi
8085        ac_sed_frag=`expr $ac_sed_frag + 1`
8086        ac_beg=$ac_end
# Line 7771 | Line 8098 | for ac_file in : $CONFIG_FILES; do test "x$ac_file" =
8098    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8099    case $ac_file in
8100    - | *:- | *:-:* ) # input from stdin
8101 <        cat >$tmp/stdin
8102 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8103 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8101 >        cat >$tmp/stdin
8102 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8103 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8104    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8105 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8105 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8106    * )   ac_file_in=$ac_file.in ;;
8107    esac
8108  
8109    # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8110    ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8111   $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8112 <         X"$ac_file" : 'X\(//\)[^/]' \| \
8113 <         X"$ac_file" : 'X\(//\)$' \| \
8114 <         X"$ac_file" : 'X\(/\)' \| \
8115 <         .     : '\(.\)' 2>/dev/null ||
8112 >         X"$ac_file" : 'X\(//\)[^/]' \| \
8113 >         X"$ac_file" : 'X\(//\)$' \| \
8114 >         X"$ac_file" : 'X\(/\)' \| \
8115 >         .     : '\(.\)' 2>/dev/null ||
8116   echo X"$ac_file" |
8117      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8118            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 7801 | Line 8128 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
8128        as_dirs="$as_dir $as_dirs"
8129        as_dir=`(dirname "$as_dir") 2>/dev/null ||
8130   $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8131 <         X"$as_dir" : 'X\(//\)[^/]' \| \
8132 <         X"$as_dir" : 'X\(//\)$' \| \
8133 <         X"$as_dir" : 'X\(/\)' \| \
8134 <         .     : '\(.\)' 2>/dev/null ||
8131 >         X"$as_dir" : 'X\(//\)[^/]' \| \
8132 >         X"$as_dir" : 'X\(//\)$' \| \
8133 >         X"$as_dir" : 'X\(/\)' \| \
8134 >         .     : '\(.\)' 2>/dev/null ||
8135   echo X"$as_dir" |
8136      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8137            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 7842 | Line 8169 | esac
8169      ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
8170      ac_top_srcdir=$ac_top_builddir$srcdir ;;
8171   esac
8172 < # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
8173 < # absolute.
8174 < ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
8175 < ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
8176 < ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
8177 < ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
8172 >
8173 > # Do not use `cd foo && pwd` to compute absolute paths, because
8174 > # the directories may not exist.
8175 > case `pwd` in
8176 > .) ac_abs_builddir="$ac_dir";;
8177 > *)
8178 >  case "$ac_dir" in
8179 >  .) ac_abs_builddir=`pwd`;;
8180 >  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
8181 >  *) ac_abs_builddir=`pwd`/"$ac_dir";;
8182 >  esac;;
8183 > esac
8184 > case $ac_abs_builddir in
8185 > .) ac_abs_top_builddir=${ac_top_builddir}.;;
8186 > *)
8187 >  case ${ac_top_builddir}. in
8188 >  .) ac_abs_top_builddir=$ac_abs_builddir;;
8189 >  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
8190 >  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
8191 >  esac;;
8192 > esac
8193 > case $ac_abs_builddir in
8194 > .) ac_abs_srcdir=$ac_srcdir;;
8195 > *)
8196 >  case $ac_srcdir in
8197 >  .) ac_abs_srcdir=$ac_abs_builddir;;
8198 >  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
8199 >  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
8200 >  esac;;
8201 > esac
8202 > case $ac_abs_builddir in
8203 > .) ac_abs_top_srcdir=$ac_top_srcdir;;
8204 > *)
8205 >  case $ac_top_srcdir in
8206 >  .) ac_abs_top_srcdir=$ac_abs_builddir;;
8207 >  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
8208 >  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
8209 >  esac;;
8210 > esac
8211  
8212  
8213    case $INSTALL in
# Line 7869 | Line 8229 | echo "$as_me: creating $ac_file" >&6;}
8229      configure_input="$ac_file.  "
8230    fi
8231    configure_input=$configure_input"Generated from `echo $ac_file_in |
8232 <                                     sed 's,.*/,,'` by configure."
8232 >                                     sed 's,.*/,,'` by configure."
8233  
8234    # First look for the input files in the build tree, otherwise in the
8235    # src tree.
# Line 7878 | Line 8238 | echo "$as_me: creating $ac_file" >&6;}
8238        case $f in
8239        -) echo $tmp/stdin ;;
8240        [\\/$]*)
8241 <         # Absolute (can't be DOS-style, as IFS=:)
8242 <         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8241 >         # Absolute (can't be DOS-style, as IFS=:)
8242 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8243   echo "$as_me: error: cannot find input file: $f" >&2;}
8244     { (exit 1); exit 1; }; }
8245 <         echo $f;;
8245 >         echo "$f";;
8246        *) # Relative
8247 <         if test -f "$f"; then
8248 <           # Build tree
8249 <           echo $f
8250 <         elif test -f "$srcdir/$f"; then
8251 <           # Source tree
8252 <           echo $srcdir/$f
8253 <         else
8254 <           # /dev/null tree
8255 <           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8247 >         if test -f "$f"; then
8248 >           # Build tree
8249 >           echo "$f"
8250 >         elif test -f "$srcdir/$f"; then
8251 >           # Source tree
8252 >           echo "$srcdir/$f"
8253 >         else
8254 >           # /dev/null tree
8255 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8256   echo "$as_me: error: cannot find input file: $f" >&2;}
8257     { (exit 1); exit 1; }; }
8258 <         fi;;
8258 >         fi;;
8259        esac
8260      done` || { (exit 1); exit 1; }
8261   _ACEOF
# Line 7937 | Line 8297 | ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
8297   # NAME is the cpp macro being defined and VALUE is the value it is being given.
8298   #
8299   # ac_d sets the value in "#define NAME VALUE" lines.
8300 < ac_dA='s,^\([   ]*\)#\([        ]*define[       ][      ]*\)'
8301 < ac_dB='[        ].*$,\1#\2'
8300 > ac_dA='s,^\([    ]*\)#\([        ]*define[       ][      ]*\)'
8301 > ac_dB='[         ].*$,\1#\2'
8302   ac_dC=' '
8303   ac_dD=',;t'
8304   # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8305 < ac_uA='s,^\([   ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8305 > ac_uA='s,^\([    ]*\)#\([        ]*\)undef\([    ][      ]*\)'
8306   ac_uB='$,\1#\2define\3'
8307   ac_uC=' '
8308   ac_uD=',;t'
# Line 7951 | Line 8311 | for ac_file in : $CONFIG_HEADERS; do test "x$ac_file"
8311    # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8312    case $ac_file in
8313    - | *:- | *:-:* ) # input from stdin
8314 <        cat >$tmp/stdin
8315 <        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8316 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8314 >        cat >$tmp/stdin
8315 >        ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8316 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8317    *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
8318 <        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8318 >        ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
8319    * )   ac_file_in=$ac_file.in ;;
8320    esac
8321  
# Line 7969 | Line 8329 | echo "$as_me: creating $ac_file" >&6;}
8329        case $f in
8330        -) echo $tmp/stdin ;;
8331        [\\/$]*)
8332 <         # Absolute (can't be DOS-style, as IFS=:)
8333 <         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8332 >         # Absolute (can't be DOS-style, as IFS=:)
8333 >         test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8334   echo "$as_me: error: cannot find input file: $f" >&2;}
8335     { (exit 1); exit 1; }; }
8336 <         echo $f;;
8336 >         # Do quote $f, to prevent DOS paths from being IFS'd.
8337 >         echo "$f";;
8338        *) # Relative
8339 <         if test -f "$f"; then
8340 <           # Build tree
8341 <           echo $f
8342 <         elif test -f "$srcdir/$f"; then
8343 <           # Source tree
8344 <           echo $srcdir/$f
8345 <         else
8346 <           # /dev/null tree
8347 <           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8339 >         if test -f "$f"; then
8340 >           # Build tree
8341 >           echo "$f"
8342 >         elif test -f "$srcdir/$f"; then
8343 >           # Source tree
8344 >           echo "$srcdir/$f"
8345 >         else
8346 >           # /dev/null tree
8347 >           { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8348   echo "$as_me: error: cannot find input file: $f" >&2;}
8349     { (exit 1); exit 1; }; }
8350 <         fi;;
8350 >         fi;;
8351        esac
8352      done` || { (exit 1); exit 1; }
8353    # Remove the trailing spaces.
8354 <  sed 's/[      ]*$//' $ac_file_inputs >$tmp/in
8354 >  sed 's/[       ]*$//' $ac_file_inputs >$tmp/in
8355  
8356   _ACEOF
8357  
# Line 8013 | Line 8374 | s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*
8374   s,[\\$`],\\&,g
8375   t clear
8376   : clear
8377 < s,^[    ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8377 > s,^[     ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8378   t end
8379 < s,^[    ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8379 > s,^[     ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8380   : end
8381   _ACEOF
8382   # If some macros were called several times there might be several times
# Line 8029 | Line 8390 | s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/*
8390   # example, in the case of _POSIX_SOURCE, which is predefined and required
8391   # on some systems where configure will not decide to define it.
8392   cat >>conftest.undefs <<\_ACEOF
8393 < s,^[    ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8393 > s,^[     ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8394   _ACEOF
8395  
8396   # Break up conftest.defines because some shells have a limit on the size
8397   # of here documents, and old seds have small limits too (100 cmds).
8398   echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8399 < echo '  if grep "^[     ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8399 > echo '  if grep "^[      ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8400   echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8401   echo '  :' >>$CONFIG_STATUS
8402   rm -f conftest.tail
# Line 8044 | Line 8405 | do
8405    # Write a limited-size here document to $tmp/defines.sed.
8406    echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8407    # Speed up: don't consider the non `#define' lines.
8408 <  echo '/^[     ]*#[    ]*define/!b' >>$CONFIG_STATUS
8408 >  echo '/^[      ]*#[    ]*define/!b' >>$CONFIG_STATUS
8409    # Work around the forget-to-reset-the-flag bug.
8410    echo 't clr' >>$CONFIG_STATUS
8411    echo ': clr' >>$CONFIG_STATUS
# Line 8071 | Line 8432 | do
8432    # Write a limited-size here document to $tmp/undefs.sed.
8433    echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8434    # Speed up: don't consider the non `#undef'
8435 <  echo '/^[     ]*#[    ]*undef/!b' >>$CONFIG_STATUS
8435 >  echo '/^[      ]*#[    ]*undef/!b' >>$CONFIG_STATUS
8436    # Work around the forget-to-reset-the-flag bug.
8437    echo 't clr' >>$CONFIG_STATUS
8438    echo ': clr' >>$CONFIG_STATUS
# Line 8105 | Line 8466 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
8466      else
8467        ac_dir=`(dirname "$ac_file") 2>/dev/null ||
8468   $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8469 <         X"$ac_file" : 'X\(//\)[^/]' \| \
8470 <         X"$ac_file" : 'X\(//\)$' \| \
8471 <         X"$ac_file" : 'X\(/\)' \| \
8472 <         .     : '\(.\)' 2>/dev/null ||
8469 >         X"$ac_file" : 'X\(//\)[^/]' \| \
8470 >         X"$ac_file" : 'X\(//\)$' \| \
8471 >         X"$ac_file" : 'X\(/\)' \| \
8472 >         .     : '\(.\)' 2>/dev/null ||
8473   echo X"$ac_file" |
8474      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8475            /^X\(\/\/\)[^/].*/{ s//\1/; q; }
# Line 8124 | Line 8485 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \|
8485        as_dirs="$as_dir $as_dirs"
8486        as_dir=`(dirname "$as_dir") 2>/dev/null ||
8487   $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8488 <         X"$as_dir" : 'X\(//\)[^/]' \| \
8489 <         X"$as_dir" : 'X\(//\)$' \| \
8490 <         X"$as_dir" : 'X\(/\)' \| \
8491 <         .     : '\(.\)' 2>/dev/null ||
8488 >         X"$as_dir" : 'X\(//\)[^/]' \| \
8489 >         X"$as_dir" : 'X\(//\)$' \| \
8490 >         X"$as_dir" : 'X\(/\)' \| \
8491 >         .     : '\(.\)' 2>/dev/null ||
8492   echo X"$as_dir" |
8493      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8494            /^X\(\/\/\)[^/].*/{ s//\1/; q; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines