diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 01:49:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 01:49:07 +0000 |
commit | 2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd (patch) | |
tree | 5e36f2ee090b76df229daaac6802e2c19274ff1c /ChangeLog | |
parent | b9cb349fb4fcec60fe99535dbab062ffe7a7ac49 (diff) | |
download | glibc-2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd.tar glibc-2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd.tar.gz glibc-2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd.tar.bz2 glibc-2d37ce0f616d7b17d4bb39744af5ec43d35a9dbd.zip |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2002-10-17 Roland McGrath <roland@redhat.com> + * 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]). + * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]). Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]). |