comparison configure.in @ 4360:1d7180ab9df1

[project @ 2003-02-24 02:57:24 by jwe]
author jwe
date Mon, 24 Feb 2003 02:57:24 +0000
parents dfd47756dda7
children 34014c0fb2ce
comparison
equal deleted inserted replaced
4359:77605935a783 4360:1d7180ab9df1
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.417 $) 25 AC_REVISION($Revision: 1.418 $)
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.])
861 861
862 ### See if we should define NPOS. 862 ### See if we should define NPOS.
863 863
864 OCTAVE_STRING_NPOS 864 OCTAVE_STRING_NPOS
865 865
866 ### See if we should use placement delete.
867
868 OCTAVE_PLACEMENT_DELETE
869
866 ### Checks for header files. 870 ### Checks for header files.
867 871
868 AC_HEADER_STDC 872 AC_HEADER_STDC
869 AC_HEADER_DIRENT 873 AC_HEADER_DIRENT
870 AC_HEADER_TIME 874 AC_HEADER_TIME
1394 #endif 1398 #endif
1395 1399
1396 #if defined (__DECCXX) 1400 #if defined (__DECCXX)
1397 #define __USE_STD_IOSTREAM 1401 #define __USE_STD_IOSTREAM
1398 #endif 1402 #endif
1399
1400 #if defined (__GNUG__) && __GNUC__ >= 3 && __GNUC_MINOR__ >= 2
1401 #define HAVE_PLACEMENT_DELETE 1
1402 #endif
1403 ]) 1403 ])
1404 1404
1405 ### Do the substitutions in all the Makefiles. 1405 ### Do the substitutions in all the Makefiles.
1406 1406
1407 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \ 1407 AC_CONFIG_FILES([Makefile octMakefile Makeconf install-octave \