From 5913d94de8d52e6a69c0123abf42f633cf24af94 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 9 Nov 2000 17:01:25 +0000 Subject: 2000-11-09 Ralf Corsepius * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b). * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use $host instead of $target (BUG-FIX). * configure.in: Use $target and $host instead of $target_alias and $host_alias (autoconf-2.49b). * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX) * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX) NOTES: * autoconf-2.49b depredicates using changequotes. * The changes to configure.in are due to cleanups in autoconf-2.49b's implemention of canonicalization. With autoconf-2.1x it wasn't always clear, when to use $xxx or $xxx_alias. Now this is clear. --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d5e3027c1..2d454bc221 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2000-11-09 Ralf Corsepius + + * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b). + * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use + $host instead of $target (BUG-FIX). + * configure.in: Use $target and $host instead of $target_alias and + $host_alias (autoconf-2.49b). + * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX) + * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX) + + NOTES: + * autoconf-2.49b depredicates using changequotes. + * The changes to configure.in are due to cleanups in + autoconf-2.49b's implemention of canonicalization. With + autoconf-2.1x it wasn't always clear, when to use $xxx or + $xxx_alias. Now this is clear. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. -- cgit v1.2.3