diff options
Diffstat (limited to 'c++')
-rwxr-xr-x | c++/configure | 2 | ||||
-rw-r--r-- | c++/configure.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/c++/configure b/c++/configure index 4844ff0..dd30cc1 100755 --- a/c++/configure +++ b/c++/configure @@ -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++ diff --git a/c++/configure.in b/c++/configure.in index ca8f964..aa0ce62 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -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++ |