summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2009-02-06 19:35:51 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-02-24 13:09:45 +0100
commit6685cd0c482f4fbd2e0e750f05e2c847a7a417e5 (patch)
tree9e160953f3758821e4a83eb1d22ba9fa880c4348
parente4620ab3a4a94c13b8ac401983a7c38357d58357 (diff)
downloadrsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.gz
rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.xz
rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.zip
Split the m4 macros into a separate directory
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--m4/.gitignore1
3 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dd3a60bc..d783a30e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,3 +107,5 @@ endif
# tests are added as last element, because tests may need different
# modules that need to be generated first
SUBDIRS += tests
+
+ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 85b9f691..bb02ec3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ AC_PREREQ(2.61)
AC_INIT([rsyslog],[3.21.10],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([ChangeLog])
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_GNU_SOURCE
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 00000000..0f4126cd
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1 @@
+*.m4