swig/autogen.sh
William S Fulton b8d315868c AC_CANONICAL_HOST replaces proprietary uname approach.
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
2002-12-16 21:38:13 +00:00

7 lines
100 B
Bash
Executable file

#! /bin/sh
# Bootstrap the development environment
set -x
autoheader
autoconf
(cd Tools; autoconf)