diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-09-10 15:45:07 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-09-10 15:45:07 (GMT) |
commit | 47c792faa033c4c149b2c5d4dd0e70e4f2b0e3d2 (patch) | |
tree | 2d7d984b98ae6bcdca2f52f686db86b28ae7c67d /hl/test/Makefile.in | |
parent | 70b6246eae452094aa50683900b38c11e2cfebfe (diff) | |
download | hdf5-47c792faa033c4c149b2c5d4dd0e70e4f2b0e3d2.zip hdf5-47c792faa033c4c149b2c5d4dd0e70e4f2b0e3d2.tar.gz hdf5-47c792faa033c4c149b2c5d4dd0e70e4f2b0e3d2.tar.bz2 |
[svn-r19366] Updated autoconf to version 2.6.7, libtool to version 2.2.10, and m4 to version 1.4.14. Also added m4 directory for m4 macros according to autoconf suggestion.
Tested with h5committest on amani, jam, and heiwa, and on linew.
Diffstat (limited to 'hl/test/Makefile.in')
-rw-r--r-- | hl/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index e2439b9..a962e93 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -324,7 +324,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -373,6 +372,7 @@ H5CC_PP = $(bindir)/h5pcc H5FC = $(bindir)/h5fc H5FC_PP = $(bindir)/h5pfc H5CPP = $(bindir)/h5c++ +ACLOCAL_AMFLAGS = "-I m4" # The trace script; this is used on source files from the C library to # insert tracing macros. |