[libdvdcss-devel] build: add support for macros in m4/ directory

Diego Elio Pettenò git at videolan.org
Thu Feb 14 16:49:13 CET 2013


libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Thu Feb 14 07:00:05 2013 -0800| [452734e367847d02f5bbbd3228bebf099d6abcd8] | committer: Jean-Baptiste Kempf

build: add support for macros in m4/ directory

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=452734e367847d02f5bbbd3228bebf099d6abcd8
---

 Makefile.am  |    2 ++
 configure.ac |    1 +
 2 files changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 9977d2d..a5df3c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = doc
 
 EXTRA_DIST = libdvdcss.spec
diff --git a/configure.ac b/configure.ac
index ebca5c4..f2cb89c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,7 @@ AC_CANONICAL_HOST
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
 AC_CONFIG_HEADER(config.h)
+AC_CONFIG_MACRO_DIR([m4])
 
 AC_PROG_CC
 AC_HEADER_STDC



More information about the libdvdcss-devel mailing list