diff options
Diffstat (limited to 'Build/source/texk/make/README')
-rw-r--r-- | Build/source/texk/make/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/make/README b/Build/source/texk/make/README index 9481d74b7d5..88a1364ba82 100644 --- a/Build/source/texk/make/README +++ b/Build/source/texk/make/README @@ -10,9 +10,9 @@ kb@mail.tug.org With the long overdue transition from autoconf-2.13 to autoconf-2.59+ this is handled as follows: -Every 'ac_include' in Makefile.in are replaced by 'kpse_include' and the -command 'AC_CONFIG_FILES([Makefile])' in configure.in (or configure.ac) -is replaced by 'KPSE_CONFIG_FILES([Makefile])'. +Each 'ac_include' in Makefile.in is replaced by 'kpse_include' and the +command 'AC_CONFIG_FILES([Makefile])' in configure.in or configure.ac is +replaced by 'KPSE_CONFIG_FILES([Makefile])'. The macro KPSE_CONFIG_FILES (defined in kpse_inc.m4) uses standard autoconf mechanisms to achieve the desired substitutions. |