diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-30 01:59:39 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-11-30 01:59:39 +0000 |
commit | 2d28de53382e7fc3e21c82f77c3212f6b8fa84f9 (patch) | |
tree | 157436df56a3a89ef7c9e71f2d111ae0d04a8c60 /ChangeLog | |
parent | 9c44b3d18b63c98671542d3f6ff90ec1071d3dcd (diff) | |
download | gdb-2d28de53382e7fc3e21c82f77c3212f6b8fa84f9.tar.gz |
2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
(Continuing slow-motion replay)
* configure: More autoconf-style substitutions.
* Makefile.tpl: More autoconf-style substitutions.
* Makefile.in: Regenerate.
2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
(Continuing slow-motion replay)
* configure: Substitute more variables in a more autoconf-friendly
way. Simplify slightly.
* Makefile.tpl: Make more variables substitutable in an
autoconf-friendly way.
* Makefile.in: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7827f6a3035..2164ccd6b64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> + + (Continuing slow-motion replay) + * configure: More autoconf-style substitutions. + * Makefile.tpl: More autoconf-style substitutions. + * Makefile.in: Regenerate. + +2002-11-30 Nathanael Nerode <neroden@gcc.gnu.org> + + (Continuing slow-motion replay) + * configure: Substitute more variables in a more autoconf-friendly + way. Simplify slightly. + * Makefile.tpl: Make more variables substitutable in an + autoconf-friendly way. + * Makefile.in: Regenerate. + 2002-11-29 Nathanael Nerode <neroden@gcc.gnu.org> (Continuing slow-motion replay) |