aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-09-04 19:07:55 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-09-04 19:07:55 +0000
commit280bf6f6ba2c6ad6d4f470573ca23d72541813c1 (patch)
tree7c969fa59f5cee115b7a405ad45221d52f9ed1b2 /autogen.sh
parente80ffb5d91cd3e017b5549e912a4e93f7bf03572 (diff)
downloadLibXtract-280bf6f6ba2c6ad6d4f470573ca23d72541813c1.tar.gz
LibXtract-280bf6f6ba2c6ad6d4f470573ca23d72541813c1.tar.bz2
LibXtract-280bf6f6ba2c6ad6d4f470573ca23d72541813c1.zip
Added basic SWIG wrapper generator (use ./configure --enable-swig etc)
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d8ab630..9107d89 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,11 +8,11 @@ export WANT_AUTOMAKE
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