summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-05-27 09:07:54 +0200
committerKristian Høgsberg <krh@bitplanet.net>2014-06-18 17:14:40 -0700
commit0e6d9a771ac8b506b132e641fe1589f23cb1f650 (patch)
tree8955ffd5f517cd67cb721674f9d1f27dabbd0d89 /Makefile.am
parent7e7d48516488c6858b41bb281a5de9efca337cd9 (diff)
build: Silence libtoolize warnings
When running the autogen.sh script, libtoolize complains thusly: libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. Silence the warnings by following libtoolize's advice. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fc04eeb..191dcc9e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
bin_PROGRAMS =
noinst_PROGRAMS =
libexec_PROGRAMS =