1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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@