diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-01 01:46:47 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-01 21:28:12 +0200 |
commit | 380d9da0b01c86aa11a7e83279fe7baebed6aad7 (patch) | |
tree | 691fe1d6a38a735058dc1bea0e2bf8197a5f8530 /man | |
parent | f49744040d33b453a6a414c4e8a29602bfdbb1f3 (diff) | |
download | coreutils-380d9da0b01c86aa11a7e83279fe7baebed6aad7.tar.xz |
build: simplify: get rid of some indirection variables
The code deciding which coreutils programs to build (depending on
defaults, system capabilities, and user requests) is overly complex
and rather confusing. Let's begin simplifying it by removing some
non-strictly-necessary indirection variables.
* configure.ac: Adjust and improve few comments.
(OPTIONAL_BIN_PROGS, OPTIONAL_PKGLIB_PROGS): Rename ...
(bin_PROGRAMS, pkglibexec_PROGRAMS): ... like these, respectively.
Ensure they aren't initialized in all Makefiles (which would lead
to spurious errors), by calling AM_SUBST_NOTMAKE on them.
* src/local.mk: Adjust and improve few comments.
(bin_PROGRAMS, pkglibexec_PROGRAMS): Simply define
to the corresponding '@substitution@'.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions