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
This commit is contained in:
parent
01033bcdf3
commit
b8d315868c
2 changed files with 80 additions and 106 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#! /bin/sh
|
||||
# Bootstrap the development environment
|
||||
autoconf
|
||||
|
||||
set -x
|
||||
autoheader
|
||||
autoconf
|
||||
(cd Tools; autoconf)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue