summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
-rwxr-xr-x[-rw-r--r--]tools/testh4toh5.sh (renamed from tools/testh4toh5)2
-rwxr-xr-x[-rw-r--r--]tools/testh5toh4.sh (renamed from tools/testh5toh4)0
4 files changed, 5 insertions, 5 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
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
diff --git a/tools/testh4toh5 b/tools/testh4toh5.sh
index 1918851..8d14770 100644..100755
--- a/tools/testh4toh5
+++ b/tools/testh4toh5.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 1997 National Center for Supercomputing Applications.
+# Copyright (C) 2001 National Center for Supercomputing Applications.
# All rights reserved.
#
# Test script for the h4toh5 tests.
diff --git a/tools/testh5toh4 b/tools/testh5toh4.sh
index 7e4e0f2..7e4e0f2 100644..100755
--- a/tools/testh5toh4
+++ b/tools/testh5toh4.sh