summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 01:49:07 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 01:49:07 +0000
commit2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd (patch)
tree5e36f2ee090b76df229daaac6802e2c19274ff1c /aclocal.m4
parentb9cb349fb4fcec60fe99535dbab062ffe7a7ac49 (diff)
* configure.in (MIG): Just AC_SUBST it here.
* configure: Regenerated. * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here. Adding final - argument to all AC_CHECK_HEADER uses for .defs files. * sysdeps/mach/configure: Regenerated. * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE]) and AC_PROVIDE([_AS_CR_PREPARE]).
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 2325c73cd8..3fe441285b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -5,6 +5,8 @@ dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
dnl
define([GLIBC_PROVIDES], [dnl
AC_PROVIDE([_AS_ECHO_N_PREPARE])dnl
+AC_PROVIDE([_AS_CR_PREPARE])dnl
+AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
AC_PROVIDE([AC_PROG_INSTALL])dnl
AC_PROVIDE([AC_PROG_RANLIB])dnl
AC_PROVIDE([AC_PROG_CC])dnl