From: mquinson Date: Tue, 23 Jun 2009 11:40:01 +0000 (+0000) Subject: Automatically set the execution bit to the smpi scripts X-Git-Tag: SVN~1312 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e839b5745fba725c23b67f9ae704d9ebd849c8be Automatically set the execution bit to the smpi scripts git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6328 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index c6562d68ea..0f18311f8c 100644 --- a/configure.ac +++ b/configure.ac @@ -576,6 +576,13 @@ AC_CONFIG_FILES([ AC_CONFIG_FILES([ src/smpi/smpicc src/smpi/smpirun +],[ + for file in \ + src/smpi/smpicc \ + src/smpi/smpirun \ + ; do \ + test -e $file && chmod +x $file; \ + done ]) # GRAMINE_CUT_END