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:
afa5940
)
Require automake >= 1.12
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 7 Nov 2019 18:39:44 +0000
(13:39 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 8 Nov 2019 17:00:56 +0000
(12:00 -0500)
The test suite LOG_DRIVER statement requires that automake >= 1.12 be used
during bootstrap.
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 1d13ea38b0dee4c01052367205a1eae71dfec9a9..df3fb7ce2d9ff3ba831c4428025f6c1dde4ba927 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-12,7
+12,7
@@
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip nostdinc])
+AM_INIT_AUTOMAKE([
1.12
foreign dist-bzip2 no-dist-gzip nostdinc])
AM_MAINTAINER_MODE([enable])
# Enable silent rules if available (Introduced in AM 1.11)
This page took
0.02594 seconds
and
4
git commands to generate.