(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 3270192..cdd080a 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@'