#13364 closed defect (fixed)
Configuring our cairo snapshot fails when automake-1.16.2 is in use.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
At the end of configure, after reporting all the options it will use, the process errors:
build/configure.ac.system:114: the top level configure.ac:17: error: version mismatch. This is Automake 1.16.2, configure.ac:17: but the definition used by this AM_INIT_AUTOMAKE configure.ac:17: comes from Automake 1.16.1. You should recreate configure.ac:17: aclocal.m4 with aclocal and run automake again.
A fix is to run autoreconf -fiv.
Change History (4)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
r22963