Opened 15 years ago
Closed 15 years ago
#456 closed defect (fixed)
avoid using namespace LT_
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.5 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
libtool uses namespace LT_ and for that reason we should avoid using LT_VERSION
. Simple fix is to use YAT_LT_VERSION
instead.
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1606]) fixes #456. YAT_LT_VERSION was already used to I picked YAT_LT_VERSION_INFO intead. Also the declaration was split into current revision and age. Currently those are no AC_SUBSTed out to Makefiles though.