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 /fortran | |
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 'fortran')
-rw-r--r-- | fortran/examples/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/examples/Makefile.am b/fortran/examples/Makefile.am index d767490..7465b98 100644 --- a/fortran/examples/Makefile.am +++ b/fortran/examples/Makefile.am @@ -42,7 +42,6 @@ INSTALL_FILES=dsetexample.f90 fileexample.f90 rwdsetexample.f90 \ hyperslab.f90 selectele.f90 grpit.f90 refobjexample.f90 \ refregexample.f90 mountexample.f90 compound.f90 ph5example.f90 INSTALL_SCRIPT_FILES = run-fortran-ex.sh -INSTALL_SCRIPT_FILES = run-fortran-ex.sh # Add attention tests for Fortran 2003 features |