From: Gunnar Beutner Date: Fri, 27 Sep 2013 12:40:35 +0000 (+0200) Subject: Fix the m4 include path. X-Git-Tag: v0.0.3~362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e13de1e06b75ef8f2ca6708e4267484e9344b72b;p=icinga2 Fix the m4 include path. Fixes #4415 --- diff --git a/Makefile.am b/Makefile.am index 65ecfd7b9..5f01d6896 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ ## Process this file with automake to produce Makefile.in ## Created by Anjuta +ACLOCAL_AMFLAGS = -I m4 + include aminclude.am SUBDIRS = \ diff --git a/configure.ac b/configure.ac index d2e6301ba..af4288d69 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,7 @@ AX_SET_VERSION_INFO AC_CONFIG_AUX_DIR([m4]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([subdir-objects]) -m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) -AM_SILENT_RULES([yes]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CXX AC_LANG_CPLUSPLUS