summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-01 08:10:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-01 08:10:00 (GMT)
commit4b36ffe0e2d03c1144de538d6e247b6a1670cbb8 (patch)
tree206b7868dc4d87d921c2f2bc88778d93f7b3175a /configure.ac
parent1177a5cbbc4f9281a09bea46e3617a859abccdb3 (diff)
downloadhdf5-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)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 2 insertions, 8 deletions
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