Ville Skyttä <ville.skytta(a)xemacs.org> writes:
On Fri, 2002-08-02 at 23:20, Simon Josefsson wrote:
> If I do "make install" in a package that doesn't have an
> auto-autoloads file, it fails.
[...]
A couple of suggestions:
1) Invent some autoloads :)
I did that on ecrypto, but I couldn't really invent good ones on
SASL..
2) Remove auto-autoloads.elc from Makefile (all::) and use
"GENERATED = ..." instead of the normal "GENERATED += ..." in
Makefile. This may break sometime, though.
Doesn't help, that's why I complained. It solves the problem for
"make", but "make install" seems to hard code auto-autoloads.el*
somewhere. I guess I will do the following if it isn't to fix
otherwise.
3) Put "touch auto-autoloads.el auto-autoloads.elc" in makefile