diff options
author | DJ Delorie <dj@delorie.com> | 2004-03-11 18:30:52 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2004-03-11 18:30:52 +0000 |
commit | 6302eb25a94de1f58bd1e74ac73562b42023896a (patch) | |
tree | d44ad2b4b9ddd3f1f14f3c78c3d3dff7e9dda9e4 /ChangeLog | |
parent | 1e15880cdccdc94c62eb9c20fa73cc397c4f824a (diff) | |
download | gdb-6302eb25a94de1f58bd1e74ac73562b42023896a.tar.gz |
2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/14522
* configure.in: Cope with shell that do not support nesting
quotes inside quoted backquote substitutions.
* configure: Regenerate.
2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
PR bootstrap/14522
* configure.in: Fix escaping of $.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 86e56567d76..c033fc5aa63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org> + Paolo Bonzini <bonzini@gnu.org> + + PR bootstrap/14522 + * configure.in: Cope with shell that do not support nesting + quotes inside quoted backquote substitutions. + * configure: Regenerate. + +2004-03-10 Andrew Pinski <pinskia@physics.uc.edu> + + PR bootstrap/14522 + * configure.in: Fix escaping of $. + * configure: Regenerate. + 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org> * configure: Regenerate. |