bug#20300: [PATCH] automake: allow required files to be in subdirs

2022-02-20 Thread Mike Frysinger
Fixes automake bug https://bugs.gnu.org/20300. The internal method for caching path lookups expects the $filename to only be a filename. If it's actually a subdir/file itself, then the cache logic gets confused, and it never matches. This manifests as AC_REQUIRE_AUX_FILE([subdir/file]) claiming

bug#20300: [PATCH] automake: allow required files to be in subdirs

2022-02-22 Thread Karl Berry
* bin/automake.in: Split dir & file name back out from the constructed required file path. Looks like good work to me. Thanks. -k