summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-24 12:36:33 +0100
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>2016-02-24 12:42:08 +0100
commitb52cfea76fbf6e269cddcc4f846d8a5946105565 (patch)
treeec9bc1761073ba4daabac9489785b80b1e29b051 /m4
parentffd5028a38da45ed7e67c377590078534aca3078 (diff)
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
Diffstat (limited to 'm4')
-rw-r--r--m4/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am
new file mode 100644
index 00000000..af864e3b
--- /dev/null
+++ b/m4/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = $(wildcard *.m4)