diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-10-03 22:41:34 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-10-03 22:41:34 (GMT) |
commit | e5f0444b3a3d2afd7c13c57d76248141b93f1121 (patch) | |
tree | d84f5183fe9d79237682019063d14083eeb20756 /hl/tools | |
parent | d2019d7c50896481df5e242e111508d18350f3ff (diff) | |
download | hdf5-e5f0444b3a3d2afd7c13c57d76248141b93f1121.zip hdf5-e5f0444b3a3d2afd7c13c57d76248141b93f1121.tar.gz hdf5-e5f0444b3a3d2afd7c13c57d76248141b93f1121.tar.bz2 |
[svn-r12715] Incorporated a user-submitted patch to better detect the 'tr' utility
and quote its arguments. Also checks for the 'socket' library on
Solaris.
If this patch passes the Daily Tests and makes the user happy, I'll
port it back to the 1.6 branch.
Tested on mir and sol.
Diffstat (limited to 'hl/tools')
-rw-r--r-- | hl/tools/Makefile.in | 1 | ||||
-rw-r--r-- | hl/tools/gif2h5/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hl/tools/Makefile.in b/hl/tools/Makefile.in index 0a314a8..caa2d86 100644 --- a/hl/tools/Makefile.in +++ b/hl/tools/Makefile.in @@ -206,6 +206,7 @@ SIZE_T = @SIZE_T@ STATIC_SHARED = @STATIC_SHARED@ STRIP = @STRIP@ TESTPARALLEL = @TESTPARALLEL@ +TR = @TR@ TRACE_API = @TRACE_API@ USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@ USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@ diff --git a/hl/tools/gif2h5/Makefile.in b/hl/tools/gif2h5/Makefile.in index 79526bb..87867ae 100644 --- a/hl/tools/gif2h5/Makefile.in +++ b/hl/tools/gif2h5/Makefile.in @@ -232,6 +232,7 @@ SIZE_T = @SIZE_T@ STATIC_SHARED = @STATIC_SHARED@ STRIP = @STRIP@ TESTPARALLEL = @TESTPARALLEL@ +TR = @TR@ TRACE_API = @TRACE_API@ USE_FILTER_DEFLATE = @USE_FILTER_DEFLATE@ USE_FILTER_FLETCHER32 = @USE_FILTER_FLETCHER32@ |