bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#31262: makefile = 1.14, when I have 1.15


From: Eric Blake
Subject: bug#31262: makefile = 1.14, when I have 1.15
Date: Wed, 25 Apr 2018 21:02:49 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]