summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:14:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:14:55 +0000
commitd7aabb7c3f1156b72b9cc8d405c363faac64d1c9 (patch)
tree2074cf60d775baa4989ed154104a12fa11c27bf6 /aclocal
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d7aabb7c3f1156b72b9cc8d405c363faac64d1c9.tar.bz2
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/sysv-ipc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/sysv-ipc.m4 b/aclocal/sysv-ipc.m4
index a22e8822c9..5b3fff738a 100644
--- a/aclocal/sysv-ipc.m4
+++ b/aclocal/sysv-ipc.m4
@@ -29,7 +29,7 @@ AC_CACHE_CHECK([whether $host defines union semun],
[rtems_cv_HAS_UNION_SEMUN="no"])
])
if test "$rtems_cv_HAS_UNION_SEMUN" = "yes"; then
- AC_DEFINE(HAS_UNION_SEMUN)
+ AC_DEFINE(HAS_UNION_SEMUN,[1],[if having union semum])
fi
])