summaryrefslogtreecommitdiff
path: root/telepathy-glib/codegen.am
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 /telepathy-glib/codegen.am
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 'telepathy-glib/codegen.am')
-rw-r--r--telepathy-glib/codegen.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/codegen.am b/telepathy-glib/codegen.am
index 8bc0032a0..a564a2a90 100644
--- a/telepathy-glib/codegen.am
+++ b/telepathy-glib/codegen.am
@@ -136,7 +136,7 @@ tools_dir = $(top_srcdir)/tools
# Bootstrapping
_gen/spec-stamp: $(wildcard $(top_srcdir)/spec/*.xml)
- $(mkdir_p) _gen
+ $(MKDIR_P) _gen
touch $@
_gen/stable-stamp: $(wildcard $(abs_srcdir)/*.xml) _gen/spec-stamp