summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-04-10 20:52:14 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-04-10 20:52:14 (GMT)
commit934d53254405a1fe5b87773d751d64e380470557 (patch)
tree3a85e17288ea27176582e83f220ad61d18e11bd4 /src/H5config.h.in
parent19077b27d0885b9414a41e75cf7f5f151665e2ad (diff)
downloadhdf5-934d53254405a1fe5b87773d751d64e380470557.zip
hdf5-934d53254405a1fe5b87773d751d64e380470557.tar.gz
hdf5-934d53254405a1fe5b87773d751d64e380470557.tar.bz2
[svn-r14824] Purpose: Updating HDF5 1.8 to use automake 1.10.1 and libtool 2.2
Description: Updated bin/reconfigure script to reflect the new versions of libtool and automake in the /home1/packages/ directory. Rearranged configure.in script. For some reason, when using libtool 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, tg-login
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