diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2010-09-27 20:19:41 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2010-09-27 20:19:41 +0000 |
commit | 86dfbd58cf99eadaac3056d6de263f37a631a363 (patch) | |
tree | 9821cf7bb3605e22ac0bbeda8721adaaab6cb09f /ChangeLog | |
parent | cd3c99ba58a546485653315227d8ca4cf857c0aa (diff) | |
download | gcc-86dfbd58cf99eadaac3056d6de263f37a631a363.zip gcc-86dfbd58cf99eadaac3056d6de263f37a631a363.tar.gz gcc-86dfbd58cf99eadaac3056d6de263f37a631a363.tar.bz2 |
Fix unportable shell quoting.
/:
PR bootstrap/44621
* configure.ac: Fix unportable shell quoting.
* configure: Regenerate.
config/:
* po.m4 (AM_PO_SUBDIRS): Fix unportable shell quoting.
contrib/reghunt/:
* bin/gcc-svn-ids: Fix unportable shell quoting.
* date_based/reg_periodic: Likewise.
* date_based/reg_search: Likewise.
intl/:
PR bootstrap/44621
* configure: Regenerate.
From-SVN: r164668
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + PR bootstrap/44621 + * configure.ac: Fix unportable shell quoting. + * configure: Regenerate. + 2010-09-21 Iain Sandoe <iains@gcc.gnu.org> * configure.ac (enable-lto): Add Darwin to the list of supported lto |