summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-01-10 21:56:47 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-01-10 21:56:47 (GMT)
commitdc9c387ba2e0279a7e196bfb90637df5d2089aac (patch)
tree1660bbc87fa57e0d4f98a2049929fa4077f76a8e /configure
parentc5c4e70311882501516f8ce15d7c97f0be0ad1d8 (diff)
downloadhdf5-dc9c387ba2e0279a7e196bfb90637df5d2089aac.zip
hdf5-dc9c387ba2e0279a7e196bfb90637df5d2089aac.tar.gz
hdf5-dc9c387ba2e0279a7e196bfb90637df5d2089aac.tar.bz2
[svn-r3266] Purpose:
Name change Description: Changed the names of the testh5toh4 and testh4toh5 scripts to the "canonical" form -- testh4toh5.sh and testh5toh4.sh. Platforms tested: Linux
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f44df01..fb429a3 100755
--- a/configure
+++ b/configure
@@ -4062,10 +4062,10 @@ rm -f confcache
H5TOH4=h5toh4
- TESTH5TOH4='$(srcdir)/testh5toh4'
+ TESTH5TOH4='$(srcdir)/testh5toh4.sh'
H4TOH5=h4toh5
- TESTH4TOH5='$(srcdir)/testh4toh5'
+ TESTH4TOH5='$(srcdir)/testh4toh5.sh'
# Check whether --with-hdf4 or --without-hdf4 was given.
if test "${with_hdf4+set}" = set; then