1 |
|
#! /bin/sh |
2 |
|
# Guess values for system-dependent variables and create Makefiles. |
3 |
< |
# Generated by GNU Autoconf 2.64 for OOPSE 4.0. |
3 |
> |
# Generated by GNU Autoconf 2.68 for OpenMD 1.0. |
4 |
|
# |
5 |
|
# Report bugs to <gezelter@nd.edu>. |
6 |
|
# |
7 |
+ |
# |
8 |
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
9 |
< |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
9 |
> |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
10 |
|
# Foundation, Inc. |
11 |
|
# |
12 |
+ |
# |
13 |
|
# This configure script is free software; the Free Software Foundation |
14 |
|
# gives unlimited permission to copy, distribute and modify it. |
15 |
|
## -------------------- ## |
91 |
|
IFS=" "" $as_nl" |
92 |
|
|
93 |
|
# Find who we are. Look in the path if we contain no directory separator. |
94 |
+ |
as_myself= |
95 |
|
case $0 in #(( |
96 |
|
*[\\/]* ) as_myself=$0 ;; |
97 |
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
217 |
|
# We cannot yet assume a decent shell, so we have to provide a |
218 |
|
# neutralization value for shells without unset; and this also |
219 |
|
# works around shells that cannot unset nonexistent variables. |
220 |
+ |
# Preserve -v and -x to the replacement shell. |
221 |
|
BASH_ENV=/dev/null |
222 |
|
ENV=/dev/null |
223 |
|
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
224 |
|
export CONFIG_SHELL |
225 |
< |
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} |
225 |
> |
case $- in # (((( |
226 |
> |
*v*x* | *x*v* ) as_opts=-vx ;; |
227 |
> |
*v* ) as_opts=-v ;; |
228 |
> |
*x* ) as_opts=-x ;; |
229 |
> |
* ) as_opts= ;; |
230 |
> |
esac |
231 |
> |
exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} |
232 |
|
fi |
233 |
|
|
234 |
|
if test x$as_have_required = xno; then : |
327 |
|
test -d "$as_dir" && break |
328 |
|
done |
329 |
|
test -z "$as_dirs" || eval "mkdir $as_dirs" |
330 |
< |
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
330 |
> |
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
331 |
|
|
332 |
|
|
333 |
|
} # as_fn_mkdir_p |
367 |
|
fi # as_fn_arith |
368 |
|
|
369 |
|
|
370 |
< |
# as_fn_error ERROR [LINENO LOG_FD] |
371 |
< |
# --------------------------------- |
370 |
> |
# as_fn_error STATUS ERROR [LINENO LOG_FD] |
371 |
> |
# ---------------------------------------- |
372 |
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
373 |
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
374 |
< |
# script with status $?, using 1 if that was 0. |
374 |
> |
# script with STATUS, using 1 if that was 0. |
375 |
|
as_fn_error () |
376 |
|
{ |
377 |
< |
as_status=$?; test $as_status -eq 0 && as_status=1 |
378 |
< |
if test "$3"; then |
379 |
< |
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
380 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
377 |
> |
as_status=$1; test $as_status -eq 0 && as_status=1 |
378 |
> |
if test "$4"; then |
379 |
> |
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
380 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
381 |
|
fi |
382 |
< |
$as_echo "$as_me: error: $1" >&2 |
382 |
> |
$as_echo "$as_me: error: $2" >&2 |
383 |
|
as_fn_exit $as_status |
384 |
|
} # as_fn_error |
385 |
|
|
537 |
|
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
538 |
|
|
539 |
|
|
540 |
< |
exec 7<&0 </dev/null 6>&1 |
540 |
> |
test -n "$DJDIR" || exec 7<&0 </dev/null |
541 |
> |
exec 6>&1 |
542 |
|
|
543 |
|
# Name of the host. |
544 |
< |
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
544 |
> |
# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, |
545 |
|
# so uname gets run too. |
546 |
|
ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` |
547 |
|
|
558 |
|
MAKEFLAGS= |
559 |
|
|
560 |
|
# Identity of this package. |
561 |
< |
PACKAGE_NAME='OOPSE' |
562 |
< |
PACKAGE_TARNAME='oopse' |
563 |
< |
PACKAGE_VERSION='4.0' |
564 |
< |
PACKAGE_STRING='OOPSE 4.0' |
561 |
> |
PACKAGE_NAME='OpenMD' |
562 |
> |
PACKAGE_TARNAME='openmd' |
563 |
> |
PACKAGE_VERSION='1.0' |
564 |
> |
PACKAGE_STRING='OpenMD 1.0' |
565 |
|
PACKAGE_BUGREPORT='gezelter@nd.edu' |
566 |
|
PACKAGE_URL='' |
567 |
|
|
568 |
< |
ac_unique_file="src/applications/oopse/oopse.cpp" |
568 |
> |
ac_unique_file="src/applications/openmd/openmd.cpp" |
569 |
|
ac_default_prefix="/usr/local" |
570 |
|
# Factoring default headers for most tests. |
571 |
|
ac_includes_default="\ |
605 |
|
|
606 |
|
ac_subst_vars='LTLIBOBJS |
607 |
|
SUBDIRS |
608 |
< |
OOPSE_HOME |
609 |
< |
OOPSE |
608 |
> |
OPENMD_HOME |
609 |
> |
OPENMD |
610 |
|
MKINSTALLDIRS |
611 |
|
BATEXT |
612 |
|
enable_latex_docs |
632 |
|
ZLIB |
633 |
|
ZLIB_LIB_DIR |
634 |
|
ZLIB_INC_DIR |
624 |
– |
F90_MODULE_NAMES |
625 |
– |
F90MODINCSPEC |
626 |
– |
MODDIRFLAG |
627 |
– |
F90_WORK_FILES_ARG |
628 |
– |
MOD |
629 |
– |
FC_FUNC_ |
630 |
– |
FC_FUNC |
631 |
– |
FCLIBS |
632 |
– |
PREPDEFFLAG |
633 |
– |
FCFLAGS_SRCEXT |
634 |
– |
FCFLAGS_F90 |
635 |
|
PS |
636 |
|
AR |
637 |
|
INSTALL_DATA |
646 |
|
GREP |
647 |
|
CPP |
648 |
|
USE_MPI |
649 |
– |
MPIFC |
650 |
– |
ac_ct_FC |
651 |
– |
FCFLAGS |
652 |
– |
FC |
649 |
|
MPICC |
650 |
+ |
MPILIBS |
651 |
+ |
MPICXX |
652 |
+ |
LIBDL |
653 |
|
ac_ct_CC |
654 |
|
CFLAGS |
655 |
|
CC |
657 |
– |
MPILIBS |
658 |
– |
MPICXX |
656 |
|
OBJEXT |
657 |
|
EXEEXT |
658 |
|
ac_ct_CXX |
660 |
|
LDFLAGS |
661 |
|
CXXFLAGS |
662 |
|
CXX |
666 |
– |
ac_fc_path |
667 |
– |
ac_fc_set |
668 |
– |
ac_cxx_path |
669 |
– |
ac_cxx_set |
670 |
– |
ac_cc_path |
671 |
– |
ac_cc_set |
663 |
|
USE_SINGLE_PRECISION |
664 |
|
debug |
665 |
|
PROGNAME |
712 |
|
ac_subst_files='' |
713 |
|
ac_user_opts=' |
714 |
|
enable_option_checking |
715 |
< |
enable_oopse_home |
715 |
> |
enable_openmd_home |
716 |
|
enable_debug |
717 |
|
enable_single |
718 |
|
enable_float |
735 |
|
LIBS |
736 |
|
CPPFLAGS |
737 |
|
CCC |
747 |
– |
MPICXX |
738 |
|
CC |
739 |
|
CFLAGS |
740 |
+ |
MPICXX |
741 |
|
MPICC |
751 |
– |
FC |
752 |
– |
FCFLAGS |
753 |
– |
MPIFC |
742 |
|
CPP |
743 |
|
CXXCPP' |
744 |
|
|
803 |
|
fi |
804 |
|
|
805 |
|
case $ac_option in |
806 |
< |
*=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
807 |
< |
*) ac_optarg=yes ;; |
806 |
> |
*=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; |
807 |
> |
*=) ac_optarg= ;; |
808 |
> |
*) ac_optarg=yes ;; |
809 |
|
esac |
810 |
|
|
811 |
|
# Accept the important Cygnus configure options, so we can diagnose typos. |
850 |
|
ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` |
851 |
|
# Reject names that are not valid shell variable names. |
852 |
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
853 |
< |
as_fn_error "invalid feature name: $ac_useropt" |
853 |
> |
as_fn_error $? "invalid feature name: $ac_useropt" |
854 |
|
ac_useropt_orig=$ac_useropt |
855 |
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
856 |
|
case $ac_user_opts in |
876 |
|
ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` |
877 |
|
# Reject names that are not valid shell variable names. |
878 |
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
879 |
< |
as_fn_error "invalid feature name: $ac_useropt" |
879 |
> |
as_fn_error $? "invalid feature name: $ac_useropt" |
880 |
|
ac_useropt_orig=$ac_useropt |
881 |
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
882 |
|
case $ac_user_opts in |
1080 |
|
ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` |
1081 |
|
# Reject names that are not valid shell variable names. |
1082 |
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1083 |
< |
as_fn_error "invalid package name: $ac_useropt" |
1083 |
> |
as_fn_error $? "invalid package name: $ac_useropt" |
1084 |
|
ac_useropt_orig=$ac_useropt |
1085 |
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1086 |
|
case $ac_user_opts in |
1096 |
|
ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` |
1097 |
|
# Reject names that are not valid shell variable names. |
1098 |
|
expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && |
1099 |
< |
as_fn_error "invalid package name: $ac_useropt" |
1099 |
> |
as_fn_error $? "invalid package name: $ac_useropt" |
1100 |
|
ac_useropt_orig=$ac_useropt |
1101 |
|
ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` |
1102 |
|
case $ac_user_opts in |
1126 |
|
| --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) |
1127 |
|
x_libraries=$ac_optarg ;; |
1128 |
|
|
1129 |
< |
-*) as_fn_error "unrecognized option: \`$ac_option' |
1130 |
< |
Try \`$0 --help' for more information." |
1129 |
> |
-*) as_fn_error $? "unrecognized option: \`$ac_option' |
1130 |
> |
Try \`$0 --help' for more information" |
1131 |
|
;; |
1132 |
|
|
1133 |
|
*=*) |
1135 |
|
# Reject names that are not valid shell variable names. |
1136 |
|
case $ac_envvar in #( |
1137 |
|
'' | [0-9]* | *[!_$as_cr_alnum]* ) |
1138 |
< |
as_fn_error "invalid variable name: \`$ac_envvar'" ;; |
1138 |
> |
as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; |
1139 |
|
esac |
1140 |
|
eval $ac_envvar=\$ac_optarg |
1141 |
|
export $ac_envvar ;; |
1145 |
|
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 |
1146 |
|
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && |
1147 |
|
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 |
1148 |
< |
: ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} |
1148 |
> |
: "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" |
1149 |
|
;; |
1150 |
|
|
1151 |
|
esac |
1153 |
|
|
1154 |
|
if test -n "$ac_prev"; then |
1155 |
|
ac_option=--`echo $ac_prev | sed 's/_/-/g'` |
1156 |
< |
as_fn_error "missing argument to $ac_option" |
1156 |
> |
as_fn_error $? "missing argument to $ac_option" |
1157 |
|
fi |
1158 |
|
|
1159 |
|
if test -n "$ac_unrecognized_opts"; then |
1160 |
|
case $enable_option_checking in |
1161 |
|
no) ;; |
1162 |
< |
fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;; |
1162 |
> |
fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; |
1163 |
|
*) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; |
1164 |
|
esac |
1165 |
|
fi |
1182 |
|
[\\/$]* | ?:[\\/]* ) continue;; |
1183 |
|
NONE | '' ) case $ac_var in *prefix ) continue;; esac;; |
1184 |
|
esac |
1185 |
< |
as_fn_error "expected an absolute directory name for --$ac_var: $ac_val" |
1185 |
> |
as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" |
1186 |
|
done |
1187 |
|
|
1188 |
|
# There might be people who depend on the old broken behavior: `$host' |
1196 |
|
if test "x$host_alias" != x; then |
1197 |
|
if test "x$build_alias" = x; then |
1198 |
|
cross_compiling=maybe |
1199 |
< |
$as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. |
1200 |
< |
If a cross compiler is detected then cross compile mode will be used." >&2 |
1199 |
> |
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
1200 |
> |
If a cross compiler is detected then cross compile mode will be used" >&2 |
1201 |
|
elif test "x$build_alias" != "x$host_alias"; then |
1202 |
|
cross_compiling=yes |
1203 |
|
fi |
1212 |
|
ac_pwd=`pwd` && test -n "$ac_pwd" && |
1213 |
|
ac_ls_di=`ls -di .` && |
1214 |
|
ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || |
1215 |
< |
as_fn_error "working directory cannot be determined" |
1215 |
> |
as_fn_error $? "working directory cannot be determined" |
1216 |
|
test "X$ac_ls_di" = "X$ac_pwd_ls_di" || |
1217 |
< |
as_fn_error "pwd does not report name of working directory" |
1217 |
> |
as_fn_error $? "pwd does not report name of working directory" |
1218 |
|
|
1219 |
|
|
1220 |
|
# Find the source files, if location was not specified. |
1253 |
|
fi |
1254 |
|
if test ! -r "$srcdir/$ac_unique_file"; then |
1255 |
|
test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." |
1256 |
< |
as_fn_error "cannot find sources ($ac_unique_file) in $srcdir" |
1256 |
> |
as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" |
1257 |
|
fi |
1258 |
|
ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" |
1259 |
|
ac_abs_confdir=`( |
1260 |
< |
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg" |
1260 |
> |
cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" |
1261 |
|
pwd)` |
1262 |
|
# When building in place, set srcdir=. |
1263 |
|
if test "$ac_abs_confdir" = "$ac_pwd"; then |
1283 |
|
# Omit some internal or obsolete options to make the list less imposing. |
1284 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
1285 |
|
cat <<_ACEOF |
1286 |
< |
\`configure' configures OOPSE 4.0 to adapt to many kinds of systems. |
1286 |
> |
\`configure' configures OpenMD 1.0 to adapt to many kinds of systems. |
1287 |
|
|
1288 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
1289 |
|
|
1297 |
|
--help=short display options specific to this package |
1298 |
|
--help=recursive display the short help of all the included packages |
1299 |
|
-V, --version display version information and exit |
1300 |
< |
-q, --quiet, --silent do not print \`checking...' messages |
1300 |
> |
-q, --quiet, --silent do not print \`checking ...' messages |
1301 |
|
--cache-file=FILE cache test results in FILE [disabled] |
1302 |
|
-C, --config-cache alias for \`--cache-file=config.cache' |
1303 |
|
-n, --no-create do not create output files |
1331 |
|
--infodir=DIR info documentation [DATAROOTDIR/info] |
1332 |
|
--localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1333 |
|
--mandir=DIR man documentation [DATAROOTDIR/man] |
1334 |
< |
--docdir=DIR documentation root [DATAROOTDIR/doc/oopse] |
1334 |
> |
--docdir=DIR documentation root [DATAROOTDIR/doc/openmd] |
1335 |
|
--htmldir=DIR html documentation [DOCDIR] |
1336 |
|
--dvidir=DIR dvi documentation [DOCDIR] |
1337 |
|
--pdfdir=DIR pdf documentation [DOCDIR] |
1348 |
|
|
1349 |
|
if test -n "$ac_init_help"; then |
1350 |
|
case $ac_init_help in |
1351 |
< |
short | recursive ) echo "Configuration of OOPSE 4.0:";; |
1351 |
> |
short | recursive ) echo "Configuration of OpenMD 1.0:";; |
1352 |
|
esac |
1353 |
|
cat <<\_ACEOF |
1354 |
|
|
1356 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
1357 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
1358 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
1359 |
< |
--enable-oopse-home=DIR define oopse home dir PREFIX/oopse |
1360 |
< |
--enable-debug Compile OOPSE in debug mode |
1361 |
< |
--enable-single compile OOPSE in single precision |
1359 |
> |
--enable-openmd-home=DIR define OpenMD home dir PREFIX/openmd |
1360 |
> |
--enable-debug Compile OpenMD in debug mode |
1361 |
> |
--enable-single compile OpenMD in single precision |
1362 |
|
--enable-float synonym for --enable-single |
1363 |
|
--enable-doxygen enable documentation generation with doxygen (auto) |
1364 |
|
--enable-dot use 'dot' to generate graphs in doxygen (auto) |
1386 |
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
1387 |
|
nonstandard directory <lib dir> |
1388 |
|
LIBS libraries to pass to the linker, e.g. -l<library> |
1389 |
< |
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
1389 |
> |
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
1390 |
|
you have headers in a nonstandard directory <include dir> |
1402 |
– |
MPICXX MPI C++ compiler command |
1391 |
|
CC C compiler command |
1392 |
|
CFLAGS C compiler flags |
1393 |
+ |
MPICXX MPI C++ compiler command |
1394 |
|
MPICC MPI C compiler command |
1406 |
– |
FC Fortran compiler command |
1407 |
– |
FCFLAGS Fortran compiler flags |
1408 |
– |
MPIFC MPI Fortran compiler command |
1395 |
|
CPP C preprocessor |
1396 |
|
CXXCPP C++ preprocessor |
1397 |
|
|
1461 |
|
test -n "$ac_init_help" && exit $ac_status |
1462 |
|
if $ac_init_version; then |
1463 |
|
cat <<\_ACEOF |
1464 |
< |
OOPSE configure 4.0 |
1465 |
< |
generated by GNU Autoconf 2.64 |
1464 |
> |
OpenMD configure 1.0 |
1465 |
> |
generated by GNU Autoconf 2.68 |
1466 |
|
|
1467 |
< |
Copyright (C) 2009 Free Software Foundation, Inc. |
1467 |
> |
Copyright (C) 2010 Free Software Foundation, Inc. |
1468 |
|
This configure script is free software; the Free Software Foundation |
1469 |
|
gives unlimited permission to copy, distribute and modify it. |
1470 |
|
_ACEOF |
1508 |
|
|
1509 |
|
ac_retval=1 |
1510 |
|
fi |
1511 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1512 |
< |
return $ac_retval |
1511 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1512 |
> |
as_fn_set_status $ac_retval |
1513 |
|
|
1514 |
|
} # ac_fn_cxx_try_compile |
1515 |
|
|
1516 |
+ |
# ac_fn_c_try_compile LINENO |
1517 |
+ |
# -------------------------- |
1518 |
+ |
# Try to compile conftest.$ac_ext, and return whether this succeeded. |
1519 |
+ |
ac_fn_c_try_compile () |
1520 |
+ |
{ |
1521 |
+ |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1522 |
+ |
rm -f conftest.$ac_objext |
1523 |
+ |
if { { ac_try="$ac_compile" |
1524 |
+ |
case "(($ac_try" in |
1525 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1526 |
+ |
*) ac_try_echo=$ac_try;; |
1527 |
+ |
esac |
1528 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1529 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
1530 |
+ |
(eval "$ac_compile") 2>conftest.err |
1531 |
+ |
ac_status=$? |
1532 |
+ |
if test -s conftest.err; then |
1533 |
+ |
grep -v '^ *+' conftest.err >conftest.er1 |
1534 |
+ |
cat conftest.er1 >&5 |
1535 |
+ |
mv -f conftest.er1 conftest.err |
1536 |
+ |
fi |
1537 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1538 |
+ |
test $ac_status = 0; } && { |
1539 |
+ |
test -z "$ac_c_werror_flag" || |
1540 |
+ |
test ! -s conftest.err |
1541 |
+ |
} && test -s conftest.$ac_objext; then : |
1542 |
+ |
ac_retval=0 |
1543 |
+ |
else |
1544 |
+ |
$as_echo "$as_me: failed program was:" >&5 |
1545 |
+ |
sed 's/^/| /' conftest.$ac_ext >&5 |
1546 |
+ |
|
1547 |
+ |
ac_retval=1 |
1548 |
+ |
fi |
1549 |
+ |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1550 |
+ |
as_fn_set_status $ac_retval |
1551 |
+ |
|
1552 |
+ |
} # ac_fn_c_try_compile |
1553 |
+ |
|
1554 |
|
# ac_fn_cxx_try_link LINENO |
1555 |
|
# ------------------------- |
1556 |
|
# Try to link conftest.$ac_ext, and return whether this succeeded. |
1592 |
|
# interfere with the next link command; also delete a directory that is |
1593 |
|
# left behind by Apple's compiler. We do this before executing the actions. |
1594 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1595 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1596 |
< |
return $ac_retval |
1595 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1596 |
> |
as_fn_set_status $ac_retval |
1597 |
|
|
1598 |
|
} # ac_fn_cxx_try_link |
1599 |
|
|
1605 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1606 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1607 |
|
$as_echo_n "checking for $2... " >&6; } |
1608 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1608 |
> |
if eval \${$3+:} false; then : |
1609 |
|
$as_echo_n "(cached) " >&6 |
1610 |
|
else |
1611 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1660 |
|
eval ac_res=\$$3 |
1661 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1662 |
|
$as_echo "$ac_res" >&6; } |
1663 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1663 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1664 |
|
|
1665 |
|
} # ac_fn_cxx_check_func |
1666 |
|
|
1643 |
– |
# ac_fn_c_try_compile LINENO |
1644 |
– |
# -------------------------- |
1645 |
– |
# Try to compile conftest.$ac_ext, and return whether this succeeded. |
1646 |
– |
ac_fn_c_try_compile () |
1647 |
– |
{ |
1648 |
– |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1649 |
– |
rm -f conftest.$ac_objext |
1650 |
– |
if { { ac_try="$ac_compile" |
1651 |
– |
case "(($ac_try" in |
1652 |
– |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1653 |
– |
*) ac_try_echo=$ac_try;; |
1654 |
– |
esac |
1655 |
– |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1656 |
– |
$as_echo "$ac_try_echo"; } >&5 |
1657 |
– |
(eval "$ac_compile") 2>conftest.err |
1658 |
– |
ac_status=$? |
1659 |
– |
if test -s conftest.err; then |
1660 |
– |
grep -v '^ *+' conftest.err >conftest.er1 |
1661 |
– |
cat conftest.er1 >&5 |
1662 |
– |
mv -f conftest.er1 conftest.err |
1663 |
– |
fi |
1664 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1665 |
– |
test $ac_status = 0; } && { |
1666 |
– |
test -z "$ac_c_werror_flag" || |
1667 |
– |
test ! -s conftest.err |
1668 |
– |
} && test -s conftest.$ac_objext; then : |
1669 |
– |
ac_retval=0 |
1670 |
– |
else |
1671 |
– |
$as_echo "$as_me: failed program was:" >&5 |
1672 |
– |
sed 's/^/| /' conftest.$ac_ext >&5 |
1673 |
– |
|
1674 |
– |
ac_retval=1 |
1675 |
– |
fi |
1676 |
– |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1677 |
– |
return $ac_retval |
1678 |
– |
|
1679 |
– |
} # ac_fn_c_try_compile |
1680 |
– |
|
1667 |
|
# ac_fn_c_try_link LINENO |
1668 |
|
# ----------------------- |
1669 |
|
# Try to link conftest.$ac_ext, and return whether this succeeded. |
1705 |
|
# interfere with the next link command; also delete a directory that is |
1706 |
|
# left behind by Apple's compiler. We do this before executing the actions. |
1707 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1708 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1709 |
< |
return $ac_retval |
1708 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1709 |
> |
as_fn_set_status $ac_retval |
1710 |
|
|
1711 |
|
} # ac_fn_c_try_link |
1712 |
|
|
1718 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1719 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1720 |
|
$as_echo_n "checking for $2... " >&6; } |
1721 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1721 |
> |
if eval \${$3+:} false; then : |
1722 |
|
$as_echo_n "(cached) " >&6 |
1723 |
|
else |
1724 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1773 |
|
eval ac_res=\$$3 |
1774 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1775 |
|
$as_echo "$ac_res" >&6; } |
1776 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1776 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1777 |
|
|
1778 |
|
} # ac_fn_c_check_func |
1793 |
– |
|
1794 |
– |
# ac_fn_fc_try_compile LINENO |
1795 |
– |
# --------------------------- |
1796 |
– |
# Try to compile conftest.$ac_ext, and return whether this succeeded. |
1797 |
– |
ac_fn_fc_try_compile () |
1798 |
– |
{ |
1799 |
– |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1800 |
– |
rm -f conftest.$ac_objext |
1801 |
– |
if { { ac_try="$ac_compile" |
1802 |
– |
case "(($ac_try" in |
1803 |
– |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1804 |
– |
*) ac_try_echo=$ac_try;; |
1805 |
– |
esac |
1806 |
– |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1807 |
– |
$as_echo "$ac_try_echo"; } >&5 |
1808 |
– |
(eval "$ac_compile") 2>conftest.err |
1809 |
– |
ac_status=$? |
1810 |
– |
if test -s conftest.err; then |
1811 |
– |
grep -v '^ *+' conftest.err >conftest.er1 |
1812 |
– |
cat conftest.er1 >&5 |
1813 |
– |
mv -f conftest.er1 conftest.err |
1814 |
– |
fi |
1815 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1816 |
– |
test $ac_status = 0; } && { |
1817 |
– |
test -z "$ac_fc_werror_flag" || |
1818 |
– |
test ! -s conftest.err |
1819 |
– |
} && test -s conftest.$ac_objext; then : |
1820 |
– |
ac_retval=0 |
1821 |
– |
else |
1822 |
– |
$as_echo "$as_me: failed program was:" >&5 |
1823 |
– |
sed 's/^/| /' conftest.$ac_ext >&5 |
1779 |
|
|
1825 |
– |
ac_retval=1 |
1826 |
– |
fi |
1827 |
– |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1828 |
– |
return $ac_retval |
1829 |
– |
|
1830 |
– |
} # ac_fn_fc_try_compile |
1831 |
– |
|
1832 |
– |
# ac_fn_fc_try_link LINENO |
1833 |
– |
# ------------------------ |
1834 |
– |
# Try to link conftest.$ac_ext, and return whether this succeeded. |
1835 |
– |
ac_fn_fc_try_link () |
1836 |
– |
{ |
1837 |
– |
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1838 |
– |
rm -f conftest.$ac_objext conftest$ac_exeext |
1839 |
– |
if { { ac_try="$ac_link" |
1840 |
– |
case "(($ac_try" in |
1841 |
– |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
1842 |
– |
*) ac_try_echo=$ac_try;; |
1843 |
– |
esac |
1844 |
– |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
1845 |
– |
$as_echo "$ac_try_echo"; } >&5 |
1846 |
– |
(eval "$ac_link") 2>conftest.err |
1847 |
– |
ac_status=$? |
1848 |
– |
if test -s conftest.err; then |
1849 |
– |
grep -v '^ *+' conftest.err >conftest.er1 |
1850 |
– |
cat conftest.er1 >&5 |
1851 |
– |
mv -f conftest.er1 conftest.err |
1852 |
– |
fi |
1853 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1854 |
– |
test $ac_status = 0; } && { |
1855 |
– |
test -z "$ac_fc_werror_flag" || |
1856 |
– |
test ! -s conftest.err |
1857 |
– |
} && test -s conftest$ac_exeext && { |
1858 |
– |
test "$cross_compiling" = yes || |
1859 |
– |
$as_test_x conftest$ac_exeext |
1860 |
– |
}; then : |
1861 |
– |
ac_retval=0 |
1862 |
– |
else |
1863 |
– |
$as_echo "$as_me: failed program was:" >&5 |
1864 |
– |
sed 's/^/| /' conftest.$ac_ext >&5 |
1865 |
– |
|
1866 |
– |
ac_retval=1 |
1867 |
– |
fi |
1868 |
– |
# Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information |
1869 |
– |
# created by the PGI compiler (conftest_ipa8_conftest.oo), as it would |
1870 |
– |
# interfere with the next link command; also delete a directory that is |
1871 |
– |
# left behind by Apple's compiler. We do this before executing the actions. |
1872 |
– |
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1873 |
– |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1874 |
– |
return $ac_retval |
1875 |
– |
|
1876 |
– |
} # ac_fn_fc_try_link |
1877 |
– |
|
1780 |
|
# ac_fn_c_try_cpp LINENO |
1781 |
|
# ---------------------- |
1782 |
|
# Try to preprocess conftest.$ac_ext, and return whether this succeeded. |
1798 |
|
mv -f conftest.er1 conftest.err |
1799 |
|
fi |
1800 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
1801 |
< |
test $ac_status = 0; } >/dev/null && { |
1801 |
> |
test $ac_status = 0; } > conftest.i && { |
1802 |
|
test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || |
1803 |
|
test ! -s conftest.err |
1804 |
|
}; then : |
1809 |
|
|
1810 |
|
ac_retval=1 |
1811 |
|
fi |
1812 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1813 |
< |
return $ac_retval |
1812 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1813 |
> |
as_fn_set_status $ac_retval |
1814 |
|
|
1815 |
|
} # ac_fn_c_try_cpp |
1816 |
|
|
1822 |
|
ac_fn_c_check_header_mongrel () |
1823 |
|
{ |
1824 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1825 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1825 |
> |
if eval \${$3+:} false; then : |
1826 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1827 |
|
$as_echo_n "checking for $2... " >&6; } |
1828 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1828 |
> |
if eval \${$3+:} false; then : |
1829 |
|
$as_echo_n "(cached) " >&6 |
1830 |
|
fi |
1831 |
|
eval ac_res=\$$3 |
1861 |
|
else |
1862 |
|
ac_header_preproc=no |
1863 |
|
fi |
1864 |
< |
rm -f conftest.err conftest.$ac_ext |
1864 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
1865 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
1866 |
|
$as_echo "$ac_header_preproc" >&6; } |
1867 |
|
|
1884 |
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
1885 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
1886 |
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
1887 |
< |
( cat <<\_ASBOX |
1986 |
< |
## ------------------------------ ## |
1887 |
> |
( $as_echo "## ------------------------------ ## |
1888 |
|
## Report this to gezelter@nd.edu ## |
1889 |
< |
## ------------------------------ ## |
1989 |
< |
_ASBOX |
1889 |
> |
## ------------------------------ ##" |
1890 |
|
) | sed "s/^/$as_me: WARNING: /" >&2 |
1891 |
|
;; |
1892 |
|
esac |
1893 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1894 |
|
$as_echo_n "checking for $2... " >&6; } |
1895 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1895 |
> |
if eval \${$3+:} false; then : |
1896 |
|
$as_echo_n "(cached) " >&6 |
1897 |
|
else |
1898 |
|
eval "$3=\$ac_header_compiler" |
1901 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1902 |
|
$as_echo "$ac_res" >&6; } |
1903 |
|
fi |
1904 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1904 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1905 |
|
|
1906 |
|
} # ac_fn_c_check_header_mongrel |
1907 |
|
|
1942 |
|
ac_retval=$ac_status |
1943 |
|
fi |
1944 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
1945 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1946 |
< |
return $ac_retval |
1945 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1946 |
> |
as_fn_set_status $ac_retval |
1947 |
|
|
1948 |
|
} # ac_fn_c_try_run |
1949 |
|
|
1956 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
1957 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
1958 |
|
$as_echo_n "checking for $2... " >&6; } |
1959 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
1959 |
> |
if eval \${$3+:} false; then : |
1960 |
|
$as_echo_n "(cached) " >&6 |
1961 |
|
else |
1962 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
1974 |
|
eval ac_res=\$$3 |
1975 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
1976 |
|
$as_echo "$ac_res" >&6; } |
1977 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
1977 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
1978 |
|
|
1979 |
|
} # ac_fn_c_check_header_compile |
1980 |
|
|
1999 |
|
mv -f conftest.er1 conftest.err |
2000 |
|
fi |
2001 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
2002 |
< |
test $ac_status = 0; } >/dev/null && { |
2002 |
> |
test $ac_status = 0; } > conftest.i && { |
2003 |
|
test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || |
2004 |
|
test ! -s conftest.err |
2005 |
|
}; then : |
2010 |
|
|
2011 |
|
ac_retval=1 |
2012 |
|
fi |
2013 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2014 |
< |
return $ac_retval |
2013 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2014 |
> |
as_fn_set_status $ac_retval |
2015 |
|
|
2016 |
|
} # ac_fn_cxx_try_cpp |
2017 |
|
|
2023 |
|
ac_fn_cxx_check_header_mongrel () |
2024 |
|
{ |
2025 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2026 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2026 |
> |
if eval \${$3+:} false; then : |
2027 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2028 |
|
$as_echo_n "checking for $2... " >&6; } |
2029 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2029 |
> |
if eval \${$3+:} false; then : |
2030 |
|
$as_echo_n "(cached) " >&6 |
2031 |
|
fi |
2032 |
|
eval ac_res=\$$3 |
2062 |
|
else |
2063 |
|
ac_header_preproc=no |
2064 |
|
fi |
2065 |
< |
rm -f conftest.err conftest.$ac_ext |
2065 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
2066 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 |
2067 |
|
$as_echo "$ac_header_preproc" >&6; } |
2068 |
|
|
2085 |
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
2086 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
2087 |
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
2088 |
< |
( cat <<\_ASBOX |
2189 |
< |
## ------------------------------ ## |
2088 |
> |
( $as_echo "## ------------------------------ ## |
2089 |
|
## Report this to gezelter@nd.edu ## |
2090 |
< |
## ------------------------------ ## |
2192 |
< |
_ASBOX |
2090 |
> |
## ------------------------------ ##" |
2091 |
|
) | sed "s/^/$as_me: WARNING: /" >&2 |
2092 |
|
;; |
2093 |
|
esac |
2094 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2095 |
|
$as_echo_n "checking for $2... " >&6; } |
2096 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2096 |
> |
if eval \${$3+:} false; then : |
2097 |
|
$as_echo_n "(cached) " >&6 |
2098 |
|
else |
2099 |
|
eval "$3=\$ac_header_compiler" |
2102 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2103 |
|
$as_echo "$ac_res" >&6; } |
2104 |
|
fi |
2105 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2105 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2106 |
|
|
2107 |
|
} # ac_fn_cxx_check_header_mongrel |
2108 |
|
|
2115 |
|
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
2116 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
2117 |
|
$as_echo_n "checking for $2... " >&6; } |
2118 |
< |
if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then : |
2118 |
> |
if eval \${$3+:} false; then : |
2119 |
|
$as_echo_n "(cached) " >&6 |
2120 |
|
else |
2121 |
|
eval "$3=no" |
2122 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2123 |
|
/* end confdefs.h. */ |
2124 |
|
$4 |
2227 |
– |
#ifdef FC_DUMMY_MAIN |
2228 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
2229 |
– |
# ifdef __cplusplus |
2230 |
– |
extern "C" |
2231 |
– |
# endif |
2232 |
– |
int FC_DUMMY_MAIN() { return 1; } |
2233 |
– |
#endif |
2234 |
– |
#endif |
2125 |
|
int |
2126 |
|
main () |
2127 |
|
{ |
2135 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
2136 |
|
/* end confdefs.h. */ |
2137 |
|
$4 |
2248 |
– |
#ifdef FC_DUMMY_MAIN |
2249 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
2250 |
– |
# ifdef __cplusplus |
2251 |
– |
extern "C" |
2252 |
– |
# endif |
2253 |
– |
int FC_DUMMY_MAIN() { return 1; } |
2254 |
– |
#endif |
2255 |
– |
#endif |
2138 |
|
int |
2139 |
|
main () |
2140 |
|
{ |
2156 |
|
eval ac_res=\$$3 |
2157 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
2158 |
|
$as_echo "$ac_res" >&6; } |
2159 |
< |
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
2159 |
> |
eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno |
2160 |
|
|
2161 |
|
} # ac_fn_c_check_type |
2162 |
|
cat >config.log <<_ACEOF |
2163 |
|
This file contains any messages produced by compilers while |
2164 |
|
running configure, to aid debugging if configure makes a mistake. |
2165 |
|
|
2166 |
< |
It was created by OOPSE $as_me 4.0, which was |
2167 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
2166 |
> |
It was created by OpenMD $as_me 1.0, which was |
2167 |
> |
generated by GNU Autoconf 2.68. Invocation command line was |
2168 |
|
|
2169 |
|
$ $0 $@ |
2170 |
|
|
2274 |
|
{ |
2275 |
|
echo |
2276 |
|
|
2277 |
< |
cat <<\_ASBOX |
2396 |
< |
## ---------------- ## |
2277 |
> |
$as_echo "## ---------------- ## |
2278 |
|
## Cache variables. ## |
2279 |
< |
## ---------------- ## |
2399 |
< |
_ASBOX |
2279 |
> |
## ---------------- ##" |
2280 |
|
echo |
2281 |
|
# The following way of writing the cache mishandles newlines in values, |
2282 |
|
( |
2310 |
|
) |
2311 |
|
echo |
2312 |
|
|
2313 |
< |
cat <<\_ASBOX |
2434 |
< |
## ----------------- ## |
2313 |
> |
$as_echo "## ----------------- ## |
2314 |
|
## Output variables. ## |
2315 |
< |
## ----------------- ## |
2437 |
< |
_ASBOX |
2315 |
> |
## ----------------- ##" |
2316 |
|
echo |
2317 |
|
for ac_var in $ac_subst_vars |
2318 |
|
do |
2325 |
|
echo |
2326 |
|
|
2327 |
|
if test -n "$ac_subst_files"; then |
2328 |
< |
cat <<\_ASBOX |
2451 |
< |
## ------------------- ## |
2328 |
> |
$as_echo "## ------------------- ## |
2329 |
|
## File substitutions. ## |
2330 |
< |
## ------------------- ## |
2454 |
< |
_ASBOX |
2330 |
> |
## ------------------- ##" |
2331 |
|
echo |
2332 |
|
for ac_var in $ac_subst_files |
2333 |
|
do |
2341 |
|
fi |
2342 |
|
|
2343 |
|
if test -s confdefs.h; then |
2344 |
< |
cat <<\_ASBOX |
2469 |
< |
## ----------- ## |
2344 |
> |
$as_echo "## ----------- ## |
2345 |
|
## confdefs.h. ## |
2346 |
< |
## ----------- ## |
2472 |
< |
_ASBOX |
2346 |
> |
## ----------- ##" |
2347 |
|
echo |
2348 |
|
cat confdefs.h |
2349 |
|
echo |
2398 |
|
ac_site_file1=NONE |
2399 |
|
ac_site_file2=NONE |
2400 |
|
if test -n "$CONFIG_SITE"; then |
2401 |
< |
ac_site_file1=$CONFIG_SITE |
2401 |
> |
# We do not want a PATH search for config.site. |
2402 |
> |
case $CONFIG_SITE in #(( |
2403 |
> |
-*) ac_site_file1=./$CONFIG_SITE;; |
2404 |
> |
*/*) ac_site_file1=$CONFIG_SITE;; |
2405 |
> |
*) ac_site_file1=./$CONFIG_SITE;; |
2406 |
> |
esac |
2407 |
|
elif test "x$prefix" != xNONE; then |
2408 |
|
ac_site_file1=$prefix/share/config.site |
2409 |
|
ac_site_file2=$prefix/etc/config.site |
2414 |
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
2415 |
|
do |
2416 |
|
test "x$ac_site_file" = xNONE && continue |
2417 |
< |
if test -r "$ac_site_file"; then |
2417 |
> |
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
2418 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
2419 |
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
2420 |
|
sed 's/^/| /' "$ac_site_file" >&5 |
2421 |
< |
. "$ac_site_file" |
2421 |
> |
. "$ac_site_file" \ |
2422 |
> |
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
2423 |
> |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2424 |
> |
as_fn_error $? "failed to load site script $ac_site_file |
2425 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
2426 |
|
fi |
2427 |
|
done |
2428 |
|
|
2429 |
|
if test -r "$cache_file"; then |
2430 |
< |
# Some versions of bash will fail to source /dev/null (special |
2431 |
< |
# files actually), so we avoid doing that. |
2432 |
< |
if test -f "$cache_file"; then |
2430 |
> |
# Some versions of bash will fail to source /dev/null (special files |
2431 |
> |
# actually), so we avoid doing that. DJGPP emulates it as a regular file. |
2432 |
> |
if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
2433 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
2434 |
|
$as_echo "$as_me: loading cache $cache_file" >&6;} |
2435 |
|
case $cache_file in |
2498 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
2499 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 |
2500 |
|
$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} |
2501 |
< |
as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2501 |
> |
as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 |
2502 |
|
fi |
2503 |
|
## -------------------- ## |
2504 |
|
## Main body of script. ## |
2513 |
|
|
2514 |
|
ac_aux_dir= |
2515 |
|
for ac_dir in ac-tools "$srcdir"/ac-tools; do |
2516 |
< |
for ac_t in install-sh install.sh shtool; do |
2517 |
< |
if test -f "$ac_dir/$ac_t"; then |
2518 |
< |
ac_aux_dir=$ac_dir |
2519 |
< |
ac_install_sh="$ac_aux_dir/$ac_t -c" |
2520 |
< |
break 2 |
2521 |
< |
fi |
2522 |
< |
done |
2516 |
> |
if test -f "$ac_dir/install-sh"; then |
2517 |
> |
ac_aux_dir=$ac_dir |
2518 |
> |
ac_install_sh="$ac_aux_dir/install-sh -c" |
2519 |
> |
break |
2520 |
> |
elif test -f "$ac_dir/install.sh"; then |
2521 |
> |
ac_aux_dir=$ac_dir |
2522 |
> |
ac_install_sh="$ac_aux_dir/install.sh -c" |
2523 |
> |
break |
2524 |
> |
elif test -f "$ac_dir/shtool"; then |
2525 |
> |
ac_aux_dir=$ac_dir |
2526 |
> |
ac_install_sh="$ac_aux_dir/shtool install -c" |
2527 |
> |
break |
2528 |
> |
fi |
2529 |
|
done |
2530 |
|
if test -z "$ac_aux_dir"; then |
2531 |
< |
as_fn_error "cannot find install-sh, install.sh, or shtool in ac-tools \"$srcdir\"/ac-tools" "$LINENO" 5 |
2531 |
> |
as_fn_error $? "cannot find install-sh, install.sh, or shtool in ac-tools \"$srcdir\"/ac-tools" "$LINENO" 5 |
2532 |
|
fi |
2533 |
|
|
2534 |
|
# These three variables are undocumented and unsupported, |
2542 |
|
|
2543 |
|
|
2544 |
|
ac_config_headers="$ac_config_headers src/config.h" |
2656 |
– |
|
2657 |
– |
|
2658 |
– |
|
2659 |
– |
|
2660 |
– |
|
2661 |
– |
|
2662 |
– |
|
2663 |
– |
|
2664 |
– |
|
2665 |
– |
|
2666 |
– |
|
2667 |
– |
|
2668 |
– |
|
2669 |
– |
|
2545 |
|
|
2546 |
|
|
2547 |
|
|
2571 |
|
|
2572 |
|
|
2573 |
|
|
2699 |
– |
|
2574 |
|
# |
2575 |
|
# |
2576 |
|
# |
2584 |
|
|
2585 |
|
|
2586 |
|
|
2713 |
– |
# AC_F90_MODULE_NAMES |
2714 |
– |
# ------------------- |
2715 |
– |
# |
2716 |
– |
# Figure out how the Fortran 90 compiler constructs module file names |
2717 |
– |
# |
2718 |
– |
# AC_F90_MODULE_NAMES |
2587 |
|
|
2588 |
|
|
2589 |
|
|
2764 |
|
# who am i |
2765 |
|
# Make sure we can run config.sub. |
2766 |
|
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || |
2767 |
< |
as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
2767 |
> |
as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 |
2768 |
|
|
2769 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 |
2770 |
|
$as_echo_n "checking build system type... " >&6; } |
2771 |
< |
if test "${ac_cv_build+set}" = set; then : |
2771 |
> |
if ${ac_cv_build+:} false; then : |
2772 |
|
$as_echo_n "(cached) " >&6 |
2773 |
|
else |
2774 |
|
ac_build_alias=$build_alias |
2775 |
|
test "x$ac_build_alias" = x && |
2776 |
|
ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` |
2777 |
|
test "x$ac_build_alias" = x && |
2778 |
< |
as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5 |
2778 |
> |
as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 |
2779 |
|
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || |
2780 |
< |
as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
2780 |
> |
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 |
2781 |
|
|
2782 |
|
fi |
2783 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 |
2784 |
|
$as_echo "$ac_cv_build" >&6; } |
2785 |
|
case $ac_cv_build in |
2786 |
|
*-*-*) ;; |
2787 |
< |
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;; |
2787 |
> |
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; |
2788 |
|
esac |
2789 |
|
build=$ac_cv_build |
2790 |
|
ac_save_IFS=$IFS; IFS='-' |
2802 |
|
|
2803 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 |
2804 |
|
$as_echo_n "checking host system type... " >&6; } |
2805 |
< |
if test "${ac_cv_host+set}" = set; then : |
2805 |
> |
if ${ac_cv_host+:} false; then : |
2806 |
|
$as_echo_n "(cached) " >&6 |
2807 |
|
else |
2808 |
|
if test "x$host_alias" = x; then |
2809 |
|
ac_cv_host=$ac_cv_build |
2810 |
|
else |
2811 |
|
ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || |
2812 |
< |
as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
2812 |
> |
as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 |
2813 |
|
fi |
2814 |
|
|
2815 |
|
fi |
2817 |
|
$as_echo "$ac_cv_host" >&6; } |
2818 |
|
case $ac_cv_host in |
2819 |
|
*-*-*) ;; |
2820 |
< |
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;; |
2820 |
> |
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; |
2821 |
|
esac |
2822 |
|
host=$ac_cv_host |
2823 |
|
ac_save_IFS=$IFS; IFS='-' |
2837 |
|
|
2838 |
|
|
2839 |
|
# set program name |
2840 |
< |
PROGNAME="oopse" |
2840 |
> |
PROGNAME="openmd" |
2841 |
|
|
2842 |
|
|
2843 |
|
|
2844 |
|
|
2845 |
|
OBJEXT=".$OBJEXT" |
2846 |
|
|
2847 |
< |
OOPSE=oopse |
2847 |
> |
OPENMD=openmd |
2848 |
|
|
2849 |
|
if test "x${prefix}" = "xNONE" |
2850 |
|
then |
2851 |
< |
OOPSE_HOME=${ac_default_prefix}/oopse |
2851 |
> |
OPENMD_HOME=${ac_default_prefix}/openmd |
2852 |
|
else |
2853 |
< |
OOPSE_HOME=${prefix}/oopse |
2853 |
> |
OPENMD_HOME=${prefix}/openmd |
2854 |
|
fi |
2855 |
< |
# Check whether --enable-oopse-home was given. |
2856 |
< |
if test "${enable_oopse_home+set}" = set; then : |
2857 |
< |
enableval=$enable_oopse_home; OOPSE_HOME="${enableval}" |
2855 |
> |
# Check whether --enable-openmd-home was given. |
2856 |
> |
if test "${enable_openmd_home+set}" = set; then : |
2857 |
> |
enableval=$enable_openmd_home; OPENMD_HOME="${enableval}" |
2858 |
|
fi |
2859 |
|
|
2860 |
|
|
2892 |
|
$as_echo "#define SINGLE_PRECISION 1" >>confdefs.h |
2893 |
|
|
2894 |
|
USE_SINGLE_PRECISION=yes |
3027 |
– |
|
3028 |
– |
fi |
3029 |
– |
|
3030 |
– |
if test x"$CC" != x; then |
3031 |
– |
for ac_prog in $CC |
3032 |
– |
do |
3033 |
– |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3034 |
– |
set dummy $ac_prog; ac_word=$2 |
3035 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3036 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3037 |
– |
if test "${ac_cv_prog_ac_cc_set+set}" = set; then : |
3038 |
– |
$as_echo_n "(cached) " >&6 |
3039 |
– |
else |
3040 |
– |
if test -n "$ac_cc_set"; then |
3041 |
– |
ac_cv_prog_ac_cc_set="$ac_cc_set" # Let the user override the test. |
3042 |
– |
else |
3043 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3044 |
– |
for as_dir in $PATH |
3045 |
– |
do |
3046 |
– |
IFS=$as_save_IFS |
3047 |
– |
test -z "$as_dir" && as_dir=. |
3048 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3049 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3050 |
– |
ac_cv_prog_ac_cc_set="$ac_prog" |
3051 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3052 |
– |
break 2 |
3053 |
– |
fi |
3054 |
– |
done |
3055 |
– |
done |
3056 |
– |
IFS=$as_save_IFS |
3057 |
– |
|
3058 |
– |
fi |
3059 |
– |
fi |
3060 |
– |
ac_cc_set=$ac_cv_prog_ac_cc_set |
3061 |
– |
if test -n "$ac_cc_set"; then |
3062 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cc_set" >&5 |
3063 |
– |
$as_echo "$ac_cc_set" >&6; } |
3064 |
– |
else |
3065 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3066 |
– |
$as_echo "no" >&6; } |
3067 |
– |
fi |
3068 |
– |
|
3069 |
– |
|
3070 |
– |
test -n "$ac_cc_set" && break |
3071 |
– |
done |
3072 |
– |
test -n "$ac_cc_set" || ac_cc_set="no" |
3073 |
– |
|
3074 |
– |
if test $ac_cc_set != no; then : |
3075 |
– |
|
3076 |
– |
# Extract the first word of "$ac_cc_set", so it can be a program name with args. |
3077 |
– |
set dummy $ac_cc_set; ac_word=$2 |
3078 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3079 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3080 |
– |
if test "${ac_cv_path_ac_cc_path+set}" = set; then : |
3081 |
– |
$as_echo_n "(cached) " >&6 |
3082 |
– |
else |
3083 |
– |
case $ac_cc_path in |
3084 |
– |
[\\/]* | ?:[\\/]*) |
3085 |
– |
ac_cv_path_ac_cc_path="$ac_cc_path" # Let the user override the test with a path. |
3086 |
– |
;; |
3087 |
– |
*) |
3088 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3089 |
– |
for as_dir in $PATH |
3090 |
– |
do |
3091 |
– |
IFS=$as_save_IFS |
3092 |
– |
test -z "$as_dir" && as_dir=. |
3093 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3094 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3095 |
– |
ac_cv_path_ac_cc_path="$as_dir/$ac_word$ac_exec_ext" |
3096 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3097 |
– |
break 2 |
3098 |
– |
fi |
3099 |
– |
done |
3100 |
– |
done |
3101 |
– |
IFS=$as_save_IFS |
3102 |
– |
|
3103 |
– |
test -z "$ac_cv_path_ac_cc_path" && ac_cv_path_ac_cc_path="no" |
3104 |
– |
;; |
3105 |
– |
esac |
3106 |
– |
fi |
3107 |
– |
ac_cc_path=$ac_cv_path_ac_cc_path |
3108 |
– |
if test -n "$ac_cc_path"; then |
3109 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cc_path" >&5 |
3110 |
– |
$as_echo "$ac_cc_path" >&6; } |
3111 |
– |
else |
3112 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3113 |
– |
$as_echo "no" >&6; } |
3114 |
– |
fi |
3115 |
– |
|
3116 |
– |
|
3117 |
– |
else |
3118 |
– |
|
3119 |
– |
as_fn_error "Specified C compiler $CC doesn't seem to exist!" "$LINENO" 5 |
3120 |
– |
fi |
3121 |
– |
|
3122 |
– |
if test $ac_cc_path != no; then : |
3123 |
– |
|
3124 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: Will attempt to use $CC as C compiler" >&5 |
3125 |
– |
$as_echo "$as_me: Will attempt to use $CC as C compiler" >&6;} |
3126 |
– |
MPICC=$CC |
3127 |
– |
|
3128 |
– |
else |
3129 |
– |
|
3130 |
– |
as_fn_error "Can't find path to user-specified C compiler $CC" "$LINENO" 5 |
3131 |
– |
fi |
3132 |
– |
fi |
3133 |
– |
|
3134 |
– |
if test x"$CXX" != x; then |
3135 |
– |
for ac_prog in $CXX |
3136 |
– |
do |
3137 |
– |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3138 |
– |
set dummy $ac_prog; ac_word=$2 |
3139 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3140 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3141 |
– |
if test "${ac_cv_prog_ac_cxx_set+set}" = set; then : |
3142 |
– |
$as_echo_n "(cached) " >&6 |
3143 |
– |
else |
3144 |
– |
if test -n "$ac_cxx_set"; then |
3145 |
– |
ac_cv_prog_ac_cxx_set="$ac_cxx_set" # Let the user override the test. |
3146 |
– |
else |
3147 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3148 |
– |
for as_dir in $PATH |
3149 |
– |
do |
3150 |
– |
IFS=$as_save_IFS |
3151 |
– |
test -z "$as_dir" && as_dir=. |
3152 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3153 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3154 |
– |
ac_cv_prog_ac_cxx_set="$ac_prog" |
3155 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3156 |
– |
break 2 |
3157 |
– |
fi |
3158 |
– |
done |
3159 |
– |
done |
3160 |
– |
IFS=$as_save_IFS |
3161 |
– |
|
3162 |
– |
fi |
3163 |
– |
fi |
3164 |
– |
ac_cxx_set=$ac_cv_prog_ac_cxx_set |
3165 |
– |
if test -n "$ac_cxx_set"; then |
3166 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cxx_set" >&5 |
3167 |
– |
$as_echo "$ac_cxx_set" >&6; } |
3168 |
– |
else |
3169 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3170 |
– |
$as_echo "no" >&6; } |
3171 |
– |
fi |
3172 |
– |
|
3173 |
– |
|
3174 |
– |
test -n "$ac_cxx_set" && break |
3175 |
– |
done |
3176 |
– |
test -n "$ac_cxx_set" || ac_cxx_set="no" |
3177 |
– |
|
3178 |
– |
if test $ac_cxx_set != no; then : |
3179 |
– |
|
3180 |
– |
# Extract the first word of "$ac_cxx_set", so it can be a program name with args. |
3181 |
– |
set dummy $ac_cxx_set; ac_word=$2 |
3182 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3183 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3184 |
– |
if test "${ac_cv_path_ac_cxx_path+set}" = set; then : |
3185 |
– |
$as_echo_n "(cached) " >&6 |
3186 |
– |
else |
3187 |
– |
case $ac_cxx_path in |
3188 |
– |
[\\/]* | ?:[\\/]*) |
3189 |
– |
ac_cv_path_ac_cxx_path="$ac_cxx_path" # Let the user override the test with a path. |
3190 |
– |
;; |
3191 |
– |
*) |
3192 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3193 |
– |
for as_dir in $PATH |
3194 |
– |
do |
3195 |
– |
IFS=$as_save_IFS |
3196 |
– |
test -z "$as_dir" && as_dir=. |
3197 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3198 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3199 |
– |
ac_cv_path_ac_cxx_path="$as_dir/$ac_word$ac_exec_ext" |
3200 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3201 |
– |
break 2 |
3202 |
– |
fi |
3203 |
– |
done |
3204 |
– |
done |
3205 |
– |
IFS=$as_save_IFS |
3206 |
– |
|
3207 |
– |
test -z "$ac_cv_path_ac_cxx_path" && ac_cv_path_ac_cxx_path="no" |
3208 |
– |
;; |
3209 |
– |
esac |
3210 |
– |
fi |
3211 |
– |
ac_cxx_path=$ac_cv_path_ac_cxx_path |
3212 |
– |
if test -n "$ac_cxx_path"; then |
3213 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cxx_path" >&5 |
3214 |
– |
$as_echo "$ac_cxx_path" >&6; } |
3215 |
– |
else |
3216 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3217 |
– |
$as_echo "no" >&6; } |
3218 |
– |
fi |
3219 |
– |
|
3220 |
– |
|
3221 |
– |
else |
3222 |
– |
|
3223 |
– |
as_fn_error "Specified C++ compiler $CXX doesn't seem to exist!" "$LINENO" 5 |
3224 |
– |
fi |
3225 |
– |
|
3226 |
– |
if test $ac_cxx_path != no; then : |
3227 |
– |
|
3228 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: Will attempt to use $CXX as C++ compiler" >&5 |
3229 |
– |
$as_echo "$as_me: Will attempt to use $CXX as C++ compiler" >&6;} |
3230 |
– |
MPICXX=$CXX |
3231 |
– |
|
3232 |
– |
else |
3233 |
– |
|
3234 |
– |
as_fn_error "Can't find path to user-specified C++ compiler $CXX" "$LINENO" 5 |
3235 |
– |
fi |
3236 |
– |
fi |
3237 |
– |
|
3238 |
– |
if test x"$FC" != x; then |
3239 |
– |
for ac_prog in $FC |
3240 |
– |
do |
3241 |
– |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3242 |
– |
set dummy $ac_prog; ac_word=$2 |
3243 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3244 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3245 |
– |
if test "${ac_cv_prog_ac_fc_set+set}" = set; then : |
3246 |
– |
$as_echo_n "(cached) " >&6 |
3247 |
– |
else |
3248 |
– |
if test -n "$ac_fc_set"; then |
3249 |
– |
ac_cv_prog_ac_fc_set="$ac_fc_set" # Let the user override the test. |
3250 |
– |
else |
3251 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3252 |
– |
for as_dir in $PATH |
3253 |
– |
do |
3254 |
– |
IFS=$as_save_IFS |
3255 |
– |
test -z "$as_dir" && as_dir=. |
3256 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3257 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3258 |
– |
ac_cv_prog_ac_fc_set="$ac_prog" |
3259 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3260 |
– |
break 2 |
3261 |
– |
fi |
3262 |
– |
done |
3263 |
– |
done |
3264 |
– |
IFS=$as_save_IFS |
3265 |
– |
|
3266 |
– |
fi |
3267 |
– |
fi |
3268 |
– |
ac_fc_set=$ac_cv_prog_ac_fc_set |
3269 |
– |
if test -n "$ac_fc_set"; then |
3270 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fc_set" >&5 |
3271 |
– |
$as_echo "$ac_fc_set" >&6; } |
3272 |
– |
else |
3273 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3274 |
– |
$as_echo "no" >&6; } |
3275 |
– |
fi |
2895 |
|
|
3277 |
– |
|
3278 |
– |
test -n "$ac_fc_set" && break |
3279 |
– |
done |
3280 |
– |
test -n "$ac_fc_set" || ac_fc_set="no" |
3281 |
– |
|
3282 |
– |
if test $ac_fc_set != no; then : |
3283 |
– |
|
3284 |
– |
# Extract the first word of "$ac_fc_set", so it can be a program name with args. |
3285 |
– |
set dummy $ac_fc_set; ac_word=$2 |
3286 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3287 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3288 |
– |
if test "${ac_cv_path_ac_fc_path+set}" = set; then : |
3289 |
– |
$as_echo_n "(cached) " >&6 |
3290 |
– |
else |
3291 |
– |
case $ac_fc_path in |
3292 |
– |
[\\/]* | ?:[\\/]*) |
3293 |
– |
ac_cv_path_ac_fc_path="$ac_fc_path" # Let the user override the test with a path. |
3294 |
– |
;; |
3295 |
– |
*) |
3296 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3297 |
– |
for as_dir in $PATH |
3298 |
– |
do |
3299 |
– |
IFS=$as_save_IFS |
3300 |
– |
test -z "$as_dir" && as_dir=. |
3301 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3302 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3303 |
– |
ac_cv_path_ac_fc_path="$as_dir/$ac_word$ac_exec_ext" |
3304 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3305 |
– |
break 2 |
3306 |
– |
fi |
3307 |
– |
done |
3308 |
– |
done |
3309 |
– |
IFS=$as_save_IFS |
3310 |
– |
|
3311 |
– |
test -z "$ac_cv_path_ac_fc_path" && ac_cv_path_ac_fc_path="no" |
3312 |
– |
;; |
3313 |
– |
esac |
2896 |
|
fi |
3315 |
– |
ac_fc_path=$ac_cv_path_ac_fc_path |
3316 |
– |
if test -n "$ac_fc_path"; then |
3317 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fc_path" >&5 |
3318 |
– |
$as_echo "$ac_fc_path" >&6; } |
3319 |
– |
else |
3320 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3321 |
– |
$as_echo "no" >&6; } |
3322 |
– |
fi |
2897 |
|
|
3324 |
– |
|
3325 |
– |
else |
3326 |
– |
|
3327 |
– |
as_fn_error "Specified Fortran compiler $FC doesn't seem to exist!" "$LINENO" 5 |
3328 |
– |
fi |
3329 |
– |
|
3330 |
– |
if test $ac_fc_path != no; then : |
3331 |
– |
|
3332 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: Will attempt to use $FC as Fortran compiler" >&5 |
3333 |
– |
$as_echo "$as_me: Will attempt to use $FC as Fortran compiler" >&6;} |
3334 |
– |
MPIFC=$FC |
3335 |
– |
|
3336 |
– |
else |
3337 |
– |
|
3338 |
– |
as_fn_error "Can't find path to user-specified Fortran compiler $FC" "$LINENO" 5 |
3339 |
– |
fi |
3340 |
– |
fi |
3341 |
– |
|
3342 |
– |
|
2898 |
|
ac_ext=cpp |
2899 |
|
ac_cpp='$CXXCPP $CPPFLAGS' |
2900 |
|
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
2901 |
|
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
2902 |
|
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
3348 |
– |
|
3349 |
– |
ac_ext=cpp |
3350 |
– |
ac_cpp='$CXXCPP $CPPFLAGS' |
3351 |
– |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3352 |
– |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3353 |
– |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
2903 |
|
if test -z "$CXX"; then |
2904 |
|
if test -n "$CCC"; then |
2905 |
|
CXX=$CCC |
2906 |
|
else |
2907 |
|
if test -n "$ac_tool_prefix"; then |
2908 |
< |
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
2908 |
> |
for ac_prog in $CXX icpc pathCC pgCC c++ xlc++ xlC g++ CC |
2909 |
|
do |
2910 |
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
2911 |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
2912 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2913 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
2914 |
< |
if test "${ac_cv_prog_CXX+set}" = set; then : |
2914 |
> |
if ${ac_cv_prog_CXX+:} false; then : |
2915 |
|
$as_echo_n "(cached) " >&6 |
2916 |
|
else |
2917 |
|
if test -n "$CXX"; then |
2949 |
|
fi |
2950 |
|
if test -z "$CXX"; then |
2951 |
|
ac_ct_CXX=$CXX |
2952 |
< |
for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC |
2952 |
> |
for ac_prog in $CXX icpc pathCC pgCC c++ xlc++ xlC g++ CC |
2953 |
|
do |
2954 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
2955 |
|
set dummy $ac_prog; ac_word=$2 |
2956 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
2957 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
2958 |
< |
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : |
2958 |
> |
if ${ac_cv_prog_ac_ct_CXX+:} false; then : |
2959 |
|
$as_echo_n "(cached) " >&6 |
2960 |
|
else |
2961 |
|
if test -n "$ac_ct_CXX"; then |
3025 |
|
... rest of stderr output deleted ... |
3026 |
|
10q' conftest.err >conftest.er1 |
3027 |
|
cat conftest.er1 >&5 |
3479 |
– |
rm -f conftest.er1 conftest.err |
3028 |
|
fi |
3029 |
+ |
rm -f conftest.er1 conftest.err |
3030 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3031 |
|
test $ac_status = 0; } |
3032 |
|
done |
3033 |
|
|
3034 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3035 |
|
/* end confdefs.h. */ |
3036 |
< |
#include <stdio.h> |
3036 |
> |
|
3037 |
|
int |
3038 |
|
main () |
3039 |
|
{ |
3491 |
– |
FILE *f = fopen ("conftest.out", "w"); |
3492 |
– |
return ferror (f) || fclose (f) != 0; |
3040 |
|
|
3041 |
|
; |
3042 |
|
return 0; |
3043 |
|
} |
3044 |
|
_ACEOF |
3045 |
|
ac_clean_files_save=$ac_clean_files |
3046 |
< |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
3046 |
> |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
3047 |
|
# Try to create an executable without -o first, disregard a.out. |
3048 |
|
# It will help us diagnose broken compilers, and finding out an intuition |
3049 |
|
# of exeext. |
3050 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 |
3051 |
< |
$as_echo_n "checking for C++ compiler default output file name... " >&6; } |
3050 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 |
3051 |
> |
$as_echo_n "checking whether the C++ compiler works... " >&6; } |
3052 |
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
3053 |
|
|
3054 |
|
# The possible output files: |
3110 |
|
else |
3111 |
|
ac_file='' |
3112 |
|
fi |
3566 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
3567 |
– |
$as_echo "$ac_file" >&6; } |
3113 |
|
if test -z "$ac_file"; then : |
3114 |
< |
$as_echo "$as_me: failed program was:" >&5 |
3114 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3115 |
> |
$as_echo "no" >&6; } |
3116 |
> |
$as_echo "$as_me: failed program was:" >&5 |
3117 |
|
sed 's/^/| /' conftest.$ac_ext >&5 |
3118 |
|
|
3119 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3120 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3121 |
< |
{ as_fn_set_status 77 |
3122 |
< |
as_fn_error "C++ compiler cannot create executables |
3123 |
< |
See \`config.log' for more details." "$LINENO" 5; }; } |
3121 |
> |
as_fn_error 77 "C++ compiler cannot create executables |
3122 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
3123 |
> |
else |
3124 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3125 |
> |
$as_echo "yes" >&6; } |
3126 |
|
fi |
3127 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler default output file name" >&5 |
3128 |
+ |
$as_echo_n "checking for C++ compiler default output file name... " >&6; } |
3129 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
3130 |
+ |
$as_echo "$ac_file" >&6; } |
3131 |
|
ac_exeext=$ac_cv_exeext |
3132 |
|
|
3133 |
< |
# Check that the compiler produces executables we can run. If not, either |
3581 |
< |
# the compiler is broken, or we cross compile. |
3582 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler works" >&5 |
3583 |
< |
$as_echo_n "checking whether the C++ compiler works... " >&6; } |
3584 |
< |
# If not cross compiling, check that we can run a simple program. |
3585 |
< |
if test "$cross_compiling" != yes; then |
3586 |
< |
if { ac_try='./$ac_file' |
3587 |
< |
{ { case "(($ac_try" in |
3588 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3589 |
< |
*) ac_try_echo=$ac_try;; |
3590 |
< |
esac |
3591 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3592 |
< |
$as_echo "$ac_try_echo"; } >&5 |
3593 |
< |
(eval "$ac_try") 2>&5 |
3594 |
< |
ac_status=$? |
3595 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3596 |
< |
test $ac_status = 0; }; }; then |
3597 |
< |
cross_compiling=no |
3598 |
< |
else |
3599 |
< |
if test "$cross_compiling" = maybe; then |
3600 |
< |
cross_compiling=yes |
3601 |
< |
else |
3602 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3603 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3604 |
< |
as_fn_error "cannot run C++ compiled programs. |
3605 |
< |
If you meant to cross compile, use \`--host'. |
3606 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
3607 |
< |
fi |
3608 |
< |
fi |
3609 |
< |
fi |
3610 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3611 |
< |
$as_echo "yes" >&6; } |
3612 |
< |
|
3613 |
< |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
3133 |
> |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
3134 |
|
ac_clean_files=$ac_clean_files_save |
3615 |
– |
# Check that the compiler produces executables we can run. If not, either |
3616 |
– |
# the compiler is broken, or we cross compile. |
3617 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3618 |
– |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
3619 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
3620 |
– |
$as_echo "$cross_compiling" >&6; } |
3621 |
– |
|
3135 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
3136 |
|
$as_echo_n "checking for suffix of executables... " >&6; } |
3137 |
|
if { { ac_try="$ac_link" |
3161 |
|
else |
3162 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3163 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3164 |
< |
as_fn_error "cannot compute suffix of executables: cannot compile and link |
3165 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
3164 |
> |
as_fn_error $? "cannot compute suffix of executables: cannot compile and link |
3165 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
3166 |
|
fi |
3167 |
< |
rm -f conftest$ac_cv_exeext |
3167 |
> |
rm -f conftest conftest$ac_cv_exeext |
3168 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
3169 |
|
$as_echo "$ac_cv_exeext" >&6; } |
3170 |
|
|
3171 |
|
rm -f conftest.$ac_ext |
3172 |
|
EXEEXT=$ac_cv_exeext |
3173 |
|
ac_exeext=$EXEEXT |
3174 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3175 |
+ |
/* end confdefs.h. */ |
3176 |
+ |
#include <stdio.h> |
3177 |
+ |
int |
3178 |
+ |
main () |
3179 |
+ |
{ |
3180 |
+ |
FILE *f = fopen ("conftest.out", "w"); |
3181 |
+ |
return ferror (f) || fclose (f) != 0; |
3182 |
+ |
|
3183 |
+ |
; |
3184 |
+ |
return 0; |
3185 |
+ |
} |
3186 |
+ |
_ACEOF |
3187 |
+ |
ac_clean_files="$ac_clean_files conftest.out" |
3188 |
+ |
# Check that the compiler produces executables we can run. If not, either |
3189 |
+ |
# the compiler is broken, or we cross compile. |
3190 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
3191 |
+ |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
3192 |
+ |
if test "$cross_compiling" != yes; then |
3193 |
+ |
{ { ac_try="$ac_link" |
3194 |
+ |
case "(($ac_try" in |
3195 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3196 |
+ |
*) ac_try_echo=$ac_try;; |
3197 |
+ |
esac |
3198 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3199 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
3200 |
+ |
(eval "$ac_link") 2>&5 |
3201 |
+ |
ac_status=$? |
3202 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3203 |
+ |
test $ac_status = 0; } |
3204 |
+ |
if { ac_try='./conftest$ac_cv_exeext' |
3205 |
+ |
{ { case "(($ac_try" in |
3206 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
3207 |
+ |
*) ac_try_echo=$ac_try;; |
3208 |
+ |
esac |
3209 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
3210 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
3211 |
+ |
(eval "$ac_try") 2>&5 |
3212 |
+ |
ac_status=$? |
3213 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3214 |
+ |
test $ac_status = 0; }; }; then |
3215 |
+ |
cross_compiling=no |
3216 |
+ |
else |
3217 |
+ |
if test "$cross_compiling" = maybe; then |
3218 |
+ |
cross_compiling=yes |
3219 |
+ |
else |
3220 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3221 |
+ |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3222 |
+ |
as_fn_error $? "cannot run C++ compiled programs. |
3223 |
+ |
If you meant to cross compile, use \`--host'. |
3224 |
+ |
See \`config.log' for more details" "$LINENO" 5; } |
3225 |
+ |
fi |
3226 |
+ |
fi |
3227 |
+ |
fi |
3228 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
3229 |
+ |
$as_echo "$cross_compiling" >&6; } |
3230 |
+ |
|
3231 |
+ |
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
3232 |
+ |
ac_clean_files=$ac_clean_files_save |
3233 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
3234 |
|
$as_echo_n "checking for suffix of object files... " >&6; } |
3235 |
< |
if test "${ac_cv_objext+set}" = set; then : |
3235 |
> |
if ${ac_cv_objext+:} false; then : |
3236 |
|
$as_echo_n "(cached) " >&6 |
3237 |
|
else |
3238 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3272 |
|
|
3273 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3274 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3275 |
< |
as_fn_error "cannot compute suffix of object files: cannot compile |
3276 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
3275 |
> |
as_fn_error $? "cannot compute suffix of object files: cannot compile |
3276 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
3277 |
|
fi |
3278 |
|
rm -f conftest.$ac_cv_objext conftest.$ac_ext |
3279 |
|
fi |
3283 |
|
ac_objext=$OBJEXT |
3284 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 |
3285 |
|
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } |
3286 |
< |
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : |
3286 |
> |
if ${ac_cv_cxx_compiler_gnu+:} false; then : |
3287 |
|
$as_echo_n "(cached) " >&6 |
3288 |
|
else |
3289 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3320 |
|
ac_save_CXXFLAGS=$CXXFLAGS |
3321 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 |
3322 |
|
$as_echo_n "checking whether $CXX accepts -g... " >&6; } |
3323 |
< |
if test "${ac_cv_prog_cxx_g+set}" = set; then : |
3323 |
> |
if ${ac_cv_prog_cxx_g+:} false; then : |
3324 |
|
$as_echo_n "(cached) " >&6 |
3325 |
|
else |
3326 |
|
ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
3396 |
|
CXXFLAGS= |
3397 |
|
fi |
3398 |
|
fi |
3399 |
< |
ac_ext=cpp |
3400 |
< |
ac_cpp='$CXXCPP $CPPFLAGS' |
3401 |
< |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3402 |
< |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3403 |
< |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
3399 |
> |
ac_ext=c |
3400 |
> |
ac_cpp='$CPP $CPPFLAGS' |
3401 |
> |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3402 |
> |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3403 |
> |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3404 |
|
|
3833 |
– |
|
3834 |
– |
|
3835 |
– |
|
3836 |
– |
|
3837 |
– |
|
3838 |
– |
|
3839 |
– |
for ac_prog in openmpicxx openmpiCC openmpic++ mpic++ mpicxx mpiCC hcp mpxlC_r mpxlC mpCC cmpic++ |
3840 |
– |
do |
3841 |
– |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3842 |
– |
set dummy $ac_prog; ac_word=$2 |
3843 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3844 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
3845 |
– |
if test "${ac_cv_prog_MPICXX+set}" = set; then : |
3846 |
– |
$as_echo_n "(cached) " >&6 |
3847 |
– |
else |
3848 |
– |
if test -n "$MPICXX"; then |
3849 |
– |
ac_cv_prog_MPICXX="$MPICXX" # Let the user override the test. |
3850 |
– |
else |
3851 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3852 |
– |
for as_dir in $PATH |
3853 |
– |
do |
3854 |
– |
IFS=$as_save_IFS |
3855 |
– |
test -z "$as_dir" && as_dir=. |
3856 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
3857 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3858 |
– |
ac_cv_prog_MPICXX="$ac_prog" |
3859 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3860 |
– |
break 2 |
3861 |
– |
fi |
3862 |
– |
done |
3863 |
– |
done |
3864 |
– |
IFS=$as_save_IFS |
3865 |
– |
|
3866 |
– |
fi |
3867 |
– |
fi |
3868 |
– |
MPICXX=$ac_cv_prog_MPICXX |
3869 |
– |
if test -n "$MPICXX"; then |
3870 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPICXX" >&5 |
3871 |
– |
$as_echo "$MPICXX" >&6; } |
3872 |
– |
else |
3873 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3874 |
– |
$as_echo "no" >&6; } |
3875 |
– |
fi |
3876 |
– |
|
3877 |
– |
|
3878 |
– |
test -n "$MPICXX" && break |
3879 |
– |
done |
3880 |
– |
test -n "$MPICXX" || MPICXX="$CXX" |
3881 |
– |
|
3882 |
– |
ax_mpi_save_CXX="$CXX" |
3883 |
– |
CXX="$MPICXX" |
3884 |
– |
|
3885 |
– |
|
3886 |
– |
|
3887 |
– |
if test x = x"$MPILIBS"; then |
3888 |
– |
ac_fn_cxx_check_func "$LINENO" "MPI_Init" "ac_cv_func_MPI_Init" |
3889 |
– |
if test "x$ac_cv_func_MPI_Init" = x""yes; then : |
3890 |
– |
MPILIBS=" " |
3891 |
– |
fi |
3892 |
– |
|
3893 |
– |
fi |
3894 |
– |
|
3895 |
– |
if test x = x"$MPILIBS"; then |
3896 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpi" >&5 |
3897 |
– |
$as_echo_n "checking for MPI_Init in -lmpi... " >&6; } |
3898 |
– |
if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then : |
3899 |
– |
$as_echo_n "(cached) " >&6 |
3900 |
– |
else |
3901 |
– |
ac_check_lib_save_LIBS=$LIBS |
3902 |
– |
LIBS="-lmpi $LIBS" |
3903 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3904 |
– |
/* end confdefs.h. */ |
3905 |
– |
|
3906 |
– |
/* Override any GCC internal prototype to avoid an error. |
3907 |
– |
Use char because int might match the return type of a GCC |
3908 |
– |
builtin and then its argument prototype would still apply. */ |
3909 |
– |
#ifdef __cplusplus |
3910 |
– |
extern "C" |
3911 |
– |
#endif |
3912 |
– |
char MPI_Init (); |
3913 |
– |
int |
3914 |
– |
main () |
3915 |
– |
{ |
3916 |
– |
return MPI_Init (); |
3917 |
– |
; |
3918 |
– |
return 0; |
3919 |
– |
} |
3920 |
– |
_ACEOF |
3921 |
– |
if ac_fn_cxx_try_link "$LINENO"; then : |
3922 |
– |
ac_cv_lib_mpi_MPI_Init=yes |
3923 |
– |
else |
3924 |
– |
ac_cv_lib_mpi_MPI_Init=no |
3925 |
– |
fi |
3926 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
3927 |
– |
conftest$ac_exeext conftest.$ac_ext |
3928 |
– |
LIBS=$ac_check_lib_save_LIBS |
3929 |
– |
fi |
3930 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpi_MPI_Init" >&5 |
3931 |
– |
$as_echo "$ac_cv_lib_mpi_MPI_Init" >&6; } |
3932 |
– |
if test "x$ac_cv_lib_mpi_MPI_Init" = x""yes; then : |
3933 |
– |
MPILIBS="-lmpi" |
3934 |
– |
fi |
3935 |
– |
|
3936 |
– |
fi |
3937 |
– |
if test x = x"$MPILIBS"; then |
3938 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpich" >&5 |
3939 |
– |
$as_echo_n "checking for MPI_Init in -lmpich... " >&6; } |
3940 |
– |
if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then : |
3941 |
– |
$as_echo_n "(cached) " >&6 |
3942 |
– |
else |
3943 |
– |
ac_check_lib_save_LIBS=$LIBS |
3944 |
– |
LIBS="-lmpich $LIBS" |
3945 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3946 |
– |
/* end confdefs.h. */ |
3947 |
– |
|
3948 |
– |
/* Override any GCC internal prototype to avoid an error. |
3949 |
– |
Use char because int might match the return type of a GCC |
3950 |
– |
builtin and then its argument prototype would still apply. */ |
3951 |
– |
#ifdef __cplusplus |
3952 |
– |
extern "C" |
3953 |
– |
#endif |
3954 |
– |
char MPI_Init (); |
3955 |
– |
int |
3956 |
– |
main () |
3957 |
– |
{ |
3958 |
– |
return MPI_Init (); |
3959 |
– |
; |
3960 |
– |
return 0; |
3961 |
– |
} |
3962 |
– |
_ACEOF |
3963 |
– |
if ac_fn_cxx_try_link "$LINENO"; then : |
3964 |
– |
ac_cv_lib_mpich_MPI_Init=yes |
3965 |
– |
else |
3966 |
– |
ac_cv_lib_mpich_MPI_Init=no |
3967 |
– |
fi |
3968 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
3969 |
– |
conftest$ac_exeext conftest.$ac_ext |
3970 |
– |
LIBS=$ac_check_lib_save_LIBS |
3971 |
– |
fi |
3972 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpich_MPI_Init" >&5 |
3973 |
– |
$as_echo "$ac_cv_lib_mpich_MPI_Init" >&6; } |
3974 |
– |
if test "x$ac_cv_lib_mpich_MPI_Init" = x""yes; then : |
3975 |
– |
MPILIBS="-lmpich" |
3976 |
– |
fi |
3977 |
– |
|
3978 |
– |
fi |
3979 |
– |
|
3980 |
– |
if test x != x"$MPILIBS"; then |
3981 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpi.h" >&5 |
3982 |
– |
$as_echo_n "checking for mpi.h... " >&6; } |
3983 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3984 |
– |
/* end confdefs.h. */ |
3985 |
– |
#include <mpi.h> |
3986 |
– |
int |
3987 |
– |
main () |
3988 |
– |
{ |
3989 |
– |
|
3990 |
– |
; |
3991 |
– |
return 0; |
3992 |
– |
} |
3993 |
– |
_ACEOF |
3994 |
– |
if ac_fn_cxx_try_compile "$LINENO"; then : |
3995 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
3996 |
– |
$as_echo "yes" >&6; } |
3997 |
– |
else |
3998 |
– |
MPILIBS="" |
3999 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4000 |
– |
$as_echo "no" >&6; } |
4001 |
– |
fi |
4002 |
– |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4003 |
– |
fi |
4004 |
– |
|
4005 |
– |
CXX="$ax_mpi_save_CXX" |
4006 |
– |
|
4007 |
– |
|
4008 |
– |
|
4009 |
– |
# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: |
4010 |
– |
if test x = x"$MPILIBS"; then |
4011 |
– |
USE_MPI="no" |
4012 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No suitable C++ MPI implementation found. oopse_MPI will not be built." >&5 |
4013 |
– |
$as_echo "$as_me: WARNING: No suitable C++ MPI implementation found. oopse_MPI will not be built." >&2;} |
4014 |
– |
: |
4015 |
– |
else |
4016 |
– |
USE_MPI="yes" |
4017 |
– |
: |
4018 |
– |
fi |
4019 |
– |
|
3405 |
|
ac_ext=c |
3406 |
|
ac_cpp='$CPP $CPPFLAGS' |
3407 |
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3408 |
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3409 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3410 |
|
if test -n "$ac_tool_prefix"; then |
3411 |
< |
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. |
4027 |
< |
set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
4028 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4029 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4030 |
< |
if test "${ac_cv_prog_CC+set}" = set; then : |
4031 |
< |
$as_echo_n "(cached) " >&6 |
4032 |
< |
else |
4033 |
< |
if test -n "$CC"; then |
4034 |
< |
ac_cv_prog_CC="$CC" # Let the user override the test. |
4035 |
< |
else |
4036 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4037 |
< |
for as_dir in $PATH |
4038 |
< |
do |
4039 |
< |
IFS=$as_save_IFS |
4040 |
< |
test -z "$as_dir" && as_dir=. |
4041 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4042 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4043 |
< |
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
4044 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4045 |
< |
break 2 |
4046 |
< |
fi |
4047 |
< |
done |
4048 |
< |
done |
4049 |
< |
IFS=$as_save_IFS |
4050 |
< |
|
4051 |
< |
fi |
4052 |
< |
fi |
4053 |
< |
CC=$ac_cv_prog_CC |
4054 |
< |
if test -n "$CC"; then |
4055 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4056 |
< |
$as_echo "$CC" >&6; } |
4057 |
< |
else |
4058 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4059 |
< |
$as_echo "no" >&6; } |
4060 |
< |
fi |
4061 |
< |
|
4062 |
< |
|
4063 |
< |
fi |
4064 |
< |
if test -z "$ac_cv_prog_CC"; then |
4065 |
< |
ac_ct_CC=$CC |
4066 |
< |
# Extract the first word of "gcc", so it can be a program name with args. |
4067 |
< |
set dummy gcc; ac_word=$2 |
4068 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4069 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4070 |
< |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
4071 |
< |
$as_echo_n "(cached) " >&6 |
4072 |
< |
else |
4073 |
< |
if test -n "$ac_ct_CC"; then |
4074 |
< |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
4075 |
< |
else |
4076 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4077 |
< |
for as_dir in $PATH |
4078 |
< |
do |
4079 |
< |
IFS=$as_save_IFS |
4080 |
< |
test -z "$as_dir" && as_dir=. |
4081 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4082 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4083 |
< |
ac_cv_prog_ac_ct_CC="gcc" |
4084 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4085 |
< |
break 2 |
4086 |
< |
fi |
4087 |
< |
done |
4088 |
< |
done |
4089 |
< |
IFS=$as_save_IFS |
4090 |
< |
|
4091 |
< |
fi |
4092 |
< |
fi |
4093 |
< |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4094 |
< |
if test -n "$ac_ct_CC"; then |
4095 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4096 |
< |
$as_echo "$ac_ct_CC" >&6; } |
4097 |
< |
else |
4098 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4099 |
< |
$as_echo "no" >&6; } |
4100 |
< |
fi |
4101 |
< |
|
4102 |
< |
if test "x$ac_ct_CC" = x; then |
4103 |
< |
CC="" |
4104 |
< |
else |
4105 |
< |
case $cross_compiling:$ac_tool_warned in |
4106 |
< |
yes:) |
4107 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4108 |
< |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
4109 |
< |
ac_tool_warned=yes ;; |
4110 |
< |
esac |
4111 |
< |
CC=$ac_ct_CC |
4112 |
< |
fi |
4113 |
< |
else |
4114 |
< |
CC="$ac_cv_prog_CC" |
4115 |
< |
fi |
4116 |
< |
|
4117 |
< |
if test -z "$CC"; then |
4118 |
< |
if test -n "$ac_tool_prefix"; then |
4119 |
< |
# Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. |
4120 |
< |
set dummy ${ac_tool_prefix}cc; ac_word=$2 |
4121 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4122 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4123 |
< |
if test "${ac_cv_prog_CC+set}" = set; then : |
4124 |
< |
$as_echo_n "(cached) " >&6 |
4125 |
< |
else |
4126 |
< |
if test -n "$CC"; then |
4127 |
< |
ac_cv_prog_CC="$CC" # Let the user override the test. |
4128 |
< |
else |
4129 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4130 |
< |
for as_dir in $PATH |
4131 |
< |
do |
4132 |
< |
IFS=$as_save_IFS |
4133 |
< |
test -z "$as_dir" && as_dir=. |
4134 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4135 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4136 |
< |
ac_cv_prog_CC="${ac_tool_prefix}cc" |
4137 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4138 |
< |
break 2 |
4139 |
< |
fi |
4140 |
< |
done |
4141 |
< |
done |
4142 |
< |
IFS=$as_save_IFS |
4143 |
< |
|
4144 |
< |
fi |
4145 |
< |
fi |
4146 |
< |
CC=$ac_cv_prog_CC |
4147 |
< |
if test -n "$CC"; then |
4148 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4149 |
< |
$as_echo "$CC" >&6; } |
4150 |
< |
else |
4151 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4152 |
< |
$as_echo "no" >&6; } |
4153 |
< |
fi |
4154 |
< |
|
4155 |
< |
|
4156 |
< |
fi |
4157 |
< |
fi |
4158 |
< |
if test -z "$CC"; then |
4159 |
< |
# Extract the first word of "cc", so it can be a program name with args. |
4160 |
< |
set dummy cc; ac_word=$2 |
4161 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4162 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4163 |
< |
if test "${ac_cv_prog_CC+set}" = set; then : |
4164 |
< |
$as_echo_n "(cached) " >&6 |
4165 |
< |
else |
4166 |
< |
if test -n "$CC"; then |
4167 |
< |
ac_cv_prog_CC="$CC" # Let the user override the test. |
4168 |
< |
else |
4169 |
< |
ac_prog_rejected=no |
4170 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4171 |
< |
for as_dir in $PATH |
4172 |
< |
do |
4173 |
< |
IFS=$as_save_IFS |
4174 |
< |
test -z "$as_dir" && as_dir=. |
4175 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4176 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4177 |
< |
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
4178 |
< |
ac_prog_rejected=yes |
4179 |
< |
continue |
4180 |
< |
fi |
4181 |
< |
ac_cv_prog_CC="cc" |
4182 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4183 |
< |
break 2 |
4184 |
< |
fi |
4185 |
< |
done |
4186 |
< |
done |
4187 |
< |
IFS=$as_save_IFS |
4188 |
< |
|
4189 |
< |
if test $ac_prog_rejected = yes; then |
4190 |
< |
# We found a bogon in the path, so make sure we never use it. |
4191 |
< |
set dummy $ac_cv_prog_CC |
4192 |
< |
shift |
4193 |
< |
if test $# != 0; then |
4194 |
< |
# We chose a different compiler from the bogus one. |
4195 |
< |
# However, it has the same basename, so the bogon will be chosen |
4196 |
< |
# first if we set CC to just the basename; use the full file name. |
4197 |
< |
shift |
4198 |
< |
ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" |
4199 |
< |
fi |
4200 |
< |
fi |
4201 |
< |
fi |
4202 |
< |
fi |
4203 |
< |
CC=$ac_cv_prog_CC |
4204 |
< |
if test -n "$CC"; then |
4205 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4206 |
< |
$as_echo "$CC" >&6; } |
4207 |
< |
else |
4208 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4209 |
< |
$as_echo "no" >&6; } |
4210 |
< |
fi |
4211 |
< |
|
4212 |
< |
|
4213 |
< |
fi |
4214 |
< |
if test -z "$CC"; then |
4215 |
< |
if test -n "$ac_tool_prefix"; then |
4216 |
< |
for ac_prog in cl.exe |
3411 |
> |
for ac_prog in $CC icc pathcc pgcc cc xlc gcc |
3412 |
|
do |
3413 |
|
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
3414 |
|
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
3415 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3416 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
3417 |
< |
if test "${ac_cv_prog_CC+set}" = set; then : |
3417 |
> |
if ${ac_cv_prog_CC+:} false; then : |
3418 |
|
$as_echo_n "(cached) " >&6 |
3419 |
|
else |
3420 |
|
if test -n "$CC"; then |
3452 |
|
fi |
3453 |
|
if test -z "$CC"; then |
3454 |
|
ac_ct_CC=$CC |
3455 |
< |
for ac_prog in cl.exe |
3455 |
> |
for ac_prog in $CC icc pathcc pgcc cc xlc gcc |
3456 |
|
do |
3457 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3458 |
|
set dummy $ac_prog; ac_word=$2 |
3459 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3460 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
3461 |
< |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
3461 |
> |
if ${ac_cv_prog_ac_ct_CC+:} false; then : |
3462 |
|
$as_echo_n "(cached) " >&6 |
3463 |
|
else |
3464 |
|
if test -n "$ac_ct_CC"; then |
3507 |
|
fi |
3508 |
|
fi |
3509 |
|
|
4315 |
– |
fi |
3510 |
|
|
4317 |
– |
|
3511 |
|
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
3512 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
3513 |
< |
as_fn_error "no acceptable C compiler found in \$PATH |
3514 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
3513 |
> |
as_fn_error $? "no acceptable C compiler found in \$PATH |
3514 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
3515 |
|
|
3516 |
|
# Provide some information about the compiler. |
3517 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
3532 |
|
... rest of stderr output deleted ... |
3533 |
|
10q' conftest.err >conftest.er1 |
3534 |
|
cat conftest.er1 >&5 |
3535 |
< |
rm -f conftest.er1 conftest.err |
3536 |
< |
fi |
3535 |
> |
fi |
3536 |
> |
rm -f conftest.er1 conftest.err |
3537 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
3538 |
|
test $ac_status = 0; } |
3539 |
|
done |
3540 |
|
|
3541 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
3542 |
|
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
3543 |
< |
if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
3543 |
> |
if ${ac_cv_c_compiler_gnu+:} false; then : |
3544 |
|
$as_echo_n "(cached) " >&6 |
3545 |
|
else |
3546 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3577 |
|
ac_save_CFLAGS=$CFLAGS |
3578 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
3579 |
|
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
3580 |
< |
if test "${ac_cv_prog_cc_g+set}" = set; then : |
3580 |
> |
if ${ac_cv_prog_cc_g+:} false; then : |
3581 |
|
$as_echo_n "(cached) " >&6 |
3582 |
|
else |
3583 |
|
ac_save_c_werror_flag=$ac_c_werror_flag |
3655 |
|
fi |
3656 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
3657 |
|
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
3658 |
< |
if test "${ac_cv_prog_cc_c89+set}" = set; then : |
3658 |
> |
if ${ac_cv_prog_cc_c89+:} false; then : |
3659 |
|
$as_echo_n "(cached) " >&6 |
3660 |
|
else |
3661 |
|
ac_cv_prog_cc_c89=no |
3751 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3752 |
|
|
3753 |
|
|
3754 |
< |
if test $USE_MPI != no; then : |
3754 |
> |
save_CXX=$CXX |
3755 |
> |
save_CC=$CC |
3756 |
> |
save_LIBS=$LIBS |
3757 |
|
|
3758 |
< |
ac_ext=c |
3759 |
< |
ac_cpp='$CPP $CPPFLAGS' |
3760 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3761 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3762 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
3758 |
> |
ac_ext=cpp |
3759 |
> |
ac_cpp='$CXXCPP $CPPFLAGS' |
3760 |
> |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
3761 |
> |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
3762 |
> |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
3763 |
|
|
3764 |
|
|
3765 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lc" >&5 |
3766 |
+ |
$as_echo_n "checking for dlopen in -lc... " >&6; } |
3767 |
+ |
if ${ac_cv_lib_c_dlopen+:} false; then : |
3768 |
+ |
$as_echo_n "(cached) " >&6 |
3769 |
+ |
else |
3770 |
+ |
ac_check_lib_save_LIBS=$LIBS |
3771 |
+ |
LIBS="-lc $LIBS" |
3772 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3773 |
+ |
/* end confdefs.h. */ |
3774 |
|
|
3775 |
+ |
/* Override any GCC internal prototype to avoid an error. |
3776 |
+ |
Use char because int might match the return type of a GCC |
3777 |
+ |
builtin and then its argument prototype would still apply. */ |
3778 |
+ |
#ifdef __cplusplus |
3779 |
+ |
extern "C" |
3780 |
+ |
#endif |
3781 |
+ |
char dlopen (); |
3782 |
+ |
int |
3783 |
+ |
main () |
3784 |
+ |
{ |
3785 |
+ |
return dlopen (); |
3786 |
+ |
; |
3787 |
+ |
return 0; |
3788 |
+ |
} |
3789 |
+ |
_ACEOF |
3790 |
+ |
if ac_fn_cxx_try_link "$LINENO"; then : |
3791 |
+ |
ac_cv_lib_c_dlopen=yes |
3792 |
+ |
else |
3793 |
+ |
ac_cv_lib_c_dlopen=no |
3794 |
+ |
fi |
3795 |
+ |
rm -f core conftest.err conftest.$ac_objext \ |
3796 |
+ |
conftest$ac_exeext conftest.$ac_ext |
3797 |
+ |
LIBS=$ac_check_lib_save_LIBS |
3798 |
+ |
fi |
3799 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_dlopen" >&5 |
3800 |
+ |
$as_echo "$ac_cv_lib_c_dlopen" >&6; } |
3801 |
+ |
if test "x$ac_cv_lib_c_dlopen" = xyes; then : |
3802 |
+ |
LIBDL="" |
3803 |
+ |
else |
3804 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 |
3805 |
+ |
$as_echo_n "checking for dlopen in -ldl... " >&6; } |
3806 |
+ |
if ${ac_cv_lib_dl_dlopen+:} false; then : |
3807 |
+ |
$as_echo_n "(cached) " >&6 |
3808 |
+ |
else |
3809 |
+ |
ac_check_lib_save_LIBS=$LIBS |
3810 |
+ |
LIBS="-ldl $LIBS" |
3811 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
3812 |
+ |
/* end confdefs.h. */ |
3813 |
|
|
3814 |
+ |
/* Override any GCC internal prototype to avoid an error. |
3815 |
+ |
Use char because int might match the return type of a GCC |
3816 |
+ |
builtin and then its argument prototype would still apply. */ |
3817 |
+ |
#ifdef __cplusplus |
3818 |
+ |
extern "C" |
3819 |
+ |
#endif |
3820 |
+ |
char dlopen (); |
3821 |
+ |
int |
3822 |
+ |
main () |
3823 |
+ |
{ |
3824 |
+ |
return dlopen (); |
3825 |
+ |
; |
3826 |
+ |
return 0; |
3827 |
+ |
} |
3828 |
+ |
_ACEOF |
3829 |
+ |
if ac_fn_cxx_try_link "$LINENO"; then : |
3830 |
+ |
ac_cv_lib_dl_dlopen=yes |
3831 |
+ |
else |
3832 |
+ |
ac_cv_lib_dl_dlopen=no |
3833 |
+ |
fi |
3834 |
+ |
rm -f core conftest.err conftest.$ac_objext \ |
3835 |
+ |
conftest$ac_exeext conftest.$ac_ext |
3836 |
+ |
LIBS=$ac_check_lib_save_LIBS |
3837 |
+ |
fi |
3838 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 |
3839 |
+ |
$as_echo "$ac_cv_lib_dl_dlopen" >&6; } |
3840 |
+ |
if test "x$ac_cv_lib_dl_dlopen" = xyes; then : |
3841 |
+ |
LIBDL="-ldl" |
3842 |
+ |
fi |
3843 |
|
|
3844 |
+ |
fi |
3845 |
|
|
3846 |
< |
for ac_prog in openmpicc mpicc hcc mpxlc_r mpxlc mpcc cmpicc |
3846 |
> |
|
3847 |
> |
|
3848 |
> |
|
3849 |
> |
|
3850 |
> |
|
3851 |
> |
|
3852 |
> |
for ac_prog in openmpicxx openmpiCC openmpic++ mpic++ mpicxx mpiCC hcp mpxlC_r mpxlC mpCC cmpic++ |
3853 |
|
do |
3854 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
3855 |
|
set dummy $ac_prog; ac_word=$2 |
3856 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
3857 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
3858 |
< |
if test "${ac_cv_prog_MPICC+set}" = set; then : |
3858 |
> |
if ${ac_cv_prog_MPICXX+:} false; then : |
3859 |
|
$as_echo_n "(cached) " >&6 |
3860 |
|
else |
3861 |
< |
if test -n "$MPICC"; then |
3862 |
< |
ac_cv_prog_MPICC="$MPICC" # Let the user override the test. |
3861 |
> |
if test -n "$MPICXX"; then |
3862 |
> |
ac_cv_prog_MPICXX="$MPICXX" # Let the user override the test. |
3863 |
|
else |
3864 |
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
3865 |
|
for as_dir in $PATH |
3868 |
|
test -z "$as_dir" && as_dir=. |
3869 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
3870 |
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
3871 |
< |
ac_cv_prog_MPICC="$ac_prog" |
3871 |
> |
ac_cv_prog_MPICXX="$ac_prog" |
3872 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
3873 |
|
break 2 |
3874 |
|
fi |
3878 |
|
|
3879 |
|
fi |
3880 |
|
fi |
3881 |
< |
MPICC=$ac_cv_prog_MPICC |
3882 |
< |
if test -n "$MPICC"; then |
3883 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPICC" >&5 |
3884 |
< |
$as_echo "$MPICC" >&6; } |
3881 |
> |
MPICXX=$ac_cv_prog_MPICXX |
3882 |
> |
if test -n "$MPICXX"; then |
3883 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPICXX" >&5 |
3884 |
> |
$as_echo "$MPICXX" >&6; } |
3885 |
|
else |
3886 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
3887 |
|
$as_echo "no" >&6; } |
3888 |
|
fi |
3889 |
|
|
3890 |
|
|
3891 |
< |
test -n "$MPICC" && break |
3891 |
> |
test -n "$MPICXX" && break |
3892 |
|
done |
3893 |
< |
test -n "$MPICC" || MPICC="$CC" |
3893 |
> |
test -n "$MPICXX" || MPICXX="$CXX" |
3894 |
|
|
3895 |
< |
ax_mpi_save_CC="$CC" |
3896 |
< |
CC="$MPICC" |
3895 |
> |
ax_mpi_save_CXX="$CXX" |
3896 |
> |
CXX="$MPICXX" |
3897 |
|
|
3898 |
|
|
3899 |
|
|
3900 |
|
if test x = x"$MPILIBS"; then |
3901 |
< |
ac_fn_c_check_func "$LINENO" "MPI_Init" "ac_cv_func_MPI_Init" |
3902 |
< |
if test "x$ac_cv_func_MPI_Init" = x""yes; then : |
3901 |
> |
ac_fn_cxx_check_func "$LINENO" "MPI_Init" "ac_cv_func_MPI_Init" |
3902 |
> |
if test "x$ac_cv_func_MPI_Init" = xyes; then : |
3903 |
|
MPILIBS=" " |
3904 |
|
fi |
3905 |
|
|
3908 |
|
if test x = x"$MPILIBS"; then |
3909 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpi" >&5 |
3910 |
|
$as_echo_n "checking for MPI_Init in -lmpi... " >&6; } |
3911 |
< |
if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then : |
3911 |
> |
if ${ac_cv_lib_mpi_MPI_Init+:} false; then : |
3912 |
|
$as_echo_n "(cached) " >&6 |
3913 |
|
else |
3914 |
|
ac_check_lib_save_LIBS=$LIBS |
3931 |
|
return 0; |
3932 |
|
} |
3933 |
|
_ACEOF |
3934 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
3934 |
> |
if ac_fn_cxx_try_link "$LINENO"; then : |
3935 |
|
ac_cv_lib_mpi_MPI_Init=yes |
3936 |
|
else |
3937 |
|
ac_cv_lib_mpi_MPI_Init=no |
3942 |
|
fi |
3943 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpi_MPI_Init" >&5 |
3944 |
|
$as_echo "$ac_cv_lib_mpi_MPI_Init" >&6; } |
3945 |
< |
if test "x$ac_cv_lib_mpi_MPI_Init" = x""yes; then : |
3945 |
> |
if test "x$ac_cv_lib_mpi_MPI_Init" = xyes; then : |
3946 |
|
MPILIBS="-lmpi" |
3947 |
|
fi |
3948 |
|
|
3950 |
|
if test x = x"$MPILIBS"; then |
3951 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpich" >&5 |
3952 |
|
$as_echo_n "checking for MPI_Init in -lmpich... " >&6; } |
3953 |
< |
if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then : |
3953 |
> |
if ${ac_cv_lib_mpich_MPI_Init+:} false; then : |
3954 |
|
$as_echo_n "(cached) " >&6 |
3955 |
|
else |
3956 |
|
ac_check_lib_save_LIBS=$LIBS |
3973 |
|
return 0; |
3974 |
|
} |
3975 |
|
_ACEOF |
3976 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
3976 |
> |
if ac_fn_cxx_try_link "$LINENO"; then : |
3977 |
|
ac_cv_lib_mpich_MPI_Init=yes |
3978 |
|
else |
3979 |
|
ac_cv_lib_mpich_MPI_Init=no |
3984 |
|
fi |
3985 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpich_MPI_Init" >&5 |
3986 |
|
$as_echo "$ac_cv_lib_mpich_MPI_Init" >&6; } |
3987 |
< |
if test "x$ac_cv_lib_mpich_MPI_Init" = x""yes; then : |
3987 |
> |
if test "x$ac_cv_lib_mpich_MPI_Init" = xyes; then : |
3988 |
|
MPILIBS="-lmpich" |
3989 |
|
fi |
3990 |
|
|
4004 |
|
return 0; |
4005 |
|
} |
4006 |
|
_ACEOF |
4007 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4007 |
> |
if ac_fn_cxx_try_compile "$LINENO"; then : |
4008 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4009 |
|
$as_echo "yes" >&6; } |
4010 |
|
else |
4015 |
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4016 |
|
fi |
4017 |
|
|
4018 |
< |
CC="$ax_mpi_save_CC" |
4018 |
> |
CXX="$ax_mpi_save_CXX" |
4019 |
|
|
4020 |
|
|
4021 |
|
|
4022 |
|
# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: |
4023 |
|
if test x = x"$MPILIBS"; then |
4024 |
|
USE_MPI="no" |
4025 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No suitable C MPI implementation found. oopse_MPI will not be built." >&5 |
4026 |
< |
$as_echo "$as_me: WARNING: No suitable C MPI implementation found. oopse_MPI will not be built." >&2;} |
4025 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No suitable C++ MPI implementation found. openmd_MPI will not be built." >&5 |
4026 |
> |
$as_echo "$as_me: WARNING: No suitable C++ MPI implementation found. openmd_MPI will not be built." >&2;} |
4027 |
|
: |
4028 |
|
else |
4029 |
|
USE_MPI="yes" |
4031 |
|
fi |
4032 |
|
|
4033 |
|
|
4756 |
– |
fi |
4757 |
– |
ac_ext=${ac_fc_srcext-f} |
4758 |
– |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4759 |
– |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4760 |
– |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4761 |
– |
if test -n "$ac_tool_prefix"; then |
4762 |
– |
for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 |
4763 |
– |
do |
4764 |
– |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
4765 |
– |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
4766 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4767 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
4768 |
– |
if test "${ac_cv_prog_FC+set}" = set; then : |
4769 |
– |
$as_echo_n "(cached) " >&6 |
4770 |
– |
else |
4771 |
– |
if test -n "$FC"; then |
4772 |
– |
ac_cv_prog_FC="$FC" # Let the user override the test. |
4773 |
– |
else |
4774 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4775 |
– |
for as_dir in $PATH |
4776 |
– |
do |
4777 |
– |
IFS=$as_save_IFS |
4778 |
– |
test -z "$as_dir" && as_dir=. |
4779 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
4780 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4781 |
– |
ac_cv_prog_FC="$ac_tool_prefix$ac_prog" |
4782 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4783 |
– |
break 2 |
4784 |
– |
fi |
4785 |
– |
done |
4786 |
– |
done |
4787 |
– |
IFS=$as_save_IFS |
4788 |
– |
|
4789 |
– |
fi |
4790 |
– |
fi |
4791 |
– |
FC=$ac_cv_prog_FC |
4792 |
– |
if test -n "$FC"; then |
4793 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5 |
4794 |
– |
$as_echo "$FC" >&6; } |
4795 |
– |
else |
4796 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4797 |
– |
$as_echo "no" >&6; } |
4798 |
– |
fi |
4799 |
– |
|
4800 |
– |
|
4801 |
– |
test -n "$FC" && break |
4802 |
– |
done |
4803 |
– |
fi |
4804 |
– |
if test -z "$FC"; then |
4805 |
– |
ac_ct_FC=$FC |
4806 |
– |
for ac_prog in gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn xlf90 f90 pgf90 pghpf epcf90 g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 |
4807 |
– |
do |
4808 |
– |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
4809 |
– |
set dummy $ac_prog; ac_word=$2 |
4810 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4811 |
– |
$as_echo_n "checking for $ac_word... " >&6; } |
4812 |
– |
if test "${ac_cv_prog_ac_ct_FC+set}" = set; then : |
4813 |
– |
$as_echo_n "(cached) " >&6 |
4814 |
– |
else |
4815 |
– |
if test -n "$ac_ct_FC"; then |
4816 |
– |
ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test. |
4817 |
– |
else |
4818 |
– |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4819 |
– |
for as_dir in $PATH |
4820 |
– |
do |
4821 |
– |
IFS=$as_save_IFS |
4822 |
– |
test -z "$as_dir" && as_dir=. |
4823 |
– |
for ac_exec_ext in '' $ac_executable_extensions; do |
4824 |
– |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4825 |
– |
ac_cv_prog_ac_ct_FC="$ac_prog" |
4826 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4827 |
– |
break 2 |
4828 |
– |
fi |
4829 |
– |
done |
4830 |
– |
done |
4831 |
– |
IFS=$as_save_IFS |
4832 |
– |
|
4833 |
– |
fi |
4834 |
– |
fi |
4835 |
– |
ac_ct_FC=$ac_cv_prog_ac_ct_FC |
4836 |
– |
if test -n "$ac_ct_FC"; then |
4837 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5 |
4838 |
– |
$as_echo "$ac_ct_FC" >&6; } |
4839 |
– |
else |
4840 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4841 |
– |
$as_echo "no" >&6; } |
4842 |
– |
fi |
4843 |
– |
|
4844 |
– |
|
4845 |
– |
test -n "$ac_ct_FC" && break |
4846 |
– |
done |
4847 |
– |
|
4848 |
– |
if test "x$ac_ct_FC" = x; then |
4849 |
– |
FC="" |
4850 |
– |
else |
4851 |
– |
case $cross_compiling:$ac_tool_warned in |
4852 |
– |
yes:) |
4853 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4854 |
– |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
4855 |
– |
ac_tool_warned=yes ;; |
4856 |
– |
esac |
4857 |
– |
FC=$ac_ct_FC |
4858 |
– |
fi |
4859 |
– |
fi |
4860 |
– |
|
4861 |
– |
|
4862 |
– |
# Provide some information about the compiler. |
4863 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5 |
4864 |
– |
set X $ac_compile |
4865 |
– |
ac_compiler=$2 |
4866 |
– |
for ac_option in --version -v -V -qversion; do |
4867 |
– |
{ { ac_try="$ac_compiler $ac_option >&5" |
4868 |
– |
case "(($ac_try" in |
4869 |
– |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4870 |
– |
*) ac_try_echo=$ac_try;; |
4871 |
– |
esac |
4872 |
– |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
4873 |
– |
$as_echo "$ac_try_echo"; } >&5 |
4874 |
– |
(eval "$ac_compiler $ac_option >&5") 2>conftest.err |
4875 |
– |
ac_status=$? |
4876 |
– |
if test -s conftest.err; then |
4877 |
– |
sed '10a\ |
4878 |
– |
... rest of stderr output deleted ... |
4879 |
– |
10q' conftest.err >conftest.er1 |
4880 |
– |
cat conftest.er1 >&5 |
4881 |
– |
rm -f conftest.er1 conftest.err |
4882 |
– |
fi |
4883 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4884 |
– |
test $ac_status = 0; } |
4885 |
– |
done |
4886 |
– |
rm -f a.out |
4887 |
– |
|
4888 |
– |
# If we don't use `.F' as extension, the preprocessor is not run on the |
4889 |
– |
# input file. (Note that this only needs to work for GNU compilers.) |
4890 |
– |
ac_save_ext=$ac_ext |
4891 |
– |
ac_ext=F |
4892 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5 |
4893 |
– |
$as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; } |
4894 |
– |
if test "${ac_cv_fc_compiler_gnu+set}" = set; then : |
4895 |
– |
$as_echo_n "(cached) " >&6 |
4896 |
– |
else |
4897 |
– |
cat > conftest.$ac_ext <<_ACEOF |
4898 |
– |
program main |
4899 |
– |
#ifndef __GNUC__ |
4900 |
– |
choke me |
4901 |
– |
#endif |
4902 |
– |
|
4903 |
– |
end |
4904 |
– |
_ACEOF |
4905 |
– |
if ac_fn_fc_try_compile "$LINENO"; then : |
4906 |
– |
ac_compiler_gnu=yes |
4907 |
– |
else |
4908 |
– |
ac_compiler_gnu=no |
4909 |
– |
fi |
4910 |
– |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4911 |
– |
ac_cv_fc_compiler_gnu=$ac_compiler_gnu |
4912 |
– |
|
4913 |
– |
fi |
4914 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5 |
4915 |
– |
$as_echo "$ac_cv_fc_compiler_gnu" >&6; } |
4916 |
– |
ac_ext=$ac_save_ext |
4917 |
– |
ac_test_FCFLAGS=${FCFLAGS+set} |
4918 |
– |
ac_save_FCFLAGS=$FCFLAGS |
4919 |
– |
FCFLAGS= |
4920 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5 |
4921 |
– |
$as_echo_n "checking whether $FC accepts -g... " >&6; } |
4922 |
– |
if test "${ac_cv_prog_fc_g+set}" = set; then : |
4923 |
– |
$as_echo_n "(cached) " >&6 |
4924 |
– |
else |
4925 |
– |
FCFLAGS=-g |
4926 |
– |
cat > conftest.$ac_ext <<_ACEOF |
4927 |
– |
program main |
4928 |
– |
|
4929 |
– |
end |
4930 |
– |
_ACEOF |
4931 |
– |
if ac_fn_fc_try_compile "$LINENO"; then : |
4932 |
– |
ac_cv_prog_fc_g=yes |
4933 |
– |
else |
4934 |
– |
ac_cv_prog_fc_g=no |
4935 |
– |
fi |
4936 |
– |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4937 |
– |
|
4938 |
– |
fi |
4939 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5 |
4940 |
– |
$as_echo "$ac_cv_prog_fc_g" >&6; } |
4941 |
– |
if test "$ac_test_FCFLAGS" = set; then |
4942 |
– |
FCFLAGS=$ac_save_FCFLAGS |
4943 |
– |
elif test $ac_cv_prog_fc_g = yes; then |
4944 |
– |
if test "x$ac_cv_fc_compiler_gnu" = xyes; then |
4945 |
– |
FCFLAGS="-g -O2" |
4946 |
– |
else |
4947 |
– |
FCFLAGS="-g" |
4948 |
– |
fi |
4949 |
– |
else |
4950 |
– |
if test "x$ac_cv_fc_compiler_gnu" = xyes; then |
4951 |
– |
FCFLAGS="-O2" |
4952 |
– |
else |
4953 |
– |
FCFLAGS= |
4954 |
– |
fi |
4955 |
– |
fi |
4956 |
– |
|
4957 |
– |
ac_ext=${ac_fc_srcext-f} |
4958 |
– |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4959 |
– |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4960 |
– |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4961 |
– |
|
4962 |
– |
|
4034 |
|
if test $USE_MPI != no; then : |
4035 |
|
|
4036 |
< |
ac_ext=${ac_fc_srcext-f} |
4037 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4038 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4039 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4036 |
> |
ac_ext=c |
4037 |
> |
ac_cpp='$CPP $CPPFLAGS' |
4038 |
> |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4039 |
> |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4040 |
> |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4041 |
|
|
4042 |
|
|
4043 |
|
|
4044 |
|
|
4045 |
|
|
4046 |
|
|
4047 |
< |
for ac_prog in openmpif90 mpif90 mpxlf95_r mpxlf90_r mpxlf95 mpxlf90 mpf90 cmpif90c |
4047 |
> |
for ac_prog in openmpicc mpicc hcc mpxlc_r mpxlc mpcc cmpicc |
4048 |
|
do |
4049 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
4050 |
|
set dummy $ac_prog; ac_word=$2 |
4051 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4052 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
4053 |
< |
if test "${ac_cv_prog_MPIFC+set}" = set; then : |
4053 |
> |
if ${ac_cv_prog_MPICC+:} false; then : |
4054 |
|
$as_echo_n "(cached) " >&6 |
4055 |
|
else |
4056 |
< |
if test -n "$MPIFC"; then |
4057 |
< |
ac_cv_prog_MPIFC="$MPIFC" # Let the user override the test. |
4056 |
> |
if test -n "$MPICC"; then |
4057 |
> |
ac_cv_prog_MPICC="$MPICC" # Let the user override the test. |
4058 |
|
else |
4059 |
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4060 |
|
for as_dir in $PATH |
4063 |
|
test -z "$as_dir" && as_dir=. |
4064 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
4065 |
|
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4066 |
< |
ac_cv_prog_MPIFC="$ac_prog" |
4066 |
> |
ac_cv_prog_MPICC="$ac_prog" |
4067 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4068 |
|
break 2 |
4069 |
|
fi |
4073 |
|
|
4074 |
|
fi |
4075 |
|
fi |
4076 |
< |
MPIFC=$ac_cv_prog_MPIFC |
4077 |
< |
if test -n "$MPIFC"; then |
4078 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPIFC" >&5 |
4079 |
< |
$as_echo "$MPIFC" >&6; } |
4076 |
> |
MPICC=$ac_cv_prog_MPICC |
4077 |
> |
if test -n "$MPICC"; then |
4078 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MPICC" >&5 |
4079 |
> |
$as_echo "$MPICC" >&6; } |
4080 |
|
else |
4081 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4082 |
|
$as_echo "no" >&6; } |
4083 |
|
fi |
4084 |
|
|
4085 |
|
|
4086 |
< |
test -n "$MPIFC" && break |
4086 |
> |
test -n "$MPICC" && break |
4087 |
|
done |
4088 |
< |
test -n "$MPIFC" || MPIFC="$FC" |
4088 |
> |
test -n "$MPICC" || MPICC="$CC" |
4089 |
|
|
4090 |
< |
ax_mpi_save_FC="$FC" |
4091 |
< |
FC="$MPIFC" |
4090 |
> |
ax_mpi_save_CC="$CC" |
4091 |
> |
CC="$MPICC" |
4092 |
|
|
4093 |
|
|
4094 |
|
|
4095 |
|
if test x = x"$MPILIBS"; then |
4096 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init" >&5 |
4097 |
< |
$as_echo_n "checking for MPI_Init... " >&6; } |
5026 |
< |
cat > conftest.$ac_ext <<_ACEOF |
5027 |
< |
program main |
5028 |
< |
call MPI_Init |
5029 |
< |
end |
5030 |
< |
_ACEOF |
5031 |
< |
if ac_fn_fc_try_link "$LINENO"; then : |
4096 |
> |
ac_fn_c_check_func "$LINENO" "MPI_Init" "ac_cv_func_MPI_Init" |
4097 |
> |
if test "x$ac_cv_func_MPI_Init" = xyes; then : |
4098 |
|
MPILIBS=" " |
5033 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
5034 |
– |
$as_echo "yes" >&6; } |
5035 |
– |
else |
5036 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5037 |
– |
$as_echo "no" >&6; } |
4099 |
|
fi |
5039 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
5040 |
– |
conftest$ac_exeext conftest.$ac_ext |
5041 |
– |
fi |
4100 |
|
|
5043 |
– |
if test x = x"$MPILIBS"; then |
5044 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lfmpi" >&5 |
5045 |
– |
$as_echo_n "checking for MPI_Init in -lfmpi... " >&6; } |
5046 |
– |
if test "${ac_cv_lib_fmpi_MPI_Init+set}" = set; then : |
5047 |
– |
$as_echo_n "(cached) " >&6 |
5048 |
– |
else |
5049 |
– |
ac_check_lib_save_LIBS=$LIBS |
5050 |
– |
LIBS="-lfmpi $LIBS" |
5051 |
– |
cat > conftest.$ac_ext <<_ACEOF |
5052 |
– |
program main |
5053 |
– |
call MPI_Init |
5054 |
– |
end |
5055 |
– |
_ACEOF |
5056 |
– |
if ac_fn_fc_try_link "$LINENO"; then : |
5057 |
– |
ac_cv_lib_fmpi_MPI_Init=yes |
5058 |
– |
else |
5059 |
– |
ac_cv_lib_fmpi_MPI_Init=no |
4101 |
|
fi |
5061 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
5062 |
– |
conftest$ac_exeext conftest.$ac_ext |
5063 |
– |
LIBS=$ac_check_lib_save_LIBS |
5064 |
– |
fi |
5065 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fmpi_MPI_Init" >&5 |
5066 |
– |
$as_echo "$ac_cv_lib_fmpi_MPI_Init" >&6; } |
5067 |
– |
if test "x$ac_cv_lib_fmpi_MPI_Init" = x""yes; then : |
5068 |
– |
MPILIBS="-lfmpi" |
5069 |
– |
fi |
4102 |
|
|
5071 |
– |
fi |
5072 |
– |
if test x = x"$MPILIBS"; then |
5073 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpichf90" >&5 |
5074 |
– |
$as_echo_n "checking for MPI_Init in -lmpichf90... " >&6; } |
5075 |
– |
if test "${ac_cv_lib_mpichf90_MPI_Init+set}" = set; then : |
5076 |
– |
$as_echo_n "(cached) " >&6 |
5077 |
– |
else |
5078 |
– |
ac_check_lib_save_LIBS=$LIBS |
5079 |
– |
LIBS="-lmpichf90 $LIBS" |
5080 |
– |
cat > conftest.$ac_ext <<_ACEOF |
5081 |
– |
program main |
5082 |
– |
call MPI_Init |
5083 |
– |
end |
5084 |
– |
_ACEOF |
5085 |
– |
if ac_fn_fc_try_link "$LINENO"; then : |
5086 |
– |
ac_cv_lib_mpichf90_MPI_Init=yes |
5087 |
– |
else |
5088 |
– |
ac_cv_lib_mpichf90_MPI_Init=no |
5089 |
– |
fi |
5090 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
5091 |
– |
conftest$ac_exeext conftest.$ac_ext |
5092 |
– |
LIBS=$ac_check_lib_save_LIBS |
5093 |
– |
fi |
5094 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpichf90_MPI_Init" >&5 |
5095 |
– |
$as_echo "$ac_cv_lib_mpichf90_MPI_Init" >&6; } |
5096 |
– |
if test "x$ac_cv_lib_mpichf90_MPI_Init" = x""yes; then : |
5097 |
– |
MPILIBS="-lmpichf90" |
5098 |
– |
fi |
5099 |
– |
|
5100 |
– |
fi |
5101 |
– |
|
4103 |
|
if test x = x"$MPILIBS"; then |
4104 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpi" >&5 |
4105 |
|
$as_echo_n "checking for MPI_Init in -lmpi... " >&6; } |
4106 |
< |
if test "${ac_cv_lib_mpi_MPI_Init+set}" = set; then : |
4106 |
> |
if ${ac_cv_lib_mpi_MPI_Init+:} false; then : |
4107 |
|
$as_echo_n "(cached) " >&6 |
4108 |
|
else |
4109 |
|
ac_check_lib_save_LIBS=$LIBS |
4110 |
|
LIBS="-lmpi $LIBS" |
4111 |
< |
cat > conftest.$ac_ext <<_ACEOF |
4112 |
< |
program main |
4113 |
< |
call MPI_Init |
4114 |
< |
end |
4111 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4112 |
> |
/* end confdefs.h. */ |
4113 |
> |
|
4114 |
> |
/* Override any GCC internal prototype to avoid an error. |
4115 |
> |
Use char because int might match the return type of a GCC |
4116 |
> |
builtin and then its argument prototype would still apply. */ |
4117 |
> |
#ifdef __cplusplus |
4118 |
> |
extern "C" |
4119 |
> |
#endif |
4120 |
> |
char MPI_Init (); |
4121 |
> |
int |
4122 |
> |
main () |
4123 |
> |
{ |
4124 |
> |
return MPI_Init (); |
4125 |
> |
; |
4126 |
> |
return 0; |
4127 |
> |
} |
4128 |
|
_ACEOF |
4129 |
< |
if ac_fn_fc_try_link "$LINENO"; then : |
4129 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
4130 |
|
ac_cv_lib_mpi_MPI_Init=yes |
4131 |
|
else |
4132 |
|
ac_cv_lib_mpi_MPI_Init=no |
4137 |
|
fi |
4138 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpi_MPI_Init" >&5 |
4139 |
|
$as_echo "$ac_cv_lib_mpi_MPI_Init" >&6; } |
4140 |
< |
if test "x$ac_cv_lib_mpi_MPI_Init" = x""yes; then : |
4140 |
> |
if test "x$ac_cv_lib_mpi_MPI_Init" = xyes; then : |
4141 |
|
MPILIBS="-lmpi" |
4142 |
|
fi |
4143 |
|
|
4145 |
|
if test x = x"$MPILIBS"; then |
4146 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for MPI_Init in -lmpich" >&5 |
4147 |
|
$as_echo_n "checking for MPI_Init in -lmpich... " >&6; } |
4148 |
< |
if test "${ac_cv_lib_mpich_MPI_Init+set}" = set; then : |
4148 |
> |
if ${ac_cv_lib_mpich_MPI_Init+:} false; then : |
4149 |
|
$as_echo_n "(cached) " >&6 |
4150 |
|
else |
4151 |
|
ac_check_lib_save_LIBS=$LIBS |
4152 |
|
LIBS="-lmpich $LIBS" |
4153 |
< |
cat > conftest.$ac_ext <<_ACEOF |
4154 |
< |
program main |
4155 |
< |
call MPI_Init |
4156 |
< |
end |
4153 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4154 |
> |
/* end confdefs.h. */ |
4155 |
> |
|
4156 |
> |
/* Override any GCC internal prototype to avoid an error. |
4157 |
> |
Use char because int might match the return type of a GCC |
4158 |
> |
builtin and then its argument prototype would still apply. */ |
4159 |
> |
#ifdef __cplusplus |
4160 |
> |
extern "C" |
4161 |
> |
#endif |
4162 |
> |
char MPI_Init (); |
4163 |
> |
int |
4164 |
> |
main () |
4165 |
> |
{ |
4166 |
> |
return MPI_Init (); |
4167 |
> |
; |
4168 |
> |
return 0; |
4169 |
> |
} |
4170 |
|
_ACEOF |
4171 |
< |
if ac_fn_fc_try_link "$LINENO"; then : |
4171 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
4172 |
|
ac_cv_lib_mpich_MPI_Init=yes |
4173 |
|
else |
4174 |
|
ac_cv_lib_mpich_MPI_Init=no |
4179 |
|
fi |
4180 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpich_MPI_Init" >&5 |
4181 |
|
$as_echo "$ac_cv_lib_mpich_MPI_Init" >&6; } |
4182 |
< |
if test "x$ac_cv_lib_mpich_MPI_Init" = x""yes; then : |
4182 |
> |
if test "x$ac_cv_lib_mpich_MPI_Init" = xyes; then : |
4183 |
|
MPILIBS="-lmpich" |
4184 |
|
fi |
4185 |
|
|
4186 |
|
fi |
4187 |
|
|
4188 |
|
if test x != x"$MPILIBS"; then |
4189 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpif.h" >&5 |
4190 |
< |
$as_echo_n "checking for mpif.h... " >&6; } |
4191 |
< |
cat > conftest.$ac_ext <<_ACEOF |
4192 |
< |
program main |
4193 |
< |
include 'mpif.h' |
4194 |
< |
end |
4189 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpi.h" >&5 |
4190 |
> |
$as_echo_n "checking for mpi.h... " >&6; } |
4191 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4192 |
> |
/* end confdefs.h. */ |
4193 |
> |
#include <mpi.h> |
4194 |
> |
int |
4195 |
> |
main () |
4196 |
> |
{ |
4197 |
> |
|
4198 |
> |
; |
4199 |
> |
return 0; |
4200 |
> |
} |
4201 |
|
_ACEOF |
4202 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
4202 |
> |
if ac_fn_c_try_compile "$LINENO"; then : |
4203 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4204 |
|
$as_echo "yes" >&6; } |
4205 |
|
else |
4210 |
|
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4211 |
|
fi |
4212 |
|
|
4213 |
< |
FC="$ax_mpi_save_FC" |
4213 |
> |
CC="$ax_mpi_save_CC" |
4214 |
|
|
4215 |
|
|
4216 |
|
|
4217 |
|
# Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND: |
4218 |
|
if test x = x"$MPILIBS"; then |
4219 |
|
USE_MPI="no" |
4220 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No suitable Fortran MPI implementation found. oopse_MPI will not be built." >&5 |
4221 |
< |
$as_echo "$as_me: WARNING: No suitable Fortran MPI implementation found. oopse_MPI will not be built." >&2;} |
4220 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: No suitable C MPI implementation found. openmd_MPI will not be built." >&5 |
4221 |
> |
$as_echo "$as_me: WARNING: No suitable C MPI implementation found. openmd_MPI will not be built." >&2;} |
4222 |
|
: |
4223 |
|
else |
4224 |
|
USE_MPI="yes" |
4231 |
|
|
4232 |
|
CXX=$MPICXX |
4233 |
|
CC=$MPICC |
4234 |
< |
FC=$MPIFC |
4234 |
> |
LIBS="$MPILIBS $LIBS" |
4235 |
|
|
4236 |
+ |
else |
4237 |
+ |
|
4238 |
+ |
CXX=$save_CXX |
4239 |
+ |
CC=$save_CC |
4240 |
+ |
LIBS=$save_LIBS |
4241 |
+ |
|
4242 |
+ |
|
4243 |
|
fi |
4244 |
|
|
4245 |
|
|
4246 |
|
# Checks for programs. |
4247 |
< |
ac_ext=cpp |
4248 |
< |
ac_cpp='$CXXCPP $CPPFLAGS' |
4249 |
< |
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4250 |
< |
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4251 |
< |
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
4252 |
< |
if test -z "$CXX"; then |
4253 |
< |
if test -n "$CCC"; then |
4254 |
< |
CXX=$CCC |
4255 |
< |
else |
4256 |
< |
if test -n "$ac_tool_prefix"; then |
4257 |
< |
for ac_prog in $CXX icpc pathCC pgCC c++ xlc++ xlC g++ CC |
4258 |
< |
do |
4259 |
< |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
5220 |
< |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
5221 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
5222 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
5223 |
< |
if test "${ac_cv_prog_CXX+set}" = set; then : |
4247 |
> |
ac_ext=c |
4248 |
> |
ac_cpp='$CPP $CPPFLAGS' |
4249 |
> |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4250 |
> |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4251 |
> |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4252 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
4253 |
> |
$as_echo_n "checking how to run the C preprocessor... " >&6; } |
4254 |
> |
# On Suns, sometimes $CPP names a directory. |
4255 |
> |
if test -n "$CPP" && test -d "$CPP"; then |
4256 |
> |
CPP= |
4257 |
> |
fi |
4258 |
> |
if test -z "$CPP"; then |
4259 |
> |
if ${ac_cv_prog_CPP+:} false; then : |
4260 |
|
$as_echo_n "(cached) " >&6 |
4261 |
|
else |
4262 |
< |
if test -n "$CXX"; then |
4263 |
< |
ac_cv_prog_CXX="$CXX" # Let the user override the test. |
4264 |
< |
else |
4265 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4266 |
< |
for as_dir in $PATH |
4262 |
> |
# Double quotes because CPP needs to be expanded |
4263 |
> |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
4264 |
> |
do |
4265 |
> |
ac_preproc_ok=false |
4266 |
> |
for ac_c_preproc_warn_flag in '' yes |
4267 |
|
do |
4268 |
< |
IFS=$as_save_IFS |
4269 |
< |
test -z "$as_dir" && as_dir=. |
4270 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4271 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4272 |
< |
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" |
4273 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4274 |
< |
break 2 |
4275 |
< |
fi |
4276 |
< |
done |
4277 |
< |
done |
4278 |
< |
IFS=$as_save_IFS |
4268 |
> |
# Use a header file that comes with gcc, so configuring glibc |
4269 |
> |
# with a fresh cross-compiler works. |
4270 |
> |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
4271 |
> |
# <limits.h> exists even on freestanding compilers. |
4272 |
> |
# On the NeXT, cc -E runs the code through the compiler's parser, |
4273 |
> |
# not just through cpp. "Syntax error" is here to catch this case. |
4274 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4275 |
> |
/* end confdefs.h. */ |
4276 |
> |
#ifdef __STDC__ |
4277 |
> |
# include <limits.h> |
4278 |
> |
#else |
4279 |
> |
# include <assert.h> |
4280 |
> |
#endif |
4281 |
> |
Syntax error |
4282 |
> |
_ACEOF |
4283 |
> |
if ac_fn_c_try_cpp "$LINENO"; then : |
4284 |
|
|
5244 |
– |
fi |
5245 |
– |
fi |
5246 |
– |
CXX=$ac_cv_prog_CXX |
5247 |
– |
if test -n "$CXX"; then |
5248 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 |
5249 |
– |
$as_echo "$CXX" >&6; } |
4285 |
|
else |
4286 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4287 |
< |
$as_echo "no" >&6; } |
4286 |
> |
# Broken: fails on valid input. |
4287 |
> |
continue |
4288 |
|
fi |
4289 |
+ |
rm -f conftest.err conftest.i conftest.$ac_ext |
4290 |
|
|
4291 |
< |
|
4292 |
< |
test -n "$CXX" && break |
4293 |
< |
done |
4294 |
< |
fi |
4295 |
< |
if test -z "$CXX"; then |
4296 |
< |
ac_ct_CXX=$CXX |
4297 |
< |
for ac_prog in $CXX icpc pathCC pgCC c++ xlc++ xlC g++ CC |
4298 |
< |
do |
4299 |
< |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
4300 |
< |
set dummy $ac_prog; ac_word=$2 |
4301 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4302 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4303 |
< |
if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then : |
4304 |
< |
$as_echo_n "(cached) " >&6 |
4305 |
< |
else |
4306 |
< |
if test -n "$ac_ct_CXX"; then |
4307 |
< |
ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. |
4308 |
< |
else |
4309 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4310 |
< |
for as_dir in $PATH |
4311 |
< |
do |
4312 |
< |
IFS=$as_save_IFS |
4313 |
< |
test -z "$as_dir" && as_dir=. |
4314 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4315 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4316 |
< |
ac_cv_prog_ac_ct_CXX="$ac_prog" |
4317 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4318 |
< |
break 2 |
4319 |
< |
fi |
4320 |
< |
done |
4321 |
< |
done |
4322 |
< |
IFS=$as_save_IFS |
4323 |
< |
|
4324 |
< |
fi |
4325 |
< |
fi |
4326 |
< |
ac_ct_CXX=$ac_cv_prog_ac_ct_CXX |
4327 |
< |
if test -n "$ac_ct_CXX"; then |
4328 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 |
4329 |
< |
$as_echo "$ac_ct_CXX" >&6; } |
4330 |
< |
else |
4331 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4332 |
< |
$as_echo "no" >&6; } |
4333 |
< |
fi |
4334 |
< |
|
4335 |
< |
|
4336 |
< |
test -n "$ac_ct_CXX" && break |
4337 |
< |
done |
4338 |
< |
|
4339 |
< |
if test "x$ac_ct_CXX" = x; then |
4340 |
< |
CXX="g++" |
4341 |
< |
else |
4342 |
< |
case $cross_compiling:$ac_tool_warned in |
4343 |
< |
yes:) |
4344 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4345 |
< |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
4346 |
< |
ac_tool_warned=yes ;; |
4347 |
< |
esac |
4348 |
< |
CXX=$ac_ct_CXX |
4349 |
< |
fi |
4350 |
< |
fi |
4351 |
< |
|
4352 |
< |
fi |
4353 |
< |
fi |
4354 |
< |
# Provide some information about the compiler. |
4355 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 |
4356 |
< |
set X $ac_compile |
4357 |
< |
ac_compiler=$2 |
4358 |
< |
for ac_option in --version -v -V -qversion; do |
4359 |
< |
{ { ac_try="$ac_compiler $ac_option >&5" |
4360 |
< |
case "(($ac_try" in |
4361 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4362 |
< |
*) ac_try_echo=$ac_try;; |
4363 |
< |
esac |
4364 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
4365 |
< |
$as_echo "$ac_try_echo"; } >&5 |
4366 |
< |
(eval "$ac_compiler $ac_option >&5") 2>conftest.err |
4367 |
< |
ac_status=$? |
4368 |
< |
if test -s conftest.err; then |
4369 |
< |
sed '10a\ |
4370 |
< |
... rest of stderr output deleted ... |
4371 |
< |
10q' conftest.err >conftest.er1 |
4372 |
< |
cat conftest.er1 >&5 |
4373 |
< |
rm -f conftest.er1 conftest.err |
4374 |
< |
fi |
4375 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4376 |
< |
test $ac_status = 0; } |
4377 |
< |
done |
4378 |
< |
|
4379 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5 |
4380 |
< |
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } |
4381 |
< |
if test "${ac_cv_cxx_compiler_gnu+set}" = set; then : |
4382 |
< |
$as_echo_n "(cached) " >&6 |
4383 |
< |
else |
4384 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4385 |
< |
/* end confdefs.h. */ |
4386 |
< |
|
4387 |
< |
int |
4388 |
< |
main () |
4389 |
< |
{ |
4390 |
< |
#ifndef __GNUC__ |
4391 |
< |
choke me |
4392 |
< |
#endif |
4393 |
< |
|
4394 |
< |
; |
4395 |
< |
return 0; |
4396 |
< |
} |
4397 |
< |
_ACEOF |
4398 |
< |
if ac_fn_cxx_try_compile "$LINENO"; then : |
4399 |
< |
ac_compiler_gnu=yes |
4400 |
< |
else |
4401 |
< |
ac_compiler_gnu=no |
4402 |
< |
fi |
4403 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4404 |
< |
ac_cv_cxx_compiler_gnu=$ac_compiler_gnu |
4405 |
< |
|
4406 |
< |
fi |
4407 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5 |
4408 |
< |
$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } |
4409 |
< |
if test $ac_compiler_gnu = yes; then |
4410 |
< |
GXX=yes |
4411 |
< |
else |
4412 |
< |
GXX= |
4413 |
< |
fi |
4414 |
< |
ac_test_CXXFLAGS=${CXXFLAGS+set} |
4415 |
< |
ac_save_CXXFLAGS=$CXXFLAGS |
4416 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5 |
4417 |
< |
$as_echo_n "checking whether $CXX accepts -g... " >&6; } |
4418 |
< |
if test "${ac_cv_prog_cxx_g+set}" = set; then : |
4419 |
< |
$as_echo_n "(cached) " >&6 |
4420 |
< |
else |
4421 |
< |
ac_save_cxx_werror_flag=$ac_cxx_werror_flag |
4422 |
< |
ac_cxx_werror_flag=yes |
4423 |
< |
ac_cv_prog_cxx_g=no |
4424 |
< |
CXXFLAGS="-g" |
4425 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4426 |
< |
/* end confdefs.h. */ |
4427 |
< |
|
4428 |
< |
int |
4429 |
< |
main () |
4430 |
< |
{ |
4431 |
< |
|
4432 |
< |
; |
4433 |
< |
return 0; |
4434 |
< |
} |
4435 |
< |
_ACEOF |
4436 |
< |
if ac_fn_cxx_try_compile "$LINENO"; then : |
4437 |
< |
ac_cv_prog_cxx_g=yes |
4438 |
< |
else |
4439 |
< |
CXXFLAGS="" |
4440 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4441 |
< |
/* end confdefs.h. */ |
4442 |
< |
|
4443 |
< |
int |
4444 |
< |
main () |
4445 |
< |
{ |
4446 |
< |
|
4447 |
< |
; |
4448 |
< |
return 0; |
4449 |
< |
} |
4450 |
< |
_ACEOF |
4451 |
< |
if ac_fn_cxx_try_compile "$LINENO"; then : |
4452 |
< |
|
4453 |
< |
else |
4454 |
< |
ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
4455 |
< |
CXXFLAGS="-g" |
4456 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4457 |
< |
/* end confdefs.h. */ |
4458 |
< |
|
4459 |
< |
int |
4460 |
< |
main () |
4461 |
< |
{ |
4462 |
< |
|
4463 |
< |
; |
4464 |
< |
return 0; |
4465 |
< |
} |
4466 |
< |
_ACEOF |
4467 |
< |
if ac_fn_cxx_try_compile "$LINENO"; then : |
4468 |
< |
ac_cv_prog_cxx_g=yes |
4469 |
< |
fi |
4470 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4471 |
< |
fi |
4472 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4473 |
< |
fi |
4474 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4475 |
< |
ac_cxx_werror_flag=$ac_save_cxx_werror_flag |
4476 |
< |
fi |
4477 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5 |
4478 |
< |
$as_echo "$ac_cv_prog_cxx_g" >&6; } |
4479 |
< |
if test "$ac_test_CXXFLAGS" = set; then |
4480 |
< |
CXXFLAGS=$ac_save_CXXFLAGS |
4481 |
< |
elif test $ac_cv_prog_cxx_g = yes; then |
4482 |
< |
if test "$GXX" = yes; then |
4483 |
< |
CXXFLAGS="-g -O2" |
4484 |
< |
else |
4485 |
< |
CXXFLAGS="-g" |
4486 |
< |
fi |
4487 |
< |
else |
4488 |
< |
if test "$GXX" = yes; then |
4489 |
< |
CXXFLAGS="-O2" |
4490 |
< |
else |
4491 |
< |
CXXFLAGS= |
4492 |
< |
fi |
4493 |
< |
fi |
4494 |
< |
ac_ext=${ac_fc_srcext-f} |
4495 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4496 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4497 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4498 |
< |
|
4499 |
< |
ac_ext=c |
4500 |
< |
ac_cpp='$CPP $CPPFLAGS' |
4501 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4502 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4503 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4504 |
< |
if test -n "$ac_tool_prefix"; then |
4505 |
< |
for ac_prog in $CC icc pathcc pgcc cc xlc gcc |
4506 |
< |
do |
4507 |
< |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
4508 |
< |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
4509 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4510 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4511 |
< |
if test "${ac_cv_prog_CC+set}" = set; then : |
4512 |
< |
$as_echo_n "(cached) " >&6 |
4513 |
< |
else |
4514 |
< |
if test -n "$CC"; then |
4515 |
< |
ac_cv_prog_CC="$CC" # Let the user override the test. |
4516 |
< |
else |
4517 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4518 |
< |
for as_dir in $PATH |
4519 |
< |
do |
4520 |
< |
IFS=$as_save_IFS |
4521 |
< |
test -z "$as_dir" && as_dir=. |
4522 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4523 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4524 |
< |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
4525 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4526 |
< |
break 2 |
4527 |
< |
fi |
4528 |
< |
done |
4529 |
< |
done |
4530 |
< |
IFS=$as_save_IFS |
4531 |
< |
|
4532 |
< |
fi |
4533 |
< |
fi |
4534 |
< |
CC=$ac_cv_prog_CC |
4535 |
< |
if test -n "$CC"; then |
4536 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 |
4537 |
< |
$as_echo "$CC" >&6; } |
4538 |
< |
else |
4539 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4540 |
< |
$as_echo "no" >&6; } |
4541 |
< |
fi |
4542 |
< |
|
4543 |
< |
|
4544 |
< |
test -n "$CC" && break |
4545 |
< |
done |
4546 |
< |
fi |
4547 |
< |
if test -z "$CC"; then |
4548 |
< |
ac_ct_CC=$CC |
4549 |
< |
for ac_prog in $CC icc pathcc pgcc cc xlc gcc |
4550 |
< |
do |
4551 |
< |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
4552 |
< |
set dummy $ac_prog; ac_word=$2 |
4553 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4554 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4555 |
< |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then : |
4556 |
< |
$as_echo_n "(cached) " >&6 |
4557 |
< |
else |
4558 |
< |
if test -n "$ac_ct_CC"; then |
4559 |
< |
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. |
4560 |
< |
else |
4561 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4562 |
< |
for as_dir in $PATH |
4563 |
< |
do |
4564 |
< |
IFS=$as_save_IFS |
4565 |
< |
test -z "$as_dir" && as_dir=. |
4566 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4567 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4568 |
< |
ac_cv_prog_ac_ct_CC="$ac_prog" |
4569 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4570 |
< |
break 2 |
4571 |
< |
fi |
4572 |
< |
done |
4573 |
< |
done |
4574 |
< |
IFS=$as_save_IFS |
4575 |
< |
|
4576 |
< |
fi |
4577 |
< |
fi |
4578 |
< |
ac_ct_CC=$ac_cv_prog_ac_ct_CC |
4579 |
< |
if test -n "$ac_ct_CC"; then |
4580 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 |
4581 |
< |
$as_echo "$ac_ct_CC" >&6; } |
4582 |
< |
else |
4583 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4584 |
< |
$as_echo "no" >&6; } |
4585 |
< |
fi |
4586 |
< |
|
4587 |
< |
|
4588 |
< |
test -n "$ac_ct_CC" && break |
4589 |
< |
done |
4590 |
< |
|
4591 |
< |
if test "x$ac_ct_CC" = x; then |
4592 |
< |
CC="" |
4593 |
< |
else |
4594 |
< |
case $cross_compiling:$ac_tool_warned in |
4595 |
< |
yes:) |
4596 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4597 |
< |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
4598 |
< |
ac_tool_warned=yes ;; |
4599 |
< |
esac |
4600 |
< |
CC=$ac_ct_CC |
4601 |
< |
fi |
4602 |
< |
fi |
4603 |
< |
|
4604 |
< |
|
4605 |
< |
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4606 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4607 |
< |
as_fn_error "no acceptable C compiler found in \$PATH |
4608 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
4609 |
< |
|
4610 |
< |
# Provide some information about the compiler. |
4611 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 |
4612 |
< |
set X $ac_compile |
4613 |
< |
ac_compiler=$2 |
4614 |
< |
for ac_option in --version -v -V -qversion; do |
4615 |
< |
{ { ac_try="$ac_compiler $ac_option >&5" |
4616 |
< |
case "(($ac_try" in |
4617 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
4618 |
< |
*) ac_try_echo=$ac_try;; |
4619 |
< |
esac |
4620 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
4621 |
< |
$as_echo "$ac_try_echo"; } >&5 |
4622 |
< |
(eval "$ac_compiler $ac_option >&5") 2>conftest.err |
4623 |
< |
ac_status=$? |
4624 |
< |
if test -s conftest.err; then |
4625 |
< |
sed '10a\ |
4626 |
< |
... rest of stderr output deleted ... |
4627 |
< |
10q' conftest.err >conftest.er1 |
4628 |
< |
cat conftest.er1 >&5 |
4629 |
< |
rm -f conftest.er1 conftest.err |
4630 |
< |
fi |
4631 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
4632 |
< |
test $ac_status = 0; } |
4633 |
< |
done |
4634 |
< |
|
4635 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 |
4636 |
< |
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } |
4637 |
< |
if test "${ac_cv_c_compiler_gnu+set}" = set; then : |
4638 |
< |
$as_echo_n "(cached) " >&6 |
4639 |
< |
else |
4640 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4641 |
< |
/* end confdefs.h. */ |
4642 |
< |
|
4643 |
< |
int |
4644 |
< |
main () |
4645 |
< |
{ |
4646 |
< |
#ifndef __GNUC__ |
4647 |
< |
choke me |
4648 |
< |
#endif |
4649 |
< |
|
4650 |
< |
; |
4651 |
< |
return 0; |
4652 |
< |
} |
4653 |
< |
_ACEOF |
4654 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4655 |
< |
ac_compiler_gnu=yes |
4656 |
< |
else |
4657 |
< |
ac_compiler_gnu=no |
4658 |
< |
fi |
4659 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4660 |
< |
ac_cv_c_compiler_gnu=$ac_compiler_gnu |
4661 |
< |
|
4662 |
< |
fi |
4663 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 |
4664 |
< |
$as_echo "$ac_cv_c_compiler_gnu" >&6; } |
4665 |
< |
if test $ac_compiler_gnu = yes; then |
4666 |
< |
GCC=yes |
4667 |
< |
else |
4668 |
< |
GCC= |
4669 |
< |
fi |
4670 |
< |
ac_test_CFLAGS=${CFLAGS+set} |
4671 |
< |
ac_save_CFLAGS=$CFLAGS |
4672 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 |
4673 |
< |
$as_echo_n "checking whether $CC accepts -g... " >&6; } |
4674 |
< |
if test "${ac_cv_prog_cc_g+set}" = set; then : |
4675 |
< |
$as_echo_n "(cached) " >&6 |
4676 |
< |
else |
4677 |
< |
ac_save_c_werror_flag=$ac_c_werror_flag |
4678 |
< |
ac_c_werror_flag=yes |
4679 |
< |
ac_cv_prog_cc_g=no |
4680 |
< |
CFLAGS="-g" |
4681 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4682 |
< |
/* end confdefs.h. */ |
4683 |
< |
|
4684 |
< |
int |
4685 |
< |
main () |
4686 |
< |
{ |
4687 |
< |
|
4688 |
< |
; |
4689 |
< |
return 0; |
4690 |
< |
} |
4691 |
< |
_ACEOF |
4692 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4693 |
< |
ac_cv_prog_cc_g=yes |
4694 |
< |
else |
4695 |
< |
CFLAGS="" |
4696 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4697 |
< |
/* end confdefs.h. */ |
4698 |
< |
|
4699 |
< |
int |
4700 |
< |
main () |
4701 |
< |
{ |
4702 |
< |
|
4703 |
< |
; |
4704 |
< |
return 0; |
4705 |
< |
} |
4706 |
< |
_ACEOF |
4707 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4708 |
< |
|
4709 |
< |
else |
4710 |
< |
ac_c_werror_flag=$ac_save_c_werror_flag |
4711 |
< |
CFLAGS="-g" |
4712 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4713 |
< |
/* end confdefs.h. */ |
4714 |
< |
|
4715 |
< |
int |
4716 |
< |
main () |
4717 |
< |
{ |
4718 |
< |
|
4719 |
< |
; |
4720 |
< |
return 0; |
4721 |
< |
} |
4722 |
< |
_ACEOF |
4723 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4724 |
< |
ac_cv_prog_cc_g=yes |
4725 |
< |
fi |
4726 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4727 |
< |
fi |
4728 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4729 |
< |
fi |
4730 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
4731 |
< |
ac_c_werror_flag=$ac_save_c_werror_flag |
4732 |
< |
fi |
4733 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 |
4734 |
< |
$as_echo "$ac_cv_prog_cc_g" >&6; } |
4735 |
< |
if test "$ac_test_CFLAGS" = set; then |
4736 |
< |
CFLAGS=$ac_save_CFLAGS |
4737 |
< |
elif test $ac_cv_prog_cc_g = yes; then |
4738 |
< |
if test "$GCC" = yes; then |
4739 |
< |
CFLAGS="-g -O2" |
4740 |
< |
else |
4741 |
< |
CFLAGS="-g" |
4742 |
< |
fi |
4743 |
< |
else |
4744 |
< |
if test "$GCC" = yes; then |
4745 |
< |
CFLAGS="-O2" |
4746 |
< |
else |
4747 |
< |
CFLAGS= |
4748 |
< |
fi |
4749 |
< |
fi |
4750 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 |
4751 |
< |
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } |
4752 |
< |
if test "${ac_cv_prog_cc_c89+set}" = set; then : |
4753 |
< |
$as_echo_n "(cached) " >&6 |
4754 |
< |
else |
4755 |
< |
ac_cv_prog_cc_c89=no |
4756 |
< |
ac_save_CC=$CC |
4757 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4758 |
< |
/* end confdefs.h. */ |
4759 |
< |
#include <stdarg.h> |
4760 |
< |
#include <stdio.h> |
4761 |
< |
#include <sys/types.h> |
4762 |
< |
#include <sys/stat.h> |
4763 |
< |
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
4764 |
< |
struct buf { int x; }; |
4765 |
< |
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
4766 |
< |
static char *e (p, i) |
4767 |
< |
char **p; |
4768 |
< |
int i; |
4769 |
< |
{ |
4770 |
< |
return p[i]; |
4771 |
< |
} |
4772 |
< |
static char *f (char * (*g) (char **, int), char **p, ...) |
4773 |
< |
{ |
4774 |
< |
char *s; |
4775 |
< |
va_list v; |
4776 |
< |
va_start (v,p); |
4777 |
< |
s = g (p, va_arg (v,int)); |
4778 |
< |
va_end (v); |
4779 |
< |
return s; |
4780 |
< |
} |
4781 |
< |
|
4782 |
< |
/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has |
4783 |
< |
function prototypes and stuff, but not '\xHH' hex character constants. |
4784 |
< |
These don't provoke an error unfortunately, instead are silently treated |
4785 |
< |
as 'x'. The following induces an error, until -std is added to get |
4786 |
< |
proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an |
4787 |
< |
array size at least. It's necessary to write '\x00'==0 to get something |
4788 |
< |
that's true only with -std. */ |
4789 |
< |
int osf4_cc_array ['\x00' == 0 ? 1 : -1]; |
4790 |
< |
|
4791 |
< |
/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters |
4792 |
< |
inside strings and character constants. */ |
4793 |
< |
#define FOO(x) 'x' |
4794 |
< |
int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; |
4795 |
< |
|
4796 |
< |
int test (int i, double x); |
4797 |
< |
struct s1 {int (*f) (int a);}; |
4798 |
< |
struct s2 {int (*f) (double a);}; |
4799 |
< |
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); |
4800 |
< |
int argc; |
4801 |
< |
char **argv; |
4802 |
< |
int |
4803 |
< |
main () |
4804 |
< |
{ |
4805 |
< |
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; |
4806 |
< |
; |
4807 |
< |
return 0; |
4808 |
< |
} |
4809 |
< |
_ACEOF |
4810 |
< |
for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ |
4811 |
< |
-Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" |
4812 |
< |
do |
4813 |
< |
CC="$ac_save_CC $ac_arg" |
4814 |
< |
if ac_fn_c_try_compile "$LINENO"; then : |
4815 |
< |
ac_cv_prog_cc_c89=$ac_arg |
4816 |
< |
fi |
4817 |
< |
rm -f core conftest.err conftest.$ac_objext |
4818 |
< |
test "x$ac_cv_prog_cc_c89" != "xno" && break |
4819 |
< |
done |
4820 |
< |
rm -f conftest.$ac_ext |
4821 |
< |
CC=$ac_save_CC |
4822 |
< |
|
4823 |
< |
fi |
4824 |
< |
# AC_CACHE_VAL |
4825 |
< |
case "x$ac_cv_prog_cc_c89" in |
4826 |
< |
x) |
4827 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 |
4828 |
< |
$as_echo "none needed" >&6; } ;; |
4829 |
< |
xno) |
4830 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 |
4831 |
< |
$as_echo "unsupported" >&6; } ;; |
4832 |
< |
*) |
4833 |
< |
CC="$CC $ac_cv_prog_cc_c89" |
4834 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 |
4835 |
< |
$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; |
4836 |
< |
esac |
4837 |
< |
if test "x$ac_cv_prog_cc_c89" != xno; then : |
4838 |
< |
|
4839 |
< |
fi |
4840 |
< |
|
4841 |
< |
ac_ext=${ac_fc_srcext-f} |
4842 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4843 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4844 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4845 |
< |
|
4846 |
< |
ac_ext=${ac_fc_srcext-f} |
4847 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
4848 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
4849 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
4850 |
< |
if test -n "$ac_tool_prefix"; then |
4851 |
< |
for ac_prog in $FC ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
4852 |
< |
do |
4853 |
< |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. |
4854 |
< |
set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
4855 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4856 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4857 |
< |
if test "${ac_cv_prog_FC+set}" = set; then : |
4858 |
< |
$as_echo_n "(cached) " >&6 |
4859 |
< |
else |
4860 |
< |
if test -n "$FC"; then |
4861 |
< |
ac_cv_prog_FC="$FC" # Let the user override the test. |
4862 |
< |
else |
4863 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4864 |
< |
for as_dir in $PATH |
4865 |
< |
do |
4866 |
< |
IFS=$as_save_IFS |
4867 |
< |
test -z "$as_dir" && as_dir=. |
4868 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4869 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4870 |
< |
ac_cv_prog_FC="$ac_tool_prefix$ac_prog" |
4871 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4872 |
< |
break 2 |
4873 |
< |
fi |
4874 |
< |
done |
4875 |
< |
done |
4876 |
< |
IFS=$as_save_IFS |
4877 |
< |
|
4878 |
< |
fi |
4879 |
< |
fi |
4880 |
< |
FC=$ac_cv_prog_FC |
4881 |
< |
if test -n "$FC"; then |
4882 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5 |
4883 |
< |
$as_echo "$FC" >&6; } |
4884 |
< |
else |
4885 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4886 |
< |
$as_echo "no" >&6; } |
4887 |
< |
fi |
4888 |
< |
|
4889 |
< |
|
4890 |
< |
test -n "$FC" && break |
4891 |
< |
done |
4892 |
< |
fi |
4893 |
< |
if test -z "$FC"; then |
4894 |
< |
ac_ct_FC=$FC |
4895 |
< |
for ac_prog in $FC ifort ifc pathf95 pgf95 xlf95 lf95 epcf90 pathf90 xlf90 f95 f90 gfortran g95 fort |
4896 |
< |
do |
4897 |
< |
# Extract the first word of "$ac_prog", so it can be a program name with args. |
4898 |
< |
set dummy $ac_prog; ac_word=$2 |
4899 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4900 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
4901 |
< |
if test "${ac_cv_prog_ac_ct_FC+set}" = set; then : |
4902 |
< |
$as_echo_n "(cached) " >&6 |
4903 |
< |
else |
4904 |
< |
if test -n "$ac_ct_FC"; then |
4905 |
< |
ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test. |
4906 |
< |
else |
4907 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4908 |
< |
for as_dir in $PATH |
4909 |
< |
do |
4910 |
< |
IFS=$as_save_IFS |
4911 |
< |
test -z "$as_dir" && as_dir=. |
4912 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
4913 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4914 |
< |
ac_cv_prog_ac_ct_FC="$ac_prog" |
4915 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4916 |
< |
break 2 |
4917 |
< |
fi |
4918 |
< |
done |
4919 |
< |
done |
4920 |
< |
IFS=$as_save_IFS |
4921 |
< |
|
4922 |
< |
fi |
4923 |
< |
fi |
4924 |
< |
ac_ct_FC=$ac_cv_prog_ac_ct_FC |
4925 |
< |
if test -n "$ac_ct_FC"; then |
4926 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5 |
4927 |
< |
$as_echo "$ac_ct_FC" >&6; } |
4928 |
< |
else |
4929 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4930 |
< |
$as_echo "no" >&6; } |
4931 |
< |
fi |
4932 |
< |
|
4933 |
< |
|
4934 |
< |
test -n "$ac_ct_FC" && break |
4935 |
< |
done |
4936 |
< |
|
4937 |
< |
if test "x$ac_ct_FC" = x; then |
4938 |
< |
FC="" |
4939 |
< |
else |
4940 |
< |
case $cross_compiling:$ac_tool_warned in |
4941 |
< |
yes:) |
5906 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
5907 |
< |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
5908 |
< |
ac_tool_warned=yes ;; |
5909 |
< |
esac |
5910 |
< |
FC=$ac_ct_FC |
5911 |
< |
fi |
5912 |
< |
fi |
5913 |
< |
|
5914 |
< |
|
5915 |
< |
# Provide some information about the compiler. |
5916 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5 |
5917 |
< |
set X $ac_compile |
5918 |
< |
ac_compiler=$2 |
5919 |
< |
for ac_option in --version -v -V -qversion; do |
5920 |
< |
{ { ac_try="$ac_compiler $ac_option >&5" |
5921 |
< |
case "(($ac_try" in |
5922 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
5923 |
< |
*) ac_try_echo=$ac_try;; |
5924 |
< |
esac |
5925 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
5926 |
< |
$as_echo "$ac_try_echo"; } >&5 |
5927 |
< |
(eval "$ac_compiler $ac_option >&5") 2>conftest.err |
5928 |
< |
ac_status=$? |
5929 |
< |
if test -s conftest.err; then |
5930 |
< |
sed '10a\ |
5931 |
< |
... rest of stderr output deleted ... |
5932 |
< |
10q' conftest.err >conftest.er1 |
5933 |
< |
cat conftest.er1 >&5 |
5934 |
< |
rm -f conftest.er1 conftest.err |
5935 |
< |
fi |
5936 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
5937 |
< |
test $ac_status = 0; } |
5938 |
< |
done |
5939 |
< |
rm -f a.out |
5940 |
< |
|
5941 |
< |
# If we don't use `.F' as extension, the preprocessor is not run on the |
5942 |
< |
# input file. (Note that this only needs to work for GNU compilers.) |
5943 |
< |
ac_save_ext=$ac_ext |
5944 |
< |
ac_ext=F |
5945 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5 |
5946 |
< |
$as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; } |
5947 |
< |
if test "${ac_cv_fc_compiler_gnu+set}" = set; then : |
5948 |
< |
$as_echo_n "(cached) " >&6 |
5949 |
< |
else |
5950 |
< |
cat > conftest.$ac_ext <<_ACEOF |
5951 |
< |
program main |
5952 |
< |
#ifndef __GNUC__ |
5953 |
< |
choke me |
5954 |
< |
#endif |
5955 |
< |
|
5956 |
< |
end |
5957 |
< |
_ACEOF |
5958 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
5959 |
< |
ac_compiler_gnu=yes |
5960 |
< |
else |
5961 |
< |
ac_compiler_gnu=no |
5962 |
< |
fi |
5963 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5964 |
< |
ac_cv_fc_compiler_gnu=$ac_compiler_gnu |
5965 |
< |
|
5966 |
< |
fi |
5967 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5 |
5968 |
< |
$as_echo "$ac_cv_fc_compiler_gnu" >&6; } |
5969 |
< |
ac_ext=$ac_save_ext |
5970 |
< |
ac_test_FCFLAGS=${FCFLAGS+set} |
5971 |
< |
ac_save_FCFLAGS=$FCFLAGS |
5972 |
< |
FCFLAGS= |
5973 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5 |
5974 |
< |
$as_echo_n "checking whether $FC accepts -g... " >&6; } |
5975 |
< |
if test "${ac_cv_prog_fc_g+set}" = set; then : |
5976 |
< |
$as_echo_n "(cached) " >&6 |
5977 |
< |
else |
5978 |
< |
FCFLAGS=-g |
5979 |
< |
cat > conftest.$ac_ext <<_ACEOF |
5980 |
< |
program main |
5981 |
< |
|
5982 |
< |
end |
5983 |
< |
_ACEOF |
5984 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
5985 |
< |
ac_cv_prog_fc_g=yes |
5986 |
< |
else |
5987 |
< |
ac_cv_prog_fc_g=no |
5988 |
< |
fi |
5989 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
5990 |
< |
|
5991 |
< |
fi |
5992 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5 |
5993 |
< |
$as_echo "$ac_cv_prog_fc_g" >&6; } |
5994 |
< |
if test "$ac_test_FCFLAGS" = set; then |
5995 |
< |
FCFLAGS=$ac_save_FCFLAGS |
5996 |
< |
elif test $ac_cv_prog_fc_g = yes; then |
5997 |
< |
if test "x$ac_cv_fc_compiler_gnu" = xyes; then |
5998 |
< |
FCFLAGS="-g -O2" |
5999 |
< |
else |
6000 |
< |
FCFLAGS="-g" |
6001 |
< |
fi |
6002 |
< |
else |
6003 |
< |
if test "x$ac_cv_fc_compiler_gnu" = xyes; then |
6004 |
< |
FCFLAGS="-O2" |
6005 |
< |
else |
6006 |
< |
FCFLAGS= |
6007 |
< |
fi |
6008 |
< |
fi |
6009 |
< |
|
6010 |
< |
ac_ext=${ac_fc_srcext-f} |
6011 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6012 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6013 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6014 |
< |
|
6015 |
< |
ac_ext=c |
6016 |
< |
ac_cpp='$CPP $CPPFLAGS' |
6017 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
6018 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
6019 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
6020 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 |
6021 |
< |
$as_echo_n "checking how to run the C preprocessor... " >&6; } |
6022 |
< |
# On Suns, sometimes $CPP names a directory. |
6023 |
< |
if test -n "$CPP" && test -d "$CPP"; then |
6024 |
< |
CPP= |
6025 |
< |
fi |
6026 |
< |
if test -z "$CPP"; then |
6027 |
< |
if test "${ac_cv_prog_CPP+set}" = set; then : |
6028 |
< |
$as_echo_n "(cached) " >&6 |
6029 |
< |
else |
6030 |
< |
# Double quotes because CPP needs to be expanded |
6031 |
< |
for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" |
6032 |
< |
do |
6033 |
< |
ac_preproc_ok=false |
6034 |
< |
for ac_c_preproc_warn_flag in '' yes |
6035 |
< |
do |
6036 |
< |
# Use a header file that comes with gcc, so configuring glibc |
6037 |
< |
# with a fresh cross-compiler works. |
6038 |
< |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
6039 |
< |
# <limits.h> exists even on freestanding compilers. |
6040 |
< |
# On the NeXT, cc -E runs the code through the compiler's parser, |
6041 |
< |
# not just through cpp. "Syntax error" is here to catch this case. |
6042 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6043 |
< |
/* end confdefs.h. */ |
6044 |
< |
#ifdef __STDC__ |
6045 |
< |
# include <limits.h> |
6046 |
< |
#else |
6047 |
< |
# include <assert.h> |
6048 |
< |
#endif |
6049 |
< |
Syntax error |
6050 |
< |
_ACEOF |
6051 |
< |
if ac_fn_c_try_cpp "$LINENO"; then : |
6052 |
< |
|
6053 |
< |
else |
6054 |
< |
# Broken: fails on valid input. |
6055 |
< |
continue |
6056 |
< |
fi |
6057 |
< |
rm -f conftest.err conftest.$ac_ext |
6058 |
< |
|
6059 |
< |
# OK, works on sane cases. Now check whether nonexistent headers |
6060 |
< |
# can be detected and how. |
6061 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6062 |
< |
/* end confdefs.h. */ |
6063 |
< |
#include <ac_nonexistent.h> |
6064 |
< |
_ACEOF |
6065 |
< |
if ac_fn_c_try_cpp "$LINENO"; then : |
6066 |
< |
# Broken: success on invalid input. |
6067 |
< |
continue |
6068 |
< |
else |
6069 |
< |
# Passes both tests. |
6070 |
< |
ac_preproc_ok=: |
6071 |
< |
break |
6072 |
< |
fi |
6073 |
< |
rm -f conftest.err conftest.$ac_ext |
6074 |
< |
|
6075 |
< |
done |
6076 |
< |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6077 |
< |
rm -f conftest.err conftest.$ac_ext |
6078 |
< |
if $ac_preproc_ok; then : |
6079 |
< |
break |
6080 |
< |
fi |
6081 |
< |
|
6082 |
< |
done |
6083 |
< |
ac_cv_prog_CPP=$CPP |
6084 |
< |
|
6085 |
< |
fi |
6086 |
< |
CPP=$ac_cv_prog_CPP |
6087 |
< |
else |
6088 |
< |
ac_cv_prog_CPP=$CPP |
6089 |
< |
fi |
6090 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
6091 |
< |
$as_echo "$CPP" >&6; } |
6092 |
< |
ac_preproc_ok=false |
6093 |
< |
for ac_c_preproc_warn_flag in '' yes |
6094 |
< |
do |
6095 |
< |
# Use a header file that comes with gcc, so configuring glibc |
6096 |
< |
# with a fresh cross-compiler works. |
6097 |
< |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
6098 |
< |
# <limits.h> exists even on freestanding compilers. |
6099 |
< |
# On the NeXT, cc -E runs the code through the compiler's parser, |
6100 |
< |
# not just through cpp. "Syntax error" is here to catch this case. |
6101 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6102 |
< |
/* end confdefs.h. */ |
6103 |
< |
#ifdef __STDC__ |
6104 |
< |
# include <limits.h> |
6105 |
< |
#else |
6106 |
< |
# include <assert.h> |
6107 |
< |
#endif |
6108 |
< |
Syntax error |
6109 |
< |
_ACEOF |
6110 |
< |
if ac_fn_c_try_cpp "$LINENO"; then : |
6111 |
< |
|
6112 |
< |
else |
6113 |
< |
# Broken: fails on valid input. |
6114 |
< |
continue |
6115 |
< |
fi |
6116 |
< |
rm -f conftest.err conftest.$ac_ext |
6117 |
< |
|
6118 |
< |
# OK, works on sane cases. Now check whether nonexistent headers |
6119 |
< |
# can be detected and how. |
6120 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6121 |
< |
/* end confdefs.h. */ |
6122 |
< |
#include <ac_nonexistent.h> |
6123 |
< |
_ACEOF |
6124 |
< |
if ac_fn_c_try_cpp "$LINENO"; then : |
6125 |
< |
# Broken: success on invalid input. |
6126 |
< |
continue |
6127 |
< |
else |
6128 |
< |
# Passes both tests. |
6129 |
< |
ac_preproc_ok=: |
6130 |
< |
break |
6131 |
< |
fi |
6132 |
< |
rm -f conftest.err conftest.$ac_ext |
6133 |
< |
|
6134 |
< |
done |
6135 |
< |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
6136 |
< |
rm -f conftest.err conftest.$ac_ext |
6137 |
< |
if $ac_preproc_ok; then : |
6138 |
< |
|
6139 |
< |
else |
6140 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
6141 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
6142 |
< |
as_fn_error "C preprocessor \"$CPP\" fails sanity check |
6143 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
6144 |
< |
fi |
6145 |
< |
|
6146 |
< |
ac_ext=${ac_fc_srcext-f} |
6147 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6148 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6149 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6150 |
< |
|
6151 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
6152 |
< |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
6153 |
< |
if test "${ac_cv_path_GREP+set}" = set; then : |
6154 |
< |
$as_echo_n "(cached) " >&6 |
6155 |
< |
else |
6156 |
< |
if test -z "$GREP"; then |
6157 |
< |
ac_path_GREP_found=false |
6158 |
< |
# Loop through the user's path and test for each of PROGNAME-LIST |
6159 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6160 |
< |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
6161 |
< |
do |
6162 |
< |
IFS=$as_save_IFS |
6163 |
< |
test -z "$as_dir" && as_dir=. |
6164 |
< |
for ac_prog in grep ggrep; do |
6165 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6166 |
< |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
6167 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
6168 |
< |
# Check for GNU ac_path_GREP and select it if it is found. |
6169 |
< |
# Check for GNU $ac_path_GREP |
6170 |
< |
case `"$ac_path_GREP" --version 2>&1` in |
6171 |
< |
*GNU*) |
6172 |
< |
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
6173 |
< |
*) |
6174 |
< |
ac_count=0 |
6175 |
< |
$as_echo_n 0123456789 >"conftest.in" |
6176 |
< |
while : |
6177 |
< |
do |
6178 |
< |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
6179 |
< |
mv "conftest.tmp" "conftest.in" |
6180 |
< |
cp "conftest.in" "conftest.nl" |
6181 |
< |
$as_echo 'GREP' >> "conftest.nl" |
6182 |
< |
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
6183 |
< |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
6184 |
< |
as_fn_arith $ac_count + 1 && ac_count=$as_val |
6185 |
< |
if test $ac_count -gt ${ac_path_GREP_max-0}; then |
6186 |
< |
# Best one so far, save it but keep looking for a better one |
6187 |
< |
ac_cv_path_GREP="$ac_path_GREP" |
6188 |
< |
ac_path_GREP_max=$ac_count |
6189 |
< |
fi |
6190 |
< |
# 10*(2^10) chars as input seems more than enough |
6191 |
< |
test $ac_count -gt 10 && break |
6192 |
< |
done |
6193 |
< |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
6194 |
< |
esac |
6195 |
< |
|
6196 |
< |
$ac_path_GREP_found && break 3 |
6197 |
< |
done |
6198 |
< |
done |
6199 |
< |
done |
6200 |
< |
IFS=$as_save_IFS |
6201 |
< |
if test -z "$ac_cv_path_GREP"; then |
6202 |
< |
as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
6203 |
< |
fi |
6204 |
< |
else |
6205 |
< |
ac_cv_path_GREP=$GREP |
6206 |
< |
fi |
6207 |
< |
|
6208 |
< |
fi |
6209 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
6210 |
< |
$as_echo "$ac_cv_path_GREP" >&6; } |
6211 |
< |
GREP="$ac_cv_path_GREP" |
6212 |
< |
|
6213 |
< |
|
6214 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
6215 |
< |
$as_echo_n "checking for egrep... " >&6; } |
6216 |
< |
if test "${ac_cv_path_EGREP+set}" = set; then : |
6217 |
< |
$as_echo_n "(cached) " >&6 |
6218 |
< |
else |
6219 |
< |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
6220 |
< |
then ac_cv_path_EGREP="$GREP -E" |
6221 |
< |
else |
6222 |
< |
if test -z "$EGREP"; then |
6223 |
< |
ac_path_EGREP_found=false |
6224 |
< |
# Loop through the user's path and test for each of PROGNAME-LIST |
6225 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6226 |
< |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
6227 |
< |
do |
6228 |
< |
IFS=$as_save_IFS |
6229 |
< |
test -z "$as_dir" && as_dir=. |
6230 |
< |
for ac_prog in egrep; do |
6231 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6232 |
< |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
6233 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
6234 |
< |
# Check for GNU ac_path_EGREP and select it if it is found. |
6235 |
< |
# Check for GNU $ac_path_EGREP |
6236 |
< |
case `"$ac_path_EGREP" --version 2>&1` in |
6237 |
< |
*GNU*) |
6238 |
< |
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
6239 |
< |
*) |
6240 |
< |
ac_count=0 |
6241 |
< |
$as_echo_n 0123456789 >"conftest.in" |
6242 |
< |
while : |
6243 |
< |
do |
6244 |
< |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
6245 |
< |
mv "conftest.tmp" "conftest.in" |
6246 |
< |
cp "conftest.in" "conftest.nl" |
6247 |
< |
$as_echo 'EGREP' >> "conftest.nl" |
6248 |
< |
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
6249 |
< |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
6250 |
< |
as_fn_arith $ac_count + 1 && ac_count=$as_val |
6251 |
< |
if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
6252 |
< |
# Best one so far, save it but keep looking for a better one |
6253 |
< |
ac_cv_path_EGREP="$ac_path_EGREP" |
6254 |
< |
ac_path_EGREP_max=$ac_count |
6255 |
< |
fi |
6256 |
< |
# 10*(2^10) chars as input seems more than enough |
6257 |
< |
test $ac_count -gt 10 && break |
6258 |
< |
done |
6259 |
< |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
6260 |
< |
esac |
6261 |
< |
|
6262 |
< |
$ac_path_EGREP_found && break 3 |
6263 |
< |
done |
6264 |
< |
done |
6265 |
< |
done |
6266 |
< |
IFS=$as_save_IFS |
6267 |
< |
if test -z "$ac_cv_path_EGREP"; then |
6268 |
< |
as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
6269 |
< |
fi |
6270 |
< |
else |
6271 |
< |
ac_cv_path_EGREP=$EGREP |
6272 |
< |
fi |
6273 |
< |
|
6274 |
< |
fi |
6275 |
< |
fi |
6276 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
6277 |
< |
$as_echo "$ac_cv_path_EGREP" >&6; } |
6278 |
< |
EGREP="$ac_cv_path_EGREP" |
6279 |
< |
|
6280 |
< |
|
6281 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
6282 |
< |
$as_echo_n "checking whether ln -s works... " >&6; } |
6283 |
< |
LN_S=$as_ln_s |
6284 |
< |
if test "$LN_S" = "ln -s"; then |
6285 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
6286 |
< |
$as_echo "yes" >&6; } |
6287 |
< |
else |
6288 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
6289 |
< |
$as_echo "no, using $LN_S" >&6; } |
6290 |
< |
fi |
6291 |
< |
|
6292 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
6293 |
< |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
6294 |
< |
set x ${MAKE-make} |
6295 |
< |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
6296 |
< |
if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then : |
6297 |
< |
$as_echo_n "(cached) " >&6 |
6298 |
< |
else |
6299 |
< |
cat >conftest.make <<\_ACEOF |
6300 |
< |
SHELL = /bin/sh |
6301 |
< |
all: |
6302 |
< |
@echo '@@@%%%=$(MAKE)=@@@%%%' |
6303 |
< |
_ACEOF |
6304 |
< |
# GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
6305 |
< |
case `${MAKE-make} -f conftest.make 2>/dev/null` in |
6306 |
< |
*@@@%%%=?*=@@@%%%*) |
6307 |
< |
eval ac_cv_prog_make_${ac_make}_set=yes;; |
6308 |
< |
*) |
6309 |
< |
eval ac_cv_prog_make_${ac_make}_set=no;; |
6310 |
< |
esac |
6311 |
< |
rm -f conftest.make |
6312 |
< |
fi |
6313 |
< |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
6314 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
6315 |
< |
$as_echo "yes" >&6; } |
6316 |
< |
SET_MAKE= |
6317 |
< |
else |
6318 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6319 |
< |
$as_echo "no" >&6; } |
6320 |
< |
SET_MAKE="MAKE=${MAKE-make}" |
6321 |
< |
fi |
6322 |
< |
|
6323 |
< |
if test -n "$ac_tool_prefix"; then |
6324 |
< |
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
6325 |
< |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
6326 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6327 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
6328 |
< |
if test "${ac_cv_prog_RANLIB+set}" = set; then : |
6329 |
< |
$as_echo_n "(cached) " >&6 |
6330 |
< |
else |
6331 |
< |
if test -n "$RANLIB"; then |
6332 |
< |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
6333 |
< |
else |
6334 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6335 |
< |
for as_dir in $PATH |
6336 |
< |
do |
6337 |
< |
IFS=$as_save_IFS |
6338 |
< |
test -z "$as_dir" && as_dir=. |
6339 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6340 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6341 |
< |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
6342 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6343 |
< |
break 2 |
6344 |
< |
fi |
6345 |
< |
done |
6346 |
< |
done |
6347 |
< |
IFS=$as_save_IFS |
6348 |
< |
|
6349 |
< |
fi |
6350 |
< |
fi |
6351 |
< |
RANLIB=$ac_cv_prog_RANLIB |
6352 |
< |
if test -n "$RANLIB"; then |
6353 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
6354 |
< |
$as_echo "$RANLIB" >&6; } |
6355 |
< |
else |
6356 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6357 |
< |
$as_echo "no" >&6; } |
6358 |
< |
fi |
6359 |
< |
|
6360 |
< |
|
6361 |
< |
fi |
6362 |
< |
if test -z "$ac_cv_prog_RANLIB"; then |
6363 |
< |
ac_ct_RANLIB=$RANLIB |
6364 |
< |
# Extract the first word of "ranlib", so it can be a program name with args. |
6365 |
< |
set dummy ranlib; ac_word=$2 |
6366 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6367 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
6368 |
< |
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then : |
6369 |
< |
$as_echo_n "(cached) " >&6 |
6370 |
< |
else |
6371 |
< |
if test -n "$ac_ct_RANLIB"; then |
6372 |
< |
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
6373 |
< |
else |
6374 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6375 |
< |
for as_dir in $PATH |
6376 |
< |
do |
6377 |
< |
IFS=$as_save_IFS |
6378 |
< |
test -z "$as_dir" && as_dir=. |
6379 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6380 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6381 |
< |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
6382 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6383 |
< |
break 2 |
6384 |
< |
fi |
6385 |
< |
done |
6386 |
< |
done |
6387 |
< |
IFS=$as_save_IFS |
6388 |
< |
|
6389 |
< |
fi |
6390 |
< |
fi |
6391 |
< |
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
6392 |
< |
if test -n "$ac_ct_RANLIB"; then |
6393 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
6394 |
< |
$as_echo "$ac_ct_RANLIB" >&6; } |
6395 |
< |
else |
6396 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6397 |
< |
$as_echo "no" >&6; } |
6398 |
< |
fi |
6399 |
< |
|
6400 |
< |
if test "x$ac_ct_RANLIB" = x; then |
6401 |
< |
RANLIB=":" |
6402 |
< |
else |
6403 |
< |
case $cross_compiling:$ac_tool_warned in |
6404 |
< |
yes:) |
6405 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
6406 |
< |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
6407 |
< |
ac_tool_warned=yes ;; |
6408 |
< |
esac |
6409 |
< |
RANLIB=$ac_ct_RANLIB |
6410 |
< |
fi |
6411 |
< |
else |
6412 |
< |
RANLIB="$ac_cv_prog_RANLIB" |
6413 |
< |
fi |
6414 |
< |
|
6415 |
< |
|
6416 |
< |
# Extract the first word of "perl", so it can be a program name with args. |
6417 |
< |
set dummy perl; ac_word=$2 |
6418 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6419 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
6420 |
< |
if test "${ac_cv_path_PERLINTERP+set}" = set; then : |
6421 |
< |
$as_echo_n "(cached) " >&6 |
6422 |
< |
else |
6423 |
< |
case $PERLINTERP in |
6424 |
< |
[\\/]* | ?:[\\/]*) |
6425 |
< |
ac_cv_path_PERLINTERP="$PERLINTERP" # Let the user override the test with a path. |
6426 |
< |
;; |
6427 |
< |
*) |
6428 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6429 |
< |
for as_dir in $PATH |
6430 |
< |
do |
6431 |
< |
IFS=$as_save_IFS |
6432 |
< |
test -z "$as_dir" && as_dir=. |
6433 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6434 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6435 |
< |
ac_cv_path_PERLINTERP="$as_dir/$ac_word$ac_exec_ext" |
6436 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6437 |
< |
break 2 |
6438 |
< |
fi |
6439 |
< |
done |
6440 |
< |
done |
6441 |
< |
IFS=$as_save_IFS |
6442 |
< |
|
6443 |
< |
test -z "$ac_cv_path_PERLINTERP" && ac_cv_path_PERLINTERP="perl" |
6444 |
< |
;; |
6445 |
< |
esac |
6446 |
< |
fi |
6447 |
< |
PERLINTERP=$ac_cv_path_PERLINTERP |
6448 |
< |
if test -n "$PERLINTERP"; then |
6449 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERLINTERP" >&5 |
6450 |
< |
$as_echo "$PERLINTERP" >&6; } |
6451 |
< |
else |
6452 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6453 |
< |
$as_echo "no" >&6; } |
6454 |
< |
fi |
6455 |
< |
|
6456 |
< |
|
6457 |
< |
ac_cv_path_perlinterp="$PERLINTERP" |
6458 |
< |
_sHpB='#!' |
6459 |
< |
|
6460 |
< |
|
6461 |
< |
# Check whether --with-perl-shebang was given. |
6462 |
< |
if test "${with_perl_shebang+set}" = set; then : |
6463 |
< |
withval=$with_perl_shebang; opt_perl_shebang="$withval" |
6464 |
< |
else |
6465 |
< |
opt_perl_shebang="not_set" |
6466 |
< |
fi |
6467 |
< |
|
6468 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether explicit instead of detected sharpbang is to be used" >&5 |
6469 |
< |
$as_echo_n "checking whether explicit instead of detected sharpbang is to be used... " >&6; } |
6470 |
< |
if test "${ax_cv_opt_perl_shebang+set}" = set; then : |
6471 |
< |
$as_echo_n "(cached) " >&6 |
6472 |
< |
else |
6473 |
< |
case "$opt_perl_shebang" in |
6474 |
< |
not_set ) ax_cv_opt_perl_shebang='' |
6475 |
< |
;; |
6476 |
< |
* ) |
6477 |
< |
ax_cv_opt_perl_shebang=`echo "$opt_perl_shebang" | sed -e's|^#!\s*\(.*\)$|\1|'` |
6478 |
< |
esac |
6479 |
< |
|
6480 |
< |
fi |
6481 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_opt_perl_shebang" >&5 |
6482 |
< |
$as_echo "$ax_cv_opt_perl_shebang" >&6; } |
6483 |
< |
if test "A$ax_cv_opt_perl_shebang" != "A" |
6484 |
< |
then |
6485 |
< |
ac_cv_sys_kernshrpbang_perl="$ax_cv_opt_perl_shebang" |
6486 |
< |
PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl" |
6487 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&5 |
6488 |
< |
$as_echo "$as_me: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&6;} |
6489 |
< |
|
6490 |
< |
# Automatic detection of sharpbang formula starts here |
6491 |
< |
else |
6492 |
< |
_somian_shbangperl=`$PERLINTERP -V:startperl` |
6493 |
< |
negclass="[^']"; # must leave this comment: m4 will remove the outer brackets for us, heheh |
6494 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kernel sharpbang invocation to start perl" >&5 |
6495 |
< |
$as_echo_n "checking for kernel sharpbang invocation to start perl... " >&6; } |
6496 |
< |
if test "${ac_cv_sys_kernshrpbang_perl+set}" = set; then : |
6497 |
< |
$as_echo_n "(cached) " >&6 |
6498 |
< |
else |
6499 |
< |
_somian_kspb_perl=`echo "$_somian_shbangperl" | sed -ne"s|.*='\($negclass*\)';$|\1|p"` |
6500 |
< |
if test "x$_somian_kspb_perl" == x |
6501 |
< |
then _somian_ksbp_warn_empty='durnit' |
6502 |
< |
else |
6503 |
< |
case "A$_somian_kspb_perl" in |
6504 |
< |
A#!*perl* ) |
6505 |
< |
ac_cv_sys_kernshrpbang_perl=`echo "$_somian_kspb_perl" | sed -e's|#!\(.*\)$|\1|'` |
6506 |
< |
;; |
6507 |
< |
A* ) _somian_ksbp_warn_defau='trouble' |
6508 |
< |
ac_cv_sys_kernshrpbang_perl="$PERLINTERP" |
6509 |
< |
esac |
6510 |
< |
fi |
6511 |
< |
|
6512 |
< |
fi |
6513 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_kernshrpbang_perl" >&5 |
6514 |
< |
$as_echo "$ac_cv_sys_kernshrpbang_perl" >&6; } |
6515 |
< |
# The above prints Checking ... result message to user. |
6516 |
< |
PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl" |
6517 |
< |
|
6518 |
< |
if test A${_somian_ksbp_warn_empty+set} == Aset |
6519 |
< |
then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&5 |
6520 |
< |
$as_echo "$as_me: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&2;} |
6521 |
< |
fi |
6522 |
< |
# Inform user after printing result value |
6523 |
< |
if test A${_somian_ksbp_warn_defau+set} == Aset |
6524 |
< |
then { $as_echo "$as_me:${as_lineno-$LINENO}: Maybe Not good -" >&5 |
6525 |
< |
$as_echo "$as_me: Maybe Not good -" >&6;} |
6526 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&5 |
6527 |
< |
$as_echo "$as_me: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&2;} |
6528 |
< |
else { $as_echo "$as_me:${as_lineno-$LINENO}: OK Good result - " >&5 |
6529 |
< |
$as_echo "$as_me: OK Good result - " >&6;} |
6530 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&5 |
6531 |
< |
$as_echo "$as_me: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&6;} |
6532 |
< |
fi |
6533 |
< |
fi |
6534 |
< |
|
6535 |
< |
# Find a good install program. We prefer a C program (faster), |
6536 |
< |
# so one script is as good as another. But avoid the broken or |
6537 |
< |
# incompatible versions: |
6538 |
< |
# SysV /etc/install, /usr/sbin/install |
6539 |
< |
# SunOS /usr/etc/install |
6540 |
< |
# IRIX /sbin/install |
6541 |
< |
# AIX /bin/install |
6542 |
< |
# AmigaOS /C/install, which installs bootblocks on floppy discs |
6543 |
< |
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
6544 |
< |
# AFS /usr/afsws/bin/install, which mishandles nonexistent args |
6545 |
< |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
6546 |
< |
# OS/2's system install, which has a completely different semantic |
6547 |
< |
# ./install, which can be erroneously created by make from ./install.sh. |
6548 |
< |
# Reject install programs that cannot install multiple files. |
6549 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
6550 |
< |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
6551 |
< |
if test -z "$INSTALL"; then |
6552 |
< |
if test "${ac_cv_path_install+set}" = set; then : |
6553 |
< |
$as_echo_n "(cached) " >&6 |
6554 |
< |
else |
6555 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6556 |
< |
for as_dir in $PATH |
6557 |
< |
do |
6558 |
< |
IFS=$as_save_IFS |
6559 |
< |
test -z "$as_dir" && as_dir=. |
6560 |
< |
# Account for people who put trailing slashes in PATH elements. |
6561 |
< |
case $as_dir/ in #(( |
6562 |
< |
./ | .// | /[cC]/* | \ |
6563 |
< |
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
6564 |
< |
?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
6565 |
< |
/usr/ucb/* ) ;; |
6566 |
< |
*) |
6567 |
< |
# OSF1 and SCO ODT 3.0 have their own names for install. |
6568 |
< |
# Don't use installbsd from OSF since it installs stuff as root |
6569 |
< |
# by default. |
6570 |
< |
for ac_prog in ginstall scoinst install; do |
6571 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6572 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
6573 |
< |
if test $ac_prog = install && |
6574 |
< |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
6575 |
< |
# AIX install. It has an incompatible calling convention. |
6576 |
< |
: |
6577 |
< |
elif test $ac_prog = install && |
6578 |
< |
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
6579 |
< |
# program-specific install script used by HP pwplus--don't use. |
6580 |
< |
: |
6581 |
< |
else |
6582 |
< |
rm -rf conftest.one conftest.two conftest.dir |
6583 |
< |
echo one > conftest.one |
6584 |
< |
echo two > conftest.two |
6585 |
< |
mkdir conftest.dir |
6586 |
< |
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
6587 |
< |
test -s conftest.one && test -s conftest.two && |
6588 |
< |
test -s conftest.dir/conftest.one && |
6589 |
< |
test -s conftest.dir/conftest.two |
6590 |
< |
then |
6591 |
< |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
6592 |
< |
break 3 |
6593 |
< |
fi |
6594 |
< |
fi |
6595 |
< |
fi |
6596 |
< |
done |
6597 |
< |
done |
6598 |
< |
;; |
6599 |
< |
esac |
6600 |
< |
|
6601 |
< |
done |
6602 |
< |
IFS=$as_save_IFS |
6603 |
< |
|
6604 |
< |
rm -rf conftest.one conftest.two conftest.dir |
6605 |
< |
|
6606 |
< |
fi |
6607 |
< |
if test "${ac_cv_path_install+set}" = set; then |
6608 |
< |
INSTALL=$ac_cv_path_install |
6609 |
< |
else |
6610 |
< |
# As a last resort, use the slow shell script. Don't cache a |
6611 |
< |
# value for INSTALL within a source directory, because that will |
6612 |
< |
# break other packages using the cache if that directory is |
6613 |
< |
# removed, or if the value is a relative name. |
6614 |
< |
INSTALL=$ac_install_sh |
6615 |
< |
fi |
6616 |
< |
fi |
6617 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
6618 |
< |
$as_echo "$INSTALL" >&6; } |
6619 |
< |
|
6620 |
< |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
6621 |
< |
# It thinks the first close brace ends the variable substitution. |
6622 |
< |
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
6623 |
< |
|
6624 |
< |
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
6625 |
< |
|
6626 |
< |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
6627 |
< |
|
6628 |
< |
case "x$INSTALL" in |
6629 |
< |
x/*) ;; |
6630 |
< |
*) INSTALL=`pwd`/ac-tools/"shtool install -c" ; |
6631 |
< |
esac |
6632 |
< |
MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f" |
6633 |
< |
# Extract the first word of "ar", so it can be a program name with args. |
6634 |
< |
set dummy ar; ac_word=$2 |
6635 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6636 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
6637 |
< |
if test "${ac_cv_prog_AR+set}" = set; then : |
6638 |
< |
$as_echo_n "(cached) " >&6 |
6639 |
< |
else |
6640 |
< |
if test -n "$AR"; then |
6641 |
< |
ac_cv_prog_AR="$AR" # Let the user override the test. |
6642 |
< |
else |
6643 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6644 |
< |
for as_dir in $PATH |
6645 |
< |
do |
6646 |
< |
IFS=$as_save_IFS |
6647 |
< |
test -z "$as_dir" && as_dir=. |
6648 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6649 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6650 |
< |
ac_cv_prog_AR="ar" |
6651 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6652 |
< |
break 2 |
6653 |
< |
fi |
6654 |
< |
done |
6655 |
< |
done |
6656 |
< |
IFS=$as_save_IFS |
6657 |
< |
|
6658 |
< |
test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE" |
6659 |
< |
fi |
6660 |
< |
fi |
6661 |
< |
AR=$ac_cv_prog_AR |
6662 |
< |
if test -n "$AR"; then |
6663 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
6664 |
< |
$as_echo "$AR" >&6; } |
6665 |
< |
else |
6666 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6667 |
< |
$as_echo "no" >&6; } |
6668 |
< |
fi |
6669 |
< |
|
6670 |
< |
|
6671 |
< |
if test "$AR" = "NONE"; then |
6672 |
< |
cat >confcache <<\_ACEOF |
6673 |
< |
# This file is a shell script that caches the results of configure |
6674 |
< |
# tests run on this system so they can be shared between configure |
6675 |
< |
# scripts and configure runs, see configure's option --config-cache. |
6676 |
< |
# It is not useful on other systems. If it contains results you don't |
6677 |
< |
# want to keep, you may remove or edit it. |
6678 |
< |
# |
6679 |
< |
# config.status only pays attention to the cache file if you give it |
6680 |
< |
# the --recheck option to rerun configure. |
6681 |
< |
# |
6682 |
< |
# `ac_cv_env_foo' variables (set or unset) will be overridden when |
6683 |
< |
# loading this file, other *unset* `ac_cv_foo' will be assigned the |
6684 |
< |
# following values. |
6685 |
< |
|
6686 |
< |
_ACEOF |
6687 |
< |
|
6688 |
< |
# The following way of writing the cache mishandles newlines in values, |
6689 |
< |
# but we know of no workaround that is simple, portable, and efficient. |
6690 |
< |
# So, we kill variables containing newlines. |
6691 |
< |
# Ultrix sh set writes to stderr and can't be redirected directly, |
6692 |
< |
# and sets the high bit in the cache file unless we assign to the vars. |
6693 |
< |
( |
6694 |
< |
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
6695 |
< |
eval ac_val=\$$ac_var |
6696 |
< |
case $ac_val in #( |
6697 |
< |
*${as_nl}*) |
6698 |
< |
case $ac_var in #( |
6699 |
< |
*_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
6700 |
< |
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
6701 |
< |
esac |
6702 |
< |
case $ac_var in #( |
6703 |
< |
_ | IFS | as_nl) ;; #( |
6704 |
< |
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
6705 |
< |
*) { eval $ac_var=; unset $ac_var;} ;; |
6706 |
< |
esac ;; |
6707 |
< |
esac |
6708 |
< |
done |
6709 |
< |
|
6710 |
< |
(set) 2>&1 | |
6711 |
< |
case $as_nl`(ac_space=' '; set) 2>&1` in #( |
6712 |
< |
*${as_nl}ac_space=\ *) |
6713 |
< |
# `set' does not quote correctly, so add quotes: double-quote |
6714 |
< |
# substitution turns \\\\ into \\, and sed turns \\ into \. |
6715 |
< |
sed -n \ |
6716 |
< |
"s/'/'\\\\''/g; |
6717 |
< |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
6718 |
< |
;; #( |
6719 |
< |
*) |
6720 |
< |
# `set' quotes correctly as required by POSIX, so do not add quotes. |
6721 |
< |
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
6722 |
< |
;; |
6723 |
< |
esac | |
6724 |
< |
sort |
6725 |
< |
) | |
6726 |
< |
sed ' |
6727 |
< |
/^ac_cv_env_/b end |
6728 |
< |
t clear |
6729 |
< |
:clear |
6730 |
< |
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
6731 |
< |
t end |
6732 |
< |
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
6733 |
< |
:end' >>confcache |
6734 |
< |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
6735 |
< |
if test -w "$cache_file"; then |
6736 |
< |
test "x$cache_file" != "x/dev/null" && |
6737 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
6738 |
< |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
6739 |
< |
cat confcache >$cache_file |
6740 |
< |
else |
6741 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
6742 |
< |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
6743 |
< |
fi |
6744 |
< |
fi |
6745 |
< |
rm -f confcache |
6746 |
< |
exit 1 |
6747 |
< |
fi |
6748 |
< |
# Extract the first word of "ps", so it can be a program name with args. |
6749 |
< |
set dummy ps; ac_word=$2 |
6750 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
6751 |
< |
$as_echo_n "checking for $ac_word... " >&6; } |
6752 |
< |
if test "${ac_cv_path_PS+set}" = set; then : |
6753 |
< |
$as_echo_n "(cached) " >&6 |
6754 |
< |
else |
6755 |
< |
case $PS in |
6756 |
< |
[\\/]* | ?:[\\/]*) |
6757 |
< |
ac_cv_path_PS="$PS" # Let the user override the test with a path. |
6758 |
< |
;; |
6759 |
< |
*) |
6760 |
< |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
6761 |
< |
for as_dir in $PATH |
6762 |
< |
do |
6763 |
< |
IFS=$as_save_IFS |
6764 |
< |
test -z "$as_dir" && as_dir=. |
6765 |
< |
for ac_exec_ext in '' $ac_executable_extensions; do |
6766 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
6767 |
< |
ac_cv_path_PS="$as_dir/$ac_word$ac_exec_ext" |
6768 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
6769 |
< |
break 2 |
6770 |
< |
fi |
6771 |
< |
done |
6772 |
< |
done |
6773 |
< |
IFS=$as_save_IFS |
6774 |
< |
|
6775 |
< |
;; |
6776 |
< |
esac |
6777 |
< |
fi |
6778 |
< |
PS=$ac_cv_path_PS |
6779 |
< |
if test -n "$PS"; then |
6780 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PS" >&5 |
6781 |
< |
$as_echo "$PS" >&6; } |
6782 |
< |
else |
6783 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6784 |
< |
$as_echo "no" >&6; } |
6785 |
< |
fi |
6786 |
< |
|
6787 |
< |
|
6788 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX or BSD ps syntax" >&5 |
6789 |
< |
$as_echo_n "checking for POSIX or BSD ps syntax... " >&6; } |
6790 |
< |
if test "${ac_cv_prog_ps_syntax+set}" = set; then : |
6791 |
< |
$as_echo_n "(cached) " >&6 |
6792 |
< |
else |
6793 |
< |
|
6794 |
< |
if $PS ax -o rss > /dev/null 2>&1; then |
6795 |
< |
ac_cv_prog_ps_ax=yes |
6796 |
< |
else |
6797 |
< |
ac_cv_prog_ps_ax=no |
6798 |
< |
fi |
6799 |
< |
if $PS -ef -o rss > /dev/null 2>&1; then |
6800 |
< |
ac_cv_prog_ps_ef=yes |
6801 |
< |
else |
6802 |
< |
ac_cv_prog_ps_ef=no |
6803 |
< |
fi |
6804 |
< |
if test "$ac_cv_prog_ps_ax" = yes; then |
6805 |
< |
ac_cv_prog_ps_syntax=BSD |
6806 |
< |
else |
6807 |
< |
if test "$ac_cv_prog_ps_ef" = yes; then |
6808 |
< |
ac_cv_prog_ps_syntax=POSIX |
6809 |
< |
else |
6810 |
< |
as_fn_error "Could not determine ps syntax" "$LINENO" 5 |
6811 |
< |
fi |
6812 |
< |
fi |
6813 |
< |
|
6814 |
< |
fi |
6815 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_ps_syntax" >&5 |
6816 |
< |
$as_echo "$ac_cv_prog_ps_syntax" >&6; } |
6817 |
< |
|
6818 |
< |
cat >>confdefs.h <<_ACEOF |
6819 |
< |
#define PSCOMMAND $PS |
6820 |
< |
_ACEOF |
6821 |
< |
|
6822 |
< |
if test "$ac_cv_prog_ps_syntax" = BSD; then |
6823 |
< |
|
6824 |
< |
$as_echo "#define PSTYPE_IS_BSD 1" >>confdefs.h |
6825 |
< |
|
6826 |
< |
else |
6827 |
< |
if test "$ac_cv_prog_ps_syntax" = POSIX; then |
6828 |
< |
|
6829 |
< |
$as_echo "#define PSTYPE_IS_POSIX 1" >>confdefs.h |
6830 |
< |
|
6831 |
< |
else |
6832 |
< |
as_fn_error "Unknown ps syntax type!" "$LINENO" 5 |
6833 |
< |
fi |
6834 |
< |
fi |
6835 |
< |
|
6836 |
< |
ac_ext=${ac_fc_srcext-f} |
6837 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6838 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6839 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6840 |
< |
|
6841 |
< |
ac_ext=${ac_fc_srcext-f} |
6842 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6843 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6844 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6845 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran flag to compile .F90 files" >&5 |
6846 |
< |
$as_echo_n "checking for Fortran flag to compile .F90 files... " >&6; } |
6847 |
< |
if test "${ac_cv_fc_srcext_F90+set}" = set; then : |
6848 |
< |
$as_echo_n "(cached) " >&6 |
6849 |
< |
else |
6850 |
< |
ac_ext=F90 |
6851 |
< |
ac_fcflags_srcext_save=$ac_fcflags_srcext |
6852 |
< |
ac_fcflags_srcext= |
6853 |
< |
ac_cv_fc_srcext_F90=unknown |
6854 |
< |
for ac_flag in none -qsuffix=f=F90 -Tf; do |
6855 |
< |
test "x$ac_flag" != xnone && ac_fcflags_srcext="$ac_flag" |
6856 |
< |
cat > conftest.$ac_ext <<_ACEOF |
6857 |
< |
program main |
6858 |
< |
|
6859 |
< |
end |
6860 |
< |
_ACEOF |
6861 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
6862 |
< |
ac_cv_fc_srcext_F90=$ac_flag; break |
6863 |
< |
fi |
6864 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6865 |
< |
done |
6866 |
< |
rm -f conftest.$ac_objext conftest.F90 |
6867 |
< |
ac_fcflags_srcext=$ac_fcflags_srcext_save |
6868 |
< |
|
6869 |
< |
fi |
6870 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_srcext_F90" >&5 |
6871 |
< |
$as_echo "$ac_cv_fc_srcext_F90" >&6; } |
6872 |
< |
if test "x$ac_cv_fc_srcext_F90" = xunknown; then |
6873 |
< |
as_fn_error "Fortran could not compile .F90 files" "$LINENO" 5 |
6874 |
< |
else |
6875 |
< |
ac_fc_srcext=F90 |
6876 |
< |
if test "x$ac_cv_fc_srcext_F90" = xnone; then |
6877 |
< |
ac_fcflags_srcext="" |
6878 |
< |
FCFLAGS_F90="" |
6879 |
< |
else |
6880 |
< |
ac_fcflags_srcext=$ac_cv_fc_srcext_F90 |
6881 |
< |
FCFLAGS_F90=$ac_cv_fc_srcext_F90 |
6882 |
< |
fi |
6883 |
< |
|
6884 |
< |
|
6885 |
< |
fi |
6886 |
< |
ac_ext=${ac_fc_srcext-f} |
6887 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6888 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6889 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6890 |
< |
|
6891 |
< |
|
6892 |
< |
|
6893 |
< |
|
6894 |
< |
|
6895 |
< |
# Try to determine native compiler flags that allow us to use F90 suffix |
6896 |
< |
# for preprocessed f90 source. |
6897 |
< |
|
6898 |
< |
if test "$ac_test_PREPFLAG" != "set"; then |
6899 |
< |
PREPFLAG="" |
6900 |
< |
case "${host_cpu}-${host_os}" in |
6901 |
< |
|
6902 |
< |
*linux*) if test "$FC" = ifc -o "$FC" = ifort; then |
6903 |
< |
PREPFLAG="-fpp1 " |
6904 |
< |
fi;; |
6905 |
< |
*aix*) if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then |
6906 |
< |
PREPFLAG="-qsuffix=cpp=F90 " |
6907 |
< |
fi;; |
6908 |
< |
*darwin*) |
6909 |
< |
if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then |
6910 |
< |
PREPFLAG="-qsuffix=cpp=F90 " |
6911 |
< |
fi;; |
6912 |
< |
esac |
6913 |
< |
|
6914 |
< |
if test -z "$PREPFLAG"; then |
6915 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Using empty PREPFLAG\"" >&5 |
6916 |
< |
$as_echo "$as_me: WARNING: \"Using empty PREPFLAG\"" >&2;} |
6917 |
< |
PREPFLAG="" |
6918 |
< |
fi |
6919 |
< |
|
6920 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to make sure F90 preprocessor flag works" >&5 |
6921 |
< |
$as_echo_n "checking to make sure F90 preprocessor flag works... " >&6; } |
6922 |
< |
|
6923 |
< |
ac_ext=${ac_fc_srcext-f} |
6924 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6925 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6926 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6927 |
< |
|
6928 |
< |
ac_save_ext=$ac_ext |
6929 |
< |
ac_ext=F90 |
6930 |
< |
ac_save_FCFLAGS_SRCEXT=$FCFLAGS_SRCEXT |
6931 |
< |
|
6932 |
< |
if test "$PREPFLAG"; then : |
6933 |
< |
FCFLAGS_SRCEXT="${PREPFLAG}" |
6934 |
< |
fi |
6935 |
< |
cat > conftest.$ac_ext <<_ACEOF |
6936 |
< |
|
6937 |
< |
|
6938 |
< |
program conftest |
6939 |
< |
integer :: i |
6940 |
< |
i = 1 |
6941 |
< |
end program conftest |
6942 |
< |
|
6943 |
< |
_ACEOF |
6944 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
6945 |
< |
prepflagworks=1 |
6946 |
< |
else |
6947 |
< |
prepflagworks=0 |
6948 |
< |
fi |
6949 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
6950 |
< |
|
6951 |
< |
FCFLAGS_SRCEXT=$ac_save_FCFLAGS_SRCEXT |
6952 |
< |
ac_ext=$ac_save_ext |
6953 |
< |
ac_ext=${ac_fc_srcext-f} |
6954 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
6955 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
6956 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6957 |
< |
|
6958 |
< |
|
6959 |
< |
if test "$prepflagworks" = 1; then |
6960 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
6961 |
< |
$as_echo "yes" >&6; } |
6962 |
< |
FCFLAGS_SRCEXT="${PREPFLAG}" |
6963 |
< |
|
6964 |
< |
else |
6965 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
6966 |
< |
$as_echo "no" >&6; } |
6967 |
< |
as_fn_error "Can't figure out working Fortran90 preprocessor flag" "$LINENO" 5 |
6968 |
< |
fi |
6969 |
< |
fi |
6970 |
< |
|
6971 |
< |
|
6972 |
< |
|
6973 |
< |
|
6974 |
< |
|
6975 |
< |
# Try to determine native compiler flags that allow us to use F90 suffix |
6976 |
< |
# for preprocessed f90 source with -D type defines |
6977 |
< |
|
6978 |
< |
if test "$ac_test_PREPDEFFLAG" != "set"; then |
6979 |
< |
PREPDEFFLAG="" |
6980 |
< |
case "${host_cpu}-${host_os}" in |
6981 |
< |
|
6982 |
< |
*linux*) if test "$FC" = ifc -o "$FC" = ifort; then |
6983 |
< |
PREPDEFFLAG=" " |
6984 |
< |
fi;; |
6985 |
< |
*aix*) if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then |
6986 |
< |
PREPDEFFLAG="-WF," |
6987 |
< |
fi;; |
6988 |
< |
*darwin*) |
6989 |
< |
if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then |
6990 |
< |
PREPDEFFLAG="-WF," |
6991 |
< |
fi;; |
6992 |
< |
esac |
6993 |
< |
|
6994 |
< |
if test -z "$PREPDEFFLAG"; then |
6995 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"Using empty PREPDEFFLAG\"" >&5 |
6996 |
< |
$as_echo "$as_me: WARNING: \"Using empty PREPDEFFLAG\"" >&2;} |
6997 |
< |
PREPDEFFLAG=" " |
6998 |
< |
fi |
6999 |
< |
|
7000 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to make sure F90 preprocessor define flag works" >&5 |
7001 |
< |
$as_echo_n "checking to make sure F90 preprocessor define flag works... " >&6; } |
7002 |
< |
|
7003 |
< |
ac_ext=${ac_fc_srcext-f} |
7004 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7005 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7006 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7007 |
< |
|
7008 |
< |
ac_save_ext=$ac_ext |
7009 |
< |
ac_ext=F90 |
7010 |
< |
ac_save_FCFLAGS=$FCFLAGS |
7011 |
< |
|
7012 |
< |
if test "$PREPDEFFLAG"; then : |
7013 |
< |
FCFLAGS="${FCFLAGS} ${PREPDEFFLAG}-DTEST" |
7014 |
< |
fi |
7015 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7016 |
< |
|
7017 |
< |
|
7018 |
< |
program conftest |
7019 |
< |
integer :: i |
7020 |
< |
#ifdef TEST |
7021 |
< |
i = 1 |
7022 |
< |
#else |
7023 |
< |
choke me |
7024 |
< |
#endif |
7025 |
< |
end program conftest |
7026 |
< |
|
7027 |
< |
_ACEOF |
7028 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
7029 |
< |
prepdefflagworks=1 |
7030 |
< |
else |
7031 |
< |
prepdefflagworks=0 |
7032 |
< |
fi |
7033 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7034 |
< |
|
7035 |
< |
FCFLAGS=$ac_save_FCFLAGS |
7036 |
< |
ac_ext=$ac_save_ext |
7037 |
< |
ac_ext=${ac_fc_srcext-f} |
7038 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7039 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7040 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7041 |
< |
|
7042 |
< |
|
7043 |
< |
if test "$prepdefflagworks" = 1; then |
7044 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
7045 |
< |
$as_echo "yes" >&6; } |
7046 |
< |
|
7047 |
< |
else |
7048 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
7049 |
< |
$as_echo "no" >&6; } |
7050 |
< |
as_fn_error "Can't figure out working Fortran90 preprocessor define flag" "$LINENO" 5 |
7051 |
< |
fi |
7052 |
< |
fi |
7053 |
< |
|
7054 |
< |
ac_ext=${ac_fc_srcext-f} |
7055 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7056 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7057 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7058 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $FC" >&5 |
7059 |
< |
$as_echo_n "checking how to get verbose linking output from $FC... " >&6; } |
7060 |
< |
if test "${ac_cv_prog_fc_v+set}" = set; then : |
7061 |
< |
$as_echo_n "(cached) " >&6 |
7062 |
< |
else |
7063 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7064 |
< |
program main |
7065 |
< |
|
7066 |
< |
end |
7067 |
< |
_ACEOF |
7068 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
7069 |
< |
ac_cv_prog_fc_v= |
7070 |
< |
# Try some options frequently used verbose output |
7071 |
< |
for ac_verb in -v -verbose --verbose -V -\#\#\#; do |
7072 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7073 |
< |
program main |
7074 |
< |
|
7075 |
< |
end |
7076 |
< |
_ACEOF |
7077 |
< |
|
7078 |
< |
# Compile and link our simple test program by passing a flag (argument |
7079 |
< |
# 1 to this macro) to the Fortran compiler in order to get |
7080 |
< |
# "verbose" output that we can then parse for the Fortran linker |
7081 |
< |
# flags. |
7082 |
< |
ac_save_FCFLAGS=$FCFLAGS |
7083 |
< |
FCFLAGS="$FCFLAGS $ac_verb" |
7084 |
< |
eval "set x $ac_link" |
7085 |
< |
shift |
7086 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5 |
7087 |
< |
# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, |
7088 |
< |
# LIBRARY_PATH; skip all such settings. |
7089 |
< |
ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | |
7090 |
< |
grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` |
7091 |
< |
$as_echo "$ac_fc_v_output" >&5 |
7092 |
< |
FCFLAGS=$ac_save_FCFLAGS |
7093 |
< |
|
7094 |
< |
rm -rf conftest* |
7095 |
< |
|
7096 |
< |
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where |
7097 |
< |
# /foo, /bar, and /baz are search directories for the Fortran linker. |
7098 |
< |
# Here, we change these into -L/foo -L/bar -L/baz (and put it first): |
7099 |
< |
ac_fc_v_output="`echo $ac_fc_v_output | |
7100 |
< |
grep 'LPATH is:' | |
7101 |
< |
sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output" |
7102 |
< |
|
7103 |
< |
# FIXME: we keep getting bitten by quoted arguments; a more general fix |
7104 |
< |
# that detects unbalanced quotes in FLIBS should be implemented |
7105 |
< |
# and (ugh) tested at some point. |
7106 |
< |
case $ac_fc_v_output in |
7107 |
< |
# If we are using xlf then replace all the commas with spaces. |
7108 |
< |
*xlfentry*) |
7109 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;; |
7110 |
< |
|
7111 |
< |
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted |
7112 |
< |
# $LIBS confuse us, and the libraries appear later in the output anyway). |
7113 |
< |
*mGLOB_options_string*) |
7114 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;; |
7115 |
< |
|
7116 |
< |
# Portland Group compiler has singly- or doubly-quoted -cmdline argument |
7117 |
< |
# Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4. |
7118 |
< |
# Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2". |
7119 |
< |
*-cmdline\ * | *-ignore\ * | *-def\ *) |
7120 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed "\ |
7121 |
< |
s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g |
7122 |
< |
s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g |
7123 |
< |
s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;; |
7124 |
< |
|
7125 |
< |
# If we are using Cray Fortran then delete quotes. |
7126 |
< |
*cft90*) |
7127 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;; |
7128 |
< |
esac |
7129 |
< |
|
7130 |
< |
|
7131 |
< |
# look for -l* and *.a constructs in the output |
7132 |
< |
for ac_arg in $ac_fc_v_output; do |
7133 |
< |
case $ac_arg in |
7134 |
< |
[\\/]*.a | ?:[\\/]*.a | -[lLRu]*) |
7135 |
< |
ac_cv_prog_fc_v=$ac_verb |
7136 |
< |
break 2 ;; |
7137 |
< |
esac |
7138 |
< |
done |
7139 |
< |
done |
7140 |
< |
if test -z "$ac_cv_prog_fc_v"; then |
7141 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $FC" >&5 |
7142 |
< |
$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;} |
7143 |
< |
fi |
7144 |
< |
else |
7145 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5 |
7146 |
< |
$as_echo "$as_me: WARNING: compilation failed" >&2;} |
7147 |
< |
fi |
7148 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7149 |
< |
|
7150 |
< |
fi |
7151 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_v" >&5 |
7152 |
< |
$as_echo "$ac_cv_prog_fc_v" >&6; } |
7153 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran libraries of $FC" >&5 |
7154 |
< |
$as_echo_n "checking for Fortran libraries of $FC... " >&6; } |
7155 |
< |
if test "${ac_cv_fc_libs+set}" = set; then : |
7156 |
< |
$as_echo_n "(cached) " >&6 |
7157 |
< |
else |
7158 |
< |
if test "x$FCLIBS" != "x"; then |
7159 |
< |
ac_cv_fc_libs="$FCLIBS" # Let the user override the test. |
7160 |
< |
else |
7161 |
< |
|
7162 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7163 |
< |
program main |
7164 |
< |
|
7165 |
< |
end |
7166 |
< |
_ACEOF |
7167 |
< |
|
7168 |
< |
# Compile and link our simple test program by passing a flag (argument |
7169 |
< |
# 1 to this macro) to the Fortran compiler in order to get |
7170 |
< |
# "verbose" output that we can then parse for the Fortran linker |
7171 |
< |
# flags. |
7172 |
< |
ac_save_FCFLAGS=$FCFLAGS |
7173 |
< |
FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v" |
7174 |
< |
eval "set x $ac_link" |
7175 |
< |
shift |
7176 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5 |
7177 |
< |
# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, |
7178 |
< |
# LIBRARY_PATH; skip all such settings. |
7179 |
< |
ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | |
7180 |
< |
grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` |
7181 |
< |
$as_echo "$ac_fc_v_output" >&5 |
7182 |
< |
FCFLAGS=$ac_save_FCFLAGS |
7183 |
< |
|
7184 |
< |
rm -rf conftest* |
7185 |
< |
|
7186 |
< |
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where |
7187 |
< |
# /foo, /bar, and /baz are search directories for the Fortran linker. |
7188 |
< |
# Here, we change these into -L/foo -L/bar -L/baz (and put it first): |
7189 |
< |
ac_fc_v_output="`echo $ac_fc_v_output | |
7190 |
< |
grep 'LPATH is:' | |
7191 |
< |
sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output" |
7192 |
< |
|
7193 |
< |
# FIXME: we keep getting bitten by quoted arguments; a more general fix |
7194 |
< |
# that detects unbalanced quotes in FLIBS should be implemented |
7195 |
< |
# and (ugh) tested at some point. |
7196 |
< |
case $ac_fc_v_output in |
7197 |
< |
# If we are using xlf then replace all the commas with spaces. |
7198 |
< |
*xlfentry*) |
7199 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;; |
7200 |
< |
|
7201 |
< |
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted |
7202 |
< |
# $LIBS confuse us, and the libraries appear later in the output anyway). |
7203 |
< |
*mGLOB_options_string*) |
7204 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;; |
7205 |
< |
|
7206 |
< |
# Portland Group compiler has singly- or doubly-quoted -cmdline argument |
7207 |
< |
# Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4. |
7208 |
< |
# Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2". |
7209 |
< |
*-cmdline\ * | *-ignore\ * | *-def\ *) |
7210 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed "\ |
7211 |
< |
s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g |
7212 |
< |
s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g |
7213 |
< |
s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;; |
7214 |
< |
|
7215 |
< |
# If we are using Cray Fortran then delete quotes. |
7216 |
< |
*cft90*) |
7217 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;; |
7218 |
< |
esac |
7219 |
< |
|
7220 |
< |
|
7221 |
< |
|
7222 |
< |
ac_cv_fc_libs= |
7223 |
< |
|
7224 |
< |
# Save positional arguments (if any) |
7225 |
< |
ac_save_positional="$@" |
7226 |
< |
|
7227 |
< |
set X $ac_fc_v_output |
7228 |
< |
while test $# != 1; do |
7229 |
< |
shift |
7230 |
< |
ac_arg=$1 |
7231 |
< |
case $ac_arg in |
7232 |
< |
[\\/]*.a | ?:[\\/]*.a) |
7233 |
< |
ac_exists=false |
7234 |
< |
for ac_i in $ac_cv_fc_libs; do |
7235 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7236 |
< |
ac_exists=true |
7237 |
< |
break |
7238 |
< |
fi |
7239 |
< |
done |
7240 |
< |
|
7241 |
< |
if test x"$ac_exists" = xtrue; then : |
7242 |
< |
|
7243 |
< |
else |
7244 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7245 |
< |
fi |
7246 |
< |
;; |
7247 |
< |
-bI:*) |
7248 |
< |
ac_exists=false |
7249 |
< |
for ac_i in $ac_cv_fc_libs; do |
7250 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7251 |
< |
ac_exists=true |
7252 |
< |
break |
7253 |
< |
fi |
7254 |
< |
done |
7255 |
< |
|
7256 |
< |
if test x"$ac_exists" = xtrue; then : |
7257 |
< |
|
7258 |
< |
else |
7259 |
< |
if test "$ac_compiler_gnu" = yes; then |
7260 |
< |
for ac_link_opt in $ac_arg; do |
7261 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt" |
7262 |
< |
done |
7263 |
< |
else |
7264 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7265 |
< |
fi |
7266 |
< |
fi |
7267 |
< |
;; |
7268 |
< |
# Ignore these flags. |
7269 |
< |
-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \ |
7270 |
< |
|-LANG:=* | -LIST:* | -LNO:*) |
7271 |
< |
;; |
7272 |
< |
-lkernel32) |
7273 |
< |
test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7274 |
< |
;; |
7275 |
< |
-[LRuYz]) |
7276 |
< |
# These flags, when seen by themselves, take an argument. |
7277 |
< |
# We remove the space between option and argument and re-iterate |
7278 |
< |
# unless we find an empty arg or a new option (starting with -) |
7279 |
< |
case $2 in |
7280 |
< |
"" | -*);; |
7281 |
< |
*) |
7282 |
< |
ac_arg="$ac_arg$2" |
7283 |
< |
shift; shift |
7284 |
< |
set X $ac_arg "$@" |
7285 |
< |
;; |
7286 |
< |
esac |
7287 |
< |
;; |
7288 |
< |
-YP,*) |
7289 |
< |
for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do |
7290 |
< |
ac_exists=false |
7291 |
< |
for ac_i in $ac_cv_fc_libs; do |
7292 |
< |
if test x"$ac_j" = x"$ac_i"; then |
7293 |
< |
ac_exists=true |
7294 |
< |
break |
7295 |
< |
fi |
7296 |
< |
done |
7297 |
< |
|
7298 |
< |
if test x"$ac_exists" = xtrue; then : |
7299 |
< |
|
7300 |
< |
else |
7301 |
< |
ac_arg="$ac_arg $ac_j" |
7302 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_j" |
7303 |
< |
fi |
7304 |
< |
done |
7305 |
< |
;; |
7306 |
< |
-[lLR]*) |
7307 |
< |
ac_exists=false |
7308 |
< |
for ac_i in $ac_cv_fc_libs; do |
7309 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7310 |
< |
ac_exists=true |
7311 |
< |
break |
7312 |
< |
fi |
7313 |
< |
done |
7314 |
< |
|
7315 |
< |
if test x"$ac_exists" = xtrue; then : |
7316 |
< |
|
7317 |
< |
else |
7318 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7319 |
< |
fi |
7320 |
< |
;; |
7321 |
< |
-zallextract*| -zdefaultextract) |
7322 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7323 |
< |
;; |
7324 |
< |
# Ignore everything else. |
7325 |
< |
esac |
7326 |
< |
done |
7327 |
< |
# restore positional arguments |
7328 |
< |
set X $ac_save_positional; shift |
7329 |
< |
|
7330 |
< |
# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen, |
7331 |
< |
# then we insist that the "run path" must be an absolute path (i.e. it |
7332 |
< |
# must begin with a "/"). |
7333 |
< |
case `(uname -sr) 2>/dev/null` in |
7334 |
< |
"SunOS 5"*) |
7335 |
< |
ac_ld_run_path=`$as_echo "$ac_fc_v_output" | |
7336 |
< |
sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` |
7337 |
< |
test "x$ac_ld_run_path" != x && |
7338 |
< |
if test "$ac_compiler_gnu" = yes; then |
7339 |
< |
for ac_link_opt in $ac_ld_run_path; do |
7340 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt" |
7341 |
< |
done |
7342 |
< |
else |
7343 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_ld_run_path" |
7344 |
< |
fi |
7345 |
< |
;; |
7346 |
< |
esac |
7347 |
< |
fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x" |
7348 |
< |
|
7349 |
< |
fi |
7350 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_libs" >&5 |
7351 |
< |
$as_echo "$ac_cv_fc_libs" >&6; } |
7352 |
< |
FCLIBS="$ac_cv_fc_libs" |
7353 |
< |
|
7354 |
< |
|
7355 |
< |
ac_ext=${ac_fc_srcext-f} |
7356 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7357 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7358 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7359 |
< |
|
7360 |
< |
ac_ext=${ac_fc_srcext-f} |
7361 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7362 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7363 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7364 |
< |
|
7365 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dummy main to link with Fortran libraries" >&5 |
7366 |
< |
$as_echo_n "checking for dummy main to link with Fortran libraries... " >&6; } |
7367 |
< |
if test "${ac_cv_fc_dummy_main+set}" = set; then : |
7368 |
< |
$as_echo_n "(cached) " >&6 |
7369 |
< |
else |
7370 |
< |
ac_fc_dm_save_LIBS=$LIBS |
7371 |
< |
LIBS="$LIBS $FCLIBS" |
7372 |
< |
ac_fortran_dm_var=FC_DUMMY_MAIN |
7373 |
< |
ac_ext=c |
7374 |
< |
ac_cpp='$CPP $CPPFLAGS' |
7375 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
7376 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
7377 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
7378 |
< |
|
7379 |
< |
# First, try linking without a dummy main: |
7380 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7381 |
< |
/* end confdefs.h. */ |
7382 |
< |
|
7383 |
< |
#ifdef FC_DUMMY_MAIN |
7384 |
< |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
7385 |
< |
# ifdef __cplusplus |
7386 |
< |
extern "C" |
7387 |
< |
# endif |
7388 |
< |
int FC_DUMMY_MAIN() { return 1; } |
7389 |
< |
#endif |
7390 |
< |
#endif |
7391 |
< |
int |
7392 |
< |
main () |
7393 |
< |
{ |
7394 |
< |
|
7395 |
< |
; |
7396 |
< |
return 0; |
7397 |
< |
} |
7398 |
< |
_ACEOF |
7399 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
7400 |
< |
ac_cv_fortran_dummy_main=none |
7401 |
< |
else |
7402 |
< |
ac_cv_fortran_dummy_main=unknown |
7403 |
< |
fi |
7404 |
< |
rm -f core conftest.err conftest.$ac_objext \ |
7405 |
< |
conftest$ac_exeext conftest.$ac_ext |
7406 |
< |
|
7407 |
< |
if test $ac_cv_fortran_dummy_main = unknown; then |
7408 |
< |
for ac_func in MAIN__ MAIN_ __main MAIN _MAIN __MAIN main_ main__ _main; do |
7409 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7410 |
< |
/* end confdefs.h. */ |
7411 |
< |
#define $ac_fortran_dm_var $ac_func |
7412 |
< |
#ifdef FC_DUMMY_MAIN |
7413 |
< |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
7414 |
< |
# ifdef __cplusplus |
7415 |
< |
extern "C" |
7416 |
< |
# endif |
7417 |
< |
int FC_DUMMY_MAIN() { return 1; } |
7418 |
< |
#endif |
7419 |
< |
#endif |
7420 |
< |
int |
7421 |
< |
main () |
7422 |
< |
{ |
7423 |
< |
|
7424 |
< |
; |
7425 |
< |
return 0; |
7426 |
< |
} |
7427 |
< |
_ACEOF |
7428 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
7429 |
< |
ac_cv_fortran_dummy_main=$ac_func; break |
7430 |
< |
fi |
7431 |
< |
rm -f core conftest.err conftest.$ac_objext \ |
7432 |
< |
conftest$ac_exeext conftest.$ac_ext |
7433 |
< |
done |
7434 |
< |
fi |
7435 |
< |
ac_ext=${ac_fc_srcext-f} |
7436 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7437 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7438 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7439 |
< |
ac_cv_fc_dummy_main=$ac_cv_fortran_dummy_main |
7440 |
< |
rm -rf conftest* |
7441 |
< |
LIBS=$ac_fc_dm_save_LIBS |
7442 |
< |
|
7443 |
< |
fi |
7444 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_dummy_main" >&5 |
7445 |
< |
$as_echo "$ac_cv_fc_dummy_main" >&6; } |
7446 |
< |
FC_DUMMY_MAIN=$ac_cv_fc_dummy_main |
7447 |
< |
if test "$FC_DUMMY_MAIN" != unknown; then : |
7448 |
< |
if test $FC_DUMMY_MAIN != none; then |
7449 |
< |
|
7450 |
< |
cat >>confdefs.h <<_ACEOF |
7451 |
< |
#define FC_DUMMY_MAIN $FC_DUMMY_MAIN |
7452 |
< |
_ACEOF |
7453 |
< |
|
7454 |
< |
if test "x$ac_cv_fc_dummy_main" = "x$ac_cv_f77_dummy_main"; then |
7455 |
< |
|
7456 |
< |
$as_echo "#define FC_DUMMY_MAIN_EQ_F77 1" >>confdefs.h |
7457 |
< |
|
7458 |
< |
fi |
7459 |
< |
fi |
7460 |
< |
else |
7461 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
7462 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
7463 |
< |
as_fn_error "linking to Fortran libraries from C fails |
7464 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
7465 |
< |
fi |
7466 |
< |
|
7467 |
< |
ac_ext=${ac_fc_srcext-f} |
7468 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7469 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7470 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7471 |
< |
|
7472 |
< |
ac_ext=${ac_fc_srcext-f} |
7473 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7474 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7475 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7476 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran name-mangling scheme" >&5 |
7477 |
< |
$as_echo_n "checking for Fortran name-mangling scheme... " >&6; } |
7478 |
< |
if test "${ac_cv_fc_mangling+set}" = set; then : |
7479 |
< |
$as_echo_n "(cached) " >&6 |
7480 |
< |
else |
7481 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7482 |
< |
subroutine foobar() |
7483 |
< |
return |
7484 |
< |
end |
7485 |
< |
subroutine foo_bar() |
7486 |
< |
return |
7487 |
< |
end |
7488 |
< |
_ACEOF |
7489 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
7490 |
< |
mv conftest.$ac_objext cfortran_test.$ac_objext |
7491 |
< |
|
7492 |
< |
ac_save_LIBS=$LIBS |
7493 |
< |
LIBS="cfortran_test.$ac_objext $LIBS $FCLIBS" |
7494 |
< |
|
7495 |
< |
ac_ext=c |
7496 |
< |
ac_cpp='$CPP $CPPFLAGS' |
7497 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
7498 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
7499 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
7500 |
< |
ac_success=no |
7501 |
< |
for ac_foobar in foobar FOOBAR; do |
7502 |
< |
for ac_underscore in "" "_"; do |
7503 |
< |
ac_func="$ac_foobar$ac_underscore" |
7504 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7505 |
< |
/* end confdefs.h. */ |
7506 |
< |
|
7507 |
< |
/* Override any GCC internal prototype to avoid an error. |
7508 |
< |
Use char because int might match the return type of a GCC |
7509 |
< |
builtin and then its argument prototype would still apply. */ |
7510 |
< |
#ifdef __cplusplus |
7511 |
< |
extern "C" |
7512 |
< |
#endif |
7513 |
< |
char $ac_func (); |
7514 |
< |
#ifdef FC_DUMMY_MAIN |
7515 |
< |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
7516 |
< |
# ifdef __cplusplus |
7517 |
< |
extern "C" |
7518 |
< |
# endif |
7519 |
< |
int FC_DUMMY_MAIN() { return 1; } |
7520 |
< |
#endif |
7521 |
< |
#endif |
7522 |
< |
int |
7523 |
< |
main () |
7524 |
< |
{ |
7525 |
< |
return $ac_func (); |
7526 |
< |
; |
7527 |
< |
return 0; |
7528 |
< |
} |
7529 |
< |
_ACEOF |
7530 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
7531 |
< |
ac_success=yes; break 2 |
7532 |
< |
fi |
7533 |
< |
rm -f core conftest.err conftest.$ac_objext \ |
7534 |
< |
conftest$ac_exeext conftest.$ac_ext |
7535 |
< |
done |
7536 |
< |
done |
7537 |
< |
ac_ext=${ac_fc_srcext-f} |
7538 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7539 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7540 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7541 |
< |
|
7542 |
< |
if test "$ac_success" = "yes"; then |
7543 |
< |
case $ac_foobar in |
7544 |
< |
foobar) |
7545 |
< |
ac_case=lower |
7546 |
< |
ac_foo_bar=foo_bar |
7547 |
< |
;; |
7548 |
< |
FOOBAR) |
7549 |
< |
ac_case=upper |
7550 |
< |
ac_foo_bar=FOO_BAR |
7551 |
< |
;; |
7552 |
< |
esac |
7553 |
< |
|
7554 |
< |
ac_ext=c |
7555 |
< |
ac_cpp='$CPP $CPPFLAGS' |
7556 |
< |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
7557 |
< |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
7558 |
< |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
7559 |
< |
ac_success_extra=no |
7560 |
< |
for ac_extra in "" "_"; do |
7561 |
< |
ac_func="$ac_foo_bar$ac_underscore$ac_extra" |
7562 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
7563 |
< |
/* end confdefs.h. */ |
7564 |
< |
|
7565 |
< |
/* Override any GCC internal prototype to avoid an error. |
7566 |
< |
Use char because int might match the return type of a GCC |
7567 |
< |
builtin and then its argument prototype would still apply. */ |
7568 |
< |
#ifdef __cplusplus |
7569 |
< |
extern "C" |
7570 |
< |
#endif |
7571 |
< |
char $ac_func (); |
7572 |
< |
#ifdef FC_DUMMY_MAIN |
7573 |
< |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
7574 |
< |
# ifdef __cplusplus |
7575 |
< |
extern "C" |
7576 |
< |
# endif |
7577 |
< |
int FC_DUMMY_MAIN() { return 1; } |
7578 |
< |
#endif |
7579 |
< |
#endif |
7580 |
< |
int |
7581 |
< |
main () |
7582 |
< |
{ |
7583 |
< |
return $ac_func (); |
7584 |
< |
; |
7585 |
< |
return 0; |
7586 |
< |
} |
7587 |
< |
_ACEOF |
7588 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
7589 |
< |
ac_success_extra=yes; break |
7590 |
< |
fi |
7591 |
< |
rm -f core conftest.err conftest.$ac_objext \ |
7592 |
< |
conftest$ac_exeext conftest.$ac_ext |
7593 |
< |
done |
7594 |
< |
ac_ext=${ac_fc_srcext-f} |
7595 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7596 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7597 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7598 |
< |
|
7599 |
< |
if test "$ac_success_extra" = "yes"; then |
7600 |
< |
ac_cv_fc_mangling="$ac_case case" |
7601 |
< |
if test -z "$ac_underscore"; then |
7602 |
< |
ac_cv_fc_mangling="$ac_cv_fc_mangling, no underscore" |
7603 |
< |
else |
7604 |
< |
ac_cv_fc_mangling="$ac_cv_fc_mangling, underscore" |
7605 |
< |
fi |
7606 |
< |
if test -z "$ac_extra"; then |
7607 |
< |
ac_cv_fc_mangling="$ac_cv_fc_mangling, no extra underscore" |
7608 |
< |
else |
7609 |
< |
ac_cv_fc_mangling="$ac_cv_fc_mangling, extra underscore" |
7610 |
< |
fi |
7611 |
< |
else |
7612 |
< |
ac_cv_fc_mangling="unknown" |
7613 |
< |
fi |
7614 |
< |
else |
7615 |
< |
ac_cv_fc_mangling="unknown" |
7616 |
< |
fi |
7617 |
< |
|
7618 |
< |
LIBS=$ac_save_LIBS |
7619 |
< |
rm -rf conftest* |
7620 |
< |
rm -f cfortran_test* |
7621 |
< |
else |
7622 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
7623 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
7624 |
< |
as_fn_error "cannot compile a simple Fortran program |
7625 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
7626 |
< |
fi |
7627 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7628 |
< |
|
7629 |
< |
fi |
7630 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_mangling" >&5 |
7631 |
< |
$as_echo "$ac_cv_fc_mangling" >&6; } |
7632 |
< |
|
7633 |
< |
ac_ext=${ac_fc_srcext-f} |
7634 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7635 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7636 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7637 |
< |
|
7638 |
< |
ac_ext=${ac_fc_srcext-f} |
7639 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7640 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7641 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7642 |
< |
case $ac_cv_fc_mangling in |
7643 |
< |
"lower case, no underscore, no extra underscore") |
7644 |
< |
$as_echo "#define FC_FUNC(name,NAME) name" >>confdefs.h |
7645 |
< |
|
7646 |
< |
$as_echo "#define FC_FUNC_(name,NAME) name" >>confdefs.h |
7647 |
< |
;; |
7648 |
< |
"lower case, no underscore, extra underscore") |
7649 |
< |
$as_echo "#define FC_FUNC(name,NAME) name" >>confdefs.h |
7650 |
< |
|
7651 |
< |
$as_echo "#define FC_FUNC_(name,NAME) name ## _" >>confdefs.h |
7652 |
< |
;; |
7653 |
< |
"lower case, underscore, no extra underscore") |
7654 |
< |
$as_echo "#define FC_FUNC(name,NAME) name ## _" >>confdefs.h |
7655 |
< |
|
7656 |
< |
$as_echo "#define FC_FUNC_(name,NAME) name ## _" >>confdefs.h |
7657 |
< |
;; |
7658 |
< |
"lower case, underscore, extra underscore") |
7659 |
< |
$as_echo "#define FC_FUNC(name,NAME) name ## _" >>confdefs.h |
7660 |
< |
|
7661 |
< |
$as_echo "#define FC_FUNC_(name,NAME) name ## __" >>confdefs.h |
7662 |
< |
;; |
7663 |
< |
"upper case, no underscore, no extra underscore") |
7664 |
< |
$as_echo "#define FC_FUNC(name,NAME) NAME" >>confdefs.h |
7665 |
< |
|
7666 |
< |
$as_echo "#define FC_FUNC_(name,NAME) NAME" >>confdefs.h |
7667 |
< |
;; |
7668 |
< |
"upper case, no underscore, extra underscore") |
7669 |
< |
$as_echo "#define FC_FUNC(name,NAME) NAME" >>confdefs.h |
7670 |
< |
|
7671 |
< |
$as_echo "#define FC_FUNC_(name,NAME) NAME ## _" >>confdefs.h |
7672 |
< |
;; |
7673 |
< |
"upper case, underscore, no extra underscore") |
7674 |
< |
$as_echo "#define FC_FUNC(name,NAME) NAME ## _" >>confdefs.h |
7675 |
< |
|
7676 |
< |
$as_echo "#define FC_FUNC_(name,NAME) NAME ## _" >>confdefs.h |
7677 |
< |
;; |
7678 |
< |
"upper case, underscore, extra underscore") |
7679 |
< |
$as_echo "#define FC_FUNC(name,NAME) NAME ## _" >>confdefs.h |
7680 |
< |
|
7681 |
< |
$as_echo "#define FC_FUNC_(name,NAME) NAME ## __" >>confdefs.h |
7682 |
< |
;; |
7683 |
< |
*) |
7684 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unknown Fortran name-mangling scheme" >&5 |
7685 |
< |
$as_echo "$as_me: WARNING: unknown Fortran name-mangling scheme" >&2;} |
7686 |
< |
;; |
7687 |
< |
esac |
7688 |
< |
|
7689 |
< |
ac_ext=${ac_fc_srcext-f} |
7690 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7691 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7692 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7693 |
< |
|
7694 |
< |
|
7695 |
< |
|
7696 |
< |
ac_ext=${ac_fc_srcext-f} |
7697 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7698 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
7699 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
7700 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to get verbose linking output from $FC" >&5 |
7701 |
< |
$as_echo_n "checking how to get verbose linking output from $FC... " >&6; } |
7702 |
< |
if test "${ac_cv_prog_fc_v+set}" = set; then : |
7703 |
< |
$as_echo_n "(cached) " >&6 |
7704 |
< |
else |
7705 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7706 |
< |
program main |
7707 |
< |
|
7708 |
< |
end |
7709 |
< |
_ACEOF |
7710 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
7711 |
< |
ac_cv_prog_fc_v= |
7712 |
< |
# Try some options frequently used verbose output |
7713 |
< |
for ac_verb in -v -verbose --verbose -V -\#\#\#; do |
7714 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7715 |
< |
program main |
7716 |
< |
|
7717 |
< |
end |
7718 |
< |
_ACEOF |
7719 |
< |
|
7720 |
< |
# Compile and link our simple test program by passing a flag (argument |
7721 |
< |
# 1 to this macro) to the Fortran compiler in order to get |
7722 |
< |
# "verbose" output that we can then parse for the Fortran linker |
7723 |
< |
# flags. |
7724 |
< |
ac_save_FCFLAGS=$FCFLAGS |
7725 |
< |
FCFLAGS="$FCFLAGS $ac_verb" |
7726 |
< |
eval "set x $ac_link" |
7727 |
< |
shift |
7728 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5 |
7729 |
< |
# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, |
7730 |
< |
# LIBRARY_PATH; skip all such settings. |
7731 |
< |
ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | |
7732 |
< |
grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` |
7733 |
< |
$as_echo "$ac_fc_v_output" >&5 |
7734 |
< |
FCFLAGS=$ac_save_FCFLAGS |
7735 |
< |
|
7736 |
< |
rm -rf conftest* |
7737 |
< |
|
7738 |
< |
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where |
7739 |
< |
# /foo, /bar, and /baz are search directories for the Fortran linker. |
7740 |
< |
# Here, we change these into -L/foo -L/bar -L/baz (and put it first): |
7741 |
< |
ac_fc_v_output="`echo $ac_fc_v_output | |
7742 |
< |
grep 'LPATH is:' | |
7743 |
< |
sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output" |
7744 |
< |
|
7745 |
< |
# FIXME: we keep getting bitten by quoted arguments; a more general fix |
7746 |
< |
# that detects unbalanced quotes in FLIBS should be implemented |
7747 |
< |
# and (ugh) tested at some point. |
7748 |
< |
case $ac_fc_v_output in |
7749 |
< |
# If we are using xlf then replace all the commas with spaces. |
7750 |
< |
*xlfentry*) |
7751 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;; |
7752 |
< |
|
7753 |
< |
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted |
7754 |
< |
# $LIBS confuse us, and the libraries appear later in the output anyway). |
7755 |
< |
*mGLOB_options_string*) |
7756 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;; |
7757 |
< |
|
7758 |
< |
# Portland Group compiler has singly- or doubly-quoted -cmdline argument |
7759 |
< |
# Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4. |
7760 |
< |
# Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2". |
7761 |
< |
*-cmdline\ * | *-ignore\ * | *-def\ *) |
7762 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed "\ |
7763 |
< |
s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g |
7764 |
< |
s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g |
7765 |
< |
s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;; |
7766 |
< |
|
7767 |
< |
# If we are using Cray Fortran then delete quotes. |
7768 |
< |
*cft90*) |
7769 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;; |
7770 |
< |
esac |
7771 |
< |
|
7772 |
< |
|
7773 |
< |
# look for -l* and *.a constructs in the output |
7774 |
< |
for ac_arg in $ac_fc_v_output; do |
7775 |
< |
case $ac_arg in |
7776 |
< |
[\\/]*.a | ?:[\\/]*.a | -[lLRu]*) |
7777 |
< |
ac_cv_prog_fc_v=$ac_verb |
7778 |
< |
break 2 ;; |
7779 |
< |
esac |
7780 |
< |
done |
7781 |
< |
done |
7782 |
< |
if test -z "$ac_cv_prog_fc_v"; then |
7783 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine how to obtain linking information from $FC" >&5 |
7784 |
< |
$as_echo "$as_me: WARNING: cannot determine how to obtain linking information from $FC" >&2;} |
7785 |
< |
fi |
7786 |
< |
else |
7787 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: compilation failed" >&5 |
7788 |
< |
$as_echo "$as_me: WARNING: compilation failed" >&2;} |
7789 |
< |
fi |
7790 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
7791 |
< |
|
7792 |
< |
fi |
7793 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_v" >&5 |
7794 |
< |
$as_echo "$ac_cv_prog_fc_v" >&6; } |
7795 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran libraries of $FC" >&5 |
7796 |
< |
$as_echo_n "checking for Fortran libraries of $FC... " >&6; } |
7797 |
< |
if test "${ac_cv_fc_libs+set}" = set; then : |
7798 |
< |
$as_echo_n "(cached) " >&6 |
7799 |
< |
else |
7800 |
< |
if test "x$FCLIBS" != "x"; then |
7801 |
< |
ac_cv_fc_libs="$FCLIBS" # Let the user override the test. |
7802 |
< |
else |
7803 |
< |
|
7804 |
< |
cat > conftest.$ac_ext <<_ACEOF |
7805 |
< |
program main |
7806 |
< |
|
7807 |
< |
end |
7808 |
< |
_ACEOF |
7809 |
< |
|
7810 |
< |
# Compile and link our simple test program by passing a flag (argument |
7811 |
< |
# 1 to this macro) to the Fortran compiler in order to get |
7812 |
< |
# "verbose" output that we can then parse for the Fortran linker |
7813 |
< |
# flags. |
7814 |
< |
ac_save_FCFLAGS=$FCFLAGS |
7815 |
< |
FCFLAGS="$FCFLAGS $ac_cv_prog_fc_v" |
7816 |
< |
eval "set x $ac_link" |
7817 |
< |
shift |
7818 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: $*" >&5 |
7819 |
< |
# gfortran 4.3 outputs lines setting COLLECT_GCC_OPTIONS, COMPILER_PATH, |
7820 |
< |
# LIBRARY_PATH; skip all such settings. |
7821 |
< |
ac_fc_v_output=`eval $ac_link 5>&1 2>&1 | |
7822 |
< |
grep -v 'Driving:' | grep -v "^[_$as_cr_Letters][_$as_cr_alnum]*="` |
7823 |
< |
$as_echo "$ac_fc_v_output" >&5 |
7824 |
< |
FCFLAGS=$ac_save_FCFLAGS |
7825 |
< |
|
7826 |
< |
rm -rf conftest* |
7827 |
< |
|
7828 |
< |
# On HP/UX there is a line like: "LPATH is: /foo:/bar:/baz" where |
7829 |
< |
# /foo, /bar, and /baz are search directories for the Fortran linker. |
7830 |
< |
# Here, we change these into -L/foo -L/bar -L/baz (and put it first): |
7831 |
< |
ac_fc_v_output="`echo $ac_fc_v_output | |
7832 |
< |
grep 'LPATH is:' | |
7833 |
< |
sed 's|.*LPATH is\(: *[^ ]*\).*|\1|;s|: */| -L/|g'` $ac_fc_v_output" |
7834 |
< |
|
7835 |
< |
# FIXME: we keep getting bitten by quoted arguments; a more general fix |
7836 |
< |
# that detects unbalanced quotes in FLIBS should be implemented |
7837 |
< |
# and (ugh) tested at some point. |
7838 |
< |
case $ac_fc_v_output in |
7839 |
< |
# If we are using xlf then replace all the commas with spaces. |
7840 |
< |
*xlfentry*) |
7841 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/,/ /g'` ;; |
7842 |
< |
|
7843 |
< |
# With Intel ifc, ignore the quoted -mGLOB_options_string stuff (quoted |
7844 |
< |
# $LIBS confuse us, and the libraries appear later in the output anyway). |
7845 |
< |
*mGLOB_options_string*) |
7846 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"-mGLOB[^"]*"/ /g'` ;; |
7847 |
< |
|
7848 |
< |
# Portland Group compiler has singly- or doubly-quoted -cmdline argument |
7849 |
< |
# Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4. |
7850 |
< |
# Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2". |
7851 |
< |
*-cmdline\ * | *-ignore\ * | *-def\ *) |
7852 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed "\ |
7853 |
< |
s/-cmdline *'[^']*'/ /g; s/-cmdline *\"[^\"]*\"/ /g |
7854 |
< |
s/-ignore *'[^']*'/ /g; s/-ignore *\"[^\"]*\"/ /g |
7855 |
< |
s/-def *'[^']*'/ /g; s/-def *\"[^\"]*\"/ /g"` ;; |
7856 |
< |
|
7857 |
< |
# If we are using Cray Fortran then delete quotes. |
7858 |
< |
*cft90*) |
7859 |
< |
ac_fc_v_output=`echo $ac_fc_v_output | sed 's/"//g'` ;; |
7860 |
< |
esac |
7861 |
< |
|
7862 |
< |
|
7863 |
< |
|
7864 |
< |
ac_cv_fc_libs= |
7865 |
< |
|
7866 |
< |
# Save positional arguments (if any) |
7867 |
< |
ac_save_positional="$@" |
7868 |
< |
|
7869 |
< |
set X $ac_fc_v_output |
7870 |
< |
while test $# != 1; do |
7871 |
< |
shift |
7872 |
< |
ac_arg=$1 |
7873 |
< |
case $ac_arg in |
7874 |
< |
[\\/]*.a | ?:[\\/]*.a) |
7875 |
< |
ac_exists=false |
7876 |
< |
for ac_i in $ac_cv_fc_libs; do |
7877 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7878 |
< |
ac_exists=true |
7879 |
< |
break |
7880 |
< |
fi |
7881 |
< |
done |
7882 |
< |
|
7883 |
< |
if test x"$ac_exists" = xtrue; then : |
7884 |
< |
|
7885 |
< |
else |
7886 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7887 |
< |
fi |
7888 |
< |
;; |
7889 |
< |
-bI:*) |
7890 |
< |
ac_exists=false |
7891 |
< |
for ac_i in $ac_cv_fc_libs; do |
7892 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7893 |
< |
ac_exists=true |
7894 |
< |
break |
7895 |
< |
fi |
7896 |
< |
done |
7897 |
< |
|
7898 |
< |
if test x"$ac_exists" = xtrue; then : |
7899 |
< |
|
7900 |
< |
else |
7901 |
< |
if test "$ac_compiler_gnu" = yes; then |
7902 |
< |
for ac_link_opt in $ac_arg; do |
7903 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt" |
7904 |
< |
done |
7905 |
< |
else |
7906 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7907 |
< |
fi |
7908 |
< |
fi |
7909 |
< |
;; |
7910 |
< |
# Ignore these flags. |
7911 |
< |
-lang* | -lcrt*.o | -lc | -lgcc* | -lSystem | -libmil | -little \ |
7912 |
< |
|-LANG:=* | -LIST:* | -LNO:*) |
7913 |
< |
;; |
7914 |
< |
-lkernel32) |
7915 |
< |
test x"$CYGWIN" != xyes && ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7916 |
< |
;; |
7917 |
< |
-[LRuYz]) |
7918 |
< |
# These flags, when seen by themselves, take an argument. |
7919 |
< |
# We remove the space between option and argument and re-iterate |
7920 |
< |
# unless we find an empty arg or a new option (starting with -) |
7921 |
< |
case $2 in |
7922 |
< |
"" | -*);; |
7923 |
< |
*) |
7924 |
< |
ac_arg="$ac_arg$2" |
7925 |
< |
shift; shift |
7926 |
< |
set X $ac_arg "$@" |
7927 |
< |
;; |
7928 |
< |
esac |
7929 |
< |
;; |
7930 |
< |
-YP,*) |
7931 |
< |
for ac_j in `$as_echo "$ac_arg" | sed -e 's/-YP,/-L/;s/:/ -L/g'`; do |
7932 |
< |
ac_exists=false |
7933 |
< |
for ac_i in $ac_cv_fc_libs; do |
7934 |
< |
if test x"$ac_j" = x"$ac_i"; then |
7935 |
< |
ac_exists=true |
7936 |
< |
break |
7937 |
< |
fi |
7938 |
< |
done |
7939 |
< |
|
7940 |
< |
if test x"$ac_exists" = xtrue; then : |
7941 |
< |
|
7942 |
< |
else |
7943 |
< |
ac_arg="$ac_arg $ac_j" |
7944 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_j" |
7945 |
< |
fi |
7946 |
< |
done |
7947 |
< |
;; |
7948 |
< |
-[lLR]*) |
7949 |
< |
ac_exists=false |
7950 |
< |
for ac_i in $ac_cv_fc_libs; do |
7951 |
< |
if test x"$ac_arg" = x"$ac_i"; then |
7952 |
< |
ac_exists=true |
7953 |
< |
break |
7954 |
< |
fi |
7955 |
< |
done |
7956 |
< |
|
7957 |
< |
if test x"$ac_exists" = xtrue; then : |
7958 |
< |
|
7959 |
< |
else |
7960 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7961 |
< |
fi |
7962 |
< |
;; |
7963 |
< |
-zallextract*| -zdefaultextract) |
7964 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_arg" |
7965 |
< |
;; |
7966 |
< |
# Ignore everything else. |
7967 |
< |
esac |
7968 |
< |
done |
7969 |
< |
# restore positional arguments |
7970 |
< |
set X $ac_save_positional; shift |
7971 |
< |
|
7972 |
< |
# We only consider "LD_RUN_PATH" on Solaris systems. If this is seen, |
7973 |
< |
# then we insist that the "run path" must be an absolute path (i.e. it |
7974 |
< |
# must begin with a "/"). |
7975 |
< |
case `(uname -sr) 2>/dev/null` in |
7976 |
< |
"SunOS 5"*) |
7977 |
< |
ac_ld_run_path=`$as_echo "$ac_fc_v_output" | |
7978 |
< |
sed -n 's,^.*LD_RUN_PATH *= *\(/[^ ]*\).*$,-R\1,p'` |
7979 |
< |
test "x$ac_ld_run_path" != x && |
7980 |
< |
if test "$ac_compiler_gnu" = yes; then |
7981 |
< |
for ac_link_opt in $ac_ld_run_path; do |
7982 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs -Xlinker $ac_link_opt" |
7983 |
< |
done |
7984 |
< |
else |
7985 |
< |
ac_cv_fc_libs="$ac_cv_fc_libs $ac_ld_run_path" |
7986 |
< |
fi |
7987 |
< |
;; |
7988 |
< |
esac |
7989 |
< |
fi # test "x$[]_AC_LANG_PREFIX[]LIBS" = "x" |
7990 |
< |
|
7991 |
< |
fi |
7992 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_libs" >&5 |
7993 |
< |
$as_echo "$ac_cv_fc_libs" >&6; } |
7994 |
< |
FCLIBS="$ac_cv_fc_libs" |
7995 |
< |
|
7996 |
< |
|
7997 |
< |
ac_ext=${ac_fc_srcext-f} |
7998 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
7999 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
8000 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
8001 |
< |
|
8002 |
< |
|
8003 |
< |
|
8004 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for module suffix" >&5 |
8005 |
< |
$as_echo_n "checking for module suffix... " >&6; } |
8006 |
< |
rm -f conftest* |
8007 |
< |
# Intel ifc compiler generates files by the name of work.pc and work.pcl (!) |
8008 |
< |
rm -f work* |
8009 |
< |
cat >conftest.$ac_ext <<EOF |
8010 |
< |
module conftest |
8011 |
< |
integer n |
8012 |
< |
parameter (n=1) |
8013 |
< |
end module conftest |
8014 |
< |
EOF |
8015 |
< |
# SGI and absoft compilers generates module name in upper case! |
8016 |
< |
testname="conftest" |
8017 |
< |
modcase="lower" |
8018 |
< |
if (eval $ac_compile) 2>/dev/null ; then |
8019 |
< |
MOD=`ls conftest* | grep -v conftest.$ac_ext | grep -v conftest.o` |
8020 |
< |
MOD=`echo "$MOD" | sed -e 's/conftest\.//g'` |
8021 |
< |
if test -z "$MOD" ; then |
8022 |
< |
MOD=`ls CONFTEST* 2>/dev/null \ |
8023 |
< |
| grep -v CONFTEST.$ac_ext | grep -v CONFTEST.o` |
8024 |
< |
MOD=`echo "$MOD" | sed -e 's/CONFTEST\.//g'` |
8025 |
< |
if test -n "$MOD" ; then |
8026 |
< |
testname="CONFTEST" |
8027 |
< |
modcase="upper" |
8028 |
< |
fi |
8029 |
< |
fi |
8030 |
< |
if test -z "$MOD" ; then |
8031 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown" >&5 |
8032 |
< |
$as_echo "unknown" >&6; } |
8033 |
< |
# Use mod if we can't figure it out |
8034 |
< |
MOD="mod" |
8035 |
< |
else |
8036 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MOD" >&5 |
8037 |
< |
$as_echo "$MOD" >&6; } |
8038 |
< |
fi |
8039 |
< |
if test -s work.pcl ; then |
8040 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Compiler generates auxillery files!" >&5 |
8041 |
< |
$as_echo "$as_me: WARNING: Compiler generates auxillery files!" >&2;} |
8042 |
< |
fi |
8043 |
< |
else |
8044 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown" >&5 |
8045 |
< |
$as_echo "unknown" >&6; } |
8046 |
< |
fi |
8047 |
< |
|
8048 |
< |
|
8049 |
< |
|
8050 |
< |
|
8051 |
< |
|
8052 |
< |
# Check for module include path (some use -I, some (Solaris) use -M, some |
8053 |
< |
# (absoft) use -p). |
8054 |
< |
# Intel compilers use a wierd system: -cl,filename.pcl . If no file is |
8055 |
< |
# specified, work.pcl and work.pc are created. However, if you specify |
8056 |
< |
# a file, it must contain a the name of a file ending in .pc . Ugh! |
8057 |
< |
# Use the module made above |
8058 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for module directory path flag" >&5 |
8059 |
< |
$as_echo_n "checking for module directory path flag... " >&6; } |
8060 |
< |
rm -f conftest* |
8061 |
< |
# Intel ifc compiler generates files by the name of work.pc and work.pcl (!) |
8062 |
< |
rm -f work* |
8063 |
< |
cat >conftest.$ac_ext <<EOF |
8064 |
< |
module conftest |
8065 |
< |
integer n |
8066 |
< |
parameter (n=1) |
8067 |
< |
end module conftest |
8068 |
< |
EOF |
8069 |
< |
# SGI and absoft compilers generates module name in upper case! |
8070 |
< |
testname="conftest" |
8071 |
< |
if (eval $ac_compile) 2>/dev/null ; then |
8072 |
< |
mod=`ls CONFTEST* 2>/dev/null | grep -v CONFTEST.$ac_ext | grep -v CONFTEST.o` |
8073 |
< |
mod=`echo "$mod" | sed -e 's/CONFTEST\.//g'` |
8074 |
< |
if test -n "$mod" ; then |
8075 |
< |
testname="CONFTEST" |
8076 |
< |
fi |
8077 |
< |
madedir=0 |
8078 |
< |
if test ! -d conf ; then mkdir conf ; madedir=1; fi |
8079 |
< |
cp $testname.$MOD conf |
8080 |
< |
rm -f conftest* CONFTEST* |
8081 |
< |
cat >conftest1.$ac_ext <<EOF |
8082 |
< |
program main |
8083 |
< |
use conftest |
8084 |
< |
print *, n |
8085 |
< |
end |
8086 |
< |
EOF |
8087 |
< |
F90_WORK_FILES_ARG="" |
8088 |
< |
F90MODINCSPEC="" |
8089 |
< |
if $FC -c -Iconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext > conftest.out 2>&1 ; then |
8090 |
< |
MODDIRFLAG="-I" |
8091 |
< |
F90MODINCSPEC="-I<dir>" |
8092 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: -I" >&5 |
8093 |
< |
$as_echo "-I" >&6; } |
8094 |
< |
elif $FC -c -Mconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then |
8095 |
< |
MODDIRFLAG="-M" |
8096 |
< |
F90MODINCSPEC="-M<dir>" |
8097 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: -M" >&5 |
8098 |
< |
$as_echo "-M" >&6; } |
8099 |
< |
elif $FC -c -pconf $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >> conftest.out 2>&1 ; then |
8100 |
< |
MODDIRFLAG="-p" |
8101 |
< |
F90MODINCSPEC="-p<dir>" |
8102 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: -p" >&5 |
8103 |
< |
$as_echo "-p" >&6; } |
8104 |
< |
elif test -s work.pc ; then |
8105 |
< |
cp work.pc conf/mpimod.pc |
8106 |
< |
echo "mpimod.pc" > conf/mpimod.pcl |
8107 |
< |
echo "`pwd`/conf/mpimod.pc" >> conf/mpimod.pcl |
8108 |
< |
if $FC -c -cl,conf/mpimod.pcl $FCFLAGS $FCFLAGS_SRCEXT conftest1.$ac_ext >>conftest.out 2>&1 ; then |
8109 |
< |
MODDIRFLAG='-cl,mpimod.pcl' |
8110 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: -cl,filename where filename contains a list of files and directories" >&5 |
8111 |
< |
$as_echo "-cl,filename where filename contains a list of files and directories" >&6; } |
8112 |
< |
F90_WORK_FILES_ARG="-cl,mpimod.pcl" |
8113 |
< |
F90MODINCSPEC="-cl,<dir>/<file>mod.pcl" |
8114 |
< |
|
8115 |
< |
else |
8116 |
< |
# The version of the Intel compiler that I have refuses to let |
8117 |
< |
# you put the "work catalog" list anywhere but the current |
8118 |
< |
# directory. For example, you cannot in |
8119 |
< |
: |
8120 |
< |
fi |
8121 |
< |
fi |
8122 |
< |
if test -z "MODDIRFLAG" ; then |
8123 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: unknown" >&5 |
8124 |
< |
$as_echo "unknown" >&6; } |
8125 |
< |
fi |
4291 |
> |
# OK, works on sane cases. Now check whether nonexistent headers |
4292 |
> |
# can be detected and how. |
4293 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4294 |
> |
/* end confdefs.h. */ |
4295 |
> |
#include <ac_nonexistent.h> |
4296 |
> |
_ACEOF |
4297 |
> |
if ac_fn_c_try_cpp "$LINENO"; then : |
4298 |
> |
# Broken: success on invalid input. |
4299 |
> |
continue |
4300 |
> |
else |
4301 |
> |
# Passes both tests. |
4302 |
> |
ac_preproc_ok=: |
4303 |
> |
break |
4304 |
> |
fi |
4305 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
4306 |
> |
|
4307 |
> |
done |
4308 |
> |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4309 |
> |
rm -f conftest.i conftest.err conftest.$ac_ext |
4310 |
> |
if $ac_preproc_ok; then : |
4311 |
> |
break |
4312 |
> |
fi |
4313 |
> |
|
4314 |
> |
done |
4315 |
> |
ac_cv_prog_CPP=$CPP |
4316 |
> |
|
4317 |
> |
fi |
4318 |
> |
CPP=$ac_cv_prog_CPP |
4319 |
> |
else |
4320 |
> |
ac_cv_prog_CPP=$CPP |
4321 |
> |
fi |
4322 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 |
4323 |
> |
$as_echo "$CPP" >&6; } |
4324 |
> |
ac_preproc_ok=false |
4325 |
> |
for ac_c_preproc_warn_flag in '' yes |
4326 |
> |
do |
4327 |
> |
# Use a header file that comes with gcc, so configuring glibc |
4328 |
> |
# with a fresh cross-compiler works. |
4329 |
> |
# Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
4330 |
> |
# <limits.h> exists even on freestanding compilers. |
4331 |
> |
# On the NeXT, cc -E runs the code through the compiler's parser, |
4332 |
> |
# not just through cpp. "Syntax error" is here to catch this case. |
4333 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4334 |
> |
/* end confdefs.h. */ |
4335 |
> |
#ifdef __STDC__ |
4336 |
> |
# include <limits.h> |
4337 |
> |
#else |
4338 |
> |
# include <assert.h> |
4339 |
> |
#endif |
4340 |
> |
Syntax error |
4341 |
> |
_ACEOF |
4342 |
> |
if ac_fn_c_try_cpp "$LINENO"; then : |
4343 |
> |
|
4344 |
> |
else |
4345 |
> |
# Broken: fails on valid input. |
4346 |
> |
continue |
4347 |
> |
fi |
4348 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
4349 |
> |
|
4350 |
> |
# OK, works on sane cases. Now check whether nonexistent headers |
4351 |
> |
# can be detected and how. |
4352 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
4353 |
> |
/* end confdefs.h. */ |
4354 |
> |
#include <ac_nonexistent.h> |
4355 |
> |
_ACEOF |
4356 |
> |
if ac_fn_c_try_cpp "$LINENO"; then : |
4357 |
> |
# Broken: success on invalid input. |
4358 |
> |
continue |
4359 |
> |
else |
4360 |
> |
# Passes both tests. |
4361 |
> |
ac_preproc_ok=: |
4362 |
> |
break |
4363 |
> |
fi |
4364 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
4365 |
> |
|
4366 |
> |
done |
4367 |
> |
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
4368 |
> |
rm -f conftest.i conftest.err conftest.$ac_ext |
4369 |
> |
if $ac_preproc_ok; then : |
4370 |
> |
|
4371 |
> |
else |
4372 |
> |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
4373 |
> |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
4374 |
> |
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check |
4375 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
4376 |
> |
fi |
4377 |
> |
|
4378 |
> |
ac_ext=c |
4379 |
> |
ac_cpp='$CPP $CPPFLAGS' |
4380 |
> |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
4381 |
> |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
4382 |
> |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
4383 |
> |
|
4384 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 |
4385 |
> |
$as_echo_n "checking for grep that handles long lines and -e... " >&6; } |
4386 |
> |
if ${ac_cv_path_GREP+:} false; then : |
4387 |
> |
$as_echo_n "(cached) " >&6 |
4388 |
> |
else |
4389 |
> |
if test -z "$GREP"; then |
4390 |
> |
ac_path_GREP_found=false |
4391 |
> |
# Loop through the user's path and test for each of PROGNAME-LIST |
4392 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4393 |
> |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4394 |
> |
do |
4395 |
> |
IFS=$as_save_IFS |
4396 |
> |
test -z "$as_dir" && as_dir=. |
4397 |
> |
for ac_prog in grep ggrep; do |
4398 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4399 |
> |
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
4400 |
> |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
4401 |
> |
# Check for GNU ac_path_GREP and select it if it is found. |
4402 |
> |
# Check for GNU $ac_path_GREP |
4403 |
> |
case `"$ac_path_GREP" --version 2>&1` in |
4404 |
> |
*GNU*) |
4405 |
> |
ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; |
4406 |
> |
*) |
4407 |
> |
ac_count=0 |
4408 |
> |
$as_echo_n 0123456789 >"conftest.in" |
4409 |
> |
while : |
4410 |
> |
do |
4411 |
> |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
4412 |
> |
mv "conftest.tmp" "conftest.in" |
4413 |
> |
cp "conftest.in" "conftest.nl" |
4414 |
> |
$as_echo 'GREP' >> "conftest.nl" |
4415 |
> |
"$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4416 |
> |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4417 |
> |
as_fn_arith $ac_count + 1 && ac_count=$as_val |
4418 |
> |
if test $ac_count -gt ${ac_path_GREP_max-0}; then |
4419 |
> |
# Best one so far, save it but keep looking for a better one |
4420 |
> |
ac_cv_path_GREP="$ac_path_GREP" |
4421 |
> |
ac_path_GREP_max=$ac_count |
4422 |
> |
fi |
4423 |
> |
# 10*(2^10) chars as input seems more than enough |
4424 |
> |
test $ac_count -gt 10 && break |
4425 |
> |
done |
4426 |
> |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4427 |
> |
esac |
4428 |
> |
|
4429 |
> |
$ac_path_GREP_found && break 3 |
4430 |
> |
done |
4431 |
> |
done |
4432 |
> |
done |
4433 |
> |
IFS=$as_save_IFS |
4434 |
> |
if test -z "$ac_cv_path_GREP"; then |
4435 |
> |
as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4436 |
> |
fi |
4437 |
> |
else |
4438 |
> |
ac_cv_path_GREP=$GREP |
4439 |
> |
fi |
4440 |
> |
|
4441 |
> |
fi |
4442 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 |
4443 |
> |
$as_echo "$ac_cv_path_GREP" >&6; } |
4444 |
> |
GREP="$ac_cv_path_GREP" |
4445 |
> |
|
4446 |
> |
|
4447 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 |
4448 |
> |
$as_echo_n "checking for egrep... " >&6; } |
4449 |
> |
if ${ac_cv_path_EGREP+:} false; then : |
4450 |
> |
$as_echo_n "(cached) " >&6 |
4451 |
> |
else |
4452 |
> |
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 |
4453 |
> |
then ac_cv_path_EGREP="$GREP -E" |
4454 |
> |
else |
4455 |
> |
if test -z "$EGREP"; then |
4456 |
> |
ac_path_EGREP_found=false |
4457 |
> |
# Loop through the user's path and test for each of PROGNAME-LIST |
4458 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4459 |
> |
for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin |
4460 |
> |
do |
4461 |
> |
IFS=$as_save_IFS |
4462 |
> |
test -z "$as_dir" && as_dir=. |
4463 |
> |
for ac_prog in egrep; do |
4464 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4465 |
> |
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
4466 |
> |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
4467 |
> |
# Check for GNU ac_path_EGREP and select it if it is found. |
4468 |
> |
# Check for GNU $ac_path_EGREP |
4469 |
> |
case `"$ac_path_EGREP" --version 2>&1` in |
4470 |
> |
*GNU*) |
4471 |
> |
ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; |
4472 |
> |
*) |
4473 |
> |
ac_count=0 |
4474 |
> |
$as_echo_n 0123456789 >"conftest.in" |
4475 |
> |
while : |
4476 |
> |
do |
4477 |
> |
cat "conftest.in" "conftest.in" >"conftest.tmp" |
4478 |
> |
mv "conftest.tmp" "conftest.in" |
4479 |
> |
cp "conftest.in" "conftest.nl" |
4480 |
> |
$as_echo 'EGREP' >> "conftest.nl" |
4481 |
> |
"$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break |
4482 |
> |
diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break |
4483 |
> |
as_fn_arith $ac_count + 1 && ac_count=$as_val |
4484 |
> |
if test $ac_count -gt ${ac_path_EGREP_max-0}; then |
4485 |
> |
# Best one so far, save it but keep looking for a better one |
4486 |
> |
ac_cv_path_EGREP="$ac_path_EGREP" |
4487 |
> |
ac_path_EGREP_max=$ac_count |
4488 |
> |
fi |
4489 |
> |
# 10*(2^10) chars as input seems more than enough |
4490 |
> |
test $ac_count -gt 10 && break |
4491 |
> |
done |
4492 |
> |
rm -f conftest.in conftest.tmp conftest.nl conftest.out;; |
4493 |
> |
esac |
4494 |
> |
|
4495 |
> |
$ac_path_EGREP_found && break 3 |
4496 |
> |
done |
4497 |
> |
done |
4498 |
> |
done |
4499 |
> |
IFS=$as_save_IFS |
4500 |
> |
if test -z "$ac_cv_path_EGREP"; then |
4501 |
> |
as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 |
4502 |
> |
fi |
4503 |
> |
else |
4504 |
> |
ac_cv_path_EGREP=$EGREP |
4505 |
> |
fi |
4506 |
> |
|
4507 |
> |
fi |
4508 |
> |
fi |
4509 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 |
4510 |
> |
$as_echo "$ac_cv_path_EGREP" >&6; } |
4511 |
> |
EGREP="$ac_cv_path_EGREP" |
4512 |
> |
|
4513 |
> |
|
4514 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 |
4515 |
> |
$as_echo_n "checking whether ln -s works... " >&6; } |
4516 |
> |
LN_S=$as_ln_s |
4517 |
> |
if test "$LN_S" = "ln -s"; then |
4518 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4519 |
> |
$as_echo "yes" >&6; } |
4520 |
> |
else |
4521 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 |
4522 |
> |
$as_echo "no, using $LN_S" >&6; } |
4523 |
> |
fi |
4524 |
> |
|
4525 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
4526 |
> |
$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } |
4527 |
> |
set x ${MAKE-make} |
4528 |
> |
ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` |
4529 |
> |
if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : |
4530 |
> |
$as_echo_n "(cached) " >&6 |
4531 |
> |
else |
4532 |
> |
cat >conftest.make <<\_ACEOF |
4533 |
> |
SHELL = /bin/sh |
4534 |
> |
all: |
4535 |
> |
@echo '@@@%%%=$(MAKE)=@@@%%%' |
4536 |
> |
_ACEOF |
4537 |
> |
# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. |
4538 |
> |
case `${MAKE-make} -f conftest.make 2>/dev/null` in |
4539 |
> |
*@@@%%%=?*=@@@%%%*) |
4540 |
> |
eval ac_cv_prog_make_${ac_make}_set=yes;; |
4541 |
> |
*) |
4542 |
> |
eval ac_cv_prog_make_${ac_make}_set=no;; |
4543 |
> |
esac |
4544 |
> |
rm -f conftest.make |
4545 |
> |
fi |
4546 |
> |
if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then |
4547 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
4548 |
> |
$as_echo "yes" >&6; } |
4549 |
> |
SET_MAKE= |
4550 |
> |
else |
4551 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4552 |
> |
$as_echo "no" >&6; } |
4553 |
> |
SET_MAKE="MAKE=${MAKE-make}" |
4554 |
> |
fi |
4555 |
> |
|
4556 |
> |
if test -n "$ac_tool_prefix"; then |
4557 |
> |
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. |
4558 |
> |
set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
4559 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4560 |
> |
$as_echo_n "checking for $ac_word... " >&6; } |
4561 |
> |
if ${ac_cv_prog_RANLIB+:} false; then : |
4562 |
> |
$as_echo_n "(cached) " >&6 |
4563 |
> |
else |
4564 |
> |
if test -n "$RANLIB"; then |
4565 |
> |
ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. |
4566 |
> |
else |
4567 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4568 |
> |
for as_dir in $PATH |
4569 |
> |
do |
4570 |
> |
IFS=$as_save_IFS |
4571 |
> |
test -z "$as_dir" && as_dir=. |
4572 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4573 |
> |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4574 |
> |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
4575 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4576 |
> |
break 2 |
4577 |
> |
fi |
4578 |
> |
done |
4579 |
> |
done |
4580 |
> |
IFS=$as_save_IFS |
4581 |
> |
|
4582 |
> |
fi |
4583 |
> |
fi |
4584 |
> |
RANLIB=$ac_cv_prog_RANLIB |
4585 |
> |
if test -n "$RANLIB"; then |
4586 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 |
4587 |
> |
$as_echo "$RANLIB" >&6; } |
4588 |
> |
else |
4589 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4590 |
> |
$as_echo "no" >&6; } |
4591 |
> |
fi |
4592 |
> |
|
4593 |
> |
|
4594 |
> |
fi |
4595 |
> |
if test -z "$ac_cv_prog_RANLIB"; then |
4596 |
> |
ac_ct_RANLIB=$RANLIB |
4597 |
> |
# Extract the first word of "ranlib", so it can be a program name with args. |
4598 |
> |
set dummy ranlib; ac_word=$2 |
4599 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4600 |
> |
$as_echo_n "checking for $ac_word... " >&6; } |
4601 |
> |
if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : |
4602 |
> |
$as_echo_n "(cached) " >&6 |
4603 |
> |
else |
4604 |
> |
if test -n "$ac_ct_RANLIB"; then |
4605 |
> |
ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. |
4606 |
> |
else |
4607 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4608 |
> |
for as_dir in $PATH |
4609 |
> |
do |
4610 |
> |
IFS=$as_save_IFS |
4611 |
> |
test -z "$as_dir" && as_dir=. |
4612 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4613 |
> |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4614 |
> |
ac_cv_prog_ac_ct_RANLIB="ranlib" |
4615 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4616 |
> |
break 2 |
4617 |
> |
fi |
4618 |
> |
done |
4619 |
> |
done |
4620 |
> |
IFS=$as_save_IFS |
4621 |
> |
|
4622 |
> |
fi |
4623 |
> |
fi |
4624 |
> |
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
4625 |
> |
if test -n "$ac_ct_RANLIB"; then |
4626 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 |
4627 |
> |
$as_echo "$ac_ct_RANLIB" >&6; } |
4628 |
> |
else |
4629 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4630 |
> |
$as_echo "no" >&6; } |
4631 |
> |
fi |
4632 |
> |
|
4633 |
> |
if test "x$ac_ct_RANLIB" = x; then |
4634 |
> |
RANLIB=":" |
4635 |
> |
else |
4636 |
> |
case $cross_compiling:$ac_tool_warned in |
4637 |
> |
yes:) |
4638 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 |
4639 |
> |
$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} |
4640 |
> |
ac_tool_warned=yes ;; |
4641 |
> |
esac |
4642 |
> |
RANLIB=$ac_ct_RANLIB |
4643 |
> |
fi |
4644 |
> |
else |
4645 |
> |
RANLIB="$ac_cv_prog_RANLIB" |
4646 |
> |
fi |
4647 |
> |
|
4648 |
> |
|
4649 |
> |
# Extract the first word of "perl", so it can be a program name with args. |
4650 |
> |
set dummy perl; ac_word=$2 |
4651 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4652 |
> |
$as_echo_n "checking for $ac_word... " >&6; } |
4653 |
> |
if ${ac_cv_path_PERLINTERP+:} false; then : |
4654 |
> |
$as_echo_n "(cached) " >&6 |
4655 |
> |
else |
4656 |
> |
case $PERLINTERP in |
4657 |
> |
[\\/]* | ?:[\\/]*) |
4658 |
> |
ac_cv_path_PERLINTERP="$PERLINTERP" # Let the user override the test with a path. |
4659 |
> |
;; |
4660 |
> |
*) |
4661 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4662 |
> |
for as_dir in $PATH |
4663 |
> |
do |
4664 |
> |
IFS=$as_save_IFS |
4665 |
> |
test -z "$as_dir" && as_dir=. |
4666 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4667 |
> |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4668 |
> |
ac_cv_path_PERLINTERP="$as_dir/$ac_word$ac_exec_ext" |
4669 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4670 |
> |
break 2 |
4671 |
> |
fi |
4672 |
> |
done |
4673 |
> |
done |
4674 |
> |
IFS=$as_save_IFS |
4675 |
> |
|
4676 |
> |
test -z "$ac_cv_path_PERLINTERP" && ac_cv_path_PERLINTERP="perl" |
4677 |
> |
;; |
4678 |
> |
esac |
4679 |
> |
fi |
4680 |
> |
PERLINTERP=$ac_cv_path_PERLINTERP |
4681 |
> |
if test -n "$PERLINTERP"; then |
4682 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERLINTERP" >&5 |
4683 |
> |
$as_echo "$PERLINTERP" >&6; } |
4684 |
> |
else |
4685 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4686 |
> |
$as_echo "no" >&6; } |
4687 |
> |
fi |
4688 |
> |
|
4689 |
> |
|
4690 |
> |
ac_cv_path_perlinterp="$PERLINTERP" |
4691 |
> |
_sHpB='#!' |
4692 |
> |
|
4693 |
> |
|
4694 |
> |
# Check whether --with-perl-shebang was given. |
4695 |
> |
if test "${with_perl_shebang+set}" = set; then : |
4696 |
> |
withval=$with_perl_shebang; opt_perl_shebang="$withval" |
4697 |
> |
else |
4698 |
> |
opt_perl_shebang="not_set" |
4699 |
> |
fi |
4700 |
> |
|
4701 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether explicit instead of detected sharpbang is to be used" >&5 |
4702 |
> |
$as_echo_n "checking whether explicit instead of detected sharpbang is to be used... " >&6; } |
4703 |
> |
if ${ax_cv_opt_perl_shebang+:} false; then : |
4704 |
> |
$as_echo_n "(cached) " >&6 |
4705 |
> |
else |
4706 |
> |
case "$opt_perl_shebang" in |
4707 |
> |
not_set ) ax_cv_opt_perl_shebang='' |
4708 |
> |
;; |
4709 |
> |
* ) |
4710 |
> |
ax_cv_opt_perl_shebang=`echo "$opt_perl_shebang" | sed -e's|^#!\s*\(.*\)$|\1|'` |
4711 |
> |
esac |
4712 |
> |
|
4713 |
> |
fi |
4714 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_opt_perl_shebang" >&5 |
4715 |
> |
$as_echo "$ax_cv_opt_perl_shebang" >&6; } |
4716 |
> |
if test "A$ax_cv_opt_perl_shebang" != "A" |
4717 |
> |
then |
4718 |
> |
ac_cv_sys_kernshrpbang_perl="$ax_cv_opt_perl_shebang" |
4719 |
> |
PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl" |
4720 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&5 |
4721 |
> |
$as_echo "$as_me: OK - PERL_SHEBANG is $_sHpB$PERL_SHEBANG." >&6;} |
4722 |
> |
|
4723 |
> |
# Automatic detection of sharpbang formula starts here |
4724 |
> |
else |
4725 |
> |
_somian_shbangperl=`$PERLINTERP -V:startperl` |
4726 |
> |
negclass="[^']"; # must leave this comment: m4 will remove the outer brackets for us, heheh |
4727 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kernel sharpbang invocation to start perl" >&5 |
4728 |
> |
$as_echo_n "checking for kernel sharpbang invocation to start perl... " >&6; } |
4729 |
> |
if ${ac_cv_sys_kernshrpbang_perl+:} false; then : |
4730 |
> |
$as_echo_n "(cached) " >&6 |
4731 |
> |
else |
4732 |
> |
_somian_kspb_perl=`echo "$_somian_shbangperl" | sed -ne"s|.*='\($negclass*\)';$|\1|p"` |
4733 |
> |
if test "x$_somian_kspb_perl" == x |
4734 |
> |
then _somian_ksbp_warn_empty='durnit' |
4735 |
> |
else |
4736 |
> |
case "A$_somian_kspb_perl" in |
4737 |
> |
A#!*perl* ) |
4738 |
> |
ac_cv_sys_kernshrpbang_perl=`echo "$_somian_kspb_perl" | sed -e's|#!\(.*\)$|\1|'` |
4739 |
> |
;; |
4740 |
> |
A* ) _somian_ksbp_warn_defau='trouble' |
4741 |
> |
ac_cv_sys_kernshrpbang_perl="$PERLINTERP" |
4742 |
> |
esac |
4743 |
> |
fi |
4744 |
> |
|
4745 |
> |
fi |
4746 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_kernshrpbang_perl" >&5 |
4747 |
> |
$as_echo "$ac_cv_sys_kernshrpbang_perl" >&6; } |
4748 |
> |
# The above prints Checking ... result message to user. |
4749 |
> |
PERL_SHEBANG="$ac_cv_sys_kernshrpbang_perl" |
4750 |
> |
|
4751 |
> |
if test A${_somian_ksbp_warn_empty+set} == Aset |
4752 |
> |
then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&5 |
4753 |
> |
$as_echo "$as_me: WARNING: In last check, doing $PERLINTERP -V:startperl yielded empty result! That should not happen." >&2;} |
4754 |
> |
fi |
4755 |
> |
# Inform user after printing result value |
4756 |
> |
if test A${_somian_ksbp_warn_defau+set} == Aset |
4757 |
> |
then { $as_echo "$as_me:${as_lineno-$LINENO}: Maybe Not good -" >&5 |
4758 |
> |
$as_echo "$as_me: Maybe Not good -" >&6;} |
4759 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&5 |
4760 |
> |
$as_echo "$as_me: WARNING: In last check perl's Config query did not work so we bunted: $_sHpB$PERLINTERP" >&2;} |
4761 |
> |
else { $as_echo "$as_me:${as_lineno-$LINENO}: OK Good result - " >&5 |
4762 |
> |
$as_echo "$as_me: OK Good result - " >&6;} |
4763 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&5 |
4764 |
> |
$as_echo "$as_me: In last check we got a proper-looking answer from perl's Config: $_somian_shbangperl" >&6;} |
4765 |
> |
fi |
4766 |
> |
fi |
4767 |
> |
|
4768 |
> |
# Find a good install program. We prefer a C program (faster), |
4769 |
> |
# so one script is as good as another. But avoid the broken or |
4770 |
> |
# incompatible versions: |
4771 |
> |
# SysV /etc/install, /usr/sbin/install |
4772 |
> |
# SunOS /usr/etc/install |
4773 |
> |
# IRIX /sbin/install |
4774 |
> |
# AIX /bin/install |
4775 |
> |
# AmigaOS /C/install, which installs bootblocks on floppy discs |
4776 |
> |
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
4777 |
> |
# AFS /usr/afsws/bin/install, which mishandles nonexistent args |
4778 |
> |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
4779 |
> |
# OS/2's system install, which has a completely different semantic |
4780 |
> |
# ./install, which can be erroneously created by make from ./install.sh. |
4781 |
> |
# Reject install programs that cannot install multiple files. |
4782 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 |
4783 |
> |
$as_echo_n "checking for a BSD-compatible install... " >&6; } |
4784 |
> |
if test -z "$INSTALL"; then |
4785 |
> |
if ${ac_cv_path_install+:} false; then : |
4786 |
> |
$as_echo_n "(cached) " >&6 |
4787 |
> |
else |
4788 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4789 |
> |
for as_dir in $PATH |
4790 |
> |
do |
4791 |
> |
IFS=$as_save_IFS |
4792 |
> |
test -z "$as_dir" && as_dir=. |
4793 |
> |
# Account for people who put trailing slashes in PATH elements. |
4794 |
> |
case $as_dir/ in #(( |
4795 |
> |
./ | .// | /[cC]/* | \ |
4796 |
> |
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
4797 |
> |
?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ |
4798 |
> |
/usr/ucb/* ) ;; |
4799 |
> |
*) |
4800 |
> |
# OSF1 and SCO ODT 3.0 have their own names for install. |
4801 |
> |
# Don't use installbsd from OSF since it installs stuff as root |
4802 |
> |
# by default. |
4803 |
> |
for ac_prog in ginstall scoinst install; do |
4804 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4805 |
> |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
4806 |
> |
if test $ac_prog = install && |
4807 |
> |
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
4808 |
> |
# AIX install. It has an incompatible calling convention. |
4809 |
> |
: |
4810 |
> |
elif test $ac_prog = install && |
4811 |
> |
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
4812 |
> |
# program-specific install script used by HP pwplus--don't use. |
4813 |
> |
: |
4814 |
> |
else |
4815 |
> |
rm -rf conftest.one conftest.two conftest.dir |
4816 |
> |
echo one > conftest.one |
4817 |
> |
echo two > conftest.two |
4818 |
> |
mkdir conftest.dir |
4819 |
> |
if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && |
4820 |
> |
test -s conftest.one && test -s conftest.two && |
4821 |
> |
test -s conftest.dir/conftest.one && |
4822 |
> |
test -s conftest.dir/conftest.two |
4823 |
> |
then |
4824 |
> |
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
4825 |
> |
break 3 |
4826 |
> |
fi |
4827 |
> |
fi |
4828 |
> |
fi |
4829 |
> |
done |
4830 |
> |
done |
4831 |
> |
;; |
4832 |
> |
esac |
4833 |
> |
|
4834 |
> |
done |
4835 |
> |
IFS=$as_save_IFS |
4836 |
> |
|
4837 |
> |
rm -rf conftest.one conftest.two conftest.dir |
4838 |
> |
|
4839 |
> |
fi |
4840 |
> |
if test "${ac_cv_path_install+set}" = set; then |
4841 |
> |
INSTALL=$ac_cv_path_install |
4842 |
> |
else |
4843 |
> |
# As a last resort, use the slow shell script. Don't cache a |
4844 |
> |
# value for INSTALL within a source directory, because that will |
4845 |
> |
# break other packages using the cache if that directory is |
4846 |
> |
# removed, or if the value is a relative name. |
4847 |
> |
INSTALL=$ac_install_sh |
4848 |
> |
fi |
4849 |
> |
fi |
4850 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 |
4851 |
> |
$as_echo "$INSTALL" >&6; } |
4852 |
> |
|
4853 |
> |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
4854 |
> |
# It thinks the first close brace ends the variable substitution. |
4855 |
> |
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
4856 |
> |
|
4857 |
> |
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
4858 |
> |
|
4859 |
> |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
4860 |
> |
|
4861 |
> |
case "x$INSTALL" in |
4862 |
> |
x/*) ;; |
4863 |
> |
*) INSTALL=`pwd`/ac-tools/"shtool install -c" ; |
4864 |
> |
esac |
4865 |
> |
MKINSTALLDIRS=`pwd`/ac-tools/"shtool mkdir -p -f -m 755" |
4866 |
> |
# Extract the first word of "ar", so it can be a program name with args. |
4867 |
> |
set dummy ar; ac_word=$2 |
4868 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4869 |
> |
$as_echo_n "checking for $ac_word... " >&6; } |
4870 |
> |
if ${ac_cv_prog_AR+:} false; then : |
4871 |
> |
$as_echo_n "(cached) " >&6 |
4872 |
> |
else |
4873 |
> |
if test -n "$AR"; then |
4874 |
> |
ac_cv_prog_AR="$AR" # Let the user override the test. |
4875 |
> |
else |
4876 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
4877 |
> |
for as_dir in $PATH |
4878 |
> |
do |
4879 |
> |
IFS=$as_save_IFS |
4880 |
> |
test -z "$as_dir" && as_dir=. |
4881 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
4882 |
> |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
4883 |
> |
ac_cv_prog_AR="ar" |
4884 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
4885 |
> |
break 2 |
4886 |
> |
fi |
4887 |
> |
done |
4888 |
> |
done |
4889 |
> |
IFS=$as_save_IFS |
4890 |
> |
|
4891 |
> |
test -z "$ac_cv_prog_AR" && ac_cv_prog_AR="NONE" |
4892 |
> |
fi |
4893 |
> |
fi |
4894 |
> |
AR=$ac_cv_prog_AR |
4895 |
> |
if test -n "$AR"; then |
4896 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 |
4897 |
> |
$as_echo "$AR" >&6; } |
4898 |
> |
else |
4899 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
4900 |
> |
$as_echo "no" >&6; } |
4901 |
> |
fi |
4902 |
> |
|
4903 |
> |
|
4904 |
> |
if test "$AR" = "NONE"; then |
4905 |
> |
cat >confcache <<\_ACEOF |
4906 |
> |
# This file is a shell script that caches the results of configure |
4907 |
> |
# tests run on this system so they can be shared between configure |
4908 |
> |
# scripts and configure runs, see configure's option --config-cache. |
4909 |
> |
# It is not useful on other systems. If it contains results you don't |
4910 |
> |
# want to keep, you may remove or edit it. |
4911 |
> |
# |
4912 |
> |
# config.status only pays attention to the cache file if you give it |
4913 |
> |
# the --recheck option to rerun configure. |
4914 |
> |
# |
4915 |
> |
# `ac_cv_env_foo' variables (set or unset) will be overridden when |
4916 |
> |
# loading this file, other *unset* `ac_cv_foo' will be assigned the |
4917 |
> |
# following values. |
4918 |
> |
|
4919 |
> |
_ACEOF |
4920 |
> |
|
4921 |
> |
# The following way of writing the cache mishandles newlines in values, |
4922 |
> |
# but we know of no workaround that is simple, portable, and efficient. |
4923 |
> |
# So, we kill variables containing newlines. |
4924 |
> |
# Ultrix sh set writes to stderr and can't be redirected directly, |
4925 |
> |
# and sets the high bit in the cache file unless we assign to the vars. |
4926 |
> |
( |
4927 |
> |
for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
4928 |
> |
eval ac_val=\$$ac_var |
4929 |
> |
case $ac_val in #( |
4930 |
> |
*${as_nl}*) |
4931 |
> |
case $ac_var in #( |
4932 |
> |
*_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 |
4933 |
> |
$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; |
4934 |
> |
esac |
4935 |
> |
case $ac_var in #( |
4936 |
> |
_ | IFS | as_nl) ;; #( |
4937 |
> |
BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( |
4938 |
> |
*) { eval $ac_var=; unset $ac_var;} ;; |
4939 |
> |
esac ;; |
4940 |
> |
esac |
4941 |
> |
done |
4942 |
|
|
4943 |
< |
|
4944 |
< |
rm -f conftest* conf/conftest* conf/CONFTEST* CONFTEST* conf/mpimod* |
4945 |
< |
if test $madedir = 1 ; then rmdir conf ; fi |
4943 |
> |
(set) 2>&1 | |
4944 |
> |
case $as_nl`(ac_space=' '; set) 2>&1` in #( |
4945 |
> |
*${as_nl}ac_space=\ *) |
4946 |
> |
# `set' does not quote correctly, so add quotes: double-quote |
4947 |
> |
# substitution turns \\\\ into \\, and sed turns \\ into \. |
4948 |
> |
sed -n \ |
4949 |
> |
"s/'/'\\\\''/g; |
4950 |
> |
s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
4951 |
> |
;; #( |
4952 |
> |
*) |
4953 |
> |
# `set' quotes correctly as required by POSIX, so do not add quotes. |
4954 |
> |
sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" |
4955 |
> |
;; |
4956 |
> |
esac | |
4957 |
> |
sort |
4958 |
> |
) | |
4959 |
> |
sed ' |
4960 |
> |
/^ac_cv_env_/b end |
4961 |
> |
t clear |
4962 |
> |
:clear |
4963 |
> |
s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ |
4964 |
> |
t end |
4965 |
> |
s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
4966 |
> |
:end' >>confcache |
4967 |
> |
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
4968 |
> |
if test -w "$cache_file"; then |
4969 |
> |
if test "x$cache_file" != "x/dev/null"; then |
4970 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
4971 |
> |
$as_echo "$as_me: updating cache $cache_file" >&6;} |
4972 |
> |
if test ! -f "$cache_file" || test -h "$cache_file"; then |
4973 |
> |
cat confcache >"$cache_file" |
4974 |
> |
else |
4975 |
> |
case $cache_file in #( |
4976 |
> |
*/* | ?:*) |
4977 |
> |
mv -f confcache "$cache_file"$$ && |
4978 |
> |
mv -f "$cache_file"$$ "$cache_file" ;; #( |
4979 |
> |
*) |
4980 |
> |
mv -f confcache "$cache_file" ;; |
4981 |
> |
esac |
4982 |
> |
fi |
4983 |
> |
fi |
4984 |
> |
else |
4985 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
4986 |
> |
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
4987 |
> |
fi |
4988 |
|
fi |
4989 |
< |
|
4990 |
< |
|
4991 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran 90 module file names" >&5 |
4992 |
< |
$as_echo_n "checking for Fortran 90 module file names... " >&6; } |
4993 |
< |
if test "${ac_cv_f90_module_names+set}" = set; then : |
4989 |
> |
rm -f confcache |
4990 |
> |
exit 1 |
4991 |
> |
fi |
4992 |
> |
# Extract the first word of "ps", so it can be a program name with args. |
4993 |
> |
set dummy ps; ac_word=$2 |
4994 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
4995 |
> |
$as_echo_n "checking for $ac_word... " >&6; } |
4996 |
> |
if ${ac_cv_path_PS+:} false; then : |
4997 |
|
$as_echo_n "(cached) " >&6 |
4998 |
|
else |
4999 |
< |
ac_ext=${ac_fc_srcext-f} |
5000 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
5001 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
5002 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
5003 |
< |
|
5004 |
< |
# carry out the test in a new directory, so that we don't miss anything |
5005 |
< |
mkdir conftest |
5006 |
< |
cd conftest |
5007 |
< |
cat > conftest.$ac_ext <<_ACEOF |
5008 |
< |
MODULE Bar |
5009 |
< |
END MODULE Bar |
5010 |
< |
_ACEOF |
5011 |
< |
if ac_fn_fc_try_compile "$LINENO"; then : |
5012 |
< |
ac_cv_f90_module_names= |
5013 |
< |
ac_file_list=* |
5014 |
< |
for ac_file in $ac_file_list; do |
5015 |
< |
case $ac_file in |
8155 |
< |
# don't care for original source and object files |
8156 |
< |
conftest.$ac_ext | conftest.$ac_objext | conftest.err ) |
8157 |
< |
: |
8158 |
< |
;; |
8159 |
< |
# look for new files derived from the file name |
8160 |
< |
*conftest*) |
8161 |
< |
ac_pat=`echo $ac_file | sed s/conftest/%FILE%/` |
8162 |
< |
ac_exists=false |
8163 |
< |
for ac_i in $ac_cv_f90_module_names; do |
8164 |
< |
if test x"$ac_pat" = x"$ac_i"; then |
8165 |
< |
ac_exists=true |
8166 |
< |
break |
8167 |
< |
fi |
4999 |
> |
case $PS in |
5000 |
> |
[\\/]* | ?:[\\/]*) |
5001 |
> |
ac_cv_path_PS="$PS" # Let the user override the test with a path. |
5002 |
> |
;; |
5003 |
> |
*) |
5004 |
> |
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
5005 |
> |
for as_dir in $PATH |
5006 |
> |
do |
5007 |
> |
IFS=$as_save_IFS |
5008 |
> |
test -z "$as_dir" && as_dir=. |
5009 |
> |
for ac_exec_ext in '' $ac_executable_extensions; do |
5010 |
> |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
5011 |
> |
ac_cv_path_PS="$as_dir/$ac_word$ac_exec_ext" |
5012 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
5013 |
> |
break 2 |
5014 |
> |
fi |
5015 |
> |
done |
5016 |
|
done |
5017 |
+ |
IFS=$as_save_IFS |
5018 |
|
|
5019 |
< |
if test x"$ac_exists" = xtrue; then : |
5020 |
< |
|
8172 |
< |
else |
8173 |
< |
ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat" |
5019 |
> |
;; |
5020 |
> |
esac |
5021 |
|
fi |
5022 |
< |
;; |
5023 |
< |
# look for new files derived from the module name, |
5024 |
< |
# with different case translation schemes |
5025 |
< |
*Bar*) |
8179 |
< |
ac_pat=`echo $ac_file | sed s/Bar/%Module%/` |
8180 |
< |
ac_exists=false |
8181 |
< |
for ac_i in $ac_cv_f90_module_names; do |
8182 |
< |
if test x"$ac_pat" = x"$ac_i"; then |
8183 |
< |
ac_exists=true |
8184 |
< |
break |
8185 |
< |
fi |
8186 |
< |
done |
8187 |
< |
|
8188 |
< |
if test x"$ac_exists" = xtrue; then : |
8189 |
< |
|
5022 |
> |
PS=$ac_cv_path_PS |
5023 |
> |
if test -n "$PS"; then |
5024 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PS" >&5 |
5025 |
> |
$as_echo "$PS" >&6; } |
5026 |
|
else |
5027 |
< |
ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat" |
5027 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
5028 |
> |
$as_echo "no" >&6; } |
5029 |
|
fi |
8193 |
– |
;; |
8194 |
– |
*bar*) |
8195 |
– |
ac_pat=`echo $ac_file | sed s/bar/%module%/` |
8196 |
– |
ac_exists=false |
8197 |
– |
for ac_i in $ac_cv_f90_module_names; do |
8198 |
– |
if test x"$ac_pat" = x"$ac_i"; then |
8199 |
– |
ac_exists=true |
8200 |
– |
break |
8201 |
– |
fi |
8202 |
– |
done |
5030 |
|
|
8204 |
– |
if test x"$ac_exists" = xtrue; then : |
5031 |
|
|
5032 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for POSIX or BSD ps syntax" >&5 |
5033 |
+ |
$as_echo_n "checking for POSIX or BSD ps syntax... " >&6; } |
5034 |
+ |
if ${ac_cv_prog_ps_syntax+:} false; then : |
5035 |
+ |
$as_echo_n "(cached) " >&6 |
5036 |
|
else |
8207 |
– |
ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat" |
8208 |
– |
fi |
8209 |
– |
;; |
8210 |
– |
*BAR*) |
8211 |
– |
ac_pat=`echo $ac_file | sed s/BAR/%MODULE%/` |
8212 |
– |
ac_exists=false |
8213 |
– |
for ac_i in $ac_cv_f90_module_names; do |
8214 |
– |
if test x"$ac_pat" = x"$ac_i"; then |
8215 |
– |
ac_exists=true |
8216 |
– |
break |
8217 |
– |
fi |
8218 |
– |
done |
5037 |
|
|
5038 |
< |
if test x"$ac_exists" = xtrue; then : |
5038 |
> |
if $PS ax -o rss > /dev/null 2>&1; then |
5039 |
> |
ac_cv_prog_ps_ax=yes |
5040 |
> |
else |
5041 |
> |
ac_cv_prog_ps_ax=no |
5042 |
> |
fi |
5043 |
> |
if $PS -ef -o rss > /dev/null 2>&1; then |
5044 |
> |
ac_cv_prog_ps_ef=yes |
5045 |
> |
else |
5046 |
> |
ac_cv_prog_ps_ef=no |
5047 |
> |
fi |
5048 |
> |
if test "$ac_cv_prog_ps_ax" = yes; then |
5049 |
> |
ac_cv_prog_ps_syntax=BSD |
5050 |
> |
else |
5051 |
> |
if test "$ac_cv_prog_ps_ef" = yes; then |
5052 |
> |
ac_cv_prog_ps_syntax=POSIX |
5053 |
> |
else |
5054 |
> |
as_fn_error $? "Could not determine ps syntax" "$LINENO" 5 |
5055 |
> |
fi |
5056 |
> |
fi |
5057 |
|
|
8222 |
– |
else |
8223 |
– |
ac_cv_f90_module_names="$ac_cv_f90_module_names $ac_pat" |
5058 |
|
fi |
5059 |
< |
;; |
5060 |
< |
# Other files - we have no idea how they are generated |
8227 |
< |
*) |
8228 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Bogus file found: $ac_file" >&5 |
8229 |
< |
$as_echo "$as_me: WARNING: Bogus file found: $ac_file" >&2;} |
8230 |
< |
;; |
8231 |
< |
esac |
8232 |
< |
done |
8233 |
< |
if test "x$ac_cv_f90_module_names" = "x"; then |
8234 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't determine module file names" >&5 |
8235 |
< |
$as_echo "$as_me: WARNING: Couldn't determine module file names" >&2;} |
8236 |
< |
fi |
5059 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_ps_syntax" >&5 |
5060 |
> |
$as_echo "$ac_cv_prog_ps_syntax" >&6; } |
5061 |
|
|
5062 |
< |
else |
5063 |
< |
ac_cv_f90_module_names= |
5064 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Couldn't determine module file names" >&5 |
8241 |
< |
$as_echo "$as_me: WARNING: Couldn't determine module file names" >&2;} |
8242 |
< |
fi |
8243 |
< |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
8244 |
< |
cd .. |
8245 |
< |
# cleanup |
8246 |
< |
rm -rf conftest |
8247 |
< |
ac_ext=${ac_fc_srcext-f} |
8248 |
< |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
8249 |
< |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
8250 |
< |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
5062 |
> |
cat >>confdefs.h <<_ACEOF |
5063 |
> |
#define PSCOMMAND $PS |
5064 |
> |
_ACEOF |
5065 |
|
|
5066 |
< |
fi |
8253 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_f90_module_names" >&5 |
8254 |
< |
$as_echo "$ac_cv_f90_module_names" >&6; } # AC_CACHE_CHECK |
5066 |
> |
if test "$ac_cv_prog_ps_syntax" = BSD; then |
5067 |
|
|
5068 |
< |
# We now generate a shell script that will help us to figure out the correct |
8257 |
< |
# module file names, using the value of ac_cv_f90_module_names |
5068 |
> |
$as_echo "#define PSTYPE_IS_BSD 1" >>confdefs.h |
5069 |
|
|
5070 |
< |
echo "Generating shell script modnam" |
5070 |
> |
else |
5071 |
> |
if test "$ac_cv_prog_ps_syntax" = POSIX; then |
5072 |
|
|
5073 |
< |
cat > scripts/modnam << EOF |
8262 |
< |
#! /bin/sh |
8263 |
< |
# This script is auto-generated by configure |
8264 |
< |
# |
8265 |
< |
usage="\\ |
8266 |
< |
Usage: \$0 [FILES] |
5073 |
> |
$as_echo "#define PSTYPE_IS_POSIX 1" >>confdefs.h |
5074 |
|
|
5075 |
< |
[FILES] are Fortran 90 source files. |
5076 |
< |
The output is a list of module file names that the Fortran 90 compiler |
5077 |
< |
generates when compiling [FILES]." |
8271 |
< |
|
8272 |
< |
list= |
8273 |
< |
empty= |
8274 |
< |
|
8275 |
< |
if test \$# -eq 0; then |
8276 |
< |
echo "\$usage"; exit 0 |
5075 |
> |
else |
5076 |
> |
as_fn_error $? "Unknown ps syntax type!" "$LINENO" 5 |
5077 |
> |
fi |
5078 |
|
fi |
8278 |
– |
|
8279 |
– |
while test \$# != 0; do |
8280 |
– |
|
8281 |
– |
file=\$1 |
8282 |
– |
shift |
8283 |
– |
|
8284 |
– |
# strip suffix |
8285 |
– |
base=\`echo \$file | sed 's/[.][^.]*$//'\` |
8286 |
– |
|
8287 |
– |
test ! -f \$file && continue |
8288 |
– |
|
8289 |
– |
# Look for module definitions and transform them to upper / lower case |
8290 |
– |
mods=\`cat \$file | sed '/^ *[mM][oO][dD][uU][lL][eE]/!d;s/^ *[mM][oO][dD][uU][lL][eE] *\([A-Za-z_][A-Za-z0-9_]*\).*\$/\1/'\` |
8291 |
– |
upper=\`echo \$mods | tr a-z A-Z\` |
8292 |
– |
lower=\`echo \$mods | tr A-Z a-z\` |
8293 |
– |
|
8294 |
– |
# Here, the patterns for generating module file names were inserted by configure |
8295 |
– |
for trans in $ac_cv_f90_module_names; do |
8296 |
– |
|
8297 |
– |
pat=\`echo \$trans | sed 's/.*\(%.*%\).*/\1/'\` |
8298 |
– |
var=empty |
8299 |
– |
case \$pat in |
8300 |
– |
%MODULE%) |
8301 |
– |
var=upper ;; |
8302 |
– |
%Module%) |
8303 |
– |
var=mods ;; |
8304 |
– |
%module%) |
8305 |
– |
var=lower ;; |
8306 |
– |
%FILE%) |
8307 |
– |
test -n "\$mods" && var=base ;; |
8308 |
– |
esac |
8309 |
– |
new=\`eval '(for i in \$'\$var '; do echo \$trans | sed s/\$pat/\$i/; done)'\` |
8310 |
– |
list="\$list \$new" |
8311 |
– |
done |
8312 |
– |
done |
8313 |
– |
|
8314 |
– |
echo \$list |
8315 |
– |
# end of configure-generated script |
8316 |
– |
EOF |
8317 |
– |
chmod 755 scripts/modnam |
8318 |
– |
|
8319 |
– |
pat=`echo $ac_cv_f90_module_names | sed 's/.*\(%.*%\).*/\1/'` |
8320 |
– |
F90_MODULE_NAMES=empty |
8321 |
– |
case $pat in |
8322 |
– |
%MODULE%) |
8323 |
– |
F90_MODULE_NAMES=UPPER ;; |
8324 |
– |
%Module%) |
8325 |
– |
F90_MODULE_NAMES=Mixed ;; |
8326 |
– |
%module%) |
8327 |
– |
F90_MODULE_NAMES=lower ;; |
8328 |
– |
*) |
8329 |
– |
F90_MODULE_NAMES=unknown ;; |
8330 |
– |
esac |
8331 |
– |
|
8332 |
– |
ac_ext=${ac_fc_srcext-f} |
8333 |
– |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
8334 |
– |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
8335 |
– |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
8336 |
– |
|
5079 |
|
|
5080 |
|
ac_ext=c |
5081 |
|
ac_cpp='$CPP $CPPFLAGS' |
5086 |
|
|
5087 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for asin in -lm" >&5 |
5088 |
|
$as_echo_n "checking for asin in -lm... " >&6; } |
5089 |
< |
if test "${ac_cv_lib_m_asin+set}" = set; then : |
5089 |
> |
if ${ac_cv_lib_m_asin+:} false; then : |
5090 |
|
$as_echo_n "(cached) " >&6 |
5091 |
|
else |
5092 |
|
ac_check_lib_save_LIBS=$LIBS |
5101 |
|
extern "C" |
5102 |
|
#endif |
5103 |
|
char asin (); |
8362 |
– |
#ifdef FC_DUMMY_MAIN |
8363 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8364 |
– |
# ifdef __cplusplus |
8365 |
– |
extern "C" |
8366 |
– |
# endif |
8367 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8368 |
– |
#endif |
8369 |
– |
#endif |
5104 |
|
int |
5105 |
|
main () |
5106 |
|
{ |
5120 |
|
fi |
5121 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asin" >&5 |
5122 |
|
$as_echo "$ac_cv_lib_m_asin" >&6; } |
5123 |
< |
if test "x$ac_cv_lib_m_asin" = x""yes; then : |
5123 |
> |
if test "x$ac_cv_lib_m_asin" = xyes; then : |
5124 |
|
cat >>confdefs.h <<_ACEOF |
5125 |
|
#define HAVE_LIBM 1 |
5126 |
|
_ACEOF |
5134 |
|
|
5135 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
5136 |
|
$as_echo_n "checking for ANSI C header files... " >&6; } |
5137 |
< |
if test "${ac_cv_header_stdc+set}" = set; then : |
5137 |
> |
if ${ac_cv_header_stdc+:} false; then : |
5138 |
|
$as_echo_n "(cached) " >&6 |
5139 |
|
else |
5140 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5144 |
|
#include <string.h> |
5145 |
|
#include <float.h> |
5146 |
|
|
8413 |
– |
#ifdef FC_DUMMY_MAIN |
8414 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8415 |
– |
# ifdef __cplusplus |
8416 |
– |
extern "C" |
8417 |
– |
# endif |
8418 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8419 |
– |
#endif |
8420 |
– |
#endif |
5147 |
|
int |
5148 |
|
main () |
5149 |
|
{ |
5251 |
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
5252 |
|
ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default |
5253 |
|
" |
5254 |
< |
eval as_val=\$$as_ac_Header |
8529 |
< |
if test "x$as_val" = x""yes; then : |
5254 |
> |
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
5255 |
|
cat >>confdefs.h <<_ACEOF |
5256 |
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
5257 |
|
_ACEOF |
5306 |
|
|
5307 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflateEnd in -lz" >&5 |
5308 |
|
$as_echo_n "checking for inflateEnd in -lz... " >&6; } |
5309 |
< |
if test "${ac_cv_lib_z_inflateEnd+set}" = set; then : |
5309 |
> |
if ${ac_cv_lib_z_inflateEnd+:} false; then : |
5310 |
|
$as_echo_n "(cached) " >&6 |
5311 |
|
else |
5312 |
|
ac_check_lib_save_LIBS=$LIBS |
5321 |
|
extern "C" |
5322 |
|
#endif |
5323 |
|
char inflateEnd (); |
8599 |
– |
#ifdef FC_DUMMY_MAIN |
8600 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8601 |
– |
# ifdef __cplusplus |
8602 |
– |
extern "C" |
8603 |
– |
# endif |
8604 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8605 |
– |
#endif |
8606 |
– |
#endif |
5324 |
|
int |
5325 |
|
main () |
5326 |
|
{ |
5340 |
|
fi |
5341 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflateEnd" >&5 |
5342 |
|
$as_echo "$ac_cv_lib_z_inflateEnd" >&6; } |
5343 |
< |
if test "x$ac_cv_lib_z_inflateEnd" = x""yes; then : |
5343 |
> |
if test "x$ac_cv_lib_z_inflateEnd" = xyes; then : |
5344 |
|
zlib_cv_libz=yes |
5345 |
|
else |
5346 |
|
zlib_cv_libz=no |
5347 |
|
fi |
5348 |
|
|
5349 |
|
ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" |
5350 |
< |
if test "x$ac_cv_header_zlib_h" = x""yes; then : |
5350 |
> |
if test "x$ac_cv_header_zlib_h" = xyes; then : |
5351 |
|
zlib_cv_zlib_h=yes |
5352 |
|
else |
5353 |
|
zlib_cv_zlib_h=no |
5384 |
|
echo "" |
5385 |
|
echo "*********************************************************" |
5386 |
|
echo "* WARNING: Could not find a working zlib installation *" |
5387 |
< |
echo "* If you need OOPSE to be able to deal with compressed *" |
5387 |
> |
echo "* If you need OpenMD to be able to deal with compressed *" |
5388 |
|
echo "* trajectory dump files be sure to specify a valid zlib *" |
5389 |
|
echo "* installation with --with-zlib=DIR *" |
5390 |
|
echo "* *" |
5391 |
< |
echo "* OOPSE will still work without zlib installed. *" |
5391 |
> |
echo "* OpenMD will still work without zlib installed. *" |
5392 |
|
echo "*********************************************************" |
5393 |
|
echo "" |
5394 |
|
fi |
5438 |
|
|
5439 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw_execute in -lfftw3" >&5 |
5440 |
|
$as_echo_n "checking for fftw_execute in -lfftw3... " >&6; } |
5441 |
< |
if test "${ac_cv_lib_fftw3_fftw_execute+set}" = set; then : |
5441 |
> |
if ${ac_cv_lib_fftw3_fftw_execute+:} false; then : |
5442 |
|
$as_echo_n "(cached) " >&6 |
5443 |
|
else |
5444 |
|
ac_check_lib_save_LIBS=$LIBS |
5453 |
|
extern "C" |
5454 |
|
#endif |
5455 |
|
char fftw_execute (); |
8739 |
– |
#ifdef FC_DUMMY_MAIN |
8740 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8741 |
– |
# ifdef __cplusplus |
8742 |
– |
extern "C" |
8743 |
– |
# endif |
8744 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8745 |
– |
#endif |
8746 |
– |
#endif |
5456 |
|
int |
5457 |
|
main () |
5458 |
|
{ |
5472 |
|
fi |
5473 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fftw3_fftw_execute" >&5 |
5474 |
|
$as_echo "$ac_cv_lib_fftw3_fftw_execute" >&6; } |
5475 |
< |
if test "x$ac_cv_lib_fftw3_fftw_execute" = x""yes; then : |
5475 |
> |
if test "x$ac_cv_lib_fftw3_fftw_execute" = xyes; then : |
5476 |
|
fftw_cv_libfftw3=yes |
5477 |
|
else |
5478 |
|
fftw_cv_libfftw3=no |
5479 |
|
fi |
5480 |
|
|
5481 |
|
ac_fn_c_check_header_mongrel "$LINENO" "fftw3.h" "ac_cv_header_fftw3_h" "$ac_includes_default" |
5482 |
< |
if test "x$ac_cv_header_fftw3_h" = x""yes; then : |
5482 |
> |
if test "x$ac_cv_header_fftw3_h" = xyes; then : |
5483 |
|
fftw_cv_fftw3_h=yes |
5484 |
|
else |
5485 |
|
fftw_cv_fftw3_h=no |
5489 |
|
if test "$fftw_cv_libfftw3" = "no" -o "$fftw_cv_fftw3_h" = "no"; then |
5490 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -lfftw" >&5 |
5491 |
|
$as_echo_n "checking for fftwnd_one in -lfftw... " >&6; } |
5492 |
< |
if test "${ac_cv_lib_fftw_fftwnd_one+set}" = set; then : |
5492 |
> |
if ${ac_cv_lib_fftw_fftwnd_one+:} false; then : |
5493 |
|
$as_echo_n "(cached) " >&6 |
5494 |
|
else |
5495 |
|
ac_check_lib_save_LIBS=$LIBS |
5504 |
|
extern "C" |
5505 |
|
#endif |
5506 |
|
char fftwnd_one (); |
8798 |
– |
#ifdef FC_DUMMY_MAIN |
8799 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8800 |
– |
# ifdef __cplusplus |
8801 |
– |
extern "C" |
8802 |
– |
# endif |
8803 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8804 |
– |
#endif |
8805 |
– |
#endif |
5507 |
|
int |
5508 |
|
main () |
5509 |
|
{ |
5523 |
|
fi |
5524 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fftw_fftwnd_one" >&5 |
5525 |
|
$as_echo "$ac_cv_lib_fftw_fftwnd_one" >&6; } |
5526 |
< |
if test "x$ac_cv_lib_fftw_fftwnd_one" = x""yes; then : |
5526 |
> |
if test "x$ac_cv_lib_fftw_fftwnd_one" = xyes; then : |
5527 |
|
fftw_cv_libfftw=yes |
5528 |
|
else |
5529 |
|
fftw_cv_libfftw=no |
5530 |
|
fi |
5531 |
|
|
5532 |
|
ac_fn_c_check_header_mongrel "$LINENO" "fftw.h" "ac_cv_header_fftw_h" "$ac_includes_default" |
5533 |
< |
if test "x$ac_cv_header_fftw_h" = x""yes; then : |
5533 |
> |
if test "x$ac_cv_header_fftw_h" = xyes; then : |
5534 |
|
fftw_cv_fftw_h=yes |
5535 |
|
else |
5536 |
|
fftw_cv_fftw_h=no |
5540 |
|
if test "$fftw_cv_libfftw" = "no" -o "$fftw_cv_fftw_h" = "no"; then |
5541 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -ldfftw" >&5 |
5542 |
|
$as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; } |
5543 |
< |
if test "${ac_cv_lib_dfftw_fftwnd_one+set}" = set; then : |
5543 |
> |
if ${ac_cv_lib_dfftw_fftwnd_one+:} false; then : |
5544 |
|
$as_echo_n "(cached) " >&6 |
5545 |
|
else |
5546 |
|
ac_check_lib_save_LIBS=$LIBS |
5555 |
|
extern "C" |
5556 |
|
#endif |
5557 |
|
char fftwnd_one (); |
8857 |
– |
#ifdef FC_DUMMY_MAIN |
8858 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
8859 |
– |
# ifdef __cplusplus |
8860 |
– |
extern "C" |
8861 |
– |
# endif |
8862 |
– |
int FC_DUMMY_MAIN() { return 1; } |
8863 |
– |
#endif |
8864 |
– |
#endif |
5558 |
|
int |
5559 |
|
main () |
5560 |
|
{ |
5574 |
|
fi |
5575 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dfftw_fftwnd_one" >&5 |
5576 |
|
$as_echo "$ac_cv_lib_dfftw_fftwnd_one" >&6; } |
5577 |
< |
if test "x$ac_cv_lib_dfftw_fftwnd_one" = x""yes; then : |
5577 |
> |
if test "x$ac_cv_lib_dfftw_fftwnd_one" = xyes; then : |
5578 |
|
fftw_cv_libdfftw=yes |
5579 |
|
else |
5580 |
|
fftw_cv_libdfftw=no |
5581 |
|
fi |
5582 |
|
|
5583 |
|
ac_fn_c_check_header_mongrel "$LINENO" "dfftw.h" "ac_cv_header_dfftw_h" "$ac_includes_default" |
5584 |
< |
if test "x$ac_cv_header_dfftw_h" = x""yes; then : |
5584 |
> |
if test "x$ac_cv_header_dfftw_h" = xyes; then : |
5585 |
|
fftw_cv_dfftw_h=yes |
5586 |
|
else |
5587 |
|
fftw_cv_dfftw_h=no |
5636 |
|
echo "* compute undulation spectra, be sure to specify a *" |
5637 |
|
echo "* valid fftw installation with --with-fftw=DIR *" |
5638 |
|
echo "* *" |
5639 |
< |
echo "* OOPSE will still work without fftw installed. *" |
5639 |
> |
echo "* OpenMD will still work without fftw installed. *" |
5640 |
|
echo "*********************************************************" |
5641 |
|
echo "" |
5642 |
|
fi |
5673 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&5 |
5674 |
|
$as_echo "$as_me: WARNING: Sorry, $qhull_dir does not exist, checking usual places" >&2;} |
5675 |
|
QHULL_HOME=/usr/local |
5676 |
< |
if test ! -f "${QHULL_HOME}/include/qhull/qhull.h"; then |
5676 |
> |
if test ! -f "${QHULL_HOME}/include/qhull/libqhull.h"; then |
5677 |
|
QHULL_HOME=/usr |
5678 |
|
fi |
5679 |
|
fi |
5697 |
|
LDFLAGS="$LDFLAGS -L${QHULL_HOME}/lib" |
5698 |
|
CFLAGS="$CFLAGS -I${QHULL_HOME}/include" |
5699 |
|
CPPFLAGS="$CPPFLAGS -I${QHULL_HOME}/include" |
5700 |
< |
ac_fn_c_check_header_mongrel "$LINENO" "qhull/qhull.h" "ac_cv_header_qhull_qhull_h" "$ac_includes_default" |
5701 |
< |
if test "x$ac_cv_header_qhull_qhull_h" = x""yes; then : |
5702 |
< |
qhull_cv_qhull_h=yes |
5700 |
> |
ac_fn_c_check_header_mongrel "$LINENO" "qhull/libqhull.h" "ac_cv_header_qhull_libqhull_h" "$ac_includes_default" |
5701 |
> |
if test "x$ac_cv_header_qhull_libqhull_h" = xyes; then : |
5702 |
> |
qhull_cv_libqhull_h=yes |
5703 |
|
else |
5704 |
< |
qhull_cv_qhull_h=no |
5704 |
> |
qhull_cv_libqhull_h=no |
5705 |
|
fi |
5706 |
|
|
5707 |
|
|
5708 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for qh_qhull in -lqhull" >&5 |
5709 |
|
$as_echo_n "checking for qh_qhull in -lqhull... " >&6; } |
5710 |
< |
if test "${ac_cv_lib_qhull_qh_qhull+set}" = set; then : |
5710 |
> |
if ${ac_cv_lib_qhull_qh_qhull+:} false; then : |
5711 |
|
$as_echo_n "(cached) " >&6 |
5712 |
|
else |
5713 |
|
ac_check_lib_save_LIBS=$LIBS |
5722 |
|
extern "C" |
5723 |
|
#endif |
5724 |
|
char qh_qhull (); |
9032 |
– |
#ifdef FC_DUMMY_MAIN |
9033 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9034 |
– |
# ifdef __cplusplus |
9035 |
– |
extern "C" |
9036 |
– |
# endif |
9037 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9038 |
– |
#endif |
9039 |
– |
#endif |
5725 |
|
int |
5726 |
|
main () |
5727 |
|
{ |
5741 |
|
fi |
5742 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_qhull_qh_qhull" >&5 |
5743 |
|
$as_echo "$ac_cv_lib_qhull_qh_qhull" >&6; } |
5744 |
< |
if test "x$ac_cv_lib_qhull_qh_qhull" = x""yes; then : |
5744 |
> |
if test "x$ac_cv_lib_qhull_qh_qhull" = xyes; then : |
5745 |
|
qhull_cv_libqhull=yes |
5746 |
|
else |
5747 |
|
qhull_cv_libqhull=no |
5748 |
|
fi |
5749 |
|
|
5750 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for qh_qhull in -lqhull6" >&5 |
5751 |
+ |
$as_echo_n "checking for qh_qhull in -lqhull6... " >&6; } |
5752 |
+ |
if ${ac_cv_lib_qhull6_qh_qhull+:} false; then : |
5753 |
+ |
$as_echo_n "(cached) " >&6 |
5754 |
+ |
else |
5755 |
+ |
ac_check_lib_save_LIBS=$LIBS |
5756 |
+ |
LIBS="-lqhull6 $LIBS" |
5757 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
5758 |
+ |
/* end confdefs.h. */ |
5759 |
+ |
|
5760 |
+ |
/* Override any GCC internal prototype to avoid an error. |
5761 |
+ |
Use char because int might match the return type of a GCC |
5762 |
+ |
builtin and then its argument prototype would still apply. */ |
5763 |
+ |
#ifdef __cplusplus |
5764 |
+ |
extern "C" |
5765 |
+ |
#endif |
5766 |
+ |
char qh_qhull (); |
5767 |
+ |
int |
5768 |
+ |
main () |
5769 |
+ |
{ |
5770 |
+ |
return qh_qhull (); |
5771 |
+ |
; |
5772 |
+ |
return 0; |
5773 |
+ |
} |
5774 |
+ |
_ACEOF |
5775 |
+ |
if ac_fn_c_try_link "$LINENO"; then : |
5776 |
+ |
ac_cv_lib_qhull6_qh_qhull=yes |
5777 |
+ |
else |
5778 |
+ |
ac_cv_lib_qhull6_qh_qhull=no |
5779 |
+ |
fi |
5780 |
+ |
rm -f core conftest.err conftest.$ac_objext \ |
5781 |
+ |
conftest$ac_exeext conftest.$ac_ext |
5782 |
+ |
LIBS=$ac_check_lib_save_LIBS |
5783 |
+ |
fi |
5784 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_qhull6_qh_qhull" >&5 |
5785 |
+ |
$as_echo "$ac_cv_lib_qhull6_qh_qhull" >&6; } |
5786 |
+ |
if test "x$ac_cv_lib_qhull6_qh_qhull" = xyes; then : |
5787 |
+ |
qhull_cv_libqhull6=yes |
5788 |
+ |
else |
5789 |
+ |
qhull_cv_libqhull6=no |
5790 |
+ |
fi |
5791 |
+ |
|
5792 |
|
LDFLAGS="$QHULL_OLD_LDFLAGS" |
5793 |
|
CFLAGS="$QHULL_OLD_CFLAGS" |
5794 |
|
CPPFLAGS="$QHULL_OLD_CPPFLAGS" |
5799 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
5800 |
|
|
5801 |
|
|
5802 |
< |
if test "$qhull_cv_libqhull" = "yes" -a "$qhull_cv_qhull_h" = "yes"; then |
5802 |
> |
if test "$qhull_cv_libqhull_h" = "yes" -a "$qhull_cv_libqhull" = "yes" -o "$qhull_cv_libqhull6" = "yes"; then |
5803 |
|
|
5804 |
< |
$as_echo "#define HAVE_QHULL_H 1" >>confdefs.h |
5804 |
> |
$as_echo "#define HAVE_LIBQHULL_H 1" >>confdefs.h |
5805 |
|
|
5806 |
+ |
if test "$qhull_cv_libqhull" = "yes"; then |
5807 |
|
|
5808 |
|
$as_echo "#define HAVE_QHULL 1" >>confdefs.h |
5809 |
|
|
5810 |
+ |
QHULL="-lqhull" |
5811 |
+ |
fi |
5812 |
+ |
if test "$qhull_cv_libqhull6" = "yes"; then |
5813 |
+ |
|
5814 |
+ |
$as_echo "#define HAVE_QHULL 1" >>confdefs.h |
5815 |
+ |
|
5816 |
+ |
QHULL="-lqhull6" |
5817 |
+ |
fi |
5818 |
|
USE_QHULL=yes |
5819 |
|
QHULL_INC_DIR="${QHULL_HOME}/include" |
5820 |
|
QHULL_LIB_DIR="${QHULL_HOME}/lib" |
9085 |
– |
QHULL="-lqhull" |
5821 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Working qhull found, will proceed." >&5 |
5822 |
|
$as_echo "Working qhull found, will proceed." >&6; } |
5823 |
|
else |
5825 |
|
$as_echo "$as_me: WARNING: " >&2;} |
5826 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not find a working qhull installation" >&5 |
5827 |
|
$as_echo "$as_me: WARNING: Could not find a working qhull installation" >&2;} |
5828 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: If you need OOPSE to be able to deal with convex " >&5 |
5829 |
< |
$as_echo "$as_me: WARNING: If you need OOPSE to be able to deal with convex " >&2;} |
5828 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: If you need OpenMD to be able to deal with convex " >&5 |
5829 |
> |
$as_echo "$as_me: WARNING: If you need OpenMD to be able to deal with convex " >&2;} |
5830 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: hulls be sure to specify a valid qhull installation " >&5 |
5831 |
|
$as_echo "$as_me: WARNING: hulls be sure to specify a valid qhull installation " >&2;} |
5832 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: with --with-qhull=DIR " >&5 |
5833 |
|
$as_echo "$as_me: WARNING: with --with-qhull=DIR " >&2;} |
5834 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: " >&5 |
5835 |
|
$as_echo "$as_me: WARNING: " >&2;} |
5836 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OOPSE will still work without qhull installed. " >&5 |
5837 |
< |
$as_echo "$as_me: WARNING: OOPSE will still work without qhull installed. " >&2;} |
5836 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: OpenMD will still work without qhull installed. " >&5 |
5837 |
> |
$as_echo "$as_me: WARNING: OpenMD will still work without qhull installed. " >&2;} |
5838 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: " >&5 |
5839 |
|
$as_echo "$as_me: WARNING: " >&2;} |
5840 |
|
fi |
5853 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5 |
5854 |
|
$as_echo_n "checking how to run the C++ preprocessor... " >&6; } |
5855 |
|
if test -z "$CXXCPP"; then |
5856 |
< |
if test "${ac_cv_prog_CXXCPP+set}" = set; then : |
5856 |
> |
if ${ac_cv_prog_CXXCPP+:} false; then : |
5857 |
|
$as_echo_n "(cached) " >&6 |
5858 |
|
else |
5859 |
|
# Double quotes because CXXCPP needs to be expanded |
5883 |
|
# Broken: fails on valid input. |
5884 |
|
continue |
5885 |
|
fi |
5886 |
< |
rm -f conftest.err conftest.$ac_ext |
5886 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
5887 |
|
|
5888 |
|
# OK, works on sane cases. Now check whether nonexistent headers |
5889 |
|
# can be detected and how. |
5899 |
|
ac_preproc_ok=: |
5900 |
|
break |
5901 |
|
fi |
5902 |
< |
rm -f conftest.err conftest.$ac_ext |
5902 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
5903 |
|
|
5904 |
|
done |
5905 |
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5906 |
< |
rm -f conftest.err conftest.$ac_ext |
5906 |
> |
rm -f conftest.i conftest.err conftest.$ac_ext |
5907 |
|
if $ac_preproc_ok; then : |
5908 |
|
break |
5909 |
|
fi |
5942 |
|
# Broken: fails on valid input. |
5943 |
|
continue |
5944 |
|
fi |
5945 |
< |
rm -f conftest.err conftest.$ac_ext |
5945 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
5946 |
|
|
5947 |
|
# OK, works on sane cases. Now check whether nonexistent headers |
5948 |
|
# can be detected and how. |
5958 |
|
ac_preproc_ok=: |
5959 |
|
break |
5960 |
|
fi |
5961 |
< |
rm -f conftest.err conftest.$ac_ext |
5961 |
> |
rm -f conftest.err conftest.i conftest.$ac_ext |
5962 |
|
|
5963 |
|
done |
5964 |
|
# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. |
5965 |
< |
rm -f conftest.err conftest.$ac_ext |
5965 |
> |
rm -f conftest.i conftest.err conftest.$ac_ext |
5966 |
|
if $ac_preproc_ok; then : |
5967 |
|
|
5968 |
|
else |
5969 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
5970 |
|
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
5971 |
< |
as_fn_error "C++ preprocessor \"$CXXCPP\" fails sanity check |
5972 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
5971 |
> |
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check |
5972 |
> |
See \`config.log' for more details" "$LINENO" 5; } |
5973 |
|
fi |
5974 |
|
|
5975 |
|
ac_ext=cpp |
6023 |
|
LDFLAGS="$LDFLAGS -L${OPENBABEL_HOME}/lib -lopenbabel" |
6024 |
|
CPPFLAGS="$CPPFLAGS -I${OPENBABEL_HOME}/include/openbabel-2.0" |
6025 |
|
ac_fn_cxx_check_header_mongrel "$LINENO" "openbabel/babelconfig.h" "ac_cv_header_openbabel_babelconfig_h" "$ac_includes_default" |
6026 |
< |
if test "x$ac_cv_header_openbabel_babelconfig_h" = x""yes; then : |
6026 |
> |
if test "x$ac_cv_header_openbabel_babelconfig_h" = xyes; then : |
6027 |
|
openbabel_cv_openbabel_h=yes |
6028 |
|
else |
6029 |
|
openbabel_cv_openbabel_h=no |
6031 |
|
|
6032 |
|
|
6033 |
|
ac_fn_cxx_check_header_mongrel "$LINENO" "openbabel/obconversion.h" "ac_cv_header_openbabel_obconversion_h" "$ac_includes_default" |
6034 |
< |
if test "x$ac_cv_header_openbabel_obconversion_h" = x""yes; then : |
6034 |
> |
if test "x$ac_cv_header_openbabel_obconversion_h" = xyes; then : |
6035 |
|
openbabel_cv_obconversion_h=yes |
6036 |
|
else |
6037 |
|
openbabel_cv_obconversion_h=no |
6047 |
|
using namespace std; |
6048 |
|
using namespace OpenBabel; |
6049 |
|
|
9315 |
– |
#ifdef FC_DUMMY_MAIN |
9316 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9317 |
– |
# ifdef __cplusplus |
9318 |
– |
extern "C" |
9319 |
– |
# endif |
9320 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9321 |
– |
#endif |
9322 |
– |
#endif |
6050 |
|
int |
6051 |
|
main () |
6052 |
|
{ |
6100 |
|
echo "" |
6101 |
|
echo "*********************************************************" |
6102 |
|
echo "* WARNING: Could not find a working openbabel-2.x *" |
6103 |
< |
echo "* installation If you need OOPSE to be able to convert *" |
6103 |
> |
echo "* installation If you need OpenMD to be able to convert *" |
6104 |
|
echo "* xyz or pdb files you need to specify a valid *" |
6105 |
|
echo "* openbabel-2.x installation with --with-openbabel=DIR *" |
6106 |
|
echo "* *" |
6107 |
< |
echo "* OOPSE will still work without openbabel installed. *" |
6107 |
> |
echo "* OpenMD will still work without openbabel installed. *" |
6108 |
|
echo "*********************************************************" |
6109 |
|
echo "" |
6110 |
|
fi |
6119 |
|
# Checks for header files. |
6120 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 |
6121 |
|
$as_echo_n "checking for ANSI C header files... " >&6; } |
6122 |
< |
if test "${ac_cv_header_stdc+set}" = set; then : |
6122 |
> |
if ${ac_cv_header_stdc+:} false; then : |
6123 |
|
$as_echo_n "(cached) " >&6 |
6124 |
|
else |
6125 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6129 |
|
#include <string.h> |
6130 |
|
#include <float.h> |
6131 |
|
|
9405 |
– |
#ifdef FC_DUMMY_MAIN |
9406 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9407 |
– |
# ifdef __cplusplus |
9408 |
– |
extern "C" |
9409 |
– |
# endif |
9410 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9411 |
– |
#endif |
9412 |
– |
#endif |
6132 |
|
int |
6133 |
|
main () |
6134 |
|
{ |
6233 |
|
do : |
6234 |
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6235 |
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
6236 |
< |
eval as_val=\$$as_ac_Header |
9518 |
< |
if test "x$as_val" = x""yes; then : |
6236 |
> |
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
6237 |
|
cat >>confdefs.h <<_ACEOF |
6238 |
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6239 |
|
_ACEOF |
6246 |
|
# Checks for typedefs, structures, and compiler characteristics. |
6247 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for stdbool.h that conforms to C99" >&5 |
6248 |
|
$as_echo_n "checking for stdbool.h that conforms to C99... " >&6; } |
6249 |
< |
if test "${ac_cv_header_stdbool_h+set}" = set; then : |
6249 |
> |
if ${ac_cv_header_stdbool_h+:} false; then : |
6250 |
|
$as_echo_n "(cached) " >&6 |
6251 |
|
else |
6252 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6278 |
|
char b[false == 0 ? 1 : -1]; |
6279 |
|
char c[__bool_true_false_are_defined == 1 ? 1 : -1]; |
6280 |
|
char d[(bool) 0.5 == true ? 1 : -1]; |
6281 |
< |
bool e = &s; |
6281 |
> |
/* See body of main program for 'e'. */ |
6282 |
|
char f[(_Bool) 0.0 == false ? 1 : -1]; |
6283 |
|
char g[true]; |
6284 |
|
char h[sizeof (_Bool)]; |
6289 |
|
_Bool n[m]; |
6290 |
|
char o[sizeof n == m * sizeof n[0] ? 1 : -1]; |
6291 |
|
char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; |
9574 |
– |
# if defined __xlc__ || defined __GNUC__ |
9575 |
– |
/* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 |
9576 |
– |
reported by James Lemley on 2005-10-05; see |
9577 |
– |
http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html |
9578 |
– |
This test is not quite right, since xlc is allowed to |
9579 |
– |
reject this program, as the initializer for xlcbug is |
9580 |
– |
not one of the forms that C requires support for. |
9581 |
– |
However, doing the test right would require a runtime |
9582 |
– |
test, and that would make cross-compilation harder. |
9583 |
– |
Let us hope that IBM fixes the xlc bug, and also adds |
9584 |
– |
support for this kind of constant expression. In the |
9585 |
– |
meantime, this test will reject xlc, which is OK, since |
9586 |
– |
our stdbool.h substitute should suffice. We also test |
9587 |
– |
this with GCC, where it should work, to detect more |
9588 |
– |
quickly whether someone messes up the test in the |
9589 |
– |
future. */ |
9590 |
– |
char digs[] = "0123456789"; |
9591 |
– |
int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1); |
9592 |
– |
# endif |
6292 |
|
/* Catch a bug in an HP-UX C compiler. See |
6293 |
|
http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html |
6294 |
|
http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html |
6296 |
|
_Bool q = true; |
6297 |
|
_Bool *pq = &q; |
6298 |
|
|
9600 |
– |
#ifdef FC_DUMMY_MAIN |
9601 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9602 |
– |
# ifdef __cplusplus |
9603 |
– |
extern "C" |
9604 |
– |
# endif |
9605 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9606 |
– |
#endif |
9607 |
– |
#endif |
6299 |
|
int |
6300 |
|
main () |
6301 |
|
{ |
6302 |
|
|
6303 |
+ |
bool e = &s; |
6304 |
|
*pq |= q; |
6305 |
|
*pq |= ! q; |
6306 |
|
/* Refer to every declared value, to avoid compiler optimizations. */ |
6321 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5 |
6322 |
|
$as_echo "$ac_cv_header_stdbool_h" >&6; } |
6323 |
|
ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default" |
6324 |
< |
if test "x$ac_cv_type__Bool" = x""yes; then : |
6324 |
> |
if test "x$ac_cv_type__Bool" = xyes; then : |
6325 |
|
|
6326 |
|
cat >>confdefs.h <<_ACEOF |
6327 |
|
#define HAVE__BOOL 1 |
6338 |
|
|
6339 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 |
6340 |
|
$as_echo_n "checking for an ANSI C-conforming const... " >&6; } |
6341 |
< |
if test "${ac_cv_c_const+set}" = set; then : |
6341 |
> |
if ${ac_cv_c_const+:} false; then : |
6342 |
|
$as_echo_n "(cached) " >&6 |
6343 |
|
else |
6344 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6345 |
|
/* end confdefs.h. */ |
6346 |
|
|
9655 |
– |
#ifdef FC_DUMMY_MAIN |
9656 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9657 |
– |
# ifdef __cplusplus |
9658 |
– |
extern "C" |
9659 |
– |
# endif |
9660 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9661 |
– |
#endif |
9662 |
– |
#endif |
6347 |
|
int |
6348 |
|
main () |
6349 |
|
{ |
6418 |
|
|
6419 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 |
6420 |
|
$as_echo_n "checking for inline... " >&6; } |
6421 |
< |
if test "${ac_cv_c_inline+set}" = set; then : |
6421 |
> |
if ${ac_cv_c_inline+:} false; then : |
6422 |
|
$as_echo_n "(cached) " >&6 |
6423 |
|
else |
6424 |
|
ac_cv_c_inline=no |
6459 |
|
esac |
6460 |
|
|
6461 |
|
ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default" |
6462 |
< |
if test "x$ac_cv_type_size_t" = x""yes; then : |
6462 |
> |
if test "x$ac_cv_type_size_t" = xyes; then : |
6463 |
|
|
6464 |
|
else |
6465 |
|
|
6471 |
|
|
6472 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
6473 |
|
$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
6474 |
< |
if test "${ac_cv_header_time+set}" = set; then : |
6474 |
> |
if ${ac_cv_header_time+:} false; then : |
6475 |
|
$as_echo_n "(cached) " >&6 |
6476 |
|
else |
6477 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6480 |
|
#include <sys/time.h> |
6481 |
|
#include <time.h> |
6482 |
|
|
9799 |
– |
#ifdef FC_DUMMY_MAIN |
9800 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9801 |
– |
# ifdef __cplusplus |
9802 |
– |
extern "C" |
9803 |
– |
# endif |
9804 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9805 |
– |
#endif |
9806 |
– |
#endif |
6483 |
|
int |
6484 |
|
main () |
6485 |
|
{ |
6509 |
|
for ac_header in stdlib.h |
6510 |
|
do : |
6511 |
|
ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" |
6512 |
< |
if test "x$ac_cv_header_stdlib_h" = x""yes; then : |
6512 |
> |
if test "x$ac_cv_header_stdlib_h" = xyes; then : |
6513 |
|
cat >>confdefs.h <<_ACEOF |
6514 |
|
#define HAVE_STDLIB_H 1 |
6515 |
|
_ACEOF |
6520 |
|
|
6521 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5 |
6522 |
|
$as_echo_n "checking for GNU libc compatible malloc... " >&6; } |
6523 |
< |
if test "${ac_cv_func_malloc_0_nonnull+set}" = set; then : |
6523 |
> |
if ${ac_cv_func_malloc_0_nonnull+:} false; then : |
6524 |
|
$as_echo_n "(cached) " >&6 |
6525 |
|
else |
6526 |
|
if test "$cross_compiling" = yes; then : |
6534 |
|
char *malloc (); |
6535 |
|
#endif |
6536 |
|
|
9861 |
– |
#ifdef FC_DUMMY_MAIN |
9862 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9863 |
– |
# ifdef __cplusplus |
9864 |
– |
extern "C" |
9865 |
– |
# endif |
9866 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9867 |
– |
#endif |
9868 |
– |
#endif |
6537 |
|
int |
6538 |
|
main () |
6539 |
|
{ |
6576 |
|
for ac_header in stdlib.h |
6577 |
|
do : |
6578 |
|
ac_fn_c_check_header_mongrel "$LINENO" "stdlib.h" "ac_cv_header_stdlib_h" "$ac_includes_default" |
6579 |
< |
if test "x$ac_cv_header_stdlib_h" = x""yes; then : |
6579 |
> |
if test "x$ac_cv_header_stdlib_h" = xyes; then : |
6580 |
|
cat >>confdefs.h <<_ACEOF |
6581 |
|
#define HAVE_STDLIB_H 1 |
6582 |
|
_ACEOF |
6587 |
|
|
6588 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible realloc" >&5 |
6589 |
|
$as_echo_n "checking for GNU libc compatible realloc... " >&6; } |
6590 |
< |
if test "${ac_cv_func_realloc_0_nonnull+set}" = set; then : |
6590 |
> |
if ${ac_cv_func_realloc_0_nonnull+:} false; then : |
6591 |
|
$as_echo_n "(cached) " >&6 |
6592 |
|
else |
6593 |
|
if test "$cross_compiling" = yes; then : |
6601 |
|
char *realloc (); |
6602 |
|
#endif |
6603 |
|
|
9936 |
– |
#ifdef FC_DUMMY_MAIN |
9937 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
9938 |
– |
# ifdef __cplusplus |
9939 |
– |
extern "C" |
9940 |
– |
# endif |
9941 |
– |
int FC_DUMMY_MAIN() { return 1; } |
9942 |
– |
#endif |
9943 |
– |
#endif |
6604 |
|
int |
6605 |
|
main () |
6606 |
|
{ |
6644 |
|
do : |
6645 |
|
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
6646 |
|
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
6647 |
< |
eval as_val=\$$as_ac_Header |
9988 |
< |
if test "x$as_val" = x""yes; then : |
6647 |
> |
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
6648 |
|
cat >>confdefs.h <<_ACEOF |
6649 |
|
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
6650 |
|
_ACEOF |
6655 |
|
|
6656 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking types of arguments for select" >&5 |
6657 |
|
$as_echo_n "checking types of arguments for select... " >&6; } |
6658 |
< |
if test "${ac_cv_func_select_args+set}" = set; then : |
6658 |
> |
if ${ac_cv_func_select_args+:} false; then : |
6659 |
|
$as_echo_n "(cached) " >&6 |
6660 |
|
else |
6661 |
|
for ac_arg234 in 'fd_set *' 'int *' 'void *'; do |
6671 |
|
# include <sys/socket.h> |
6672 |
|
#endif |
6673 |
|
|
10015 |
– |
#ifdef FC_DUMMY_MAIN |
10016 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
10017 |
– |
# ifdef __cplusplus |
10018 |
– |
extern "C" |
10019 |
– |
# endif |
10020 |
– |
int FC_DUMMY_MAIN() { return 1; } |
10021 |
– |
#endif |
10022 |
– |
#endif |
6674 |
|
int |
6675 |
|
main () |
6676 |
|
{ |
6689 |
|
done |
6690 |
|
done |
6691 |
|
# Provide a safe default value. |
6692 |
< |
: ${ac_cv_func_select_args='int,int *,struct timeval *'} |
6692 |
> |
: "${ac_cv_func_select_args=int,int *,struct timeval *}" |
6693 |
|
|
6694 |
|
fi |
6695 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_select_args" >&5 |
6717 |
|
|
6718 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working strtod" >&5 |
6719 |
|
$as_echo_n "checking for working strtod... " >&6; } |
6720 |
< |
if test "${ac_cv_func_strtod+set}" = set; then : |
6720 |
> |
if ${ac_cv_func_strtod+:} false; then : |
6721 |
|
$as_echo_n "(cached) " >&6 |
6722 |
|
else |
6723 |
|
if test "$cross_compiling" = yes; then : |
6776 |
|
esac |
6777 |
|
|
6778 |
|
ac_fn_c_check_func "$LINENO" "pow" "ac_cv_func_pow" |
6779 |
< |
if test "x$ac_cv_func_pow" = x""yes; then : |
6779 |
> |
if test "x$ac_cv_func_pow" = xyes; then : |
6780 |
|
|
6781 |
|
fi |
6782 |
|
|
6783 |
|
if test $ac_cv_func_pow = no; then |
6784 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5 |
6785 |
|
$as_echo_n "checking for pow in -lm... " >&6; } |
6786 |
< |
if test "${ac_cv_lib_m_pow+set}" = set; then : |
6786 |
> |
if ${ac_cv_lib_m_pow+:} false; then : |
6787 |
|
$as_echo_n "(cached) " >&6 |
6788 |
|
else |
6789 |
|
ac_check_lib_save_LIBS=$LIBS |
6798 |
|
extern "C" |
6799 |
|
#endif |
6800 |
|
char pow (); |
10150 |
– |
#ifdef FC_DUMMY_MAIN |
10151 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
10152 |
– |
# ifdef __cplusplus |
10153 |
– |
extern "C" |
10154 |
– |
# endif |
10155 |
– |
int FC_DUMMY_MAIN() { return 1; } |
10156 |
– |
#endif |
10157 |
– |
#endif |
6801 |
|
int |
6802 |
|
main () |
6803 |
|
{ |
6817 |
|
fi |
6818 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5 |
6819 |
|
$as_echo "$ac_cv_lib_m_pow" >&6; } |
6820 |
< |
if test "x$ac_cv_lib_m_pow" = x""yes; then : |
6820 |
> |
if test "x$ac_cv_lib_m_pow" = xyes; then : |
6821 |
|
POW_LIB=-lm |
6822 |
|
else |
6823 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot find library containing definition of pow" >&5 |
6832 |
|
do : |
6833 |
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
6834 |
|
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
6835 |
< |
eval as_val=\$$as_ac_var |
10193 |
< |
if test "x$as_val" = x""yes; then : |
6835 |
> |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
6836 |
|
cat >>confdefs.h <<_ACEOF |
6837 |
|
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
6838 |
|
_ACEOF |
6848 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
6849 |
|
/* end confdefs.h. */ |
6850 |
|
#include <sys/systemcfg.h> |
10209 |
– |
#ifdef FC_DUMMY_MAIN |
10210 |
– |
#ifndef FC_DUMMY_MAIN_EQ_F77 |
10211 |
– |
# ifdef __cplusplus |
10212 |
– |
extern "C" |
10213 |
– |
# endif |
10214 |
– |
int FC_DUMMY_MAIN() { return 1; } |
10215 |
– |
#endif |
10216 |
– |
#endif |
6851 |
|
int |
6852 |
|
main () |
6853 |
|
{ |
6873 |
|
1) |
6874 |
|
;; |
6875 |
|
*) |
10242 |
– |
|
10243 |
– |
|
10244 |
– |
|
10245 |
– |
|
10246 |
– |
|
10247 |
– |
# Try to determine "good" native compiler flags if none specified on command |
10248 |
– |
# line |
10249 |
– |
|
10250 |
– |
if test "$ac_test_FFLAGS" != "set"; then |
10251 |
– |
FCFLAGS="" |
10252 |
– |
case "${host_cpu}-${host_os}" in |
10253 |
– |
|
10254 |
– |
*linux*) if test "$FC" = ifc -o "$FC" = ifort; then |
10255 |
– |
FCFLAGS="-O2" |
10256 |
– |
fi;; |
10257 |
– |
rs6000*-aix*) if test "$FC" = xlf90 -o "$FC" = f90 -o "$FC" = xlf95; then |
10258 |
– |
FCFLAGS="-O3 -qarch=pwrx -qtune=pwrx -qansialias -w" |
10259 |
– |
fi;; |
10260 |
– |
powerpc*-aix*) |
10261 |
– |
if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then |
10262 |
– |
FCFLAGS="-O3 -qarch=ppc -qansialias -w" |
10263 |
– |
echo "*******************************************************" |
10264 |
– |
echo "* You have AIX on an unknown powerpc system. It is *" |
10265 |
– |
echo "* recommended that you use *" |
10266 |
– |
echo "* *" |
10267 |
– |
echo "* FCFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w *" |
10268 |
– |
echo "* ^^^ *" |
10269 |
– |
echo "* where xxx is 601, 603, 604, or whatever kind of *" |
10270 |
– |
echo "* PowerPC CPU you have. For more info, man xlf. *" |
10271 |
– |
echo "*******************************************************" |
10272 |
– |
fi;; |
10273 |
– |
*darwin*) |
10274 |
– |
if test "$FC" = f90 -o "$FC" = xlf90 -o "$FC" = xlf95; then |
10275 |
– |
FCFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto" |
10276 |
– |
fi |
10277 |
– |
if test "$FC" = ifort; then |
10278 |
– |
FCFLAGS="-O2" |
10279 |
– |
fi |
10280 |
– |
if test "$FC" = gfortran; then |
10281 |
– |
FCFLAGS="-Os" |
10282 |
– |
fi;; |
10283 |
– |
esac |
6876 |
|
|
10285 |
– |
if test -z "$FCFLAGS"; then |
10286 |
– |
echo "" |
10287 |
– |
echo "*********************************************************" |
10288 |
– |
echo "* WARNING: Don't know the best FCFLAGS for this system *" |
10289 |
– |
echo "* Use make FCFLAGS=..., or edit the top level Makefile *" |
10290 |
– |
echo "* (otherwise, a default of FCFLAGS=-O will be used) *" |
10291 |
– |
echo "*********************************************************" |
10292 |
– |
echo "" |
10293 |
– |
FCFLAGS="-O" |
10294 |
– |
fi |
6877 |
|
|
6878 |
|
|
10297 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${FC} accepts ${FCFLAGS}" >&5 |
10298 |
– |
$as_echo_n "checking whether ${FC} accepts ${FCFLAGS}... " >&6; } |
10299 |
– |
if test "${ac_cv_ac_cv_guessed_f90flags+set}" = set; then : |
10300 |
– |
$as_echo_n "(cached) " >&6 |
10301 |
– |
else |
6879 |
|
|
6880 |
|
|
10304 |
– |
ac_ext=${ac_fc_srcext-f} |
10305 |
– |
ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5' |
10306 |
– |
ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5' |
10307 |
– |
ac_compiler_gnu=$ac_cv_fc_compiler_gnu |
6881 |
|
|
10309 |
– |
echo 'program main' > conftest.$ac_ext |
10310 |
– |
echo 'end program main' >> conftest.$ac_ext |
10311 |
– |
ac_compile='${FC} -c ${FCFLAGS} $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext 1>&5' |
10312 |
– |
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
10313 |
– |
(eval $ac_compile) 2>&5 |
10314 |
– |
ac_status=$? |
10315 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
10316 |
– |
test $ac_status = 0; }; then |
10317 |
– |
ac_cv_ac_cv_guessed_f90flags=yes |
10318 |
– |
else |
10319 |
– |
ac_cv_ac_cv_guessed_f90flags=no |
10320 |
– |
fi |
10321 |
– |
rm -f conftest* |
10322 |
– |
ac_ext=c |
10323 |
– |
ac_cpp='$CPP $CPPFLAGS' |
10324 |
– |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
10325 |
– |
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
10326 |
– |
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
10327 |
– |
|
10328 |
– |
|
10329 |
– |
fi |
10330 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_ac_cv_guessed_f90flags" >&5 |
10331 |
– |
$as_echo "$ac_cv_ac_cv_guessed_f90flags" >&6; } |
10332 |
– |
if test "$ac_cv_ac_cv_guessed_f90flags" = yes; then |
10333 |
– |
: |
10334 |
– |
|
10335 |
– |
else |
10336 |
– |
: |
10337 |
– |
|
10338 |
– |
echo "" |
10339 |
– |
echo "**********************************************************" |
10340 |
– |
echo "* WARNING: The guessed FCFLAGS don't seem to work with *" |
10341 |
– |
echo "* your compiler. *" |
10342 |
– |
echo "* Use make FCFLAGS=..., or edit the top level Makefile *" |
10343 |
– |
echo "*********************************************************" |
10344 |
– |
echo "" |
10345 |
– |
FCFLAGS="" |
10346 |
– |
|
10347 |
– |
fi |
10348 |
– |
|
10349 |
– |
|
10350 |
– |
fi |
10351 |
– |
|
10352 |
– |
|
10353 |
– |
|
10354 |
– |
|
10355 |
– |
|
10356 |
– |
|
10357 |
– |
|
6882 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are *really* using GNU cc" >&5 |
6883 |
|
$as_echo_n "checking whether we are *really* using GNU cc... " >&6; } |
6884 |
< |
if test "${ac_cv_prog_really_gcc+set}" = set; then : |
6884 |
> |
if ${ac_cv_prog_really_gcc+:} false; then : |
6885 |
|
$as_echo_n "(cached) " >&6 |
6886 |
|
else |
6887 |
|
|
6986 |
|
|
6987 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CC} accepts ${CFLAGS}" >&5 |
6988 |
|
$as_echo_n "checking whether ${CC} accepts ${CFLAGS}... " >&6; } |
6989 |
< |
if test "${ac_cv_ac_cv_guessed_cflags+set}" = set; then : |
6989 |
> |
if ${ac_cv_ac_cv_guessed_cflags+:} false; then : |
6990 |
|
$as_echo_n "(cached) " >&6 |
6991 |
|
else |
6992 |
|
echo 'void f(){}' > conftest.c |
7028 |
|
|
7029 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are *really* using GNU c++" >&5 |
7030 |
|
$as_echo_n "checking whether we are *really* using GNU c++... " >&6; } |
7031 |
< |
if test "${ac_cv_prog_really_gxx+set}" = set; then : |
7031 |
> |
if ${ac_cv_prog_really_gxx+:} false; then : |
7032 |
|
$as_echo_n "(cached) " >&6 |
7033 |
|
else |
7034 |
|
|
7124 |
|
|
7125 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${CXX} accepts ${CXXFLAGS}" >&5 |
7126 |
|
$as_echo_n "checking whether ${CXX} accepts ${CXXFLAGS}... " >&6; } |
7127 |
< |
if test "${ac_cv_ac_cv_guessed_cxxflags+set}" = set; then : |
7127 |
> |
if ${ac_cv_ac_cv_guessed_cxxflags+:} false; then : |
7128 |
|
$as_echo_n "(cached) " >&6 |
7129 |
|
else |
7130 |
|
echo 'void f(){}' > conftest.cpp |
7193 |
|
set dummy doxygen; ac_word=$2 |
7194 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7195 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
7196 |
< |
if test "${ac_cv_path_DOXYGEN+set}" = set; then : |
7196 |
> |
if ${ac_cv_path_DOXYGEN+:} false; then : |
7197 |
|
$as_echo_n "(cached) " >&6 |
7198 |
|
else |
7199 |
|
case $DOXYGEN in |
7231 |
|
|
7232 |
|
if test "x$DOXYGEN" = x; then |
7233 |
|
if test "x$enable_doxygen" = xyes; then |
7234 |
< |
as_fn_error "could not find doxygen" "$LINENO" 5 |
7234 |
> |
as_fn_error $? "could not find doxygen" "$LINENO" 5 |
7235 |
|
fi |
7236 |
|
enable_doc=no |
7237 |
|
else |
7240 |
|
set dummy dot; ac_word=$2 |
7241 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 |
7242 |
|
$as_echo_n "checking for $ac_word... " >&6; } |
7243 |
< |
if test "${ac_cv_path_DOT+set}" = set; then : |
7243 |
> |
if ${ac_cv_path_DOT+:} false; then : |
7244 |
|
$as_echo_n "(cached) " >&6 |
7245 |
|
else |
7246 |
|
case $DOT in |
7288 |
|
|
7289 |
|
if test x$DOT = x; then |
7290 |
|
if test "x$enable_dot" = xyes; then |
7291 |
< |
as_fn_error "could not find dot" "$LINENO" 5 |
7291 |
> |
as_fn_error $? "could not find dot" "$LINENO" 5 |
7292 |
|
fi |
7293 |
|
enable_dot=no |
7294 |
|
else |
7310 |
|
|
7311 |
|
|
7312 |
|
|
10789 |
– |
|
10790 |
– |
|
10791 |
– |
|
7313 |
|
ac_config_files="$ac_config_files make/Makefile src/utils/Makefile src/math/Makefile src/integrators/Makefile src/applications/atom2md/Makefile scripts/filepp" |
7314 |
|
|
7315 |
|
|
7377 |
|
:end' >>confcache |
7378 |
|
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else |
7379 |
|
if test -w "$cache_file"; then |
7380 |
< |
test "x$cache_file" != "x/dev/null" && |
7380 |
> |
if test "x$cache_file" != "x/dev/null"; then |
7381 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 |
7382 |
|
$as_echo "$as_me: updating cache $cache_file" >&6;} |
7383 |
< |
cat confcache >$cache_file |
7383 |
> |
if test ! -f "$cache_file" || test -h "$cache_file"; then |
7384 |
> |
cat confcache >"$cache_file" |
7385 |
> |
else |
7386 |
> |
case $cache_file in #( |
7387 |
> |
*/* | ?:*) |
7388 |
> |
mv -f confcache "$cache_file"$$ && |
7389 |
> |
mv -f "$cache_file"$$ "$cache_file" ;; #( |
7390 |
> |
*) |
7391 |
> |
mv -f confcache "$cache_file" ;; |
7392 |
> |
esac |
7393 |
> |
fi |
7394 |
> |
fi |
7395 |
|
else |
7396 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 |
7397 |
|
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} |
7407 |
|
|
7408 |
|
ac_libobjs= |
7409 |
|
ac_ltlibobjs= |
7410 |
+ |
U= |
7411 |
|
for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
7412 |
|
# 1. Remove the extension, and $U if already installed. |
7413 |
|
ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' |
7423 |
|
|
7424 |
|
|
7425 |
|
|
7426 |
< |
: ${CONFIG_STATUS=./config.status} |
7426 |
> |
: "${CONFIG_STATUS=./config.status}" |
7427 |
|
ac_write_fail=0 |
7428 |
|
ac_clean_files_save=$ac_clean_files |
7429 |
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
7524 |
|
IFS=" "" $as_nl" |
7525 |
|
|
7526 |
|
# Find who we are. Look in the path if we contain no directory separator. |
7527 |
+ |
as_myself= |
7528 |
|
case $0 in #(( |
7529 |
|
*[\\/]* ) as_myself=$0 ;; |
7530 |
|
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
7570 |
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
7571 |
|
|
7572 |
|
|
7573 |
< |
# as_fn_error ERROR [LINENO LOG_FD] |
7574 |
< |
# --------------------------------- |
7573 |
> |
# as_fn_error STATUS ERROR [LINENO LOG_FD] |
7574 |
> |
# ---------------------------------------- |
7575 |
|
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are |
7576 |
|
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the |
7577 |
< |
# script with status $?, using 1 if that was 0. |
7577 |
> |
# script with STATUS, using 1 if that was 0. |
7578 |
|
as_fn_error () |
7579 |
|
{ |
7580 |
< |
as_status=$?; test $as_status -eq 0 && as_status=1 |
7581 |
< |
if test "$3"; then |
7582 |
< |
as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
7583 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 |
7580 |
> |
as_status=$1; test $as_status -eq 0 && as_status=1 |
7581 |
> |
if test "$4"; then |
7582 |
> |
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack |
7583 |
> |
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 |
7584 |
|
fi |
7585 |
< |
$as_echo "$as_me: error: $1" >&2 |
7585 |
> |
$as_echo "$as_me: error: $2" >&2 |
7586 |
|
as_fn_exit $as_status |
7587 |
|
} # as_fn_error |
7588 |
|
|
7778 |
|
test -d "$as_dir" && break |
7779 |
|
done |
7780 |
|
test -z "$as_dirs" || eval "mkdir $as_dirs" |
7781 |
< |
} || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir" |
7781 |
> |
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" |
7782 |
|
|
7783 |
|
|
7784 |
|
} # as_fn_mkdir_p |
7831 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
7832 |
|
# values after options handling. |
7833 |
|
ac_log=" |
7834 |
< |
This file was extended by OOPSE $as_me 4.0, which was |
7835 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
7834 |
> |
This file was extended by OpenMD $as_me 1.0, which was |
7835 |
> |
generated by GNU Autoconf 2.68. Invocation command line was |
7836 |
|
|
7837 |
|
CONFIG_FILES = $CONFIG_FILES |
7838 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
7871 |
|
|
7872 |
|
-h, --help print this help, then exit |
7873 |
|
-V, --version print version number and configuration settings, then exit |
7874 |
+ |
--config print configuration, then exit |
7875 |
|
-q, --quiet, --silent |
7876 |
|
do not print progress messages |
7877 |
|
-d, --debug don't remove temporary files |
7891 |
|
|
7892 |
|
_ACEOF |
7893 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
7894 |
+ |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
7895 |
|
ac_cs_version="\\ |
7896 |
< |
OOPSE config.status 4.0 |
7897 |
< |
configured by $0, generated by GNU Autoconf 2.64, |
7898 |
< |
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
7896 |
> |
OpenMD config.status 1.0 |
7897 |
> |
configured by $0, generated by GNU Autoconf 2.68, |
7898 |
> |
with options \\"\$ac_cs_config\\" |
7899 |
|
|
7900 |
< |
Copyright (C) 2009 Free Software Foundation, Inc. |
7900 |
> |
Copyright (C) 2010 Free Software Foundation, Inc. |
7901 |
|
This config.status script is free software; the Free Software Foundation |
7902 |
|
gives unlimited permission to copy, distribute and modify it." |
7903 |
|
|
7913 |
|
while test $# != 0 |
7914 |
|
do |
7915 |
|
case $1 in |
7916 |
< |
--*=*) |
7916 |
> |
--*=?*) |
7917 |
|
ac_option=`expr "X$1" : 'X\([^=]*\)='` |
7918 |
|
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` |
7919 |
+ |
ac_shift=: |
7920 |
+ |
;; |
7921 |
+ |
--*=) |
7922 |
+ |
ac_option=`expr "X$1" : 'X\([^=]*\)='` |
7923 |
+ |
ac_optarg= |
7924 |
|
ac_shift=: |
7925 |
|
;; |
7926 |
|
*) |
7936 |
|
ac_cs_recheck=: ;; |
7937 |
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
7938 |
|
$as_echo "$ac_cs_version"; exit ;; |
7939 |
+ |
--config | --confi | --conf | --con | --co | --c ) |
7940 |
+ |
$as_echo "$ac_cs_config"; exit ;; |
7941 |
|
--debug | --debu | --deb | --de | --d | -d ) |
7942 |
|
debug=: ;; |
7943 |
|
--file | --fil | --fi | --f ) |
7944 |
|
$ac_shift |
7945 |
|
case $ac_optarg in |
7946 |
|
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; |
7947 |
+ |
'') as_fn_error $? "missing file argument" ;; |
7948 |
|
esac |
7949 |
|
as_fn_append CONFIG_FILES " '$ac_optarg'" |
7950 |
|
ac_need_defaults=false;; |
7957 |
|
ac_need_defaults=false;; |
7958 |
|
--he | --h) |
7959 |
|
# Conflict between --help and --header |
7960 |
< |
as_fn_error "ambiguous option: \`$1' |
7960 |
> |
as_fn_error $? "ambiguous option: \`$1' |
7961 |
|
Try \`$0 --help' for more information.";; |
7962 |
|
--help | --hel | -h ) |
7963 |
|
$as_echo "$ac_cs_usage"; exit ;; |
7966 |
|
ac_cs_silent=: ;; |
7967 |
|
|
7968 |
|
# This is an error. |
7969 |
< |
-*) as_fn_error "unrecognized option: \`$1' |
7969 |
> |
-*) as_fn_error $? "unrecognized option: \`$1' |
7970 |
|
Try \`$0 --help' for more information." ;; |
7971 |
|
|
7972 |
|
*) as_fn_append ac_config_targets " $1" |
8023 |
|
"src/applications/atom2md/Makefile") CONFIG_FILES="$CONFIG_FILES src/applications/atom2md/Makefile" ;; |
8024 |
|
"scripts/filepp") CONFIG_FILES="$CONFIG_FILES scripts/filepp" ;; |
8025 |
|
|
8026 |
< |
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
8026 |
> |
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |
8027 |
|
esac |
8028 |
|
done |
8029 |
|
|
8045 |
|
# after its creation but before its name has been assigned to `$tmp'. |
8046 |
|
$debug || |
8047 |
|
{ |
8048 |
< |
tmp= |
8048 |
> |
tmp= ac_tmp= |
8049 |
|
trap 'exit_status=$? |
8050 |
< |
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status |
8050 |
> |
: "${ac_tmp:=$tmp}" |
8051 |
> |
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status |
8052 |
|
' 0 |
8053 |
|
trap 'as_fn_exit 1' 1 2 13 15 |
8054 |
|
} |
8056 |
|
|
8057 |
|
{ |
8058 |
|
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && |
8059 |
< |
test -n "$tmp" && test -d "$tmp" |
8059 |
> |
test -d "$tmp" |
8060 |
|
} || |
8061 |
|
{ |
8062 |
|
tmp=./conf$$-$RANDOM |
8063 |
|
(umask 077 && mkdir "$tmp") |
8064 |
< |
} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5 |
8064 |
> |
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 |
8065 |
> |
ac_tmp=$tmp |
8066 |
|
|
8067 |
|
# Set up the scripts for CONFIG_FILES section. |
8068 |
|
# No need to generate them if there are no CONFIG_FILES. |
8079 |
|
fi |
8080 |
|
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` |
8081 |
|
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then |
8082 |
< |
ac_cs_awk_cr='\r' |
8082 |
> |
ac_cs_awk_cr='\\r' |
8083 |
|
else |
8084 |
|
ac_cs_awk_cr=$ac_cr |
8085 |
|
fi |
8086 |
|
|
8087 |
< |
echo 'BEGIN {' >"$tmp/subs1.awk" && |
8087 |
> |
echo 'BEGIN {' >"$ac_tmp/subs1.awk" && |
8088 |
|
_ACEOF |
8089 |
|
|
8090 |
|
|
8093 |
|
echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && |
8094 |
|
echo "_ACEOF" |
8095 |
|
} >conf$$subs.sh || |
8096 |
< |
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
8097 |
< |
ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` |
8096 |
> |
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
8097 |
> |
ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` |
8098 |
|
ac_delim='%!_!# ' |
8099 |
|
for ac_last_try in false false false false false :; do |
8100 |
|
. ./conf$$subs.sh || |
8101 |
< |
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
8101 |
> |
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
8102 |
|
|
8103 |
|
ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` |
8104 |
|
if test $ac_delim_n = $ac_delim_num; then |
8105 |
|
break |
8106 |
|
elif $ac_last_try; then |
8107 |
< |
as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5 |
8107 |
> |
as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 |
8108 |
|
else |
8109 |
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
8110 |
|
fi |
8112 |
|
rm -f conf$$subs.sh |
8113 |
|
|
8114 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8115 |
< |
cat >>"\$tmp/subs1.awk" <<\\_ACAWK && |
8115 |
> |
cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && |
8116 |
|
_ACEOF |
8117 |
|
sed -n ' |
8118 |
|
h |
8126 |
|
t delim |
8127 |
|
:nl |
8128 |
|
h |
8129 |
< |
s/\(.\{148\}\).*/\1/ |
8129 |
> |
s/\(.\{148\}\)..*/\1/ |
8130 |
|
t more1 |
8131 |
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
8132 |
|
p |
8140 |
|
t nl |
8141 |
|
:delim |
8142 |
|
h |
8143 |
< |
s/\(.\{148\}\).*/\1/ |
8143 |
> |
s/\(.\{148\}\)..*/\1/ |
8144 |
|
t more2 |
8145 |
|
s/["\\]/\\&/g; s/^/"/; s/$/"/ |
8146 |
|
p |
8160 |
|
rm -f conf$$subs.awk |
8161 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
8162 |
|
_ACAWK |
8163 |
< |
cat >>"\$tmp/subs1.awk" <<_ACAWK && |
8163 |
> |
cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && |
8164 |
|
for (key in S) S_is_set[key] = 1 |
8165 |
|
FS = "" |
8166 |
|
|
8192 |
|
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" |
8193 |
|
else |
8194 |
|
cat |
8195 |
< |
fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ |
8196 |
< |
|| as_fn_error "could not setup config files machinery" "$LINENO" 5 |
8195 |
> |
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ |
8196 |
> |
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5 |
8197 |
|
_ACEOF |
8198 |
|
|
8199 |
< |
# VPATH may cause trouble with some makes, so we remove $(srcdir), |
8200 |
< |
# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and |
8199 |
> |
# VPATH may cause trouble with some makes, so we remove sole $(srcdir), |
8200 |
> |
# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and |
8201 |
|
# trailing colons and then remove the whole line if VPATH becomes empty |
8202 |
|
# (actually we leave an empty line to preserve line numbers). |
8203 |
|
if test "x$srcdir" = x.; then |
8204 |
< |
ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
8205 |
< |
s/:*\$(srcdir):*/:/ |
8206 |
< |
s/:*\${srcdir}:*/:/ |
8207 |
< |
s/:*@srcdir@:*/:/ |
8208 |
< |
s/^\([^=]*=[ ]*\):*/\1/ |
8204 |
> |
ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ |
8205 |
> |
h |
8206 |
> |
s/// |
8207 |
> |
s/^/:/ |
8208 |
> |
s/[ ]*$/:/ |
8209 |
> |
s/:\$(srcdir):/:/g |
8210 |
> |
s/:\${srcdir}:/:/g |
8211 |
> |
s/:@srcdir@:/:/g |
8212 |
> |
s/^:*// |
8213 |
|
s/:*$// |
8214 |
+ |
x |
8215 |
+ |
s/\(=[ ]*\).*/\1/ |
8216 |
+ |
G |
8217 |
+ |
s/\n// |
8218 |
|
s/^[^=]*=[ ]*$// |
8219 |
|
}' |
8220 |
|
fi |
8226 |
|
# No need to generate them if there are no CONFIG_HEADERS. |
8227 |
|
# This happens for instance with `./config.status Makefile'. |
8228 |
|
if test -n "$CONFIG_HEADERS"; then |
8229 |
< |
cat >"$tmp/defines.awk" <<\_ACAWK || |
8229 |
> |
cat >"$ac_tmp/defines.awk" <<\_ACAWK || |
8230 |
|
BEGIN { |
8231 |
|
_ACEOF |
8232 |
|
|
8238 |
|
# handling of long lines. |
8239 |
|
ac_delim='%!_!# ' |
8240 |
|
for ac_last_try in false false :; do |
8241 |
< |
ac_t=`sed -n "/$ac_delim/p" confdefs.h` |
8242 |
< |
if test -z "$ac_t"; then |
8241 |
> |
ac_tt=`sed -n "/$ac_delim/p" confdefs.h` |
8242 |
> |
if test -z "$ac_tt"; then |
8243 |
|
break |
8244 |
|
elif $ac_last_try; then |
8245 |
< |
as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5 |
8245 |
> |
as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 |
8246 |
|
else |
8247 |
|
ac_delim="$ac_delim!$ac_delim _$ac_delim!! " |
8248 |
|
fi |
8327 |
|
_ACAWK |
8328 |
|
_ACEOF |
8329 |
|
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 |
8330 |
< |
as_fn_error "could not setup config headers machinery" "$LINENO" 5 |
8330 |
> |
as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 |
8331 |
|
fi # test -n "$CONFIG_HEADERS" |
8332 |
|
|
8333 |
|
|
8340 |
|
esac |
8341 |
|
case $ac_mode$ac_tag in |
8342 |
|
:[FHL]*:*);; |
8343 |
< |
:L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;; |
8343 |
> |
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; |
8344 |
|
:[FH]-) ac_tag=-:-;; |
8345 |
|
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; |
8346 |
|
esac |
8359 |
|
for ac_f |
8360 |
|
do |
8361 |
|
case $ac_f in |
8362 |
< |
-) ac_f="$tmp/stdin";; |
8362 |
> |
-) ac_f="$ac_tmp/stdin";; |
8363 |
|
*) # Look for the file first in the build tree, then in the source tree |
8364 |
|
# (if the path is not absolute). The absolute path cannot be DOS-style, |
8365 |
|
# because $ac_f cannot contain `:'. |
8368 |
|
[\\/$]*) false;; |
8369 |
|
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; |
8370 |
|
esac || |
8371 |
< |
as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
8371 |
> |
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; |
8372 |
|
esac |
8373 |
|
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac |
8374 |
|
as_fn_append ac_file_inputs " '$ac_f'" |
8394 |
|
esac |
8395 |
|
|
8396 |
|
case $ac_tag in |
8397 |
< |
*:-:* | *:-) cat >"$tmp/stdin" \ |
8398 |
< |
|| as_fn_error "could not create $ac_file" "$LINENO" 5 ;; |
8397 |
> |
*:-:* | *:-) cat >"$ac_tmp/stdin" \ |
8398 |
> |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; |
8399 |
|
esac |
8400 |
|
;; |
8401 |
|
esac |
8525 |
|
s&@INSTALL@&$ac_INSTALL&;t t |
8526 |
|
$ac_datarootdir_hack |
8527 |
|
" |
8528 |
< |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ |
8529 |
< |
|| as_fn_error "could not create $ac_file" "$LINENO" 5 |
8528 |
> |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ |
8529 |
> |
>$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8530 |
|
|
8531 |
|
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && |
8532 |
< |
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && |
8533 |
< |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && |
8532 |
> |
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && |
8533 |
> |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ |
8534 |
> |
"$ac_tmp/out"`; test -z "$ac_out"; } && |
8535 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8536 |
< |
which seems to be undefined. Please make sure it is defined." >&5 |
8536 |
> |
which seems to be undefined. Please make sure it is defined" >&5 |
8537 |
|
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' |
8538 |
< |
which seems to be undefined. Please make sure it is defined." >&2;} |
8538 |
> |
which seems to be undefined. Please make sure it is defined" >&2;} |
8539 |
|
|
8540 |
< |
rm -f "$tmp/stdin" |
8540 |
> |
rm -f "$ac_tmp/stdin" |
8541 |
|
case $ac_file in |
8542 |
< |
-) cat "$tmp/out" && rm -f "$tmp/out";; |
8543 |
< |
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; |
8542 |
> |
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; |
8543 |
> |
*) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; |
8544 |
|
esac \ |
8545 |
< |
|| as_fn_error "could not create $ac_file" "$LINENO" 5 |
8545 |
> |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8546 |
|
;; |
8547 |
|
:H) |
8548 |
|
# |
8551 |
|
if test x"$ac_file" != x-; then |
8552 |
|
{ |
8553 |
|
$as_echo "/* $configure_input */" \ |
8554 |
< |
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" |
8555 |
< |
} >"$tmp/config.h" \ |
8556 |
< |
|| as_fn_error "could not create $ac_file" "$LINENO" 5 |
8557 |
< |
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then |
8554 |
> |
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" |
8555 |
> |
} >"$ac_tmp/config.h" \ |
8556 |
> |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8557 |
> |
if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then |
8558 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 |
8559 |
|
$as_echo "$as_me: $ac_file is unchanged" >&6;} |
8560 |
|
else |
8561 |
|
rm -f "$ac_file" |
8562 |
< |
mv "$tmp/config.h" "$ac_file" \ |
8563 |
< |
|| as_fn_error "could not create $ac_file" "$LINENO" 5 |
8562 |
> |
mv "$ac_tmp/config.h" "$ac_file" \ |
8563 |
> |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 |
8564 |
|
fi |
8565 |
|
else |
8566 |
|
$as_echo "/* $configure_input */" \ |
8567 |
< |
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ |
8568 |
< |
|| as_fn_error "could not create -" "$LINENO" 5 |
8567 |
> |
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ |
8568 |
> |
|| as_fn_error $? "could not create -" "$LINENO" 5 |
8569 |
|
fi |
8570 |
|
;; |
8571 |
|
|
8590 |
|
ac_clean_files=$ac_clean_files_save |
8591 |
|
|
8592 |
|
test $ac_write_fail = 0 || |
8593 |
< |
as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
8593 |
> |
as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 |
8594 |
|
|
8595 |
|
|
8596 |
|
# configure is writing to config.log, and then calls config.status. |
8611 |
|
exec 5>>config.log |
8612 |
|
# Use ||, not &&, to avoid exiting from the if with $? = 1, which |
8613 |
|
# would make configure fail if this is the last instruction. |
8614 |
< |
$ac_cs_success || as_fn_exit $? |
8614 |
> |
$ac_cs_success || as_fn_exit 1 |
8615 |
|
fi |
8616 |
|
if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
8617 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 |