summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--m4/.keep0
3 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a3d2dc..7377807 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
lib_LTLIBRARIES = librabbitmq/librabbitmq.la
librabbitmq_librabbitmq_la_SOURCES = \
diff --git a/configure.ac b/configure.ac
index aa0ae6d..d7bc160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
AC_INIT([librabbitmq],[0.0.1],[support@rabbitmq.com])
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(librabbitmq/codegen.py)
AM_INIT_AUTOMAKE([1.9 subdir-objects foreign -Wno-portability])
diff --git a/m4/.keep b/m4/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/m4/.keep