summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/sysv-ipc.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-26 06:56:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-26 06:56:28 +0000
commit863fb4f1a94049539fd30268f3b844462dc46a9a (patch)
tree57b6568fba59d25609cd81a1c6a13f3b3eac2017 /cpukit/aclocal/sysv-ipc.m4
parent2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-863fb4f1a94049539fd30268f3b844462dc46a9a.tar.bz2
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.
Diffstat (limited to 'cpukit/aclocal/sysv-ipc.m4')
-rw-r--r--cpukit/aclocal/sysv-ipc.m410
1 files changed, 5 insertions, 5 deletions
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