X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Funiwbrk%2Fulc-wordbreaks-tests;h=19f1ee681136619d89a59117c5a54df55102d84f;hb=ef127178789143d8a9817b81bc5c3c86fe744b50;hp=ad612ffd1756ed3a95a244e647c37692e6ce6c0b;hpb=987e5651e8d1c5aa933c9ce88562806af4093702;p=gnulib.git diff --git a/modules/uniwbrk/ulc-wordbreaks-tests b/modules/uniwbrk/ulc-wordbreaks-tests index ad612ffd1..19f1ee681 100644 --- a/modules/uniwbrk/ulc-wordbreaks-tests +++ b/modules/uniwbrk/ulc-wordbreaks-tests @@ -6,14 +6,15 @@ m4/locale-fr.m4 m4/codeset.m4 Depends-on: +setlocale configure.ac: gt_LOCALE_FR Makefile.am: TESTS += uniwbrk/test-ulc-wordbreaks.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' +TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' check_PROGRAMS += test-ulc-wordbreaks test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c -test_ulc_wordbreaks_LDADD = $(LDADD) @LIBICONV@ +test_ulc_wordbreaks_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@