summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-23 14:40:27 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-23 14:40:27 +0000
commitc866efbadc592b9f3d1f883aab2c4bf7d47f1dad (patch)
treefb10f18d488d8b2613aa8ed09dd040e4a61de575
parent4c2af08b47be195a57ac3bb5d9fefe531ea59812 (diff)
downloadtelepathy-idle-c866efbadc592b9f3d1f883aab2c4bf7d47f1dad.tar.gz
Check for, and use, mkdir -p or equivalent
20071123144027-53eee-0d7b50c0ec283047b8d391bc8c6c10ca446f1524.gz
-rw-r--r--configure.ac1
-rw-r--r--extensions/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de2158c..10f145d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,7 @@ AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
AM_PROG_LIBTOOL
AM_CONFIG_HEADER(config.h)
+AM_PROG_MKDIR_P
dnl check for tools
AC_PROG_CC
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index bfb100e..44cded4 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -34,7 +34,7 @@ DROP_NAMESPACE = sed -e 's@xmlns:tp="http://telepathy\.freedesktop\.org/wiki/Dbu
XSLTPROCFLAGS = --nonet --novalid
_gen/.exists:
- $(INSTALL) -d _gen
+ $(mkdir_p) _gen
touch $@
extensions.html: all.xml $(SPEC_INTERFACE_XMLS) $(tools_dir)/doc-generator.xsl