diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-02-16 15:55:23 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2017-02-16 15:55:23 +0100 |
commit | 258382be12e52ca92b72de1e2c4fd93692b34150 (patch) | |
tree | ecacead899528437b2dfc3468f702596a6942a74 /configure.ac | |
parent | 568c4f3e49c0706b5c5ac08a6cb9f91976d00cc9 (diff) | |
download | NetworkManager-258382be12e52ca92b72de1e2c4fd93692b34150.tar.gz |
build: create missing directories for out-of-tree builds
They could be created by dumb luck with dependency tracking, but
apparently some distributions disable that.
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 6e3ef7c06f..25af0beeb2 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,7 @@ AM_PROG_CC_C_O AC_PROG_CXX AC_PROG_LN_S +AC_PROG_MKDIR_P # Prefer gcc-* variants; the ones libtool would choose don't work with LTO AC_CHECK_TOOLS(AR, [gcc-ar ar], false) |