* acx.m4: Name cache variables properly.
[binutils-gdb.git] / ChangeLog
index 694be0b9f7f05c1d7e8423cbfc3a3b6f9233cddf..15ce1e882796d7f9b5497f5a9bd06b23122d902c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,42 @@
-2002-12-27  Christopher Faylor  <cgf@redhat.com>
-
-       * fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
-       * fhandler_console.cc (fhandler_console::send_winch_maybe): If
-       appropriate, call tty master function to handle screen size change.
-       * fhandler_tty.cc (fhandler_tty_master::set_winsize): New function.
-       (fhandler_tty_master::init): Call set_winsize to set initial screen
-       size.
-
-2002-12-26  Christopher Faylor  <cgf@redhat.com>
-
-       * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty
-       to that of console in which tty is operating.
-       (process_input): Semi-revert previous change.  Need to just use current
-       terminfo settings since this function is running in a thread, blocked
-       when the terminfo changes.
+2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
+
+       * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
+       program_transform_name to standard idiom.
+       (AUTOGEN, AUTOCONF): Define.
+       (Makefile.in): Use $(AUTOGEN).
+       (Makefile): Depend on config.status, and use autoconf-style rule to
+       build it.  Move original commands to...
+       (config.status): ... this new target.
+       (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
+       $(AUTOCONF).
+       * Makefile.in: Rebuilt.
+
+2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * Makefile.tpl: Fix dramatic bustage due to change in
+       program_transform_name.
+       * Makefile.in: Regenerate.
+
+       * configure.in: Remove unnecessary PATH setting.
+       * configure: Regnerate.
+
+       * configure.in: Don't default to unprefixed tools unless
+       the native tools will work.
+       * configure: Regenerate.
+
+       * configure.in: Convert to autoconf script.  Blow away lots
+       of now-redundant Makefile fragments.
+       * configure: Generate using Autoconf.
+       * Makefile.tpl: Rewrite to reflect autoconfiscation.
+       * Makefile.in: Regenerate.
+
+2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
+
+       * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET, 
+       CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
+
+       * ChangeLog: Move a couple of entries from here to winsup/cygwin, 
+       where they belong.
 
 2002-12-24  Andreas Schwab  <schwab@suse.de>