Mercurial > hg > octave-lyh
comparison autogen.sh @ 14191:5bb929d8b4f9 stable
maint: ensure edited configure script is executable
* autogen.sh: Set mode of edited configure script to 755.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Tue, 10 Jan 2012 16:43:31 -0500 |
parents | d584f90d2c47 |
children | 000587f92082 |
comparison
equal
deleted
inserted
replaced
14188:053404893d02 | 14191:5bb929d8b4f9 |
---|---|
46 ## FIXME -- we should really work to fix autoconf so that it prefers gfortran | 46 ## FIXME -- we should really work to fix autoconf so that it prefers gfortran |
47 ## over g77 even when searching for a Fortran 77 compiler. | 47 ## over g77 even when searching for a Fortran 77 compiler. |
48 | 48 |
49 echo "replacing all occurrences of g77 with gfortran in configure script..." | 49 echo "replacing all occurrences of g77 with gfortran in configure script..." |
50 | 50 |
51 sed 's/g77/gfortran/g' configure > configure.t && mv configure.t configure | 51 sed 's/g77/gfortran/g' configure > configure.t |
52 mv configure.t configure | |
53 chmod 755 configure |