From 6fdcd66750821e615ea13ddf13ab9ad68ed523aa Mon Sep 17 00:00:00 2001 From: Romain Chantereay Date: Thu, 19 Aug 2004 10:11:40 +0000 Subject: If swig not present: SWIG=echo python automake use $SWIG instead of swig. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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: -- cgit