aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2009-09-02 07:05:02 +0000
committerPaolo Bonzini <bonzini@gnu.org>2009-09-02 07:05:02 +0000
commit8e957354b3222d1963e25338c1f92ed5b29d0251 (patch)
treefcfed7f6b78eef20502ebb65bd0771d92df21d20 /configure.ac
parent2c6ee261a4c7d1072873a9e5a31df14fb6d18f6a (diff)
downloadfsf-binutils-gdb-8e957354b3222d1963e25338c1f92ed5b29d0251.zip
fsf-binutils-gdb-8e957354b3222d1963e25338c1f92ed5b29d0251.tar.gz
fsf-binutils-gdb-8e957354b3222d1963e25338c1f92ed5b29d0251.tar.bz2
2009-09-02 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (AWK): Fix typo. * Makefile.in: Regenerate. 2009-09-02 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 643b5ab..48fa580 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,6 +79,8 @@ m4_pattern_allow([^AS_FOR_BUILD$])dnl
AC_PROG_INSTALL
ACX_PROG_LN
AC_PROG_LN_S
+AC_PROG_SED
+AC_PROG_AWK
### we might need to use some other shell than /bin/sh for running subshells
### If we are on Windows, search for the shell. This will permit people