aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-28 06:57:50 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-28 06:57:50 +0000
commit671aa708d903a497bde36f771b2af6b0d4c0fbe3 (patch)
treeeabe71655a9d4325ad5004da39f7d32851872fee /ChangeLog
parentdfe5a36e9576498d7aa9555e138b21f6ba9ee214 (diff)
downloadgcc-671aa708d903a497bde36f771b2af6b0d4c0fbe3.zip
gcc-671aa708d903a497bde36f771b2af6b0d4c0fbe3.tar.gz
gcc-671aa708d903a497bde36f771b2af6b0d4c0fbe3.tar.bz2
configure.in: Convert to autoconf script.
(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. From-SVN: r60558
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c7b9c4..2f0d21a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * 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: Fix stupid bug where RANLIB was mistakenly included.