comparison configure.in @ 6098:70158d7ab8ef

[project @ 2006-10-26 14:51:36 by jwe]
author jwe
date Thu, 26 Oct 2006 14:51:37 +0000
parents 86ee3cc8d8d2
children 8137e2bbd1dd
comparison
equal deleted inserted replaced
6097:d65b53711bb8 6098:70158d7ab8ef
27 27
28 EXTERN_CFLAGS="$CFLAGS" 28 EXTERN_CFLAGS="$CFLAGS"
29 EXTERN_CXXFLAGS="$CXXFLAGS" 29 EXTERN_CXXFLAGS="$CXXFLAGS"
30 30
31 AC_INIT 31 AC_INIT
32 AC_REVISION($Revision: 1.534 $) 32 AC_REVISION($Revision: 1.535 $)
33 AC_PREREQ(2.57) 33 AC_PREREQ(2.57)
34 AC_CONFIG_SRCDIR([src/octave.cc]) 34 AC_CONFIG_SRCDIR([src/octave.cc])
35 AC_CONFIG_HEADER(config.h) 35 AC_CONFIG_HEADER(config.h)
36 36
37 OCTAVE_HOST_TYPE 37 OCTAVE_HOST_TYPE
1570 # include <unistd.h> 1570 # include <unistd.h>
1571 #endif 1571 #endif
1572 ]) 1572 ])
1573 OCTAVE_SIGNAL_CHECK 1573 OCTAVE_SIGNAL_CHECK
1574 OCTAVE_REINSTALL_SIGHANDLERS 1574 OCTAVE_REINSTALL_SIGHANDLERS
1575 if test "$ac_cv_type_signal" = "void"; then
1576 AC_DEFINE(RETSIGTYPE_IS_VOID, 1, [Define if this if RETSIGTYPE is defined to be void. Needed because preprocessor comparisons to void fail on some systems.])
1577 fi
1575 1578
1576 ### A system dependent kluge or two. 1579 ### A system dependent kluge or two.
1577 1580
1578 AC_CHECK_FUNCS(getrusage times) 1581 AC_CHECK_FUNCS(getrusage times)
1579 case "$canonical_host_type" in 1582 case "$canonical_host_type" in