From 3207f0a969713d21a7a97c4b9ba0b3f286c0e85d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 16 Jun 2000 13:05:19 +0000 Subject: Patch from James Housley to address FreeBSD 4.x build issues. --- aclocal/canonical-host.m4 | 2 +- aclocal/canonical-target-name.m4 | 2 +- aclocal/enable-itron.m4 | 2 +- aclocal/enable-posix.m4 | 2 +- aclocal/rtems-top.m4 | 1 + 5 files changed, 5 insertions(+), 4 deletions(-) (limited to 'aclocal') diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4 index de695c9de2..99b5fb07da 100644 --- a/aclocal/canonical-host.m4 +++ b/aclocal/canonical-host.m4 @@ -10,7 +10,7 @@ case "${target}" in i[34567]86-*linux*) # unix "simulator" port RTEMS_HOST=Linux ;; - i[34567]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd*) # unix "simulator" port RTEMS_HOST=FreeBSD ;; i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :) diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4 index be7e650a95..53d1a2962c 100644 --- a/aclocal/canonical-target-name.m4 +++ b/aclocal/canonical-target-name.m4 @@ -18,7 +18,7 @@ case "${target}" in i[34567]86-*linux*) # unix "simulator" port RTEMS_CPU=unix ;; - i[34567]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd*) # unix "simulator" port RTEMS_CPU=unix ;; i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :) diff --git a/aclocal/enable-itron.m4 b/aclocal/enable-itron.m4 index 7670c4e4b0..bb622079e9 100644 --- a/aclocal/enable-itron.m4 +++ b/aclocal/enable-itron.m4 @@ -18,7 +18,7 @@ case "${target}" in i[34567]86-pc-linux*) # unix "simulator" port RTEMS_HAS_ITRON_API=no ;; - i[34567]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd*) # unix "simulator" port RTEMS_HAS_ITRON_API=no ;; no_cpu-*rtems*) diff --git a/aclocal/enable-posix.m4 b/aclocal/enable-posix.m4 index 386ae31e5b..bbf2889b63 100644 --- a/aclocal/enable-posix.m4 +++ b/aclocal/enable-posix.m4 @@ -18,7 +18,7 @@ case "${target}" in i[34567]86-pc-linux*) # unix "simulator" port RTEMS_HAS_POSIX_API=no ;; - i[34567]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd*) # unix "simulator" port RTEMS_HAS_POSIX_API=no ;; no_cpu-*rtems*) diff --git a/aclocal/rtems-top.m4 b/aclocal/rtems-top.m4 index 0bf57da6d7..bea4e79912 100644 --- a/aclocal/rtems-top.m4 +++ b/aclocal/rtems-top.m4 @@ -7,6 +7,7 @@ dnl $1 .. relative path from this configure.in to the toplevel configure.in dnl AC_DEFUN(RTEMS_TOP, [dnl +AC_CHECK_PROGS(MAKE, gmake make) AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl -- cgit v1.2.3