comparison configure.in @ 834:44ce29d8cb7b

[project @ 1994-10-19 18:17:44 by jwe]
author jwe
date Wed, 19 Oct 1994 18:19:16 +0000
parents 3984a1e61ebc
children 821148143e9d
comparison
equal deleted inserted replaced
833:bd2e9171b66a 834:44ce29d8cb7b
19 dnl 19 dnl
20 dnl You should have received a copy of the GNU General Public License 20 dnl You should have received a copy of the GNU General Public License
21 dnl along with Octave; see the file COPYING. If not, write to the Free 21 dnl along with Octave; see the file COPYING. If not, write to the Free
22 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 dnl 23 dnl
24 AC_REVISION($Revision: 1.63 $)dnl 24 AC_REVISION($Revision: 1.64 $)dnl
25 AC_PREREQ(1.122) 25 AC_PREREQ(1.122)
26 AC_INIT(src/octave.cc) 26 AC_INIT(src/octave.cc)
27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h) 27 AC_CONFIG_HEADER(config.h kpathsea/c-auto.h)
28 dnl 28 dnl
29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl 29 AC_DEFINE(OCTAVE_SOURCE, 1)dnl
646 AC_DEFINE(EXCEPTION_IN_MATH, 1), 646 AC_DEFINE(EXCEPTION_IN_MATH, 1),
647 AC_MSG_RESULT(no))dnl 647 AC_MSG_RESULT(no))dnl
648 dnl 648 dnl
649 AC_SUBST(TERMLIBS) 649 AC_SUBST(TERMLIBS)
650 dnl 650 dnl
651 dnl Signal stuff.
652 dnl
653 AC_TYPE_SIGNAL
654 AC_SYS_SIGLIST_DECLARED
655 dnl
651 dnl Define VOID_SIGHANDLER for readline. 656 dnl Define VOID_SIGHANDLER for readline.
652 dnl 657 dnl
653 AC_TYPE_SIGNAL
654 case "$RETSIGTYPE" in 658 case "$RETSIGTYPE" in
655 int) 659 int)
656 ;; 660 ;;
657 *) 661 *)
658 VOID_SIGHANDLER="-DVOID_SIGHANDLER=1" 662 VOID_SIGHANDLER="-DVOID_SIGHANDLER=1"