summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-12 00:04:09 (GMT)
committerGitHub <noreply@github.com>2023-05-12 00:04:09 (GMT)
commit2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1 (patch)
tree62abfc34376eb59d9940f15bf01edcdeb79941bb /configure.ac
parent909dcc420d046e8f47fc4d029cdae4c8dbdc9678 (diff)
downloadhdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.zip
hdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.tar.gz
hdf5-2a2c2d9ebea6e4a7b5464b54ae412e5dd659eed1.tar.bz2
Bump Autoconf version to 2.71 (#2944)
Required for building with Intel's oneAPI
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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