diff options
author | infirit <[email protected]> | 2013-10-18 15:08:22 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-18 15:08:22 +0200 |
commit | 97d7d0a31f20c7ed25a7bfe6c88d62e01100a670 (patch) | |
tree | 6e4216469f57a2cec5315a2ee9ab30e1d27b288b | |
parent | 9c915ec6a6ea3227c2b86b30b6f23599bcc2bb83 (diff) | |
download | engrampa-97d7d0a31f20c7ed25a7bfe6c88d62e01100a670.tar.bz2 engrampa-97d7d0a31f20c7ed25a7bfe6c88d62e01100a670.tar.xz |
Make autofoo happy
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 3 insertions, 0 deletions
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 |