I have a project, 90% in C that uses automake and autoconf, which has a swigged interface to perl and a couple perl packages included with it. I have managed to integrate my Makefile.PL with the regular bootstrap process for autotools, but I can't seem to get the two systems to play nicely all the way through distcheck.
Autotools is the master of the building process, not ExtUtils::MakeMaker. I have google searched several times for help on this and have found information, but it doesn't seem to be complete/doesn't work and I have gotten past the advice I have found there anyway.
Has anyone done this? Can anyone tell me how? It seems like I need ExtUtils::MakeMaker to follow the same paradigm that autotools does to make it through distcheck, but ExtUtils::MakeMaker doesn't even seem to have some of the concepts in it. I already had to re-work my version of ExtUtils to get uninstall to work properly.
I was going to include some code snippets, but I can't seem to get readmore and CODE to work as expected, so if someone needs to see code to answer my question, let me know and tell me how to get CODE and readmore to work.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.