comparison configure.in @ 4352:80b83de0aa2a

[project @ 2003-02-21 20:01:38 by jwe]
author jwe
date Fri, 21 Feb 2003 20:01:39 +0000
parents a6c22c2c9b09
children ea4b8c35ac9d
comparison
equal deleted inserted replaced
4351:1e7f4405e037 4352:80b83de0aa2a
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.414 $) 25 AC_REVISION($Revision: 1.415 $)
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.])
1386 #endif 1386 #endif
1387 1387
1388 #if defined (__DECCXX) 1388 #if defined (__DECCXX)
1389 #define __USE_STD_IOSTREAM 1389 #define __USE_STD_IOSTREAM
1390 #endif 1390 #endif
1391
1392 #if defined (__GNUG__) && __GNUC__ >= 3 && __GNUC_MINOR__ >= 2
1393 #define HAVE_PLACEMENT_DELETE 1
1394 #endif
1391 ]) 1395 ])
1392 1396
1393 ### Do the substitutions in all the Makefiles. 1397 ### Do the substitutions in all the Makefiles.
1394 1398
1395 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \ 1399 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \