summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-09-10 15:45:07 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-09-10 15:45:07 (GMT)
commit47c792faa033c4c149b2c5d4dd0e70e4f2b0e3d2 (patch)
tree2d7d984b98ae6bcdca2f52f686db86b28ae7c67d /Makefile.in
parent70b6246eae452094aa50683900b38c11e2cfebfe (diff)
downloadhdf5-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 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fc2e887..79ed47e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -335,7 +335,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -384,6 +383,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.