summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-01-30 21:23:30 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-01-30 21:23:30 (GMT)
commit077369969266846a92701bc7296749707db6d8f2 (patch)
tree9875a0274d52ba951099007ec1d181bde6c7546b
parent25b96dc712e467b5efe7b166c078e33ed8aef86c (diff)
downloadhdf5-077369969266846a92701bc7296749707db6d8f2.zip
hdf5-077369969266846a92701bc7296749707db6d8f2.tar.gz
hdf5-077369969266846a92701bc7296749707db6d8f2.tar.bz2
[svn-r13225] Purpose: bug fix.
Description: The lone colon test left behind the a.out file. Added a /bin/rm to clean it up. Platform tested: Kagiso only since it is a trivial change.
-rwxr-xr-xconfigure3
-rw-r--r--configure.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index f0facde..ababa68 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Id: configure.in 13208 2007-01-27 17:15:58Z acheng .
+# From configure.in Id: configure.in 13216 2007-01-29 16:58:07Z hdftest .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.60 for HDF5 1.8.0-alpha6snap1.
#
@@ -53911,6 +53911,7 @@ else
chmod 700 conftest.sh
./conftest.sh 2> conftest.out
+ /bin/rm a.out
TEST_OUTPUT=`cat conftest.out`
if test "X$TEST_OUTPUT" = "X"; then
diff --git a/configure.in b/configure.in
index 29e631c..8bcb4b3 100644
--- a/configure.in
+++ b/configure.in
@@ -1876,6 +1876,7 @@ AC_CACHE_CHECK([if lone colon can be used as an argument],
chmod 700 conftest.sh
./conftest.sh 2> conftest.out
+ /bin/rm a.out
TEST_OUTPUT=`cat conftest.out`
if test "X$TEST_OUTPUT" = "X"; then