summaryrefslogtreecommitdiff
path: root/fixincludes/configure.ac
diff options
context:
space:
mode:
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-06 19:57:26 +0000
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>2008-09-06 19:57:26 +0000
commitb32d497cafb846c4d5954a9b10f39ad1767579d0 (patch)
tree4e52f6dae3c611152e1d65b676f22e56f6f790d3 /fixincludes/configure.ac
parentac044e18829c7f368395844bd69524ebdc295a76 (diff)
downloadgcc-b32d497cafb846c4d5954a9b10f39ad1767579d0.tar.gz
fix glibc_mutex_init fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140071 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/configure.ac')
-rw-r--r--fixincludes/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixincludes/configure.ac b/fixincludes/configure.ac
index 6b03130b2d0..aaa39cd123f 100644
--- a/fixincludes/configure.ac
+++ b/fixincludes/configure.ac
@@ -5,6 +5,7 @@ AC_CONFIG_SRCDIR(inclhack.def)
AC_CONFIG_AUX_DIR(..)
AC_CANONICAL_SYSTEM
AC_PROG_CC
+AC_PROG_SED
# Figure out what compiler warnings we can enable.
# See config/warnings.m4 for details.
@@ -106,6 +107,8 @@ else
MAINT='#'
fi
AC_SUBST(MAINT)
+AC_DEFINE_UNQUITED([SED_PROGRAM], "${SED}",
+ [Defined to the best working sed program on the host system])
AC_CONFIG_HEADERS(config.h, [echo timestamp > stamp-h])
AC_CONFIG_FILES(Makefile mkheaders.almost:mkheaders.in)