mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
sinclude(./aclocal.m4)dnl
|
|
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
|
|
|
if test -z "$inhibit_glue"; then
|
|
# For signame.c, used in make_siglist.
|
|
AC_CHECK_FUNCS(psignal)
|
|
fi
|