mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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.
This commit is contained in:
parent
25b96dc712
commit
0773699692
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user