summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2015-03-03 05:08:02 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2015-03-03 05:08:02 (GMT)
commit394f6f50bfaeef0a68b7c363db523305aa0882e2 (patch)
treea8f3107b005e099fdd0e3fdaeee2ebda30c56912 /configure.ac
parent690b832ce1de4698a7fbe1f49b3c71d8c0a5fc14 (diff)
downloadhdf5-394f6f50bfaeef0a68b7c363db523305aa0882e2.zip
hdf5-394f6f50bfaeef0a68b7c363db523305aa0882e2.tar.gz
hdf5-394f6f50bfaeef0a68b7c363db523305aa0882e2.tar.bz2
[svn-r26345] Bring revisions #25902 - #25971 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 2 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index e99f5f4..7ae70c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_PREREQ([2.69])
## NOTE: Do not forget to change the version number here when we do a
## release!!!
##
-AC_INIT([HDF5], [1.9.207-swmr0], [help@hdfgroup.org])
+AC_INIT([HDF5], [1.9.210-swmr0], [help@hdfgroup.org])
AC_CONFIG_SRCDIR([src/H5.c])
AC_CONFIG_HEADER([src/H5config.h])
@@ -115,11 +115,7 @@ AM_CFLAGS="${AM_CFLAGS}"
AM_CXXFLAGS="${AM_CXXFLAGS}"
AM_FCFLAGS="${AM_FCFLAGS}"
AM_CPPFLAGS="${AM_CPPFLAGS}"
-if test "x$prefix" = xNONE; then
- AM_LDFLAGS="${AM_LDFLAGS} -L$ac_default_prefix/lib"
-else
- AM_LDFLAGS="$AM_LDFLAGS -L$prefix/lib"
-fi
+AM_LDFLAGS="${AM_LDFLAGS}"
CFLAGS="${CFLAGS}"
CXXFLAGS="${CXXFLAGS}"
FCFLAGS="${FCFLAGS}"