diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-05-17 22:23:23 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-05-17 22:23:23 (GMT) |
commit | a41fb65b7ca24b5a2a6d4a73af135caac39bb7ea (patch) | |
tree | fa4a0d4f5cad3429794ef2c73fe355467eb89092 /fortran/Makefile.in | |
parent | b85900177f4b1dc58a6a295e58047b1e51b02e89 (diff) | |
download | hdf5-a41fb65b7ca24b5a2a6d4a73af135caac39bb7ea.zip hdf5-a41fb65b7ca24b5a2a6d4a73af135caac39bb7ea.tar.gz hdf5-a41fb65b7ca24b5a2a6d4a73af135caac39bb7ea.tar.bz2 |
[svn-r18836] Added code to config files, libhdf5.settings.in and configure.in to add compiler version information for fortran and C++ in the settings file and the configure output for our common compilers on linux, solaris, and mac(gnu only).
Tested: amani, jam, linew (h5committest) and with configure on these machines and tejeda.
Diffstat (limited to 'fortran/Makefile.in')
-rw-r--r-- | fortran/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fortran/Makefile.in b/fortran/Makefile.in index a7bd000..cd743fe 100644 --- a/fortran/Makefile.in +++ b/fortran/Makefile.in @@ -149,6 +149,7 @@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ +CXX_VERSION = @CXX_VERSION@ CYGPATH_W = @CYGPATH_W@ DEBUG_PKG = @DEBUG_PKG@ DEFAULT_API_VERSION = @DEFAULT_API_VERSION@ @@ -174,6 +175,7 @@ FC = @FC@ FCFLAGS = @FCFLAGS@ FCFLAGS_f90 = @FCFLAGS_f90@ FCLIBS = @FCLIBS@ +FC_VERSION = @FC_VERSION@ FGREP = @FGREP@ FILTERS = @FILTERS@ FSEARCH_DIRS = @FSEARCH_DIRS@ |