Ticket #413 (closed defect: fixed)
Make dist do not include mc.charset
Reported by: | Hubbitus | Owned by: | slavazanko |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre1 |
Component: | mc-core | Version: | master |
Keywords: | commited-master | Cc: | |
Blocked By: | Blocking: | #411 | |
Branch state: | Votes for changeset: |
Description
If before
make dist*
./configure
was invoked without parameters next build from resulted tarball with
./configure --enable-charset
stop on error "mc.charset not found".
"./configure --enable-charset" hack before make dist* resolve this trouble.
Change History
comment:1 Changed 15 years ago by slavazanko
- Owner set to slavazanko
- Keywords review added
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
Created branch 413_wrong_make_dist (parent: master)
Initial changeset:f53f5b38bc9cf16244402d11585d0beb9d14ed53
Review, please