summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-09-16 21:26:17 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-09-16 21:26:17 (GMT)
commitae2a313b5ba03538120f5ebd6512096e509a3ae0 (patch)
tree4a8839579a705684513083f1932bea74b9543a2c /configure.in
parentb656c90c8a86eb7cb2d14baaadcc23fd8f22fbad (diff)
downloadhdf5-ae2a313b5ba03538120f5ebd6512096e509a3ae0.zip
hdf5-ae2a313b5ba03538120f5ebd6512096e509a3ae0.tar.gz
hdf5-ae2a313b5ba03538120f5ebd6512096e509a3ae0.tar.bz2
[svn-r11421] Purpose:
Feature Description: Added H5_CFLAGS, etc. to 1.7 branch. Now compilation flags can be put in H5_*FLAGS and they'll be used when building hdf5 but not in h5cc. Platforms tested: mir, sleipnir, modi4 Misc. update:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index a5ee50c..21efe50 100644
--- a/configure.in
+++ b/configure.in
@@ -74,6 +74,13 @@ esac
AC_CANONICAL_HOST
AC_SUBST([CPPFLAGS])
+dnl H5_CFLAGS (and company) are for CFLAGS that should be used on HDF5, but
+dnl not exported to h5cc (or h5fc, etc.)
+AC_SUBST([H5_CFLAGS])
+AC_SUBST([H5_CPPFLAGS])
+AC_SUBST([H5_FFLAGS])
+AC_SUBST([H5_CXXFLAGS])
+
dnl Different compilers may need default libraries. They are specified in
dnl the config/* files, so we put this statement here so that it'll be
dnl set by the code which follows...