Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-09-10 Thread Karl Berry
Hi Jan and all.

depending on install-libLTLIBRARIES not just for bin_PROGRAMS, but
all PROGRAMS and LTLIBRARIES.

I installed your patch (for the record: the thread starts at
https://lists.gnu.org/archive/html/automake/2021-08/msg00016.html).
Thanks much.

(Now, on another and unrelated front ... time to see if I can restore
the previous Python dir behavior, retain the new setting with an option,
and not break anything new. I sure wish there was someone out there who
wanted to devote some real time to Automake maintenance.)

Happy hacking,
Karl



Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-08-29 Thread Jan Engelhardt
On Sunday 2021-08-29 22:44, Karl Berry wrote:

>Subject: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to 
> all
> targets
>
>Thanks. Have you run make check? (In practice, make -j12 check or similar.)
>Always good to make sure nothing old breaks ... -k

# TOTAL: 2980
# PASS:  2834
# SKIP:  107 [virtualenv not installed yadayada]
# XFAIL: 39
# FAIL:  0
# XPASS: 0
# ERROR: 0

External user who wanted to build some software also reports success
https://github.com/grommunio/gromox/issues/10



Re: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to all targets

2021-08-29 Thread Karl Berry
Subject: [PATCH v2] automake: add install dep on install-libLTLIBRARIES to 
all
 targets

Thanks. Have you run make check? (In practice, make -j12 check or similar.)
Always good to make sure nothing old breaks ... -k