[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: locale-language-tests link problem?
From: |
Bruno Haible |
Subject: |
Re: locale-language-tests link problem? |
Date: |
Tue, 24 Mar 2009 23:56:18 +0100 |
User-agent: |
KMail/1.9.9 |
Hi Simon,
> The Link directive from the localename module isn't added automatically
> (should it?) so something like this is needed:
>
> diff --git a/modules/unicase/locale-language-tests
> b/modules/unicase/locale-language-tests
> index 1df9cbd..d4764e9 100644
> --- a/modules/unicase/locale-language-tests
> +++ b/modules/unicase/locale-language-tests
> @@ -21,3 +21,4 @@ TESTS += unicase/test-locale-language.sh
> TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@'
> LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@'
> LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
> check_PROGRAMS += test-locale-language
> test_locale_language_SOURCES = unicase/test-locale-language.c
> +test_locale_language_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
Yes, you're right. I'm committing this correction in your name.
Bruno