mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Use LDFLAGS from configure.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2000-08-19 Bruno Haible <bruno@linuix.math.u-bordeaux.fr>
|
||||
|
||||
* 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 <ghazi@caip.rutgers.edu>.
|
||||
* src/options.h (Options::get_initializer_suffix,
|
||||
|
||||
@@ -39,6 +39,8 @@ CPP = @CPP@
|
||||
CXX = @CXX@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CXXCPP = @CXXCPP@
|
||||
# Both C and C++ compiler
|
||||
LDFLAGS = @LDFLAGS@
|
||||
# Other
|
||||
MV = mv
|
||||
LN = ln
|
||||
|
||||
Reference in New Issue
Block a user