Re: "make dist" and conditional build of autotool-enabled subpackage.

2024-10-15 Thread suzuki toshiya
Dear Zack, Thank you prompt reply, your answer looks quite reasonable. I would execute AC_CONFIG_SUBDIRS() unconditionally, if there's no way to escape :-) I never had an idea making Y/configure skip the detailed check by passing "--with-system-Y", sounds very smart. I would try. Thanks again!

Re: "make dist" and conditional build of autotool-enabled subpackage.

2024-10-15 Thread Zack Weinberg
On Tue, Oct 15, 2024, at 10:38 AM, suzuki toshiya wrote: > I'm looking for a combination of the target to include sub-packages > which is built conditionally. > > A package "X" include a libary "Y" as a subpackage, like ... > Y is often installed as an external or system library, so X/configure > c

"make dist" and conditional build of autotool-enabled subpackage.

2024-10-15 Thread suzuki toshiya
Hi, I'm looking for a combination of the target to include sub-packages which is built conditionally. A package "X" include a libary "Y" as a subpackage, like X/ X/configure X/x-main.c X/x-sub1.c X/x-sub2.c X/... X/Y/ X/Y/configure X/Y/y-main.c X/Y/y-sub1.c X/Y/... Y is often installed as an e