From e3368828603fcced2b880969f83fd1a9f72f4050 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 7 Aug 2002 07:48:04 +0000 Subject: 2002-08-07 Ralf Corsepius * configure.ac: Add missing ',' to librpc activation. Add AC_MSG_CHECKING/AC_MSG_RESULT. * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU. --- cpukit/ChangeLog | 6 ++++++ cpukit/aclocal/check-networking.m4 | 2 +- cpukit/configure.ac | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index cb1cae8982..ff8525def2 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2002-08-07 Ralf Corsepius + + * configure.ac: Add missing ',' to librpc activation. + Add AC_MSG_CHECKING/AC_MSG_RESULT. + * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU. + 2002-08-07 Ralf Corsepius * configure.ac: Fix bug in librpc activation, having introduced by diff --git a/cpukit/aclocal/check-networking.m4 b/cpukit/aclocal/check-networking.m4 index db3a0c60d3..8c4fd3c633 100644 --- a/cpukit/aclocal/check-networking.m4 +++ b/cpukit/aclocal/check-networking.m4 @@ -5,7 +5,7 @@ AC_DEFUN(RTEMS_CHECK_NETWORKING, AC_REQUIRE([RTEMS_CHECK_CPU])dnl AC_REQUIRE([RTEMS_ENABLE_NETWORKING])dnl -AC_CACHE_CHECK([whether BSP supports networking], +AC_CACHE_CHECK([whether CPU supports networking], rtems_cv_HAS_NETWORKING, [dnl case "$RTEMS_CPU" in diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 6dd112f780..70e5dc3508 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -70,13 +70,14 @@ AC_CONFIG_SUBDIRS([libfs]) AS_IF([test x"$HAS_NETWORKING" = x"yes"],[ AC_CONFIG_SUBDIRS(libnetworking) ## FIXME: Should better use a feature-based test +AC_MSG_CHECKING([whether CPU supports librpc]) case "$RTEMS_CPU" in c4x ) LIBRPC=no;; or32 ) LIBRPC=no;; * ) LIBRPC=yes;; esac - - AS_IF([test "$LIBRPC" = "yes"] +AC_MSG_RESULT([$LIBRPC]) + AS_IF([test "$LIBRPC" = "yes"], [AC_CONFIG_SUBDIRS([librpc]) ]) ]) -- cgit v1.2.3