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>
|
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
|
Make the structure initializers customizable. Based on a patch by
|
||||||
Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
|
Kaveh R. Ghazi <ghazi@caip.rutgers.edu>.
|
||||||
* src/options.h (Options::get_initializer_suffix,
|
* src/options.h (Options::get_initializer_suffix,
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ CPP = @CPP@
|
|||||||
CXX = @CXX@
|
CXX = @CXX@
|
||||||
CXXFLAGS = @CXXFLAGS@
|
CXXFLAGS = @CXXFLAGS@
|
||||||
CXXCPP = @CXXCPP@
|
CXXCPP = @CXXCPP@
|
||||||
|
# Both C and C++ compiler
|
||||||
|
LDFLAGS = @LDFLAGS@
|
||||||
# Other
|
# Other
|
||||||
MV = mv
|
MV = mv
|
||||||
LN = ln
|
LN = ln
|
||||||
|
|||||||
Reference in New Issue
Block a user