[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b
adb014
adb014 at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:40:50 UTC 2011
The following commit has been merged in the master branch:
commit 703164dcb929ef89dadae176ff9c0e3f56b7987c
Author: adb014 <adb014 at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date: Tue Mar 20 22:17:58 2007 +0000
Ensure that configure script is executable
git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@3421 416fae20-06d0-4450-9b69-c6c34d4b5f03
diff --git a/src/autogen.sh b/src/autogen.sh
index cf43ced..a659eef 100755
--- a/src/autogen.sh
+++ b/src/autogen.sh
@@ -22,5 +22,6 @@ if diff configure.tmp configure >& /dev/null; then
rm -f configure.tmp;
else
mv -f configure.tmp configure
+ chmod 0755 configure
fi
rm -f configure.in
--
octave-symbolic
More information about the Pkg-octave-commit
mailing list