[libdvdnav-devel] build: provide -Im4 to ACLOCAL_AMFLAGS.

Diego Elio Pettenò git at videolan.org
Thu Feb 20 20:49:16 CET 2014


libdvdnav | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Thu Feb 20 11:49:08 2014 -0800| [1d37abaca8653780ce129d8713b66864b6961a2c] | committer: Diego Elio Pettenò

build: provide -Im4 to ACLOCAL_AMFLAGS.

Without adding m4 to the list of included directories, attributes.m4 is not found and will fail to expand the CC_* macros.

> http://git.videolan.org/gitweb.cgi/libdvdnav.git/?a=commit;h=1d37abaca8653780ce129d8713b66864b6961a2c
---

 Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 0407065..0f5abeb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -Im4
+
 AM_CPPFLAGS = -I$(top_srcdir)/src $(THREAD_CFLAGS) $(DVDREAD_CFLAGS)
 
 dist_doc_DATA = AUTHORS ChangeLog COPYING README TODO



More information about the libdvdnav-devel mailing list