diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-06-29 21:33:58 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-06-29 21:33:58 (GMT) |
commit | 5011e90f1a6258f8d660ebac39a169c0bb9d1784 (patch) | |
tree | 985f1c2d39efb27beac772cf44ef7cecd7654033 | |
parent | a2b7560aa6fa960b2aecddeab331b2b13d485d4f (diff) | |
parent | 95bbd396ff782fff44baff9b7e9f60ff32344801 (diff) | |
download | hdf5-5011e90f1a6258f8d660ebac39a169c0bb9d1784.zip hdf5-5011e90f1a6258f8d660ebac39a169c0bb9d1784.tar.gz hdf5-5011e90f1a6258f8d660ebac39a169c0bb9d1784.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index dd8d8b1..4595655 100644 --- a/configure.ac +++ b/configure.ac @@ -3343,14 +3343,6 @@ fi ## AM_CONDITIONAL([HAVE_SHARED_CONDITIONAL], [test "X$enable_shared" = "Xyes"]) -## The H5 flags go through multiple rounds of processing, which can introduce -## extra whitespace. Trim this for nicer output in the settings file. -H5_LDFLAGS=$(echo "$H5_LDFLAGS" | awk '$1=$1') -H5_CPPFLAGS=$(echo "$H5_CPPFLAGS" | awk '$1=$1') -H5_CFLAGS=$(echo "$H5_CFLAGS" | awk '$1=$1') -H5_FCFLAGS=$(echo "$H5_FCFLAGS" | awk '$1=$1') -H5_CXXFLAGS=$(echo "$H5_CXXFLAGS" | awk '$1=$1') - AC_CONFIG_FILES([src/libhdf5.settings Makefile src/Makefile |