diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-09-10 22:41:44 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-09-10 22:41:44 (GMT) |
commit | 23bc2c0b38b559c950c807f0f0cf3c679f5f4efc (patch) | |
tree | 72fa3af59276c64c5de6de6c50b5ec1355249a8e /m4 | |
parent | 2d9a70085c38816df68a1b2cfce59c05853e3c4a (diff) | |
download | hdf5-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 'm4')
l--------- | m4/libtool.m4 | 1 | ||||
l--------- | m4/ltoptions.m4 | 1 | ||||
l--------- | m4/ltsugar.m4 | 1 | ||||
l--------- | m4/ltversion.m4 | 1 | ||||
l--------- | m4/lt~obsolete.m4 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4 new file mode 120000 index 0000000..62dc499 --- /dev/null +++ b/m4/libtool.m4 @@ -0,0 +1 @@ +/mnt/hdf/packages/libtool/libtool-2.2.10/share/aclocal/libtool.m4
\ No newline at end of file diff --git a/m4/ltoptions.m4 b/m4/ltoptions.m4 new file mode 120000 index 0000000..665f1eb --- /dev/null +++ b/m4/ltoptions.m4 @@ -0,0 +1 @@ +/mnt/hdf/packages/libtool/libtool-2.2.10/share/aclocal/ltoptions.m4
\ No newline at end of file diff --git a/m4/ltsugar.m4 b/m4/ltsugar.m4 new file mode 120000 index 0000000..9d788fe --- /dev/null +++ b/m4/ltsugar.m4 @@ -0,0 +1 @@ +/mnt/hdf/packages/libtool/libtool-2.2.10/share/aclocal/ltsugar.m4
\ No newline at end of file diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 new file mode 120000 index 0000000..1e3a554 --- /dev/null +++ b/m4/ltversion.m4 @@ -0,0 +1 @@ +/mnt/hdf/packages/libtool/libtool-2.2.10/share/aclocal/ltversion.m4
\ No newline at end of file diff --git a/m4/lt~obsolete.m4 b/m4/lt~obsolete.m4 new file mode 120000 index 0000000..3f2ede1 --- /dev/null +++ b/m4/lt~obsolete.m4 @@ -0,0 +1 @@ +/mnt/hdf/packages/libtool/libtool-2.2.10/share/aclocal/lt~obsolete.m4
\ No newline at end of file |