]> git.saurik.com Git - bison.git/commitdiff
(LDFLAGS, LIBS): New vars.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Feb 2003 05:08:55 +0000 (05:08 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Feb 2003 05:08:55 +0000 (05:08 +0000)
tests/atlocal.in

index 3270192a2a44a84b629e653d23859bc26a949009..cdd080a59f6d72570c15322eece8d7773a24f13d 100644 (file)
@@ -16,3 +16,9 @@ GCC='@GCC@'
 
 # The GCC C++ compiler.
 CXX='@CXX@'
+
+# Are special link options needed?
+LDFLAGS='@LDFLAGS@'
+
+# Are special libraries needed?
+LIBS='@LIBS@'