From aff9672e5ddb1993fb4d61ee3a2fffcb61860c82 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Aug 2000 08:54:30 +0000 Subject: [PATCH] Use LDFLAGS from configure. --- ChangeLog | 3 +++ src/Makefile.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fd5deb..cd7cf2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-08-19 Bruno Haible + * src/Makefile.in (LDFLAGS): New definition, to catch the value given at + configure time. + Make the structure initializers customizable. Based on a patch by Kaveh R. Ghazi . * src/options.h (Options::get_initializer_suffix, diff --git a/src/Makefile.in b/src/Makefile.in index ec1e682..61d08eb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -39,6 +39,8 @@ CPP = @CPP@ CXX = @CXX@ CXXFLAGS = @CXXFLAGS@ CXXCPP = @CXXCPP@ +# Both C and C++ compiler +LDFLAGS = @LDFLAGS@ # Other MV = mv LN = ln