summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:10:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:10:47 (GMT)
commite1ed6bb771ad03d584b465036dba79cbad2254c5 (patch)
treeea7f34e9528fd9c6bf56eca9819714425d499382 /configure.in
parente23baa900985e4c31b449700911e5a22017731a3 (diff)
downloadhdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.zip
hdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.tar.gz
hdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.tar.bz2
[svn-r20520] Removed ibm-aix6.x file which just sourced ibm-aix file. Removed code in
configure.in that tried to distinguish different versions of AIX. This is no longer needed. Tested: NCSA Blue-print. No h5committest since this affected AIX system only.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 42b552f..b42dd59 100644
--- a/configure.in
+++ b/configure.in
@@ -249,14 +249,8 @@ dnl
dnl If the `OS' ends with a version number then remove it. For instance,
dnl `freebsd3.1' would become `freebsd'
case $host_os in
- aix4.*)
- host_os_novers=aix4.x
- ;;
- aix5.*)
- host_os_novers=aix5.x
- ;;
- aix6.*)
- host_os_novers=aix6.x
+ aix*)
+ host_os_novers=aix
;;
freebsd*)
host_os_novers=freebsd