From 97d7d0a31f20c7ed25a7bfe6c88d62e01100a670 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 18 Oct 2013 15:08:22 +0200 Subject: Make autofoo happy --- Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 82d04be..514a751 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ ## Process this file with automake to produce Makefile.in. +ACLOCAL_AMFLAGS = -I m4 + if ENABLE_CAJA_ACTIONS CAJA = caja else diff --git a/configure.ac b/configure.ac index a79681d..b41ea5d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) +AC_CONFIG_MACRO_DIR([m4]) MATE_COMMON_INIT -- cgit v1.2.1