diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-12-01 15:12:06 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-12-01 15:12:06 (GMT) |
commit | e48acc41197ee90a859321919288cb187875ff51 (patch) | |
tree | 947c64a01faa614840ead0ccb11840652688579a /tools/lib/Makefile.in | |
parent | 2d6b9fe75f933efb886a3ca73ca546567c99bac2 (diff) | |
download | hdf5-e48acc41197ee90a859321919288cb187875ff51.zip hdf5-e48acc41197ee90a859321919288cb187875ff51.tar.gz hdf5-e48acc41197ee90a859321919288cb187875ff51.tar.bz2 |
[svn-r19862] Updated libtool to version 2.4, autoconf to version 2.68, and m4 to version 1.4.15.
Tested with h5committest on amani, jam and heiwa.
Diffstat (limited to 'tools/lib/Makefile.in')
-rw-r--r-- | tools/lib/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/Makefile.in b/tools/lib/Makefile.in index 6b5b131..153fa0c 100644 --- a/tools/lib/Makefile.in +++ b/tools/lib/Makefile.in @@ -139,6 +139,7 @@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DEPRECATED_SYMBOLS = @DEPRECATED_SYMBOLS@ DIRECT_VFD = @DIRECT_VFD@ +DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ @@ -200,6 +201,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@ @@ -257,6 +259,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@ |