diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-12 00:04:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 00:04:09 (GMT) |
commit | 2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1 (patch) | |
tree | 62abfc34376eb59d9940f15bf01edcdeb79941bb | |
parent | 909dcc420d046e8f47fc4d029cdae4c8dbdc9678 (diff) | |
download | hdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.zip hdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.tar.gz hdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.tar.bz2 |
Bump Autoconf version to 2.71 (#2944)
Required for building with Intel's oneAPI
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1675bee..88bad6f 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ ## ---------------------------------------------------------------------- ## Initialize configure. ## -AC_PREREQ([2.69]) +AC_PREREQ([2.71]) ## AC_INIT takes the name of the package, the version number, and an ## email address to report bugs. AC_CONFIG_SRCDIR takes a unique file |