X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocalename-tests;h=f7633f03b9a2ac380204510a8435f2b30dbe15e1;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=72e95823abcbb4ff403ea35e2235652caaf18450;hpb=696055f85ab32a4adfc6dbebd8f1c2d696195875;p=gnulib.git diff --git a/modules/localename-tests b/modules/localename-tests index 72e95823a..f7633f03b 100644 --- a/modules/localename-tests +++ b/modules/localename-tests @@ -1,13 +1,18 @@ 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@ +test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)