[gnome-settings-daemon] build: Add local AC macros dir to ACLOCAL_AMFLAGS



commit 44da5c107d260e566e00021c01de0a15c23a1620
Author: Rui Matos <tiagomatos gmail com>
Date:   Thu Feb 16 14:50:51 2017 +0100

    build: Add local AC macros dir to ACLOCAL_AMFLAGS
    
    This is what the AC documentation says we should do if we use
    AC_CONFIG_MACRO_DIR.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3c54c26..0a32954 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ SUBDIRS =                       \
        $(NULL)
 
 # Honor aclocal flags
-ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = \
        MAINTAINERS             \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]