Commit 0b7123f41d66bdda4da29d59623299d47b29aefb regressed theinclude_path option of ConfigHeader which is intended to set the path,including subdirectories, that C code would pass to an includedirective.
For example if it passes
.include_path = "config/config.h",
Then the C code should be able to have
This regressed https://github.com/andrewrk/nasm/ but this commit fixesit.