bug-gnulib
[Top][All Lists]
Advanced

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

fix closein-tests


From: Eric Blake
Subject: fix closein-tests
Date: Mon, 28 May 2007 12:03:42 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666

closein-tests failed on cygwin, due to the undefined use of libintl
symbols.  Checking this in:

2007-05-28  Eric Blake  <address@hidden>

        * modules/closein-tests (test_closein_LDADD): Support test on
        cygwin with libtool.

Index: modules/closein-tests
===================================================================
RCS file: /sources/gnulib/gnulib/modules/closein-tests,v
retrieving revision 1.2
diff -u -p -r1.2 closein-tests
--- modules/closein-tests       17 May 2007 12:38:23 -0000      1.2
+++ modules/closein-tests       28 May 2007 17:54:14 -0000
@@ -12,3 +12,4 @@ TESTS += test-closein.sh
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-closein
 EXTRA_DIST += test-closein.sh
+test_closein_LDADD = $(LDADD) @LIBINTL@

-- 
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]