[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:
Bill Wendling 2003-06-11 15:46:26 -05:00
parent 8879e91363
commit 2f67716abc
2 changed files with 4 additions and 0 deletions

2
c++/configure vendored
View File

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

View File

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