Ticket URL: <
http://trac.wxwidgets.org/ticket/14815>
#14815: modern autotools won't let patched swig install
---------------------------------------+------------------------------------
Reporter: wnoise | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: wxPython | Version:
Keywords: swig autotools make build | Blockedby:
Patch: 1 | Blocking:
---------------------------------------+------------------------------------
Modern autotools expand some locations to depend on ${datarootdir}, which
is never set in the Makefile. Adding the line "datarootdir =
@@datarootdir@@" to Makefile.in fixes this problem.
(Why won't standard swig work for wxpython's purposes?)
I've attached a .diff that fixes the patch file that turns vanilla
swig-1.3.29 into the one that wxPython uses. I have not patched the files
for other versions -- I expect they should be removed.
--
Ticket URL: <
http://trac.wxwidgets.org/ticket/14815>