diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-06-08 16:14:10 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-06-08 16:14:10 (GMT) |
commit | f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9 (patch) | |
tree | eac76009d57f507e654f06600aee28c090e1f368 /config | |
parent | 675c9b0fad649b9f01fdf1e20ac60caae938f72b (diff) | |
download | hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.zip hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.tar.gz hdf5-f1a1ae37ff9376e2709f56f9ed2bad63c7c57ef9.tar.bz2 |
[svn-r1315] Changes since 19990607
----------------------
./configure.in
./configure [REGENERATED]
./src/libhdf5.settings.in [NEW]
./config/conclude.in
./INSTALL
./MANIFEST
A file called `libhdf5.settings' is installed along with the
libraries and it contains a list of various things that might
be of interest to someone using the library (such as what
compiler/options were used and what other libraries might need
to be linked to satisfy external references). We can add more
things as it becomes necessary. Here's a sample...
SUMMARY OF THE HDF5 CONFIGURATION
=================================
HDF5 Version: hdf5-1.1.106
Configured on: Tue Jun 8 11:38:52 EDT 1999
Configured by: matzke@llnl.gov at Spizella Software
Configure mode: development
Host system: i686-pc-linux-gnulibc1
Byte sex: little-endian
Libraries: static, shared
Parallel support: mpicc
Installation point: /usr/local
Compiler: mpicc (egcs-2.91.66)
Compiler switches: -Wall -g
Extra libraries: -lmfhdf -ldf -lz -ljpeg -lm
Archiver: ar
Ranlib: ranlib
Debugged Packages: d,e,f,g,hg,i,mm,o,p,s,v,z
API Tracing: yes
File addresses: large
Diffstat (limited to 'config')
-rw-r--r-- | config/conclude.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/conclude.in b/config/conclude.in index d12b848..8e47c9e 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -62,6 +62,9 @@ install: $(PUB_LIB) $(PUB_HDR) $(PROGS) $(libdir) $(includedir) $(bindir) ($(LT_INSTALL_LIB) $$f $(libdir)/. || exit 1); \ fi; \ done + @if test -f libhdf5.settings; then \ + (set -x; $(INSTALL_DATA) libhdf5.settings $(libdir)/. || exit 1); \ + fi @for f in X $(PUB_HDR); do \ if test $$f != X; then \ if test -f $$f; then \ |