comparison configure.in @ 4399:286a3345aa8e

[project @ 2003-05-01 03:00:28 by jwe]
author jwe
date Thu, 01 May 2003 03:00:29 +0000
parents a3020cb1fe0f
children 5cca7b5d6b34
comparison
equal deleted inserted replaced
4398:cd8bf2c6797a 4399:286a3345aa8e
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.426 $) 25 AC_REVISION($Revision: 1.427 $)
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.])
1344 1344
1345 #define X_CAST(T, E) (T) (E) 1345 #define X_CAST(T, E) (T) (E)
1346 1346
1347 #define HEAVYWEIGHT_INDEXING 1 1347 #define HEAVYWEIGHT_INDEXING 1
1348 1348
1349 #define WITH_KPATHSEARCH 1
1350
1351 #if defined(HAVE_F2C) && !defined(F77_FUNC) 1349 #if defined(HAVE_F2C) && !defined(F77_FUNC)
1352 # define F77_FUNC(x,X) x ## _ 1350 # define F77_FUNC(x,X) x ## _
1353 # define F77_FUNC_(x,X) x ## __ 1351 # define F77_FUNC_(x,X) x ## __
1354 #endif 1352 #endif
1355 1353