mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/pthread-cond-tests (configure.ac): Test whether 'alarm' is declared. * modules/pthread-mutex-tests (configure.ac): Likewise. * modules/pthread-once-tests (configure.ac): Likewise. * modules/pthread-rwlock-tests (configure.ac): Likewise. * modules/pthread-tss-tests (configure.ac): Likewise. * modules/regex-tests (configure.ac): Likewise.
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
Files:
|
|
tests/test-regex.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
gettext-h
|
|
localcharset
|
|
wctype-h
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex
|
|
check_PROGRAMS += test-regex
|
|
test_regex_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) @LIBINTL@ $(LIBTHREAD)
|