summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-28 06:57:50 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2002-12-28 06:57:50 +0000
commit71ab34dfba03526c2b819746fcc92b869f361bec (patch)
treeeabe71655a9d4325ad5004da39f7d32851872fee /config/ChangeLog
parentae771b42b91b3328881d6416236b3ecd7fa7663b (diff)
downloadgcc-71ab34dfba03526c2b819746fcc92b869f361bec.tar.gz
(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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60558 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c183693fd6b..dd742ba0b72 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.