diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 15:57:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 15:57:37 (GMT) |
commit | 92dc665301127ae5a3e089bd8ecd00ed187a28f9 (patch) | |
tree | bd9dbb1a793f2c42d26169962ea3d7c5206a1544 /autogen.sh | |
parent | d90e4acfa7b0d1be202d56441e9912417147af26 (diff) | |
download | hdf5-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-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |