diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-13 23:37:02 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-13 23:37:02 (GMT) |
commit | 868e937579abf3fa6dfc8b4ea981315766748f67 (patch) | |
tree | 4c78c49f0ba1533f425c3738c92e968ea4f75343 /fortran/test | |
parent | 63d57265108684ce341cec191b45b80aade4abc3 (diff) | |
download | hdf5-868e937579abf3fa6dfc8b4ea981315766748f67.zip hdf5-868e937579abf3fa6dfc8b4ea981315766748f67.tar.gz hdf5-868e937579abf3fa6dfc8b4ea981315766748f67.tar.bz2 |
[svn-r9822] Purpose: Bug fix
Description: Search path for the Fortran modules was hardcoded in
the acsite.m4 file
Solution: Since I removed the path from the acsite.m4 file, I added
the search path for the Fortran modules; search path is defined
by using configure variables.
Platforms tested: heping, arabica, copper (parallel)
Misc. update:
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index 75d7436..99031ab 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -21,6 +21,7 @@ srcdir=@srcdir@ hdf5_srcdir=$(top_srcdir)/src hdf5_builddir=$(top_builddir)/src CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@ +FSEARCH_DIRS =@F9XMODFLAG@../src @FSEARCH_DIRS@ ## Add include directory to the C preprocessor flags and the h5test and hdf5 ## libraries to the library list. |