summaryrefslogtreecommitdiffstats
path: root/configure.in
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.in
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.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3d53bfc..b375918 100644
--- a/configure.in
+++ b/configure.in
@@ -516,10 +516,10 @@ dnl cause the later checking of ZLIB componenets to fail too. But in this
dnl case, one can configure again without the optional with-hdf4 option.
dnl
AC_SUBST(H5TOH4) H5TOH4=h5toh4
-AC_SUBST(TESTH5TOH4) TESTH5TOH4='$(srcdir)/testh5toh4'
+AC_SUBST(TESTH5TOH4) TESTH5TOH4='$(srcdir)/testh5toh4.sh'
AC_SUBST(H4TOH5) H4TOH5=h4toh5
-AC_SUBST(TESTH4TOH5) TESTH4TOH5='$(srcdir)/testh4toh5'
+AC_SUBST(TESTH4TOH5) TESTH4TOH5='$(srcdir)/testh4toh5.sh'
AC_ARG_WITH(hdf4,[ --with-hdf4=INC,LIB Use the HDF4 library],,withval=no)
case "$withval" in