bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'xprintf-posix'


From: Eric Blake
Subject: Re: new module 'xprintf-posix'
Date: Fri, 02 Nov 2007 16:46:02 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

According to Bruno Haible on 10/30/2007 7:23 PM:
> 
> Installed:
> 
> 2007-10-30  Bruno Haible  <address@hidden>
> 
>       * modules/xprintf-posix: New file.

Plus this followup, so that tests will pass on cygwin (xprintf pulls in
xalloc-die, which requires gettext).

From: Eric Blake <address@hidden>
Date: Fri, 2 Nov 2007 16:28:00 -0600
Subject: [PATCH] Fix xprintf tests on cygwin.

* modules/xprintf-posix-tests (Makefile.am): Link against -lintl.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog                   |    5 +++++
 modules/xprintf-posix-tests |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3101bc9..df6a7f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-02  Eric Blake  <address@hidden>
+
+       Fix tests on cygwin.
+       * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
+
 2007-11-01  Bruno Haible  <address@hidden>

        * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
diff --git a/modules/xprintf-posix-tests b/modules/xprintf-posix-tests
index b81932b..92397b2 100644
--- a/modules/xprintf-posix-tests
+++ b/modules/xprintf-posix-tests
@@ -16,3 +16,5 @@ Makefile.am:
 TESTS += test-xprintf-posix.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
+test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
+test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@
-- 
1.5.3.2

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]