comparison configure.in @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents 98d0ee053ba4
children 60866c521b92
comparison
equal deleted inserted replaced
3237:737b219ab65a 3238:041ea33fbbf4
19 ### You should have received a copy of the GNU General Public License 19 ### You should have received a copy of the GNU General Public License
20 ### along with Octave; see the file COPYING. If not, write to the Free 20 ### along with Octave; see the file COPYING. If not, write to the Free
21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA 21 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA
22 ### 02111-1307, USA. 22 ### 02111-1307, USA.
23 23
24 AC_REVISION($Revision: 1.315 $) 24 AC_REVISION($Revision: 1.316 $)
25 AC_PREREQ(2.9) 25 AC_PREREQ(2.9)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h) 27 AC_CONFIG_HEADER(config.h)
28 28
29 AC_DEFINE(OCTAVE_SOURCE, 1) 29 AC_DEFINE(OCTAVE_SOURCE, 1)
1174 libcruft/odepack/Makefile libcruft/ordered-qz/Makefile \ 1174 libcruft/odepack/Makefile libcruft/ordered-qz/Makefile \
1175 libcruft/quadpack/Makefile libcruft/ranlib/Makefile \ 1175 libcruft/quadpack/Makefile libcruft/ranlib/Makefile \
1176 libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile \ 1176 libcruft/slatec-fn/Makefile libcruft/slatec-err/Makefile \
1177 libcruft/villad/Makefile) 1177 libcruft/villad/Makefile)
1178 1178
1179 chmod 755 install-octave 1179 AC_OUTPUT_COMMANDS([chmod +x install-octave])
1180 1180
1181 ### Print a summary so that important information isn't missed. 1181 ### Print a summary so that important information isn't missed.
1182 1182
1183 if test -z "$F77"; then 1183 if test -z "$F77"; then
1184 FORT="$F2C $F2CFLAGS" 1184 FORT="$F2C $F2CFLAGS"