projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a43bbd
)
AC_PROG_MKDIR_P needed with automake 1.9
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 14:33:02 +0000
(10:33 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 9 Oct 2009 14:33:02 +0000
(10:33 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 8c9ce5aa3edc9b6d76ed84de70c95c9516c804f6..3a2674753b16bb4163cff611937c59e85744506f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-8,6
+8,7
@@
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([urcu.h])
+AC_PROG_MKDIR_P
AC_CONFIG_HEADERS([config.h urcu/config.h])
This page took
0.025424 seconds
and
4
git commands to generate.