diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-12 12:10:17 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-12 12:10:17 +0000 |
commit | 989edd2fd46137e68ce06611d184df2ba83ee819 (patch) | |
tree | 8179425b452ace972564d7e535d6b4532b947800 /ChangeLog | |
parent | 4e5f9a39ced6b1fc7ff31cc51113a6216e9fea29 (diff) | |
download | gcc-989edd2fd46137e68ce06611d184df2ba83ee819.tar.gz |
2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/14522
* configure.in: Cope with shells that do not support unquoted ^
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79380 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 89785e8dcb8..957d8d281ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ +2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org> + Paolo Bonzini <bonzini@gnu.org> + + PR bootstrap/14522 + * configure.in: Cope with shells that do not support unquoted ^ + * configure: Regenerate. + 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 + * configure.in: Cope with shells that do not support nesting quotes inside quoted backquote substitutions. * configure: Regenerate. |