mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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:
parent
c5c4e70311
commit
dc9c387ba2
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
@ -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
2
tools/testh4toh5 → tools/testh4toh5.sh
Normal file → Executable 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
0
tools/testh5toh4 → tools/testh5toh4.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user