[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Autoconf should not require to be in the path
From: |
Akim Demaille |
Subject: |
Re: Autoconf should not require to be in the path |
Date: |
Wed, 13 Feb 2002 13:38:33 +0100 |
User-agent: |
Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) |
>>>>> "Peter" == Peter Eisentraut <address@hidden> writes:
Peter> With sources from just now (2.52i), the autoconf executable
Peter> requires autom4te to be in the path. This is inappropriate.
Why?
Peter> The attached patch prepends the configured bindir to the
Peter> program names before they are substituted into the executables
Peter> so that they look into the standard installation location by
Peter> default.
It is on purpose that we really on PATH. Similarly, autoreconf relies
on the path for gettextize, automake, aclocal, libtoolize and so on.
If you don't want to rely on the path, use the envvars.
Hard coding positions of executables seems like a bad idea to me :(
Paul?