summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parente4620ab3a4a94c13b8ac401983a7c38357d58357 (diff)
downloadrsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.gz
rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.tar.xz
rsyslog-6685cd0c482f4fbd2e0e750f05e2c847a7a417e5.zip
Split the m4 macros into a separate directory
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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