summaryrefslogtreecommitdiff
path: root/preinst-swig.in
Commit message (Collapse)AuthorAgeFilesLines
* Stop preinst-swig.in from being executableOlly Betts2016-05-221-0/+0
| | | | | The template itself isn't useful to run, and the generated file "preinst-swig" is explicitly made executable by configure.
* Add missing shell quotingOlly Betts2015-09-041-2/+2
|
* Leave preinst-swig as a convenience only script for ad-hoc useno-swig-preinstWilliam S Fulton2015-08-211-0/+4
|
* preinst-swig script support for native windows pathsWilliam S Fulton2015-04-041-3/+1
| | | | | - SWIG_LIB support for testing on Windows - Only in-source builds for now
* Properly quote parameters in preinst-swig wrapper.Olly Betts2015-01-071-1/+1
| | | | | | | | | $* is subject to word-splitting and pathname expansion, whereas "$@" expands to each parameter as a separate quoted word. Some ancient shells expand "$@" to "" if there are no parameters, but that isn't really a concern here as running swig without arguments isn't useful.
* Quote $builddir and @srcdir@ to protect from the shell.Olly Betts2008-05-101-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* remove non-standard --with-release-suffix configure options and fix the ↵William S Fulton2006-03-101-1/+1
| | | | | | standard autoconf options --program-prefix and --program-suffix git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8998 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Native Windows built SWIG executable workaround (commented out)William S Fulton2004-09-011-0/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add a generated script "preinst-swig", which can be usedMatthias Köppe2003-11-231-0/+6
to invoke SWIG before it has been installed. Use it to build the runtime libs. This enables out-of-source builds again. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5381 626c5289-ae23-0410-ae9c-e8d60b6d4f22