[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnu.org #742057] Make standard targets
From: |
Alfred M. Szmidt |
Subject: |
Re: [gnu.org #742057] Make standard targets |
Date: |
Wed, 11 Apr 2012 15:03:32 -0400 |
Actually, I think the configure prefix feature should be
deprecated.
Software should be written to find everything it needs at runtime
relative to the path of the invoked binary.
The problem with that is two fold, one it would require changing
several hundred of thousands of programs. Second, it would be
impossible to find system configuration files, libexec type programs,
etc without alot of complicated FOO_PATH and FOO_PROGRAM variables.
It is simple enough to recompile a program, and there is little
benefit in looking things up at run-time.
Re: [gnu.org #742057] Make standard targets, Dave Yost, 2012/04/10
Re: [gnu.org #742057] Make standard targets,
Alfred M. Szmidt <=