Index: ChangeLog
from Akim Demaille <[EMAIL PROTECTED]>
* 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@'