diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 4bcd3bf472..2325c73cd8 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -4,6 +4,7 @@ dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any dnl AC_REQUIREs or AC_BEFOREs duplicating their code. dnl define([GLIBC_PROVIDES], [dnl +AC_PROVIDE([_AS_ECHO_N_PREPARE])dnl AC_PROVIDE([AC_PROG_INSTALL])dnl AC_PROVIDE([AC_PROG_RANLIB])dnl AC_PROVIDE([AC_PROG_CC])dnl @@ -13,7 +14,7 @@ define([AS_MESSAGE_FD],6)dnl AS_INIT()dnl m4_divert_text([HEADER-COMMENT], [@%:@ This file is generated from configure.in by Autoconf. DO NOT EDIT!]) -AC_LANG(C)dnl +define([_AC_LANG], [C])dnl ])dnl dnl dnl Check for a symbol |