diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-22 20:14:46 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2002-01-22 20:14:46 (GMT) |
commit | a73450e29dda4619bdb1ddb0358c6fc7ba256fbd (patch) | |
tree | e05623b5bea86fa66c721e83beebcad4924d0cdd /c++/config | |
parent | 702667c9f56b01d56bab7b2bc7249855fa919030 (diff) | |
download | hdf5-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++/config')
-rw-r--r-- | c++/config/commence.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in index 5f0dc05..8efa81b 100644 --- a/c++/config/commence.in +++ b/c++/config/commence.in @@ -40,6 +40,11 @@ includedir=@includedir@ docdir=@exec_prefix@/doc PUB_LIB=$(LIB) +## 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@ + ## Shared libraries LT_STATIC_EXEC=@LT_STATIC_EXEC@ DYNAMIC_DIRS=@DYNAMIC_DIRS@ |