Steve Youngs <youngs(a)xemacs.org> writes:
|--==> "SJ" == Simon Josefsson <jas(a)extundo.com>
writes:
SJ> If I do "make install" in a package that doesn't have an
SJ> auto-autoloads file, it fails.
Can't happen. Every package will have an auto-autoloads.el file
because _pkg.el has an autoload cookie in it.
The automatically generated _pkg.el file doesn't have any autoload
cookies, at least not when I try it ("make distclean" + "make" in
e.g. unsupported/simon/sasl/).
The hint to put "GENERATED=" in Makefile worked though.