summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2002-03-07 20:07:40 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2002-03-07 20:07:40 (GMT)
commitfd5e3d23af50a3f525feae8673691e4dd361d207 (patch)
tree7aabcf0de79244d1b9f888843ccd286e7659cee1 /configure.in
parent867e0c5316e66d36b12b72d858918c9fba312f64 (diff)
downloadhdf5-fd5e3d23af50a3f525feae8673691e4dd361d207.zip
hdf5-fd5e3d23af50a3f525feae8673691e4dd361d207.tar.gz
hdf5-fd5e3d23af50a3f525feae8673691e4dd361d207.tar.bz2
[svn-r5042] Purpose:
Bug Fix Description: Some -I paths weren't included in the h5cc script. That would cause the compiler to fail if it was trying to find gass header files or the like. Solution: Added the CPPFLAGS macro to the h5cc.in file so that it'll be there when it's generated. This will also include some -D options which we compiled the library with, like the LFS flags on Linux. Also changed the configure* files so that it will "chmod" the created h5cc file to 755 (executable) since that wasn't happening all the time... Platforms tested: Linux
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f719e08..003d9b3 100644
--- a/configure.in
+++ b/configure.in
@@ -1887,6 +1887,8 @@ touch ./config/stamp2
# Finally the makefiles
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+chmod 755 tools/misc/h5cc
+
dnl We don't want inline defined for C++ compilers
dnl Don't worry about the C++ ifdef wrappers in the H5pubconf file, since
dnl 'H5_inline' isn't a C++ keyword.