summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-16 15:57:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-16 15:57:37 (GMT)
commit92dc665301127ae5a3e089bd8ecd00ed187a28f9 (patch)
treebd9dbb1a793f2c42d26169962ea3d7c5206a1544 /autogen.sh
parentd90e4acfa7b0d1be202d56441e9912417147af26 (diff)
downloadhdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.zip
hdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.tar.gz
hdf5-92dc665301127ae5a3e089bd8ecd00ed187a28f9.tar.bz2
[svn-r27802] Added an explicit -I m4 to the aclocal line.
The files in the m4 directory were not getting picked up on some platforms. Tested on: jam
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 91d8348..6ad3abe 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -324,7 +324,7 @@ echo
if test -e "${LIBTOOL_DIR}/../share/aclocal" ; then
aclocal_include="-I ${LIBTOOL_DIR}/../share/aclocal"
fi
-aclocal_cmd="${HDF5_ACLOCAL} --force ${aclocal_include}"
+aclocal_cmd="${HDF5_ACLOCAL} --force -I m4 ${aclocal_include}"
echo ${aclocal_cmd}
if [ "$verbose" = true ] ; then
${HDF5_ACLOCAL} --version