aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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