diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-04-13 14:55:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-04-13 14:55:05 (GMT) |
commit | 3dce3d49fd52edbd601ab12632cbca0a547cd3fc (patch) | |
tree | e8377faf0b81a8d9339cf25508d00733a251fd45 /c++/configure.in | |
parent | 112c684fa57a959b51710481e6716755c1f5f666 (diff) | |
download | hdf5-3dce3d49fd52edbd601ab12632cbca0a547cd3fc.zip hdf5-3dce3d49fd52edbd601ab12632cbca0a547cd3fc.tar.gz hdf5-3dce3d49fd52edbd601ab12632cbca0a547cd3fc.tar.bz2 |
[svn-r3807] Purpose:
Portability changes
Description:
Very quick port to Compaq (nee DEC) Alpha OSF5.
Solution:
Added a new "dec-osf5.x" configuration file and changed configure.in
to look for it.
The local test machine is now passing all the tests, except I can't get
the "-L<path>" stuff to work, so tools which depend on the HDF4 library
around tested.
Platforms tested:
Compaq Alpha 5.1 (compaq.ncsa.uiuc.edu)
Diffstat (limited to 'c++/configure.in')
-rw-r--r-- | c++/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/configure.in b/c++/configure.in index 0fd100a..bf2a2e4 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -79,6 +79,9 @@ case "$host_os" in osf4.*) host_os_novers=osf4.x ;; + osf5.*) + host_os_novers=osf5.x + ;; solaris2.*) host_os_novers=solaris2.x ;; |