summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-13 07:22:39 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-13 07:22:39 (GMT)
commita25366cc980695cebe40c2d471bfe5166dcb28a2 (patch)
treef1ace43f51cc534d54018d9921d8d1ec8b708e0a /configure.ac
parentd4a0e3d293596dcd0412c7cc02f18addf44d03d5 (diff)
downloadhdf5-a25366cc980695cebe40c2d471bfe5166dcb28a2.zip
hdf5-a25366cc980695cebe40c2d471bfe5166dcb28a2.tar.gz
hdf5-a25366cc980695cebe40c2d471bfe5166dcb28a2.tar.bz2
Fixed that annoying ar warning about -u being ignored.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d8f3873..50893f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,7 @@ AC_CONFIG_COMMANDS([pubconf], [
AC_CANONICAL_HOST
AC_SUBST([CPPFLAGS])
AC_SUBST([JNIFLAGS])
+AC_SUBST([AR_FLAGS])
## H5_CFLAGS (and company) are for CFLAGS that should be used on HDF5, but
## not exported to h5cc (or h5fc, etc.)
@@ -139,6 +140,7 @@ JNIFLAGS="${JNIFLAGS}"
JAVACFLAGS="${JAVACFLAGS}"
JAVAFLAGS="${JAVAFLAGS}"
LDFLAGS="${LDFLAGS}"
+AR_FLAGS="${AR_FLAGS}"
## Configure may need to alter any of the *FLAGS variables in order for
## various checks to work correctly. Save the user's value here so it