summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 10:11:40 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 10:11:40 +0000
commit6fdcd66750821e615ea13ddf13ab9ad68ed523aa (patch)
treed1ef1878874b4d7c3248a8030d64199be7a44127 /python
parent956c94f23ed04b10c410a07337e42a4c413fd209 (diff)
downloadlasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.tar.gz
lasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.tar.xz
lasso-6fdcd66750821e615ea13ddf13ab9ad68ed523aa.zip
If swig not present: SWIG=echo
python automake use $SWIG instead of swig.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 4a450524..0df82a46 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -20,7 +20,7 @@ _lassomod_la_LDFLAGS= -module -avoid-version \
$(NULL)
$(PYTHON_PACKAGE)_wrap.c: $(srcdir)/../swig/Lasso.i
- swig -v -python -module $(PYTHON_PACKAGE) -o $@ $<
+ $(SWIG) -v -python -module $(PYTHON_PACKAGE) -o $@ $<
# Dirty hack, another better way ?
.deps/_$(PYTHON_PACKAGE)_la-$(PYTHON_PACKAGE)_wrap.Plo: