summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2015-02-14 00:24:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2015-02-14 00:24:50 (GMT)
commitd0c224ae188829b96d6ea08bddcf49bb7d3fbe11 (patch)
treefb8b9cc903f37380b01490af19a3c5607f43ff6d /configure
parent7fcba33763465fdf956a6dbf2b666cf28d68b08c (diff)
downloadhdf5-d0c224ae188829b96d6ea08bddcf49bb7d3fbe11.zip
hdf5-d0c224ae188829b96d6ea08bddcf49bb7d3fbe11.tar.gz
hdf5-d0c224ae188829b96d6ea08bddcf49bb7d3fbe11.tar.bz2
[svn-r26173] HDF5-9117: if testing for proper working 'tr' command is needed.
Long time ago, the tr command in some platform does not work properly and this test was added to detect broken tr and abort the configure process. We are not aware of such broken tr command in current systems and decided to retire this test. The setup of ${TR} is still needed as it is used to process DEBUG_PKG. Tested: h5committested plus using "./configure --enable-debug=all" in jam.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index 02682cc..51eb040 100755
--- a/configure
+++ b/configure
@@ -7864,8 +7864,7 @@ fi
## ----------------------------------------------------------------------
-## Check that the tr utility is working properly.
-
+## Set up ${TR} which is used to process DEBUG_PKG.
# Extract the first word of "tr", so it can be a program name with args.
set dummy tr; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -7907,11 +7906,6 @@ fi
-TR_TEST=`echo Test | ${TR} ${as_cr_letters}"," ${as_cr_LETTERS}" "`
-if test "X${TR_TEST}" != "XTEST"; then
- as_fn_error $? "tr program doesn't work" "$LINENO" 5
-fi
-
## ----------------------------------------------------------------------
## Check that time can be used with srcdir. This is okay on most systems,