From e18fd461e16335e60dc88957d20d88f3a804685e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Dec 2003 05:54:16 +0000 Subject: 2003-11-24 Ralf Corsepius * target.cfg.in: Remove RTEMS_USE_MACROS. * Makefile.inc.in: Remove RTEMS_USE_MACROS. * aclocal/enable-inlines.m4: Removed. * configure.ac: Remove RTEMS_ENABLE_INLINES. --- c/src/make/ChangeLog | 5 +++++ c/src/make/aclocal/check-itron.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 126297d428..6134e03063 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,8 @@ +2003-12-02 Ralf Corsepius + + * aclocal/check-itron.m4: + Fix underquoting to silence automake-1.8. + 2003-11-24 Ralf Corsepius * target.cfg.in: Remove RTEMS_USE_MACROS. diff --git a/c/src/make/aclocal/check-itron.m4 b/c/src/make/aclocal/check-itron.m4 index d9afe3357d..75e2134276 100644 --- a/c/src/make/aclocal/check-itron.m4 +++ b/c/src/make/aclocal/check-itron.m4 @@ -28,7 +28,7 @@ fi AC_SUBST(HAS_ITRON_API)dnl ]) -AC_DEFUN(RTEMS_DEFINE_ITRON_API, +AC_DEFUN([RTEMS_DEFINE_ITRON_API], [AC_REQUIRE([RTEMS_CHECK_ITRON_API])dnl if test x"${HAS_ITRON_API}" = x"yes"; then -- cgit v1.2.3