diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-03-10 21:07:50 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2009-03-10 21:07:50 (GMT) |
commit | ddf384fb35052913970bcabd7b247f4280be08fc (patch) | |
tree | 225475504d9744e545f391d16f19c16c2565149e /config | |
parent | 1b0e131cc415a72269cdcb8f93669c7e94412ced (diff) | |
download | hdf5-ddf384fb35052913970bcabd7b247f4280be08fc.zip hdf5-ddf384fb35052913970bcabd7b247f4280be08fc.tar.gz hdf5-ddf384fb35052913970bcabd7b247f4280be08fc.tar.bz2 |
[svn-r16562] Purpose:
Bug Fix
Description:
Fixing BZ #1381. The --includedir=DIR configure option, which is used to
spceify installation location of C header files, did not work correctly as
the path was hard-coded into config/commence.am. I'm presuming this is
because an older version of automake didn't know where to put C header
files. In any case, removing this line now defaults the includedir to the
same directory that it is currently hard-coded to, and also fixes the
configure flag which allows for customization of this value.
Tested:
jam, liberty
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/commence.am b/config/commence.am index e1cd2bb..e5e4de9 100644 --- a/config/commence.am +++ b/config/commence.am @@ -43,7 +43,6 @@ LIBH5F_HL=$(top_builddir)/hl/fortran/src/libhdf5hl_fortran.la LIBH5CPP_HL=$(top_builddir)/hl/c++/src/libhdf5_hl_cpp.la # Install directories that automake doesn't know about -includedir = $(exec_prefix)/include docdir = $(exec_prefix)/doc # Scripts used to build examples |