[bug#67414] [PATCH] missing: add autoreconf, autogen and perl as supported programs

2023-11-23 Thread Karl Berry
Hi Alex - back in July 2015, you sent an Automake patch to add support for autoreconf, etc., to the missing script: https://lists.gnu.org/archive/html/automake-patches/2015-08/msg0.html In the better late than never department, I've finally applied that patch, modulo a few unimportant wordin

Re: [PATCH] missing: add autoreconf, autogen and perl as supported programs

2015-08-14 Thread Eric Blake
On 08/14/2015 03:08 AM, Alex Vong wrote: > It seems every `foo@bar' in the mailing list is transformed into > `address@hidden'. This causes problem since the content of the patch > includes an address. So I re-submit the patch using attachment. That's an (intentional) artifact of the archives, and

Re: [PATCH] missing: add autoreconf, autogen and perl as supported programs

2015-08-14 Thread Alex Vong
6 Jul 2015 23:10:28 +0800 Subject: [PATCH] missing: add autoreconf, autogen and perl as supported programs autoreconf, autogen and perl are added as supported programs since they are commonly used with the autotools. Some rewriting is done but the logic should NOT change. `GNU programs'

[PATCH] missing: add autoreconf, autogen and perl as supported programs

2015-07-26 Thread Alex Vong
il. This patch can be apply by `git am *.patch' (tested). GIT: From: Alex Vong Date: Sun, 26 Jul 2015 23:10:28 +0800 Subject: [PATCH] missing: add autoreconf, autogen and perl as supported programs autoreconf, autogen and perl are added as supported programs since they are commonly used wit