On 2007-12-19, Dustin J. Mitchell <[EMAIL PROTECTED]> wrote:
> I'm trying to build Perl modules, constructed via SWIG, within an
> application that is otherwise built with autoconf/automake/libtool.
> Has anyone found/created a natural way to do this?
I do it like so (the XS is hand-crafted rather
I would expect this to have come up before, but my searches haven't
uncovered anything.
I'm trying to build Perl modules, constructed via SWIG, within an
application that is otherwise built with autoconf/automake/libtool.
Has anyone found/created a natural way to do this?
My first crack at this w