summaryrefslogtreecommitdiff
path: root/examples/extensions
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-07 17:08:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-11 15:43:44 +0100
commit0e944e7d41b38cb248a2164468d2fe064f61819d (patch)
treee20b304e735cf5d051bb73019a8e971d7b571568 /examples/extensions
parent1fbfb30038dbdda78f79533138fec05a270ea485 (diff)
downloadtelepathy-glib-0e944e7d41b38cb248a2164468d2fe064f61819d.tar.gz
Use AC_PROG_MKDIR_P instead of deprecated AM_PROG_MKDIR_P
This means we define MKDIR_P instead of mkdir_p - adjust. Strictly speaking this requires Autoconf 2.59d, but 2.60 is hardly a new innovation (it was released in 2006). Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
Diffstat (limited to 'examples/extensions')
-rw-r--r--examples/extensions/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/extensions/Makefile.am b/examples/extensions/Makefile.am
index 1cb53d107..4cba359d3 100644
--- a/examples/extensions/Makefile.am
+++ b/examples/extensions/Makefile.am
@@ -72,7 +72,7 @@ XSLTPROCFLAGS = --nonet --novalid
# Generated files which can be generated for all categories simultaneously
_gen/all.xml: all.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
@@ -114,7 +114,7 @@ _gen/interfaces.h: _gen/all.xml \
# although you can subdivide further if you want.
_gen/connection.xml: connection.xml $(wildcard *.xml) $(tools_dir)/xincludator.py
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
$(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
# do nothing, output as a side-effect