[tex-k] Autoconf-2.13 vs. 2.59
Karl Berry
karl at freefriends.org
Mon Jan 31 23:26:13 CET 2005
> ......... The final alternative is to replicate these makefile
> bits in all the texk/*/Makefile.in, and maintain the result in all of
> these files, instead of one place.
What a nightmare for the maintainer(s).
It could be automated (even if the fragments are physically present in
all the files). E.g.,
### ac_included foo begins here
... foo content here ...
### ac_included foo ends here
And a script could check/replace what's between the ### lines with the
content of the foo master file.
But it's certainly something to avoid if possible. Your splitting the
Makefile seems clean in comparison :).
More information about the tex-k
mailing list