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
This commit is contained in:
Víctor Manuel Jáquez Leal 2016-02-24 12:36:33 +01:00
parent ffd5028a38
commit b52cfea76f
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
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

View file

@ -973,6 +973,7 @@ AC_CONFIG_FILES([
Makefile
common/Makefile
common/m4/Makefile
m4/Makefile
docs/Makefile
docs/version.entities
docs/plugins/Makefile

1
m4/Makefile.am Normal file
View file

@ -0,0 +1 @@
EXTRA_DIST = $(wildcard *.m4)