diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-05-26 22:39:49 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-05-26 22:39:49 (GMT) |
commit | 24d02aa0e4a9cb5b8e698cf7261adc5850a861c8 (patch) | |
tree | 5a148a88351d0ae2aa226bef550123c02c3eeeaa /c++ | |
parent | 6649fd04f31660a018c355ab7bf9d9432da398f0 (diff) | |
download | hdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.zip hdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.tar.gz hdf5-24d02aa0e4a9cb5b8e698cf7261adc5850a861c8.tar.bz2 |
[svn-r18909] Updated RELEASE.txt for THG linux and solaris machines.
Added make install error on FREE_BSD (static only) to known problems in RELEASE.txt.
Fixed install-examples issue for CYGWIN.
Added '_' to sed script for solaris version to avoid losing name of compilers.
Tested on amani, jam, and linew with h5committest.
Diffstat (limited to 'c++')
-rw-r--r-- | c++/examples/Makefile.am | 2 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/c++/examples/Makefile.am b/c++/examples/Makefile.am index 8a6a1d6..0ea9291 100644 --- a/c++/examples/Makefile.am +++ b/c++/examples/Makefile.am @@ -39,7 +39,7 @@ chunks.chkexe_: extend_ds.chkexe_ CXX_API=yes # Where to install examples -EXAMPLEDIR=${DESTDIR}/$(exec_prefix)/share/hdf5_examples/c++ +EXAMPLEDIR=${DESTDIR}$(exec_prefix)/share/hdf5_examples/c++ # How to build programs using h5c++ $(EXTRA_PROG): $(H5CPP) diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 202200d..3dad797 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -350,7 +350,7 @@ INSTALL_SCRIPT_FILES = run-c++-ex.sh CXX_API = yes # Where to install examples -EXAMPLEDIR = ${DESTDIR}/$(exec_prefix)/share/hdf5_examples/c++ +EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/c++ # Assume that all tests in this directory are examples, and tell # conclude.am when to build them. |