(LDFLAGS, LIBS): New vars.

This commit is contained in:
Paul Eggert
2003-02-18 05:08:55 +00:00
parent 93b8c255e8
commit 9d56d2940a

View 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@'