Re: "make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2024-11-25 Thread Karl Berry
Hi - thanks for the report. $(ANGIE_FILES) refers to source subdirectory "src/jtag/drivers/angie/", but next to it there is a source file called "src/jtag/drivers/angie.c". I don't think Automake currently tries to consider the values of EXTRA_DIST, just copies them. So it's probably

"make dist" bug with "EXTRA_DIST += dirname" and built-in rule for "dirname.c"

2024-11-25 Thread R. Diez
Hi all: I have hit an interesting bug in Automake. It has taken me a few hours of learning and experimentation to track it down. The OpenOCD project uses the Autotools and everything seems fine: bootstrap, ./configure, "make install", etc. work fine. Only make "make dist" fails: $ make dist m