mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
ffd5028a38
commit
b52cfea76f
3 changed files with 4 additions and 2 deletions
|
@ -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
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
|
|
||||||
|
|
|
@ -973,6 +973,7 @@ AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
common/Makefile
|
common/Makefile
|
||||||
common/m4/Makefile
|
common/m4/Makefile
|
||||||
|
m4/Makefile
|
||||||
docs/Makefile
|
docs/Makefile
|
||||||
docs/version.entities
|
docs/version.entities
|
||||||
docs/plugins/Makefile
|
docs/plugins/Makefile
|
||||||
|
|
1
m4/Makefile.am
Normal file
1
m4/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = $(wildcard *.m4)
|
Loading…
Reference in a new issue