mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-26 20:51:11 +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>
7 lines
258 B
Plaintext
7 lines
258 B
Plaintext
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
# Local configure fragment for sysdeps/alpha.
|
|
|
|
# With required gcc+binutils, we can always access static and hidden
|
|
# symbols in a position independent way.
|
|
AC_DEFINE(PI_STATIC_AND_HIDDEN)
|