[svn-r27653] Merge of r27645 from the autotools branch.

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: h5committest
This commit is contained in:
Dana Robinson 2015-09-01 11:12:53 -05:00
parent f72ed2d8dc
commit 099618ad48
4 changed files with 5 additions and 17 deletions

View File

@ -113,7 +113,7 @@
./config/pgi-fflags
./config/pgi-flags
./config/powerpc-ibm-aix5.x
./config/solaris2.x
./config/solaris
./config/x86_64-pc-cygwin
./config/site-specific/BlankForm

10
configure vendored
View File

@ -3956,14 +3956,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

View File

@ -246,14 +246,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