From 6685cd0c482f4fbd2e0e750f05e2c847a7a417e5 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 6 Feb 2009 19:35:51 +0100 Subject: Split the m4 macros into a separate directory --- Makefile.am | 2 ++ configure.ac | 1 + m4/.gitignore | 1 + 3 files changed, 4 insertions(+) create mode 100644 m4/.gitignore 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 -- cgit v1.2.3