More undefined behaviour in build system



Aleksej Saushev <asau <at> inbox.ru> writes:

> $(echo *.lisp) has an undefined behaviour per standard, the correct way
> to do this within automake framework is to maintain list of files
> or utilize local targets. E.g.
> 
> Attachment (patch-demo_Makefile.am): application/octet-stream, 358 bytes
> Attachment (patch-src_Makefile.am): application/octet-stream, 1447 bytes
> Attachment (patch-tests_Makefile.am): application/octet-stream, 610 bytes

After applying these patches, I find that make succeeds, and
make dist-gzip runs to completion, but the resulting tar.gz is
missing all of the Lisp source code. I speculate that's a result
of nuking the target nobase_dist_instsrc_DATA in src/Makefile.am.

best

Robert Dodier