diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-11-23 22:56:59 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-11-23 22:56:59 (GMT) |
commit | 72634b34e4e1792c7253c2961bcd91784f8c1656 (patch) | |
tree | bf4c224a63b61a43d087453d9f14216b65c62070 /hl/fortran/examples | |
parent | 5ab92a43a30edfce9a250043d3514f591aaf9fca (diff) | |
download | hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.zip hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.tar.gz hdf5-72634b34e4e1792c7253c2961bcd91784f8c1656.tar.bz2 |
[svn-r19839] Updated to libtool v 2.4, autoconf 2.68 and m4-1.4.15.
Tested with h5committest on amani, heiwa, and jam.
Diffstat (limited to 'hl/fortran/examples')
-rw-r--r-- | hl/fortran/examples/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in index 62e02c5..9b11c56 100644 --- a/hl/fortran/examples/Makefile.in +++ b/hl/fortran/examples/Makefile.in @@ -120,6 +120,7 @@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DEPRECATED_SYMBOLS = @DEPRECATED_SYMBOLS@ DIRECT_VFD = @DIRECT_VFD@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ @@ -181,6 +182,7 @@ LTLIBOBJS = @LTLIBOBJS@ LT_STATIC_EXEC = @LT_STATIC_EXEC@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ MPE = @MPE@ MPI_GET_SIZE = @MPI_GET_SIZE@ @@ -237,6 +239,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_CXX = @ac_ct_CXX@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |