[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 973137e6177eb1e5b288b0fa50b08609aa0148c5
Author: adb014 <adb014 at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Wed Mar 7 20:20:50 2007 +0000

    Conditional build of configure file
    
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@3404 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/src/autogen.sh b/src/autogen.sh
index 330237f..cf43ced 100755
--- a/src/autogen.sh
+++ b/src/autogen.sh
@@ -17,4 +17,10 @@ find . -name NOINSTALL -print    # shows which toolboxes won't be installed
 ])
 EOF
 
-autoconf && rm -f configure.in
+autoconf configure.in > configure.tmp
+if diff configure.tmp configure >& /dev/null; then
+  rm -f configure.tmp;
+else
+  mv -f configure.tmp configure
+fi
+rm -f configure.in

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list