diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-01 08:10:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-01 08:10:00 (GMT) |
commit | 4b36ffe0e2d03c1144de538d6e247b6a1670cbb8 (patch) | |
tree | 206b7868dc4d87d921c2f2bc88778d93f7b3175a | |
parent | 1177a5cbbc4f9281a09bea46e3617a859abccdb3 (diff) | |
download | hdf5-4b36ffe0e2d03c1144de538d6e247b6a1670cbb8.zip hdf5-4b36ffe0e2d03c1144de538d6e247b6a1670cbb8.tar.gz hdf5-4b36ffe0e2d03c1144de538d6e247b6a1670cbb8.tar.bz2 |
[svn-r27645] Updates to older special config files in configure.ac:
- solaris2.x renamed to solaris. There are recent changes to this file
but the "2.x" is misleading since the changes are applied to all
versions.
- Removed support for OSF 4.x/5.x (Digital and Tru64 Unix). We no
longer have the config files for these.
Tested on: jam (autogen.sh only)
emu (Solaris 11)
-rw-r--r-- | config/solaris (renamed from config/solaris2.x) | 0 | ||||
-rw-r--r-- | configure.ac | 10 |
2 files changed, 2 insertions, 8 deletions
diff --git a/config/solaris2.x b/config/solaris index 310c373..310c373 100644 --- a/config/solaris2.x +++ b/config/solaris diff --git a/configure.ac b/configure.ac index 827d34c..ff88830 100644 --- a/configure.ac +++ b/configure.ac @@ -247,14 +247,8 @@ case $host_os in freebsd*) host_os_novers=freebsd ;; - osf4.*) - host_os_novers=osf4.x - ;; - osf5.*) - host_os_novers=osf5.x - ;; - solaris2.*) - host_os_novers=solaris2.x + solaris*) + host_os_novers=solaris ;; *) host_os_novers=$host_os |