diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2009-08-30 14:33:13 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2009-08-30 14:33:13 +0000 |
commit | 872642768c84f7f57477ce576bc478160c5c6236 (patch) | |
tree | fda17eac92efaded51e7de4b24ac3e07f8351c30 /ChangeLog | |
parent | c390c36118a44e574f0f31a7718fbb980aad694a (diff) | |
download | gcc-872642768c84f7f57477ce576bc478160c5c6236.zip gcc-872642768c84f7f57477ce576bc478160c5c6236.tar.gz gcc-872642768c84f7f57477ce576bc478160c5c6236.tar.bz2 |
configure.ac: Detect awk and sed.
2009-08-30 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Detect awk and sed.
* Makefile.def (flags_to_pass): Add AWK and SED.
* Makefile.tpl (AWK, SED): New.
(BASE_FLAGS_TO_PASS): Add AWK and SED.
* configure: Regenerate.
* Makefile.in: Regenerate.
From-SVN: r151228
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2009-08-30 Paolo Bonzini <bonzini@gnu.org> + + * configure.ac: Detect awk and sed. + * Makefile.def (flags_to_pass): Add AWK and SED. + * Makefile.tpl (AWK, SED): New. + (BASE_FLAGS_TO_PASS): Add AWK and SED. + * configure: Regenerate. + * Makefile.in: Regenerate. + 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com> * ltmain.sh (removedotparts): Don't use comma as 's' separator. |