On 04/25/2018 04:50 PM, Anthony Tran wrote: > Is there something I need to change? Rather not have to revert back to > version 1.14 for this. I'm using this for the protobuf compiler 3.5.1, and > it spits out a message that I need to have 1.14 when I try "make."
Do you mean 'automake 1.14' vs. 'automake 1.15'? Usually, this can be fixed by running 'autoreconf -fi' to force the newer version of automake to rebuild Makefile.in files to no longer complain about version mismatch; you may then have to manually run './config.status' before 'make' will work, to propagate the changes from Makefile.in to the actual Makefile that is choking when you run 'make'. But yes, it would also be nice if automake didn't bake in quite such a version correlation between rules in a Makefile generated by an older version of automake when coupled with rerunning a newer automake because a Makefile.am changed. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature