]> git.saurik.com Git - bison.git/blobdiff - tests/atlocal.in
* config/announce-gen, Makefile.cfg: New.
[bison.git] / tests / atlocal.in
index 3270192a2a44a84b629e653d23859bc26a949009..ac647c0e2b0b4504c32829b90fbc947a71730d73 100644 (file)
@@ -16,3 +16,12 @@ GCC='@GCC@'
 
 # The GCC C++ compiler.
 CXX='@CXX@'
+
+# We want no optimization with C++, too.
+CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
+
+# Are special link options needed?
+LDFLAGS='@LDFLAGS@'
+
+# Are special libraries needed?
+LIBS='@LIBS@'