Opened 15 years ago
Closed 15 years ago
#348 closed enhancement (fixed)
prefer $(macro) rather than @substitutions@ in Makefile.am
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | trivial | Milestone: | svndigest 0.7 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
From discussion on automake mailing list:
It doesn't matter for the contents of this rule, as 'make' sees it. However, in general, @substitutions@ cannot be interpreted by automake, while $(macros) typically can. Most of the time you want automake to see as much of it as possible, so as a guide line, prefer $(macros) in Makefile.am. Cheers, Ralf
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | svndigest 0.x+ → svndigest 0.7 |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [696]) fixes #348