Skip to content
Snippets Groups Projects
Commit b52cfea7 authored by Víctor Manuel Jáquez Leal's avatar Víctor Manuel Jáquez Leal
Browse files

build: add m4 directory

Instead of rely on the automatic creation of m4 directory by aclocal, we
already control it. Later we could create our own m4 scripts in order to
unclutter configure.ac

https://bugzilla.gnome.org/show_bug.cgi?id=762528
parent ffd5028a
No related branches found
No related tags found
No related merge requests found
ACLOCAL_AMFLAGS = -I m4 -I common/m4 ${ACLOCAL_FLAGS}
ACLOCAL_AMFLAGS = -I m4 -I common/m4
SUBDIRS = gst-libs gst tests common docs
SUBDIRS = gst-libs gst tests m4 common docs
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
......
......@@ -973,6 +973,7 @@ AC_CONFIG_FILES([
Makefile
common/Makefile
common/m4/Makefile
m4/Makefile
docs/Makefile
docs/version.entities
docs/plugins/Makefile
......
EXTRA_DIST = $(wildcard *.m4)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment