From d7aabb7c3f1156b72b9cc8d405c363faac64d1c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2002 14:14:55 +0000 Subject: 2002-01-23 Ralf Corsepius * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x compatibility. * bootstrap: Let --clean remove texinfo.tex. --- ChangeLog | 6 ++++++ aclocal/sysv-ipc.m4 | 2 +- bootstrap | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3dae8b818..56f9df6444 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-01-23 Ralf Corsepius + + * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x + compatibility. + * bootstrap: Let --clean remove texinfo.tex. + 2002-01-22 Ralf Corsepius * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir. 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 ]) diff --git a/bootstrap b/bootstrap index 8dec6f3f52..50a7dbcad4 100755 --- a/bootstrap +++ b/bootstrap @@ -104,7 +104,8 @@ clean) files=`find . -name 'configure' -print` ; test "$verbose" = "-v" && test -n "$files" && echo "$files" ; for i in $files; do if test -f $i; then - rm -f $i config.guess config.sub depcomp install-sh missing mkinstalldirs + rm -f $i config.guess config.sub depcomp install-sh mdate-sh missing \ + mkinstalldirs texinfo.tex test "$verbose" = "-v" && echo "$i" fi; done -- cgit v1.2.3