Initial support for mingw added (untested right now). Autotool support files moved to Tools/conf directory to get them out of the way. Might be a temporary home until the runtime libraries and libtool is fixed. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4204 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#! /bin/sh
|
|
# Bootstrap the development environment
|
|
|
|
set -x
|
|
autoheader
|
|
autoconf
|
|
(cd Tools; autoconf)
|