summaryrefslogtreecommitdiffstats
path: root/c++/examples
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-01-22 20:14:46 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-01-22 20:14:46 (GMT)
commita73450e29dda4619bdb1ddb0358c6fc7ba256fbd (patch)
treee05623b5bea86fa66c721e83beebcad4924d0cdd /c++/examples
parent702667c9f56b01d56bab7b2bc7249855fa919030 (diff)
downloadhdf5-a73450e29dda4619bdb1ddb0358c6fc7ba256fbd.zip
hdf5-a73450e29dda4619bdb1ddb0358c6fc7ba256fbd.tar.gz
hdf5-a73450e29dda4619bdb1ddb0358c6fc7ba256fbd.tar.bz2
[svn-r4849]
Purpose: Fix fix Description: Moved Binh-Minh's fix of the lack of support for C++ in libtool by adding the DEFAULT_LIBS macro into the configure.in and config/commence.in files. Solution: Put it into the configure.in and commence.in files. Reran autoconf.
Diffstat (limited to 'c++/examples')
-rw-r--r--c++/examples/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in
index 281ccb9..2158854 100644
--- a/c++/examples/Makefile.in
+++ b/c++/examples/Makefile.in
@@ -16,11 +16,6 @@ EXAMPLEDIR=$(docdir)/hdf5/examples/c++
hdf5_srcdir=$(top_srcdir)/src
hdf5_builddir=$(top_builddir)/src
-## Obtain default library; the current version of libtool does not fully
-## support C++ yet, and it does not know which default library to find.
-## With libtool 1.5, this support can be removed. - BMR - Jan, 2002
-DEFAULT_LIBS=@DEFAULT_LIBS@
-
## Add include directory to the cpp preprocessor flags
CPPFLAGS=-I. -I../src -I$(srcdir)/../src -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@