mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 14:50:17 +00:00
cb8a6dbd17
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
sinclude(./aclocal.m4)dnl Autoconf lossage
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
case $machine in
|
|
m68k/coldfire)
|
|
;;
|
|
*)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
esac
|
|
ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
|