From 2f67716abca7e072fb934db66400c7cb1627b7f2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 11 Jun 2003 15:46:26 -0500 Subject: [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: --- c++/configure | 2 ++ c++/configure.in | 2 ++ 2 files changed, 4 insertions(+) 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++ -- cgit v0.12