diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-11-16 20:44:35 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-11-16 20:44:35 (GMT) |
commit | 6b5a918b1e2da1f56d1026704e652a0bc17f1882 (patch) | |
tree | 20f4de53a561317c989163c06cbeb05741b2e63e /tools/misc/Makefile.in | |
parent | 8040a0f38168981415a3350bc7baa01a6d6409b8 (diff) | |
download | hdf5-6b5a918b1e2da1f56d1026704e652a0bc17f1882.zip hdf5-6b5a918b1e2da1f56d1026704e652a0bc17f1882.tar.gz hdf5-6b5a918b1e2da1f56d1026704e652a0bc17f1882.tar.bz2 |
[svn-r12929] Hopefully this really is a fix for the tg-login errors.
The version of libtool used by HDF5 isn't directly affected by the reconfigure
script; instead, libtoolize --force must be used by hand. Libtool was the
source of the problem, so rolling its version back to 1.5.14 should solve the
issue (at least temporarily).
Reconfigure should still work on both heping and kagiso.
Tested on heping, kagiso, and tg-login3.
Diffstat (limited to 'tools/misc/Makefile.in')
-rw-r--r-- | tools/misc/Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index 4919ba6..fab6331 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.9.5 from Makefile.am. +# Makefile.in generated by automake 1.9.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -31,8 +31,6 @@ # -SOURCES = h5debug.c h5repart.c h5repart_gentest.c h5stat.c repart_test.c - srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ |