summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-11-16 20:44:35 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-11-16 20:44:35 (GMT)
commit6b5a918b1e2da1f56d1026704e652a0bc17f1882 (patch)
tree20f4de53a561317c989163c06cbeb05741b2e63e /aclocal.m4
parent8040a0f38168981415a3350bc7baa01a6d6409b8 (diff)
downloadhdf5-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 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0c0b686..8c3b713 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
# 2005 Free Software Foundation, Inc.
@@ -28,7 +28,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
- [AM_AUTOMAKE_VERSION([1.9.5])])
+ [AM_AUTOMAKE_VERSION([1.9.6])])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-