mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r7025] Purpose:
Bug Fix Description: On Kelgia, the h5c++ script file needs to be explicitly chmod'ed to executable. Solution: Placed this at the end of the configure script (just like in the other configure scripts). Platforms tested: Kelgia (Very small fix...only needed to test it on one platform). Misc. update:
This commit is contained in:
parent
8879e91363
commit
2f67716abc
2
c++/configure
vendored
2
c++/configure
vendored
@ -11100,3 +11100,5 @@ fi
|
||||
no_create=$saved_no_create
|
||||
|
||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
||||
|
||||
chmod 755 src/h5c++
|
||||
|
@ -808,3 +808,5 @@ no_create=$saved_no_create
|
||||
|
||||
dnl Finally the makefiles
|
||||
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
|
||||
|
||||
chmod 755 src/h5c++
|
||||
|
Loading…
x
Reference in New Issue
Block a user