summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2010-09-10 22:41:44 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2010-09-10 22:41:44 (GMT)
commit23bc2c0b38b559c950c807f0f0cf3c679f5f4efc (patch)
tree72fa3af59276c64c5de6de6c50b5ec1355249a8e /hl
parent2d9a70085c38816df68a1b2cfce59c05853e3c4a (diff)
downloadhdf5-23bc2c0b38b559c950c807f0f0cf3c679f5f4efc.zip
hdf5-23bc2c0b38b559c950c807f0f0cf3c679f5f4efc.tar.gz
hdf5-23bc2c0b38b559c950c807f0f0cf3c679f5f4efc.tar.bz2
[svn-r19371] 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. -This line, and those below, will be ignored-- M hdf5_1_8/test/Makefile.in A hdf5_1_8/m4 AM hdf5_1_8/m4/ltsugar.m4 AM hdf5_1_8/m4/libtool.m4 AM hdf5_1_8/m4/ltversion.m4 AM hdf5_1_8/m4/lt~obsolete.m4 AM hdf5_1_8/m4/ltoptions.m4 M hdf5_1_8/configure M hdf5_1_8/Makefile.in M hdf5_1_8/testpar/Makefile.in M hdf5_1_8/configure.in M hdf5_1_8/src/Makefile.in M hdf5_1_8/tools/Makefile.in M hdf5_1_8/tools/misc/Makefile.in M hdf5_1_8/tools/h5dump/Makefile.in M hdf5_1_8/tools/h5repack/Makefile.in M hdf5_1_8/tools/h5jam/Makefile.in M hdf5_1_8/tools/h5diff/Makefile.in M hdf5_1_8/tools/lib/Makefile.in M hdf5_1_8/tools/h5copy/Makefile.in M hdf5_1_8/tools/h5import/Makefile.in M hdf5_1_8/tools/h5stat/Makefile.in M hdf5_1_8/tools/h5ls/Makefile.in M hdf5_1_8/hl/test/Makefile.in M hdf5_1_8/hl/tools/Makefile.in M hdf5_1_8/hl/tools/gif2h5/Makefile.in M hdf5_1_8/hl/Makefile.in M hdf5_1_8/hl/src/Makefile.in M hdf5_1_8/hl/c++/test/Makefile.in M hdf5_1_8/hl/c++/Makefile.in M hdf5_1_8/hl/c++/src/Makefile.in M hdf5_1_8/hl/c++/examples/Makefile.in M hdf5_1_8/hl/fortran/test/Makefile.in M hdf5_1_8/hl/fortran/Makefile.in M hdf5_1_8/hl/fortran/src/Makefile.in M hdf5_1_8/hl/fortran/examples/Makefile.in M hdf5_1_8/hl/examples/Makefile.in M hdf5_1_8/config/commence.am M hdf5_1_8/MANIFEST M hdf5_1_8/c++/test/Makefile.in M hdf5_1_8/c++/Makefile.in M hdf5_1_8/c++/src/Makefile.in M hdf5_1_8/c++/examples/Makefile.in M hdf5_1_8/bin/ltmain.sh M hdf5_1_8/bin/reconfigure M hdf5_1_8/perform/Makefile.in M hdf5_1_8/fortran/test/Makefile.in M hdf5_1_8/fortran/testpar/Makefile.in M hdf5_1_8/fortran/Makefile.in M hdf5_1_8/fortran/src/Makefile.in M hdf5_1_8/fortran/examples/Makefile.in M hdf5_1_8/aclocal.m4 M hdf5_1_8/examples/Makefile.in
Diffstat (limited to 'hl')
-rwxr-xr-xhl/Makefile.in2
-rw-r--r--hl/c++/Makefile.in2
-rw-r--r--hl/c++/examples/Makefile.in2
-rw-r--r--hl/c++/src/Makefile.in2
-rw-r--r--hl/c++/test/Makefile.in2
-rw-r--r--hl/examples/Makefile.in2
-rw-r--r--hl/fortran/Makefile.in2
-rw-r--r--hl/fortran/examples/Makefile.in2
-rw-r--r--hl/fortran/src/Makefile.in2
-rw-r--r--hl/fortran/test/Makefile.in2
-rw-r--r--hl/src/Makefile.in2
-rw-r--r--hl/test/Makefile.in2
-rw-r--r--hl/tools/Makefile.in2
-rw-r--r--hl/tools/gif2h5/Makefile.in2
14 files changed, 14 insertions, 14 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in
index 813ff7c..d4c80f0 100755
--- a/hl/Makefile.in
+++ b/hl/Makefile.in
@@ -313,7 +313,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -362,6 +361,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in
index aa8b09f..e6b44e4 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -309,7 +309,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -358,6 +357,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/c++/examples/Makefile.in b/hl/c++/examples/Makefile.in
index 96d1295..ddafd2e 100644
--- a/hl/c++/examples/Makefile.in
+++ b/hl/c++/examples/Makefile.in
@@ -275,7 +275,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -324,6 +323,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index eb5578e..ada68a2 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -321,7 +321,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -370,6 +369,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/c++/test/Makefile.in b/hl/c++/test/Makefile.in
index a60c1d1..734efb2 100644
--- a/hl/c++/test/Makefile.in
+++ b/hl/c++/test/Makefile.in
@@ -295,7 +295,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -344,6 +343,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/examples/Makefile.in b/hl/examples/Makefile.in
index 84c8ff8..8feae97 100644
--- a/hl/examples/Makefile.in
+++ b/hl/examples/Makefile.in
@@ -275,7 +275,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -324,6 +323,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/fortran/Makefile.in b/hl/fortran/Makefile.in
index 6880e2b..5ebee9a 100644
--- a/hl/fortran/Makefile.in
+++ b/hl/fortran/Makefile.in
@@ -313,7 +313,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -362,6 +361,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in
index d740faa..ceabd52 100644
--- a/hl/fortran/examples/Makefile.in
+++ b/hl/fortran/examples/Makefile.in
@@ -276,7 +276,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -325,6 +324,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 445adbf..dd11bc5 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -330,7 +330,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -379,6 +378,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/fortran/test/Makefile.in b/hl/fortran/test/Makefile.in
index 59653c9..bad92eab 100644
--- a/hl/fortran/test/Makefile.in
+++ b/hl/fortran/test/Makefile.in
@@ -304,7 +304,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -353,6 +352,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index 1cdc0bb..9e47f67 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -321,7 +321,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -370,6 +369,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in
index 8172fd2..d09b51d 100644
--- a/hl/test/Makefile.in
+++ b/hl/test/Makefile.in
@@ -325,7 +325,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -374,6 +373,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in
index 1274306..e90f292 100644
--- a/hl/tools/Makefile.in
+++ b/hl/tools/Makefile.in
@@ -310,7 +310,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -359,6 +358,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.
diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in
index c27561e..e9cb214 100644
--- a/hl/tools/gif2h5/Makefile.in
+++ b/hl/tools/gif2h5/Makefile.in
@@ -310,7 +310,6 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
@@ -359,6 +358,7 @@ H5CC_PP = ${DESTDIR}/$(bindir)/h5pcc
H5FC = ${DESTDIR}/$(bindir)/h5fc
H5FC_PP = ${DESTDIR}/$(bindir)/h5pfc
H5CPP = ${DESTDIR}/$(bindir)/h5c++
+ACLOCAL_AMFLAGS = "-I m4"
# The trace script; this is used on source files from the C library to
# insert tracing macros.