comparison configure.in @ 4066:47d3baea432d

[project @ 2002-09-26 22:10:06 by jwe]
author jwe
date Thu, 26 Sep 2002 22:10:09 +0000
parents b4fa31442a78
children e97fb79fc1d5
comparison
equal deleted inserted replaced
4065:2550915214e1 4066:47d3baea432d
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.367 $) 25 AC_REVISION($Revision: 1.368 $)
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.])
1234 1234
1235 #define HEAVYWEIGHT_INDEXING 1 1235 #define HEAVYWEIGHT_INDEXING 1
1236 1236
1237 #define WITH_KPATHSEARCH 1 1237 #define WITH_KPATHSEARCH 1
1238 1238
1239 #if defined (__GNUG__)
1240 #define USE_PRAGMA_INTERFACE_IMPLEMENTATION 1
1241 #endif
1242
1243 #if defined(HAVE_F2C) && !defined(F77_FUNC) 1239 #if defined(HAVE_F2C) && !defined(F77_FUNC)
1244 # define F77_FUNC(x,X) x ## _ 1240 # define F77_FUNC(x,X) x ## _
1245 # define F77_FUNC_(x,X) x ## __ 1241 # define F77_FUNC_(x,X) x ## __
1246 #endif 1242 #endif
1247 1243