1 make -- this subdirectory contains Makefile fragments.
3 configure substitutes them for ac_include lines in Makefile.in.
4 (This is an enhancement to standard Autoconf; see aclocal.m4.)
8 ------------------------
10 With the long overdue transition from autoconf-2.13 to autoconf-2.59+
11 this is handled as follows:
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])'.
17 The macro KPSE_CONFIG_FILES (defined in kpse_inc.m4) uses standard
18 autoconf mechanisms to achieve the desired substitutions.
20 Peter Breitenlohner <peb@mppmu.mpg.de>