tentative fix for issue 3 (ex 53)
[mplib] / src / texk / make / README
1 make -- this subdirectory contains Makefile fragments.
2
3 configure substitutes them for ac_include lines in Makefile.in.
4 (This is an enhancement to standard Autoconf; see aclocal.m4.)
5
6 kb@mail.tug.org
7
8 ------------------------
9
10 With the long overdue transition from autoconf-2.13 to autoconf-2.59+
11 this is handled as follows:
12
13 Every 'ac_include' in Makefile.in are replaced by 'kpse_include' and the
14 command 'AC_CONFIG_FILES([Makefile])' in configure.in (or configure.ac)
15 is replaced by 'KPSE_CONFIG_FILES([Makefile])'.
16
17 The macro KPSE_CONFIG_FILES (defined in kpse_inc.m4) uses standard
18 autoconf mechanisms to achieve the desired substitutions.
19
20 Peter Breitenlohner <peb@mppmu.mpg.de>
21
22
23