[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
This commit is contained in:
Bill Wendling 2001-01-10 16:56:47 -05:00
parent c5c4e70311
commit dc9c387ba2
4 changed files with 5 additions and 5 deletions

4
configure vendored
View File

@ -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

View File

@ -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

2
tools/testh4toh5 → tools/testh4toh5.sh Normal file → Executable file
View File

@ -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.

0
tools/testh5toh4 → tools/testh5toh4.sh Normal file → Executable file
View File