From e13de1e06b75ef8f2ca6708e4267484e9344b72b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 27 Sep 2013 14:40:35 +0200 Subject: [PATCH] Fix the m4 include path. Fixes #4415 --- Makefile.am | 2 ++ configure.ac | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.49.0