summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b799208..2819a55 100644
--- a/configure.in
+++ b/configure.in
@@ -26,7 +26,7 @@ dnl
dnl NOTE: Don't forget to change the version number here when we do a
dnl release!!!
dnl
-AC_INIT([HDF5], [1.9.75-FA_a5], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.9.76-FA_a5], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AM_CONFIG_HEADER([src/H5config.h])
@@ -253,6 +253,9 @@ case $host_os in
aix5.*)
host_os_novers=aix5.x
;;
+ aix6.*)
+ host_os_novers=aix6.x
+ ;;
freebsd*)
host_os_novers=freebsd
;;