summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:14:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:14:03 (GMT)
commite59c147f5d647e1fdec51a96fc5ebe8754c2c73f (patch)
treeab7a36805c986c0385e54181247e602f10b8f143 /configure.in
parent91435585936c2637947c132489599c76932d77e4 (diff)
downloadhdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.zip
hdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.tar.gz
hdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.tar.bz2
[svn-r20521] 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 b8382bc..47ecd32 100644
--- a/configure.in
+++ b/configure.in
@@ -248,14 +248,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