summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac1
l---------m41
3 files changed, 3 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index c741953..7af4389 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ if [ -x "`which glibtoolize`" ]; then # OSX
else # Unix
libtoolize --force
fi
-aclocal -I m4
+aclocal
autoheader -Wall
automake --foreign --add-missing
autoconf
diff --git a/configure.ac b/configure.ac
index 05a425a..f09ced4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,7 @@ AC_PREREQ(2.59)
AC_INIT([slv2],0.6.0,[dave@drobilla.net])
+m4_include([m4/ac_python_devel.m4])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_SRCDIR([src/plugin.c])
diff --git a/m4 b/m4
new file mode 120000
index 0000000..7d49a2a
--- /dev/null
+++ b/m4
@@ -0,0 +1 @@
+../m4 \ No newline at end of file