summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-11-10 15:24:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-11-10 15:24:58 (GMT)
commit17ea6aac2008a9e0786c53ffc01acdef5a6b390b (patch)
tree5438fa1ce3904dd3e543e6ea31b722a5a7057a1e
parent94f09655cb2d7ade7a7357d0bfc54c564e7fe744 (diff)
parentea55d4192e14411e3c67facac57bb547b6fc3402 (diff)
downloadhdf5-17ea6aac2008a9e0786c53ffc01acdef5a6b390b.zip
hdf5-17ea6aac2008a9e0786c53ffc01acdef5a6b390b.tar.gz
hdf5-17ea6aac2008a9e0786c53ffc01acdef5a6b390b.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'ea55d4192e14411e3c67facac57bb547b6fc3402': Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warnings about forward-compatibility after tools split.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f61c167..27519ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_CONFIG_MACRO_DIR([m4])
## AM_INIT_AUTOMAKE takes a list of options that should be applied to
## every Makefile.am when automake is run.
-AM_INIT_AUTOMAKE([foreign])
+AM_INIT_AUTOMAKE([foreign subdir-objects])
AM_SILENT_RULES([yes])
## AM_MAINTAINER_MODE turns off "rebuild rules" that contain dependencies