diff autogen.sh @ 87:0df00d5c9269

Added basic SWIG wrapper generator (use ./configure --enable-swig etc)
author Jamie Bullock <jamie@postlude.co.uk>
date Tue, 04 Sep 2007 19:07:55 +0000
parents b2a098a96e1d
children 67f6b6e63d45
line wrap: on
line diff
--- a/autogen.sh	Mon Sep 03 15:03:21 2007 +0000
+++ b/autogen.sh	Tue Sep 04 19:07:55 2007 +0000
@@ -8,11 +8,11 @@
 case `uname -s` in
   Linux)
       LIBTOOLIZE=libtoolize
-      ACLOCALARGS=''
+      ACLOCALARGS='-I m4'
       ;;
   Darwin)
       LIBTOOLIZE=glibtoolize
-      ACLOCALARGS='-I /usr/share/aclocal'
+      ACLOCALARGS='-I /usr/share/aclocal -I m4'
       ;;
   *)  echo error: unrecognized OS
       exit 1