diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-23 14:40:27 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-11-23 14:40:27 +0000 |
commit | c866efbadc592b9f3d1f883aab2c4bf7d47f1dad (patch) | |
tree | fb10f18d488d8b2613aa8ed09dd040e4a61de575 /configure.ac | |
parent | 4c2af08b47be195a57ac3bb5d9fefe531ea59812 (diff) |
Check for, and use, mkdir -p or equivalent
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 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 |