Mercurial > hg > octave-avbm
diff configure.in @ 3238:041ea33fbbf4
[project @ 1999-03-26 17:48:16 by jwe]
author | jwe |
---|---|
date | Fri, 26 Mar 1999 17:48:35 +0000 (1999-03-26) |
parents | 98d0ee053ba4 |
children | 60866c521b92 |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA ### 02111-1307, USA. -AC_REVISION($Revision: 1.315 $) +AC_REVISION($Revision: 1.316 $) AC_PREREQ(2.9) AC_INIT(src/octave.cc) AC_CONFIG_HEADER(config.h) @@ -1176,7 +1176,7 @@ libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile \ libcruft/villad/Makefile) -chmod 755 install-octave +AC_OUTPUT_COMMANDS([chmod +x install-octave]) ### Print a summary so that important information isn't missed.