diff options
Diffstat (limited to 'Build/source/texk/kpathsea/cnf.c')
-rw-r--r-- | Build/source/texk/kpathsea/cnf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/cnf.c b/Build/source/texk/kpathsea/cnf.c index 951edd550eb..12a0b574828 100644 --- a/Build/source/texk/kpathsea/cnf.c +++ b/Build/source/texk/kpathsea/cnf.c @@ -30,6 +30,7 @@ #include <kpathsea/paths.h> #include <kpathsea/pathsearch.h> #include <kpathsea/progname.h> +#include <kpathsea/recorder.h> #include <kpathsea/tex-file.h> #include <kpathsea/variable.h> @@ -166,6 +167,8 @@ read_all_cnf P1H(void) for (cnf = cnf_files; *cnf; cnf++) { string line; FILE *cnf_file = xfopen (*cnf, FOPEN_R_MODE); + if (kpse_record_input) + kpse_record_input (*cnf); while ((line = read_line (cnf_file)) != NULL) { unsigned len = strlen (line); |