comparison configure.in @ 4513:508238e65af7

[project @ 2003-09-19 21:40:57 by jwe]
author jwe
date Fri, 19 Sep 2003 21:41:21 +0000
parents 53ee020af847
children b570d7825fb9
comparison
equal deleted inserted replaced
4512:b55eaa010770 4513:508238e65af7
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_INIT 24 AC_INIT
25 AC_REVISION($Revision: 1.431 $) 25 AC_REVISION($Revision: 1.432 $)
26 AC_PREREQ(2.52) 26 AC_PREREQ(2.52)
27 AC_CONFIG_SRCDIR([src/octave.cc]) 27 AC_CONFIG_SRCDIR([src/octave.cc])
28 AC_CONFIG_HEADER(config.h) 28 AC_CONFIG_HEADER(config.h)
29 29
30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.]) 30 AC_DEFINE(OCTAVE_SOURCE, 1, [Define if this is Octave.])
1348 1348
1349 #define STATIC_CAST(T, E) (T) (E) 1349 #define STATIC_CAST(T, E) (T) (E)
1350 1350
1351 #define X_CAST(T, E) (T) (E) 1351 #define X_CAST(T, E) (T) (E)
1352 1352
1353 #define HEAVYWEIGHT_INDEXING 1
1354
1355 #if defined(HAVE_F2C) && !defined(F77_FUNC) 1353 #if defined(HAVE_F2C) && !defined(F77_FUNC)
1356 # define F77_FUNC(x,X) x ## _ 1354 # define F77_FUNC(x,X) x ## _
1357 # define F77_FUNC_(x,X) x ## __ 1355 # define F77_FUNC_(x,X) x ## __
1358 #endif 1356 #endif
1359 1357