Open
Description
In configure.ac, we check for particular programs, but we rarely use the resulting variables; for example, instead of using $SED
to call a POSIX compliant sed
, we simply use sed
directly.
IMO, we should clean up usages of "particular programs" in configure.ac and Makefile.pre.in, and consistently use the Autoconf variables.
See also: