summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog15
-rw-r--r--cpukit/aclocal/canonicalize-tools.m42
-rw-r--r--cpukit/aclocal/check-itron.m42
-rw-r--r--cpukit/aclocal/check-multiprocessing.m42
-rw-r--r--cpukit/aclocal/check-newlib.m42
-rw-r--r--cpukit/aclocal/check-posix.m44
-rw-r--r--cpukit/aclocal/check-rtems-debug.m42
-rw-r--r--cpukit/aclocal/check-tool.m42
-rw-r--r--cpukit/aclocal/enable-bare.m42
-rw-r--r--cpukit/aclocal/enable-inlines.m42
-rw-r--r--cpukit/aclocal/enable-itron.m42
-rw-r--r--cpukit/aclocal/enable-multiprocessing.m42
-rw-r--r--cpukit/aclocal/enable-networking.m42
-rw-r--r--cpukit/aclocal/enable-posix.m42
-rw-r--r--cpukit/aclocal/enable-rtems-debug.m42
-rw-r--r--cpukit/aclocal/env-rtemscpu.m42
-rw-r--r--cpukit/aclocal/gcc-isystem.m42
-rw-r--r--cpukit/aclocal/gcc-pipe.m42
-rw-r--r--cpukit/aclocal/multi.m42
-rw-r--r--cpukit/aclocal/multilib.m42
-rw-r--r--cpukit/aclocal/prog-cc.m44
-rw-r--r--cpukit/aclocal/rtems-top.m42
-rw-r--r--cpukit/aclocal/sysv-ipc.m410
23 files changed, 43 insertions, 28 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 366f98b98f..74aba2910a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,18 @@
+2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/canonicalize-tools.m4, aclocal/check-itron.m4,
+ aclocal/check-multiprocessing.m4, aclocal/check-newlib.m4,
+ aclocal/check-posix.m4, aclocal/check-rtems-debug.m4,
+ aclocal/check-tool.m4, aclocal/enable-bare.m4,
+ aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
+ aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
+ aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4,
+ aclocal/env-rtemscpu.m4, aclocal/gcc-isystem.m4,
+ aclocal/gcc-pipe.m4, aclocal/multi.m4,
+ aclocal/multilib.m4, aclocal/prog-cc.m4,
+ aclocal/rtems-top.m4, aclocal/sysv-ipc.m4:
+ Fix underquoting to silence automake-1.8.
+
2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_INLINES instead of USE_INLINES.
diff --git a/cpukit/aclocal/canonicalize-tools.m4 b/cpukit/aclocal/canonicalize-tools.m4
index 93ed2e7d2a..540c9a4c29 100644
--- a/cpukit/aclocal/canonicalize-tools.m4
+++ b/cpukit/aclocal/canonicalize-tools.m4
@@ -4,7 +4,7 @@ dnl
dnl Set target tools
dnl
-AC_DEFUN(RTEMS_CANONICALIZE_TOOLS,
+AC_DEFUN([RTEMS_CANONICALIZE_TOOLS],
[AC_REQUIRE([RTEMS_PROG_CC])dnl
dnl FIXME: What shall be done if these tools are not available?
diff --git a/cpukit/aclocal/check-itron.m4 b/cpukit/aclocal/check-itron.m4
index d9afe3357d..75e2134276 100644
--- a/cpukit/aclocal/check-itron.m4
+++ b/cpukit/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
diff --git a/cpukit/aclocal/check-multiprocessing.m4 b/cpukit/aclocal/check-multiprocessing.m4
index 5e3ebedde7..19eb48f80c 100644
--- a/cpukit/aclocal/check-multiprocessing.m4
+++ b/cpukit/aclocal/check-multiprocessing.m4
@@ -12,7 +12,7 @@ AS_IF([test "$enable_multiprocessing" = "yes"],
[HAS_MP="no"])
])
-AC_DEFUN(RTEMS_DEFINE_MULTIPROCESSING,
+AC_DEFUN([RTEMS_DEFINE_MULTIPROCESSING],
[AC_REQUIRE([RTEMS_CHECK_MULTIPROCESSING])dnl
if test x"${HAS_MP}" = x"yes";
then
diff --git a/cpukit/aclocal/check-newlib.m4 b/cpukit/aclocal/check-newlib.m4
index e80755d462..bbf5f68dc2 100644
--- a/cpukit/aclocal/check-newlib.m4
+++ b/cpukit/aclocal/check-newlib.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_CHECK_NEWLIB,
+AC_DEFUN([RTEMS_CHECK_NEWLIB],
[dnl
AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET])dnl
AC_REQUIRE([RTEMS_CANONICALIZE_TOOLS])dnl
diff --git a/cpukit/aclocal/check-posix.m4 b/cpukit/aclocal/check-posix.m4
index bcb7f3c728..9c66a78118 100644
--- a/cpukit/aclocal/check-posix.m4
+++ b/cpukit/aclocal/check-posix.m4
@@ -1,6 +1,6 @@
dnl $Id$
dnl
-AC_DEFUN(RTEMS_CHECK_POSIX_API,
+AC_DEFUN([RTEMS_CHECK_POSIX_API],
[dnl
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])dnl
AC_REQUIRE([RTEMS_ENABLE_POSIX])dnl
@@ -28,7 +28,7 @@ fi
AC_SUBST(HAS_POSIX_API)dnl
])
-AC_DEFUN(RTEMS_DEFINE_POSIX_API,
+AC_DEFUN([RTEMS_DEFINE_POSIX_API],
[AC_REQUIRE([RTEMS_CHECK_POSIX_API])dnl
AS_IF(
[test x"${HAS_POSIX_API}" = x"yes"],
diff --git a/cpukit/aclocal/check-rtems-debug.m4 b/cpukit/aclocal/check-rtems-debug.m4
index 0c25b5d993..d8d1818520 100644
--- a/cpukit/aclocal/check-rtems-debug.m4
+++ b/cpukit/aclocal/check-rtems-debug.m4
@@ -1,6 +1,6 @@
## $Id$
-AC_DEFUN(RTEMS_CHECK_RTEMS_DEBUG,
+AC_DEFUN([RTEMS_CHECK_RTEMS_DEBUG],
[AC_REQUIRE([RTEMS_ENABLE_RTEMS_DEBUG])
AS_IF([test x"${enable_rtems_debug}" = x"yes"]
[AC_DEFINE_UNQUOTED(RTEMS_DEBUG,1,[if RTEMS_DEBUG is enabled])])
diff --git a/cpukit/aclocal/check-tool.m4 b/cpukit/aclocal/check-tool.m4
index 5a91490e74..4c412c074a 100644
--- a/cpukit/aclocal/check-tool.m4
+++ b/cpukit/aclocal/check-tool.m4
@@ -3,7 +3,7 @@ dnl $Id$
## Check for a cross tool, similar to AC_CHECK_TOOL, but do not fall back to
## the un-prefixed version of PROG-TO-CHECK-FOR.
dnl RTEMS_CHECK_TOOL(VARIABLE, PROG-TO-CHECK-FOR[, VALUE-IF-NOT-FOUND [, PATH]])
-AC_DEFUN(RTEMS_CHECK_TOOL,
+AC_DEFUN([RTEMS_CHECK_TOOL],
[
AS_IF([test "x$build_alias" != "x$host_alias"],
[rtems_tool_prefix=${ac_tool_prefix}])
diff --git a/cpukit/aclocal/enable-bare.m4 b/cpukit/aclocal/enable-bare.m4
index 9f739ad8c1..7b9353cb50 100644
--- a/cpukit/aclocal/enable-bare.m4
+++ b/cpukit/aclocal/enable-bare.m4
@@ -1,4 +1,4 @@
-AC_DEFUN(RTEMS_ENABLE_BARE,
+AC_DEFUN([RTEMS_ENABLE_BARE],
[
AC_ARG_ENABLE(bare-cpu-cflags,
AC_HELP_STRING([--enable-bare-cpu-cflags],[specify a particular cpu cflag (bare bsp specific)]),
diff --git a/cpukit/aclocal/enable-inlines.m4 b/cpukit/aclocal/enable-inlines.m4
index 7ef96d84e1..9852005e06 100644
--- a/cpukit/aclocal/enable-inlines.m4
+++ b/cpukit/aclocal/enable-inlines.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENABLE_INLINES,
+AC_DEFUN([RTEMS_ENABLE_INLINES],
[AC_ARG_ENABLE(rtems-inlines,
AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
[case "${enableval}" in
diff --git a/cpukit/aclocal/enable-itron.m4 b/cpukit/aclocal/enable-itron.m4
index e49fa68c9f..a4eff0e8d6 100644
--- a/cpukit/aclocal/enable-itron.m4
+++ b/cpukit/aclocal/enable-itron.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENABLE_ITRON,
+AC_DEFUN([RTEMS_ENABLE_ITRON],
[
## AC_BEFORE([$0], [RTEMS_CHECK_ITRON_API])dnl
diff --git a/cpukit/aclocal/enable-multiprocessing.m4 b/cpukit/aclocal/enable-multiprocessing.m4
index 3a575713a5..13807b4a34 100644
--- a/cpukit/aclocal/enable-multiprocessing.m4
+++ b/cpukit/aclocal/enable-multiprocessing.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENABLE_MULTIPROCESSING,
+AC_DEFUN([RTEMS_ENABLE_MULTIPROCESSING],
[
AC_ARG_ENABLE(multiprocessing,
AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]),
diff --git a/cpukit/aclocal/enable-networking.m4 b/cpukit/aclocal/enable-networking.m4
index 92ea0e0a7f..7f3b01365c 100644
--- a/cpukit/aclocal/enable-networking.m4
+++ b/cpukit/aclocal/enable-networking.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENABLE_NETWORKING,
+AC_DEFUN([RTEMS_ENABLE_NETWORKING],
[
## AC_BEFORE([$0], [RTEMS_CHECK_NETWORKING])dnl
diff --git a/cpukit/aclocal/enable-posix.m4 b/cpukit/aclocal/enable-posix.m4
index 0e0ff92e6e..473b477c41 100644
--- a/cpukit/aclocal/enable-posix.m4
+++ b/cpukit/aclocal/enable-posix.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENABLE_POSIX,
+AC_DEFUN([RTEMS_ENABLE_POSIX],
[
## AC_BEFORE([$0], [RTEMS_CHECK_POSIX_API])dnl
diff --git a/cpukit/aclocal/enable-rtems-debug.m4 b/cpukit/aclocal/enable-rtems-debug.m4
index 47dfb32c4f..2f03a837b6 100644
--- a/cpukit/aclocal/enable-rtems-debug.m4
+++ b/cpukit/aclocal/enable-rtems-debug.m4
@@ -1,6 +1,6 @@
## $Id$
-AC_DEFUN(RTEMS_ENABLE_RTEMS_DEBUG,
+AC_DEFUN([RTEMS_ENABLE_RTEMS_DEBUG],
[
AC_ARG_ENABLE(rtems-debug,
AC_HELP_STRING([--enable-rtems-debug],[enable RTEMS_DEBUG]),
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index 9e888cdacf..f22ea3b25e 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -1,6 +1,6 @@
dnl $Id$
-AC_DEFUN(RTEMS_ENV_RTEMSCPU,
+AC_DEFUN([RTEMS_ENV_RTEMSCPU],
[
AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
diff --git a/cpukit/aclocal/gcc-isystem.m4 b/cpukit/aclocal/gcc-isystem.m4
index c230508208..94098cf33c 100644
--- a/cpukit/aclocal/gcc-isystem.m4
+++ b/cpukit/aclocal/gcc-isystem.m4
@@ -4,7 +4,7 @@ dnl
dnl Check whether the gcc accepts -isystem
dnl
-AC_DEFUN(RTEMS_GCC_ISYSTEM,
+AC_DEFUN([RTEMS_GCC_ISYSTEM],
[AC_REQUIRE([RTEMS_PROG_CC])
AC_CACHE_CHECK(whether $CC accepts -isystem,rtems_cv_gcc_isystem,
[
diff --git a/cpukit/aclocal/gcc-pipe.m4 b/cpukit/aclocal/gcc-pipe.m4
index 093ea2edf4..2a04629bb2 100644
--- a/cpukit/aclocal/gcc-pipe.m4
+++ b/cpukit/aclocal/gcc-pipe.m4
@@ -4,7 +4,7 @@ dnl
dnl Check whether the target compiler accepts -pipe
dnl
-AC_DEFUN(RTEMS_GCC_PIPE,
+AC_DEFUN([RTEMS_GCC_PIPE],
[AC_REQUIRE([RTEMS_PROG_CC])
AC_REQUIRE([AC_CANONICAL_HOST])
AC_CACHE_CHECK(whether $CC accepts --pipe,rtems_cv_gcc_pipe,
diff --git a/cpukit/aclocal/multi.m4 b/cpukit/aclocal/multi.m4
index 08d1783dd5..2ba316d837 100644
--- a/cpukit/aclocal/multi.m4
+++ b/cpukit/aclocal/multi.m4
@@ -1,6 +1,6 @@
#serial 99
-AC_DEFUN(AC_ENABLE_MULTILIB,
+AC_DEFUN([AC_ENABLE_MULTILIB],
[
AC_ARG_ENABLE(multilib,
AC_HELP_STRING([--enable-multilib],
diff --git a/cpukit/aclocal/multilib.m4 b/cpukit/aclocal/multilib.m4
index 66896f9ce5..d76c71d26f 100644
--- a/cpukit/aclocal/multilib.m4
+++ b/cpukit/aclocal/multilib.m4
@@ -2,7 +2,7 @@ dnl This provides configure definitions used for multilib support
dnl parts of these macros are derived from newlib-1.8.2's multilib support
-AC_DEFUN(RTEMS_ENABLE_MULTILIB,
+AC_DEFUN([RTEMS_ENABLE_MULTILIB],
[
AC_ARG_ENABLE(multilib,
AC_HELP_STRING([--enable-multilib],
diff --git a/cpukit/aclocal/prog-cc.m4 b/cpukit/aclocal/prog-cc.m4
index 117229bbe4..344081f98c 100644
--- a/cpukit/aclocal/prog-cc.m4
+++ b/cpukit/aclocal/prog-cc.m4
@@ -4,7 +4,7 @@ dnl
dnl Check for target gcc
dnl
-AC_DEFUN(RTEMS_PROG_CC,
+AC_DEFUN([RTEMS_PROG_CC],
[
AC_BEFORE([$0], [AC_PROG_CPP])dnl
AC_BEFORE([$0], [AC_PROG_CC])dnl
@@ -22,7 +22,7 @@ AC_PROG_CPP
AM_CONDITIONAL(RTEMS_USE_GCC,test x"$GCC" = x"yes")
])
-AC_DEFUN(RTEMS_PROG_CC_FOR_TARGET,
+AC_DEFUN([RTEMS_PROG_CC_FOR_TARGET],
[
dnl check target cc
RTEMS_PROG_CC
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index d976455cc6..c762acee65 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -7,7 +7,7 @@ dnl RTEMS_TOP($1)
dnl
dnl $1 .. relative path from this configure.in to the toplevel configure.in
dnl
-AC_DEFUN(RTEMS_TOP,
+AC_DEFUN([RTEMS_TOP],
[dnl
AC_REQUIRE([RTEMS_VERSIONING])
AC_CONFIG_AUX_DIR([$1])
diff --git a/cpukit/aclocal/sysv-ipc.m4 b/cpukit/aclocal/sysv-ipc.m4
index 09585cb3f7..0b263b5f4c 100644
--- a/cpukit/aclocal/sysv-ipc.m4
+++ b/cpukit/aclocal/sysv-ipc.m4
@@ -16,7 +16,7 @@ dnl All of the calls use IPC_PRIVATE, so tests will not unintentionally
dnl modify any existing key sets. See the man pages for semget, shmget,
dnl msgget, semctl, shmctl and msgctl for details.
-AC_DEFUN(RTEMS_UNION_SEMUN,
+AC_DEFUN([RTEMS_UNION_SEMUN],
[
AC_CACHE_CHECK([whether $host defines union semun],
rtems_cv_HAS_UNION_SEMUN,
@@ -30,7 +30,7 @@ if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then
fi
])
-AC_DEFUN(RTEMS_SYSV_SEM,
+AC_DEFUN([RTEMS_SYSV_SEM],
[AC_REQUIRE([AC_PROG_CC])
AC_CACHE_CHECK(whether $host supports System V semaphores,
rtems_cv_sysv_sem,
@@ -61,7 +61,7 @@ int main () {
])
])
-AC_DEFUN(RTEMS_SYSV_SHM,
+AC_DEFUN([RTEMS_SYSV_SHM],
[AC_REQUIRE([AC_PROG_CC])
# AC_REQUIRE([RTEMS_CANONICAL_HOST])
AC_CACHE_CHECK(whether $host supports System V shared memory,
@@ -83,7 +83,7 @@ int main () {
])
])
-AC_DEFUN(RTEMS_SYSV_MSG,
+AC_DEFUN([RTEMS_SYSV_MSG],
[AC_REQUIRE([AC_PROG_CC])
# AC_REQUIRE([RTEMS_CANONICAL_HOST])
AC_CACHE_CHECK(whether $host supports System V messages,
@@ -105,7 +105,7 @@ int main () {
])
])
-AC_DEFUN(RTEMS_CHECK_SYSV_UNIX,
+AC_DEFUN([RTEMS_CHECK_SYSV_UNIX],
[# AC_REQUIRE([RTEMS_CANONICAL_HOST])
if test "$RTEMS_CPU" = "unix" ; then
RTEMS_UNION_SEMUN