From: Paul Eggert Date: Tue, 18 Feb 2003 05:08:55 +0000 (+0000) Subject: (LDFLAGS, LIBS): New vars. X-Git-Tag: BISON-2_0~396 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/9d56d2940aa8056748b1c1fe08f00b0125deba13 (LDFLAGS, LIBS): New vars. --- diff --git a/tests/atlocal.in b/tests/atlocal.in index 3270192a..cdd080a5 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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@'