projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27a42e
)
Require automake >= 1.12
author
Michael Jeanson
<mjeanson@efficios.com>
Thu, 7 Nov 2019 19:02:55 +0000
(14:02 -0500)
committer
Jérémie Galarneau
<jeremie.galarneau@efficios.com>
Wed, 13 Nov 2019 19:43:58 +0000
(14:43 -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: Jérémie Galarneau <jeremie.galarneau@efficios.com>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index c6fdff5485e84af014a4d41387fb3b22293c911a..b424dc6eee3b32dc674906a166243d7e24ce190b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-8,7
+8,7
@@
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-pax nostdinc])
+AM_INIT_AUTOMAKE([
1.12
foreign dist-bzip2 no-dist-gzip tar-pax nostdinc])
AM_MAINTAINER_MODE([enable])
# Enable silent rules if available (Introduced in AM 1.11)
This page took
0.027036 seconds
and
4
git commands to generate.