[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] misc test(1) invocation tweaks
From: |
Eric Blake |
Subject: |
Re: [PATCH 0/4] misc test(1) invocation tweaks |
Date: |
Thu, 09 Apr 2015 06:55:34 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 04/09/2015 06:43 AM, Bernhard Reutner-Fischer wrote:
> Seems to regtest fine here.
>
> Cheers,
>
> Bernhard Reutner-Fischer (4):
> Replace 'test "${var+set}" = set' with '[ ${var+y} ]'
> AC_PROG_LEX: Rephrase LEX is set test
> AC_PROG_MKDIR_P: Also accept BusyBox mkdir -p
> _AC_OUTPUT_FILES_PREPARE: Rephrase CONFIG_FILES test
>
> lib/autoconf/general.m4 | 4 ++--
> lib/autoconf/lang.m4 | 2 +-
> lib/autoconf/programs.m4 | 7 ++++---
> lib/autoconf/status.m4 | 10 +++++-----
> lib/autotest/general.m4 | 4 ++--
> lib/m4sugar/m4sh.m4 | 8 ++++----
> tests/base.at | 2 +-
> tests/m4sh.at | 2 +-
> 8 files changed, 20 insertions(+), 19 deletions(-)
On diffstat alone, this is (barely) trivial (mostly because patch 1 is
the largest bulk, and it is mechanical substitution); but if you would
like to keep contributing, you should probably file copyright assignment
with FSF (I see you've done it before on at least gcc).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Bernhard Reutner-Fischer, 2015/04/08
- Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Paul Eggert, 2015/04/08
- Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Eric Blake, 2015/04/08
- Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Eric Blake, 2015/04/08
- Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Paul Eggert, 2015/04/09
- Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"', Eric Blake, 2015/04/09
- [PATCH 2/4] AC_PROG_LEX: Rephrase LEX is set test, Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH 2/4] AC_PROG_LEX: Rephrase LEX is set test, Eric Blake, 2015/04/09
- Re: [PATCH 2/4] AC_PROG_LEX: Rephrase LEX is set test, Bernhard Reutner-Fischer, 2015/04/09
- [PATCH 0/4] misc test(1) invocation tweaks, Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH 0/4] misc test(1) invocation tweaks,
Eric Blake <=
- [PATCH 4/4] _AC_OUTPUT_FILES_PREPARE: Rephrase CONFIG_FILES test, Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH 4/4] _AC_OUTPUT_FILES_PREPARE: Rephrase CONFIG_FILES test, Eric Blake, 2015/04/09
- Re: [PATCH 4/4] _AC_OUTPUT_FILES_PREPARE: Rephrase CONFIG_FILES test, Bernhard Reutner-Fischer, 2015/04/09
- [PATCH 3/4] AC_PROG_MKDIR_P: Also accept BusyBox mkdir -p, Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH 3/4] AC_PROG_MKDIR_P: Also accept BusyBox mkdir -p, Eric Blake, 2015/04/09
- Re: [PATCH 3/4] AC_PROG_MKDIR_P: Also accept BusyBox mkdir -p, Eric Blake, 2015/04/09
- [PATCH v2 1/4] Replace 'test "${var+set}" = set' with '[ ${var+y} ]', Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH v2 1/4] Replace 'test "${var+set}" = set' with '[ ${var+y} ]', Eric Blake, 2015/04/09
- Re: [PATCH v2 1/4] Replace 'test "${var+set}" = set' with '[ ${var+y} ]', Bernhard Reutner-Fischer, 2015/04/09
- Re: [PATCH v2 1/4] Replace 'test "${var+set}" = set' with '[ ${var+y} ]', Eric Blake, 2015/04/09