bison-patches
[Top][All Lists]
Advanced

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

FYI: tests: INTLLIBS


From: Akim Demaille
Subject: FYI: tests: INTLLIBS
Date: Mon, 19 Sep 2005 09:22:02 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
        least Mac OSX with a /usr/local install of gettext.

Index: tests/atlocal.in
===================================================================
RCS file: /cvsroot/bison/bison/tests/atlocal.in,v
retrieving revision 1.16
diff -u -u -r1.16 atlocal.in
--- tests/atlocal.in 30 May 2004 18:58:00 -0000 1.16
+++ tests/atlocal.in 19 Sep 2005 07:21:46 -0000
@@ -1,6 +1,6 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for Bison test suite.
-# Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, 
Inc.
 
 # We need a C compiler.
 CC='@CC@'
@@ -27,4 +27,4 @@
 LDFLAGS='@LDFLAGS@'
 
 # Are special libraries needed?
-LIBS='@LIBS@'
+LIBS='@LIBS@ @INTLLIBS@'





reply via email to

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