Re: [PATCH] Don't hard code swig name

2014-03-12 Thread Derek Atkins
Nevermind; I just did it myself.. -derek On Wed, March 12, 2014 3:11 pm, Derek Atkins wrote: > Hi, > > All the rest of the Makefiles use $(SWIG) instead of @SWIG@ > Could you adjust your patch to match? > > Thanks, > > -derek > > On Wed, March 12, 2014 3:07 pm, Erik Johansson wrote: >> On e.g. Ub

Re: [PATCH] Don't hard code swig name

2014-03-12 Thread Derek Atkins
Hi, All the rest of the Makefiles use $(SWIG) instead of @SWIG@ Could you adjust your patch to match? Thanks, -derek On Wed, March 12, 2014 3:07 pm, Erik Johansson wrote: > On e.g. Ubuntu, swig is available under the name swig2.0. > > See attached patch. > > // Erik > > -- > Erik Johansson > Ho

[PATCH] Don't hard code swig name

2014-03-12 Thread Erik Johansson
:03:26 +0100 Subject: [PATCH] Don't hard code swig name On e.g. Ubuntu, swig is available under the name swig2.0. --- src/optional/python-bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optional/python-bindings/Makefile.am b/src/optional/python-bin