[svn-r27641] Merge of r27616 from autotools_rework

Replaced AC_CONFIG_HEADER (obsolete macro) with AC_CONFIG_HEADERS
followed by bin/reconfigure (which changed nothing at this time).

Fixes HDFFV-9284

Tested on: jam
This commit is contained in:
Dana Robinson 2015-09-01 01:30:21 -05:00
parent a90e09889d
commit 137f153ba2

View File

@ -29,7 +29,7 @@ AC_PREREQ([2.69])
AC_INIT([HDF5], [1.9.230], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADER([src/H5config.h])
AC_CONFIG_HEADERS([src/H5config.h])
AC_CONFIG_AUX_DIR([bin])
AC_CONFIG_MACRO_DIR([m4])