]> git.saurik.com Git - bison.git/blobdiff - tests/atlocal.in
* ChangeLog: Add mailing list references to some of the 2006-06-26 patches.
[bison.git] / tests / atlocal.in
index 54c65b145a2c89a382dd5663566389f016e809cf..15c99e628646dcf71a1433f66a4af56a2406f6a7 100644 (file)
@@ -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@'
@@ -21,10 +21,10 @@ CXX='@CXX@'
 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
 
 # We want no optimization with C++, too.
-CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
+CXXFLAGS='@O0CXXFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
 
 # Are special link options needed?
 LDFLAGS='@LDFLAGS@'
 
 # Are special libraries needed?
-LIBS='@LIBS@'
+LIBS='@LIBS@ @INTLLIBS@'