BIND 10 #3243: [kean] The serial unit tests execution is not possible for automake 1.13 and later
BIND 10 Development
do-not-reply at isc.org
Tue Jan 7 11:20:42 UTC 2014
#3243: [kean] The serial unit tests execution is not possible for automake 1.13
and later
-------------------------------------+-------------------------------------
Reporter: marcin | Owner: kean
Type: enhancement | Status:
Priority: medium | reviewing
Component: build system | Milestone:
Keywords: | Sprint-20131015
Sensitive: 0 | Resolution:
Sub-Project: Core | CVSS Scoring:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by marcin):
Can we just workaround the serial-tests problem by checking the automake
version using system command ?
{{{
+m4_define([serial_tests], [
+ m4_esyscmd([automake --version |
+ head -1 |
+ awk '{split ($NF,a,"."); if (a[1] == 1 && a[2] >= 12) {
print "serial-tests" }}'
+ ])
+])
+AM_INIT_AUTOMAKE(foreign serial_tests)
}}}
I have taken it from here:
https://www.redhat.com/archives/libguestfs/2013-February/msg00102.html
--
Ticket URL: <http://bind10.isc.org/ticket/3243#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list