diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 14:41:14 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-11 14:41:14 +0000 |
commit | f46e13ecca5b492bbb555b714c2f9ea67c70ad75 (patch) | |
tree | 6ea887f31069580eadc5766d0a01946a4a287341 /ChangeLog | |
parent | b7728ee9e3540cb2c27a4657d0819462d91d80f5 (diff) | |
download | gcc-f46e13ecca5b492bbb555b714c2f9ea67c70ad75.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79325 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d8d96f29b9..89785e8dcb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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 |