Modified: branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile.in (81528 => 81529)
--- branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile.in 2011-08-01 11:25:13 UTC (rev 81528)
+++ branches/gsoc11-rev-upgrade/base/src/machista1.0/Makefile.in 2011-08-01 11:26:16 UTC (rev 81529)
@@ -23,7 +23,9 @@
else
@echo "Building ${SWIG_SRCS} requires swig, which you apparently did not have installed when configuring MacPorts." >&2
@echo "Please install swig and re-run configure" >&2
- @echo "I recommend installing SWIG 1.x in /usr/local, because as of this writing SWIG 2.x-generated code does not compile warning-free" >&2
+ @echo "I recommend installing SWIG 1.x in /opt/swig, because as of this writing SWIG 2.x-generated code does not compile warning-free" >&2
+ @echo "To use this SWIG, run configure as follows:" >&2
+ @echo " SWIG=/opt/swig/bin/swig ./configure --your-usual-config-flags" >&2
@echo "If you checked out from svn you can also run svn revert in base/src/machista1.0 to get rid of this error" >&2
@exit 1
endif