view modules/localename-tests @ 39946:d7d58557ca8b

Mention changed minimum requirements for Automake and Autoconf. * NEWS: Mention the new minimum requirements.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Oct 2018 01:08:10 +0200
parents b8de6a14a6d5
children 5b5be594d7f9
line wrap: on
line source

Files:
tests/test-localename.c
tests/macros.h

Depends-on:
locale
setenv
unsetenv
strdup

configure.ac:
AC_CHECK_FUNCS_ONCE([newlocale])

Makefile.am:
TESTS += test-localename
check_PROGRAMS += test-localename
test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)