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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 16526 2009-03-02 01:52:02Z hdftest . +# From configure.in Id: configure.in 16555 2009-03-09 17:53:01Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for HDF5 1.8.2-post8. # |