diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-29 22:56:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-29 22:56:42 +0000 |
commit | fc0a2d72e5d12276e97f6b581a54561c239872f8 (patch) | |
tree | 273b00ac047ec609aa1199b7ca34f893751e5885 /aclocal.m4 | |
parent | fb97136391ea0e5a1774c830a7bf08ef004d9d66 (diff) | |
download | glibc-fc0a2d72e5d12276e97f6b581a54561c239872f8.tar.gz |
Update.
1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* malloc/malloc.h: Properly handle future GCC versions.
1999-05-27 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* sysdeps/unix/sysv/linux/configure.in: Change version checks to
use AC_EGREP_CPP. Change sed pattern to not use alternation. Fix
text of error message.
* aclocal.m4 (GLIBC_PROVIDES): Define AC_LANG to `C'.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 8a1819d6f9..5affe451c4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -10,6 +10,7 @@ AC_PROVIDE([AC_PROG_INSTALL])dnl AC_PROVIDE([AC_PROG_RANLIB])dnl AC_PROVIDE([AC_PROG_CC])dnl AC_PROVIDE([AC_PROG_CPP])dnl +define([AC_LANG], [C])dnl # This file is generated from configure.in by Autoconf. DO NOT EDIT! ])dnl dnl |