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@4204 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2002-12-16 21:38:13 +00:00
commit b9d6e1536d
2 changed files with 80 additions and 106 deletions

View file

@ -1,5 +1,7 @@
#! /bin/sh
# Bootstrap the development environment
autoconf
set -x
autoheader
autoconf
(cd Tools; autoconf)