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