|
From: GitHub <no...@gi...> - 2015-08-18 07:01:50
|
Branch: refs/heads/no-swig-preinst Home: https://github.com/swig/swig Commit: ca1431f4cf1671961a1e012c4042bb90c152181f https://github.com/swig/swig/commit/ca1431f4cf1671961a1e012c4042bb90c152181f Author: William S Fulton <ws...@fu...> Date: 2015-08-18 (Tue, 18 Aug 2015) Changed paths: M Examples/Makefile.in M Examples/java/class/Makefile M Examples/test-suite/common.mk M configure.ac Log Message: ----------- Prototype removal of swig-preinst in the test-suite and examples Prototype for Java test-suite and Java class example. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. SWIG_LIB is explicitly set where necessary. Allows use of 'make SWIGTOOL="gdb --args"' to work as gdb can't be used to debug a shell script, for both examples and test-suite. See issue #473. |