> ARGH! Somebody changed the name of the default.pl script in APR, but they
> left the other makefiles still referring to it. We also have default.pl
> scripts in the other build directories. I guess I would either change the
> default.pl to autodiscover the information required about the package
> being built, or I would just change the makefile to use the default.pl in
> httpd-2.0/build. I would prefer the latter, because it means that when we
> fix a bug in the template, it is propogated to all projects.
Ooops, my fault -- I've been alternating complete changes from apr to
httpd to avoid breaking things, but that one got stuck in between
waiting for the rewrite of all the Makefile.in files. Note that
apr has variables for SCANDOC and SCANDOC_TEMPLATE. I postponed this
because the only unique bit in the template is the title string,
and it would be easy to just change the scandoc program to accept
a title string as an argument.
....Roy