diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 07:09:15 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-12-28 07:09:15 +0000 |
commit | a0da806933da40a251fd3c11e47d8e378731f55a (patch) | |
tree | 3eaccddaf868497077f5c97038a5cb68ad0c7e7d /config/ChangeLog | |
parent | be2533e5128bf3d30371e81223856be4ee380d77 (diff) | |
download | ppe42-binutils-a0da806933da40a251fd3c11e47d8e378731f55a.tar.gz ppe42-binutils-a0da806933da40a251fd3c11e47d8e378731f55a.zip |
(toplev)
* 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.
(config)
* acx.m4: New.
* mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300,
mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition,
mh-riscos, mh-sysv: Delete.
* mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000,
mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c183693fd6..dd742ba0b7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,12 @@ +2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org> + + * acx.m4: New. + * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, + mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, + mh-riscos, mh-sysv: Delete. + * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, + mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify. + 2002-12-16 Christopher Faylor <cgf@redhat.com> * mh-cygwin: Don't build libtermcap if it doesn't exist. |