summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-05 18:35:55 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-05 18:35:55 (GMT)
commit5bd2405c11837865b6d7c54e30933dbc0b43c938 (patch)
tree3846aa1cfe5990b95aaf591904c74582d0fec683 /src/H5config.h.in
parente182fc3bb89b465640b6428c15abd57e1b3fd8e6 (diff)
downloadhdf5-5bd2405c11837865b6d7c54e30933dbc0b43c938.zip
hdf5-5bd2405c11837865b6d7c54e30933dbc0b43c938.tar.gz
hdf5-5bd2405c11837865b6d7c54e30933dbc0b43c938.tar.bz2
[svn-r14933] Purpose: Updating HDF5 to use automake 1.10.1 and libtool 2.2.2
Description: Applying update to autotools that was applied to 1.8 a couple of weeks ago to the trunk. Updated bin/reconfigure script to reflect the new versions of libtool and automake in the /home1/packages/ directory. Rearranged configure.in script. When using libtool 2.2.2, the libtool script doesn't generate until later in the configuration process, so I had to move a test that parsed through the libtool script to a point after where it was actually being generated. Ran libtoolize on the project, and ran bin/reconfigure to regenerate configure and Makefile.in's throughout. Tested: kagiso, smirom, linew (h5committest)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 77a3b23..f5265c5 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -418,6 +418,10 @@
values correctly. */
#undef LLONG_TO_LDOUBLE_CORRECT
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
+#undef LT_OBJDIR
+
/* Define if the metadata trace file code is to be compiled in */
#undef METADATA_TRACE_FILE