summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-03-15 17:08:34 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-03-15 17:08:34 (GMT)
commit93a0ef16c939581fb366897d2f07c395601f8ddf (patch)
treed7d4f64ed1af9a152dd341692dcb8353e4fecd71 /configure.ac
parenta4e018889ac3537e10b48811b4be6356e633b8a0 (diff)
downloadcpython-93a0ef16c939581fb366897d2f07c395601f8ddf.zip
cpython-93a0ef16c939581fb366897d2f07c395601f8ddf.tar.gz
cpython-93a0ef16c939581fb366897d2f07c395601f8ddf.tar.bz2
- Issue #14321: Do not run pgen during the build if files are up to date.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 47ba787..a38a5cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -848,6 +848,7 @@ bsdos*|hp*|HP*)
fi
esac
AC_PROG_INSTALL
+AC_PROG_MKDIR_P
# Not every filesystem supports hard links
AC_SUBST(LN)