diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-08-23 21:18:19 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-08-23 21:18:19 (GMT) |
commit | be904e0eae88d92d8014c879e0464f3dba144316 (patch) | |
tree | 3f67c76fc24c85c4d424577e3a434b8bd95e6233 /configure | |
parent | dc09f2117c885b28ef2bcedcaebe25298ac1a787 (diff) | |
download | hdf5-be904e0eae88d92d8014c879e0464f3dba144316.zip hdf5-be904e0eae88d92d8014c879e0464f3dba144316.tar.gz hdf5-be904e0eae88d92d8014c879e0464f3dba144316.tar.bz2 |
[svn-r21303] Removed duplicated INSTALL_SCRIPT_FILES macro from fortran/examples and fixed an autotools warning from the Fortran 2003 configure.in changes. Tested on jam (minor changes).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -6337,20 +6337,19 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if Fortran compiler supports ISO_C_BINDING module" >&5 $as_echo_n "checking if Fortran compiler supports ISO_C_BINDING module... " >&6; } + cat > conftest.$ac_ext <<_ACEOF program main - - USE iso_c_binding - +USE iso_c_binding end _ACEOF if ac_fn_fc_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } - HAVE_ISO_C_BINDING="yes" +$as_echo "yes" >&6; } HAVE_ISO_C_BINDING="yes" else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |