diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-09-04 19:07:55 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-09-04 19:07:55 +0000 |
commit | 280bf6f6ba2c6ad6d4f470573ca23d72541813c1 (patch) | |
tree | 7c969fa59f5cee115b7a405ad45221d52f9ed1b2 /autogen.sh | |
parent | e80ffb5d91cd3e017b5549e912a4e93f7bf03572 (diff) | |
download | LibXtract-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-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |