autoconf
[Top][All Lists]
Advanced

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

Re: Skip all version checks with autoconf?


From: Eric Blake
Subject: Re: Skip all version checks with autoconf?
Date: Sat, 25 Aug 2018 12:18:40 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/24/2018 05:59 PM, Jeffrey Walton wrote:
It is not autoconf's problem when someone writes a configure.ac that wrongly
claims to use too-new of a version of automake.  But if you don't think the
package is actually relying on a feature that only that newer automake
provided, you are welcome to edit configure.ac and change the
AM_INIT_AUTOMAKE() line to list a lower version number, rerun autoreconf,
and see if it completes successfully.

OK, let's get rid of these useless checks whose only purpose is to
stop someone from accomplishing their task at hand.

      sed -i '/AM_INIT_AUTOMAKE/d' configure.ac

Nope, that's not how you do it. You NEED the AM_INIT_AUTOMAKE() line, just not necessarily the higher version number requirement within the line.

I'm thinking more along the lines of:

sed -i '/AM_INIT_AUTOMAKE/ s/\b[0-9.]*\b//'

Or, actually install newer versions of the autotools.

Lol... That put milk up my nose. I've tried to install newer versions
and they have never worked right. The admins on the GCC compile farm
tried the same and the shit does not work right. Claiming someone can
upgrade these tools is a joke.

Insulting the tools and/or the people that are trying to help you resolve your issues isn't going to resolve the issue.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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