Opened 17 years ago
Closed 17 years ago
#276 closed defect (fixed)
Makefile.am contains references to non-existing m4 files
| Reported by: | Balazs Dezso | Owned by: | Balazs Dezso |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.1 release |
| Component: | build system | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
The Makefile.am in the root directory contains references to m4/lx_check_clp.m4 and m4/lx_check_cbc.m4. Instead of them the m4/lx_check_coin.m4 must be here.
Attachments (1)
Change History (3)
Changed 17 years ago by
| Attachment: | 70a356a461a5.patch added |
|---|
comment:1 Changed 17 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.


Some cmake files are missing also from the EXTRA_DIST variable. The problems are solved in patch [70a356a461a5].