summaryrefslogtreecommitdiffstats
path: root/config/commence.am
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-03-10 21:01:50 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-03-10 21:01:50 (GMT)
commit893b8bffeebb62c318c50b76981ff0d1d8cdf20a (patch)
tree9b4bff4cd61eb02c6d8dc7067c2a09ad29af87a1 /config/commence.am
parentb4ff3e6e79a46fb474eb1786a11a7d2451455111 (diff)
downloadhdf5-893b8bffeebb62c318c50b76981ff0d1d8cdf20a.zip
hdf5-893b8bffeebb62c318c50b76981ff0d1d8cdf20a.tar.gz
hdf5-893b8bffeebb62c318c50b76981ff0d1d8cdf20a.tar.bz2
[svn-r16561] Purpose:
Bug Fix Description: Fixing BZ #1381. The --includedir=DIR configure option, which is used to specify the installation location of C header files, did not work correctly as the path was hard-coded in 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 to allow customization of this value. Tested: jam, liberty
Diffstat (limited to 'config/commence.am')
-rw-r--r--config/commence.am1
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