[Pkg-telepathy-commits] [libnice] 08/265: build: Add ‘-I m4’ to ACLOCAL_AMFLAGS

Simon McVittie smcv at debian.org
Wed May 14 12:04:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 20ac9b54dd3d55ec8997048ac9d97c4ffca5a5d8
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Mon Oct 28 13:29:52 2013 +0000

    build: Add ‘-I m4’ to ACLOCAL_AMFLAGS
    
    This shuts up an automake warning and ensures that in-tree m4 macros are found
    by aclocal.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=70965
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 6f25b18..e8cca68 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,8 @@
 
 include common.mk
 
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+
 SUBDIRS = \
 	stun \
 	socket \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list