summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-11-07 15:50:03 (GMT)
committerGitHub <noreply@github.com>2023-11-07 15:50:03 (GMT)
commitec695cf34f7256d7af9bbc2fcf5366da0119fcea (patch)
treefa723a5125fd0981177c8207cf582a39f2ed1430 /configure.ac
parent3c0714797196fe428e1b81f3c7b02149676c54f7 (diff)
downloadhdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.zip
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.gz
hdf5-ec695cf34f7256d7af9bbc2fcf5366da0119fcea.tar.bz2
Renamed h5fuse.sh to h5fuse (#3834)
* provide an alternative to mapfile for older bash
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 44ab43a..30f5d2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4236,10 +4236,10 @@ AC_CONFIG_FILES([Makefile
hl/fortran/examples/Makefile
hl/fortran/examples/run-hlfortran-ex.sh])
-AC_CONFIG_FILES([utils/subfiling_vfd/h5fuse.sh], [chmod +x utils/subfiling_vfd/h5fuse.sh])
+AC_CONFIG_FILES([utils/subfiling_vfd/h5fuse], [chmod +x utils/subfiling_vfd/h5fuse])
if test -n "$TESTPARALLEL"; then
if test "X$SUBFILING_VFD" = "Xyes"; then
- AC_CONFIG_LINKS([testpar/h5fuse.sh:utils/subfiling_vfd/h5fuse.sh])
+ AC_CONFIG_LINKS([testpar/h5fuse:utils/subfiling_vfd/h5fuse])
fi
fi