From 078dd969b0572d8aecf758e4126cb54301cc7edd Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 29 Oct 2009 20:45:36 +0000 Subject: [PATCH] stuff --- bootstrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 76dd6efc..64e03834 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -35,3 +35,9 @@ autoconf autoheader $LIBTOOLIZE --copy --force --automake automake --add-missing --copy + +swig -version +if test $?; then + echo you need swig to build from SVN +fi +