Mercurial > hg > octave-avbm
comparison configure.in @ 4153:6b96ce9f5743
[project @ 2002-11-06 20:38:49 by jwe]
author | jwe |
---|---|
date | Wed, 06 Nov 2002 20:38:50 +0000 |
parents | b38835ea3c6e |
children | ce74e9fa296b |
comparison
equal
deleted
inserted
replaced
4152:f14251d33b01 | 4153:6b96ce9f5743 |
---|---|
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.384 $) | 25 AC_REVISION($Revision: 1.385 $) |
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.]) |
1306 | 1306 |
1307 /* Define if we expect to have <windows.h>, Sleep, etc. */ | 1307 /* Define if we expect to have <windows.h>, Sleep, etc. */ |
1308 #if defined (__WIN32__) && ! defined (__CYGWIN__) | 1308 #if defined (__WIN32__) && ! defined (__CYGWIN__) |
1309 #define OCTAVE_USE_WINDOWS_API 1 | 1309 #define OCTAVE_USE_WINDOWS_API 1 |
1310 #endif | 1310 #endif |
1311 | |
1312 #define USE_EXCEPTIONS_FOR_INTERRUPTS 1 | |
1311 ]) | 1313 ]) |
1312 | 1314 |
1313 ### Do the substitutions in all the Makefiles. | 1315 ### Do the substitutions in all the Makefiles. |
1314 | 1316 |
1315 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \ | 1317 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \ |