From 06cc1d5c6c377eefd4867d7370bbc3043bd76ab3 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 3f8a38f..413f9e0 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 3c62ec7..2d37e2c 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