]> sourceware.org Git - automake.git/commit
(handle_dependencies): Set $require_file_found{'depcomp'}
authorJim Meyering <jim@meyering.net>
Sun, 6 Aug 2000 13:34:09 +0000 (13:34 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Aug 2000 13:34:09 +0000 (13:34 +0000)
commit76c31d89767e5643f3ffe7238b62118d917ec9ff
tree8c096936163502d179e51f4c59ebeb6987647289
parent97af641b1cd24ac32b0a1247c24de30a6035a0ab
(handle_dependencies): Set $require_file_found{'depcomp'}
if the depcomp file exists, before calling require_config_file on
`depcomp'.  This makes require_file_internal skip its buggy existence
test that would make automake fail (with `required file `lib/depcomp'
not found') when AC_CONFIG_AUX_DIR is not set.

This change change does not fix the existing bug where, if `depcomp'
is not present in the build directory (at the top level), automake
still gives the inaccurate diagnostic about *lib*/depcomp rather
than ./depcomp.
automake.in
This page took 0.02801 seconds and 5 git commands to generate.