Speed up make_paragraphs.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 5 Aug 2004 22:30:41 +0000 (22:30 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 5 Aug 2004 22:30:41 +0000 (22:30 +0000)
commit36c5702d56bc124a088b37fd8d1308f9c2cbe17a
treea6ec6449f50396252be85d0a693cb52d5b5aba92
parent4f0ef2adbba393c647b183daf375e96981e162c6
Speed up make_paragraphs.
* automake.in (handle_languages): Always define SUBDIROBJ,
DERIVED-EXT, and DIST_SOURCE, because the new transform() will
abort on unknown tokens.
(transform): Rewrite with different semantics.
(make_paragraphs): Make a single pass over the paragraph to
transform all template tokens instead of doing as much passes as
possible token.
ChangeLog
automake.in