summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-16 21:38:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2002-12-16 21:38:13 +0000
commitb8d315868c85b825284b4a51d5ab060b5045ea53 (patch)
treeec2e6f2b42b5997cdda04eb6fa2897f8812d03c7 /autogen.sh
parent01033bcdf3d9ec8a5c985686e128460a175f2032 (diff)
downloadswig-b8d315868c85b825284b4a51d5ab060b5045ea53.tar.gz
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
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 33762a736..5afad78c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,7 @@
#! /bin/sh
# Bootstrap the development environment
-autoconf
+
+set -x
autoheader
+autoconf
(cd Tools; autoconf)