diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 12:35:53 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 12:35:53 -0700 |
commit | 86650a089b333e8ab7c3319c4a5b0c77e0129a45 (patch) | |
tree | 61846f0c1bdded5717e65eaff284085a1fcf25a2 /configure.ac | |
parent | 07229c1a7103d82b60b60927a93abc10f83212f1 (diff) | |
download | bluez-86650a089b333e8ab7c3319c4a5b0c77e0129a45.tar.gz |
Fix issue with creating include directory
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 5ce7572f2..d9a6189d3 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AC_PROG_CC_PIE AC_PROG_INSTALL AC_PROG_YACC AM_PROG_LEX +AM_PROG_MKDIR_P m4_define([_LT_AC_TAGCONFIG], []) m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) |