[Xr] small adjustments

Christopher Blizzard blizzard at redhat.com
Mon Jul 7 09:18:46 PDT 2003


Carl Worth wrote:

>On Jul 7, Trevor Woerner wrote:
> > 1) i have upgraded my autotools to the latest available
>
>autotools version skew is always painful for me. Would it be helpful
>if I referenced explicit versioned instances of autoconf
>(eg. autoconf2.50) and friends in autogen.sh?
>
>  
>
We (Red Hat) usually ship a few different auto* tools with the 
prefixes.  If you want, why don't you check for them first?  i.e.:

if [ -x /usr/bin/autoconf-2.13 ]; then
    /usr/bin/autoconf-2.13
fi

etc.  I have quite a few on my system at the moment:

[blizzard at dead blizzard]$ rpm -qa|grep ^auto
automake-1.7.5-1
autofs-3.1.7-38
automake14-1.4p6-7
autoconf-2.57-3
autoconf213-2.13-6
autorun-3.10-2
automake15-1.5-9

--Chris





More information about the cairo mailing list