autoconf
[Top][All Lists]
Advanced

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

Re: How to build autoconf?


From: Eric Blake
Subject: Re: How to build autoconf?
Date: Mon, 20 Jun 2011 14:01:46 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.10

On 06/20/2011 12:47 PM, David Doria wrote:
> There is no configure or makefile in the repository I cloned (git
> clone git://git.sv.gnu.org/autoconf). I tried to run my current
> version of 'autoconf' on the directory, but it says it is too low of a
> version (this is the reason why I am trying to build it in the first
> place!) How do I build it?

The bootstrap requirement only exists for autoconf.git; it does not
exist for released tarballs.  So you break the cycle by installing a
new-enough release tarball.

wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.xz
 # or .gz, if you don't have xz installed
unpack that, and install it

Yes, bootstrapping an ancient machine can be painful, but do you really
plan on developing on that ancient machine?  If not, then you can stop
here; otherwise, you should now have a new-enough installed autoconf to
be able to bootstrap autoconf.git.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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