From 3959276ec197da8604c03aae2435118b5f02ae19 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 26 Nov 2003 05:32:03 +0000 Subject: 2003-11-26 Ralf Corsepius * aclocal/bsp-alias.m4, aclocal/canonical-target-name.m4, aclocal/check-bsps.m4, aclocal/check-custom-bsp.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rdbg.m4, aclocal/enable-rtems-debug.m4, aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/project-root.m4, aclocal/rtems-top.m4, aclocal/tool-paths.m4, acinclude.m4: Fix underquoting to silence automake-1.8. --- acinclude.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 8764edf4fa..1e93935c2e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -332,7 +332,7 @@ m4_divert_text([DEFAULTS], m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS]) ]) -AC_DEFUN(_RTEMS_BUILD_CONFIG_PREPARE,[ +AC_DEFUN([_RTEMS_BUILD_CONFIG_PREPARE],[ ## # Record the configure arguments in Makefile. m4_ifdef([_RTEMS_BUILD_CONFIGDIRS_LIST], [ @@ -358,7 +358,7 @@ m4_divert_text([DEFAULTS], m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS]) ]) -AC_DEFUN(_RTEMS_HOST_CONFIG_PREPARE,[ +AC_DEFUN([_RTEMS_HOST_CONFIG_PREPARE],[ m4_ifdef([_RTEMS_HOST_CONFIGDIRS_LIST], [ m4_expand_once([_RTEMS_TOOLS([host],[HOST])]) @@ -384,7 +384,7 @@ m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS]) ]) ]) -AC_DEFUN(_RTEMS_TARGET_CONFIG_PREPARE,[ +AC_DEFUN([_RTEMS_TARGET_CONFIG_PREPARE],[ m4_ifdef([_RTEMS_TARGET_CONFIGDIRS_LIST], [ m4_expand_once([_RTEMS_TOOLS([target],[TARGET])]) -- cgit v1.2.3