glibc/ports/sysdeps/unix/sysv/linux/m68k/configure.ac
Mike Frysinger cb8a6dbd17 rename configure.in to configure.ac
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>
2013-10-30 17:32:08 +10:00

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