diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-02 06:45:17 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-02 06:45:17 +0000 |
commit | 9632aaee31bc5d21810e21c45bb1bb8af4897cc9 (patch) | |
tree | dbe48c6faa4cce23046b1a980e02a21917ec3f3a /aclocal.m4 | |
parent | ffbbbee18e9d3401e1916394428b31f2928b2926 (diff) | |
download | glibc-9632aaee31bc5d21810e21c45bb1bb8af4897cc9.tar.gz |
* aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
* Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
$(..)shlib-versions file to last in deps list. This lets add-ons give
more-specific matches that override defaults in the top-level file.
* sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
already set, don't set it or libc_cv_gcc_unwind_find_fde.
* sysdeps/unix/sysv/linux/configure: Regenerated.
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 7395ee836c..4efa41ee92 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([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_PROVIDE([_AS_ECHO_N_PREPARE])dnl AC_PROVIDE([_AS_CR_PREPARE])dnl AC_PROVIDE([_AS_TR_SH_PREPARE])dnl |