[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to use alternative autoconf than what is located in /usr/local/b
From: |
Graham Reitz |
Subject: |
Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)? |
Date: |
Mon, 23 May 2011 21:41:00 -0500 |
Perfect. Thanks for the help and fast response! I have two good solutions to
work from.
Kindly,
Graham
On May 23, 2011, at 8:48 PM, Daniel Herring wrote:
> On Mon, 23 May 2011, Daniel Herring wrote:
>
>> FYI, when I install a new version of the autotools, I do something like
>>
>> # PATH=/new/path/bin:$PATH
>> # cd m4; ./configure --prefix=/new/path; make; make install
>> # cd ../autoconf; ./configure --prefix=/new/path; make; make install
>> # cd ../automake; ./configure --prefix=/new/path; make; make install
>> # cd ../libtool; ./configure --prefix=/new/path $OSXOPTS; make; make install
>
> Oh, one other detail. It is often a good idea to tell the new aclocal where
> to find m4 files installed in the normal locations. This involves creating a
> dirlist file.
>
> http://www.gnu.org/s/hello/manual/automake/Macro-Search-Path.html
>
>
>> The proper versions of everything are found because they are first in PATH.
>>
>> The OSXOPTS for libtool is needed because Apple ships another program named
>> libtool. GNU libtool is renamed to glibtool (IIRC). There are a couple
>> ways of effecting this. IIRC, I use a setting that prefixes the program
>> with a g (something like --program-prefix=g).
>
> Later,
> Daniel
>
- How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?, Graham Reitz, 2011/05/23
- Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?, Stefano Lattarini, 2011/05/23
- Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?, Graham Reitz, 2011/05/23
- Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?, Daniel Herring, 2011/05/23
- Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?, Daniel Herring, 2011/05/23
- Re: How to use alternative autoconf than what is located in /usr/local/bin (for automake compile)?,
Graham Reitz <=
- make check failures, Graham Reitz, 2011/05/24
- Re: make check failures, Stefano Lattarini, 2011/05/24
- Re: make check failures, Peter Rosin, 2011/05/24
- Message not available
- Re: make check failures, Stefano Lattarini, 2011/05/24
- Re: make check failures, Graham Reitz, 2011/05/24
- Message not available
- [PATCHES] {maint} honour configure-time AUTOCONF and AUTOM4TE (was: Re: make check failures), Stefano Lattarini, 2011/05/29
- Re: [PATCHES] {maint} honour configure-time AUTOCONF and AUTOM4TE (was: Re: make check failures), Stefano Lattarini, 2011/05/29
- Re: [PATCHES] {maint} honour configure-time AUTOCONF and AUTOM4TE (was: Re: make check failures), Graham Reitz, 2011/05/29
- Re: make check failures, Graham Reitz, 2011/05/24
Message not available