--- gforth/configure.in 1996/09/19 22:17:30 1.23 +++ gforth/configure.in 1996/10/13 19:56:20 1.26 @@ -153,6 +153,10 @@ case "$host_cpu" in #!! direct/indirect threading switch #!! -m486 flag ;; + m68k) + mach_h=m68k + CFLAGS="$CFLAGS -fomit-frame-pointer -traditional-cpp" + ;; mips*) mach_h=mips #link text and data segment into the same 256M region! @@ -176,6 +180,10 @@ dnl Now a little support for DOS/DJGCC AC_SUBST(MAKE_EXE) MAKE_EXE="" +PATHSEP=":" +AC_SUBST(PATHSEP) +AC_DEFINE_UNQUOTED(PATHSEP,'$PATHSEP') + dnl copy commands for systems that don't have links AC_SUBST(LINK_KERNL16L) LINK_KERNL16L="" @@ -218,7 +226,7 @@ dnl This check is just for making later dnl using sin here is no good idea since it is built-into gcc and typechecked AC_CHECK_LIB(m,asin) AC_FUNC_MEMCMP -AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal) +AC_REPLACE_FUNCS(memmove strtoul pow10 strerror strsignal atanh) AC_CHECK_FUNCS(sys_siglist) AC_DECL_SYS_SIGLIST AC_CHECK_FUNC(getopt_long,getopt_long="",getopt_long="getopt.o getopt1.o")