[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: |
Paul Eggert |
Subject: |
Re: Autoconf should not require to be in the path |
Date: |
Sat, 16 Feb 2002 13:05:39 -0800 (PST) |
> Date: Fri, 15 Feb 2002 22:36:27 -0500 (EST)
> From: Peter Eisentraut <address@hidden>
>
> Would it at least make sense that if autoconf is called
>
> /mumble/autoconf
>
> then
>
> /mumble/autom4te
>
> is called?
That would violate the GNU coding standards, which say:
Please don't make the behavior of a utility depend on the name used
to invoke it. It is useful sometimes to make a link to a utility
with a different name, and that should not change what it does.