From e2586f82b0d620501ee5f1472bcaa9da2d1ebd4c Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 19 Sep 2005 07:22:17 +0000 Subject: [PATCH] * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at least Mac OSX with a /usr/local install of gettext. --- ChangeLog | 5 +++++ tests/atlocal.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 699b9c24..d37b0854 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-19 Akim Demaille + + * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at + least Mac OSX with a /usr/local install of gettext. + 2005-09-19 Akim Demaille * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar diff --git a/tests/atlocal.in b/tests/atlocal.in index 2e034275..15c99e62 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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 @@ CXXFLAGS='@O0CXXFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@' LDFLAGS='@LDFLAGS@' # Are special libraries needed? -LIBS='@LIBS@' +LIBS='@LIBS@ @INTLLIBS@' -- 2.45.2