#165 closed defect (duplicate)
Fix ugliness in src/circe/Makefile.am
Reported by: | ohl | Owned by: | ohl |
---|---|---|---|
Priority: | P5 | Milestone: | |
Component: | configure | Version: | 2.0.0beta |
Severity: | minor | Keywords: | automake |
Cc: |
Description
In src/circe/Makefile.am we find
LIB=../@LIB@
IMHO, automake files should never use @variable@ but $(variable), but
variable=../$(variable)
is bad. Find a cleaner idiomatic expression. NB: this has low priority.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | v2.0final → v2.0-rc2 |
---|
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I fused this with #41, so now it is a duplicate issue.
Note: See
TracTickets for help on using
tickets.
Probably done in "einem AUfwasch" with Ticket #41.