--- gforth/configure.in 2000/07/27 09:32:01 1.70 +++ gforth/configure.in 2000/09/23 15:05:58 1.73 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -#Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000 Free Software Foundation, Inc. #This file is part of Gforth. @@ -218,6 +218,9 @@ case "$host_cpu" in AC_DEFINE(DIRECT_THREADED) fi ;; + ia64*) + machine=ia64 + ;; m68k) machine=m68k CFLAGS="$CFLAGS -fomit-frame-pointer" @@ -343,7 +346,7 @@ then AC_FUNC_MEMCMP fi AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal atanh) -AC_CHECK_FUNCS(dlopen sys_siglist) +AC_CHECK_FUNCS(dlopen sys_siglist getrusage) AC_DECL_SYS_SIGLIST AC_CHECK_FUNC(getopt_long,true,LIBOBJS="$LIBOBJS getopt.o getopt1.o") AC_CHECK_FUNCS(rint expm1 log1p)