linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] autotools: fix syntax error
@ 2015-08-07 16:05 yegorslists
  2015-09-03 11:53 ` Yegor Yefremov
  0 siblings, 1 reply; 6+ messages in thread
From: yegorslists @ 2015-08-07 16:05 UTC (permalink / raw)
  To: linux-can; +Cc: socketcan, Yegor Yefremov

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 633ba81..8b50fb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_PROG_CC
 LT_INIT(win32-dll)
 
 AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 #
 # Checks for header files.
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] autotools: fix syntax error
  2015-08-07 16:05 [PATCH] autotools: fix syntax error yegorslists
@ 2015-09-03 11:53 ` Yegor Yefremov
  2015-09-03 12:18   ` Marc Kleine-Budde
  2015-09-03 14:14   ` Oliver Hartkopp
  0 siblings, 2 replies; 6+ messages in thread
From: Yegor Yefremov @ 2015-09-03 11:53 UTC (permalink / raw)
  To: linux-can@vger.kernel.org
  Cc: Oliver Hartkopp, Yegor Yefremov, Marc Kleine-Budde

On Fri, Aug 7, 2015 at 6:05 PM,  <yegorslists@googlemail.com> wrote:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 633ba81..8b50fb7 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -20,7 +20,7 @@ AC_PROG_CC
>  LT_INIT(win32-dll)
>
>  AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>
>  #
>  # Checks for header files.
> --
> 2.1.4
>

Ping?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] autotools: fix syntax error
  2015-09-03 11:53 ` Yegor Yefremov
@ 2015-09-03 12:18   ` Marc Kleine-Budde
  2015-09-03 12:56     ` Yegor Yefremov
  2015-09-03 14:14   ` Oliver Hartkopp
  1 sibling, 1 reply; 6+ messages in thread
From: Marc Kleine-Budde @ 2015-09-03 12:18 UTC (permalink / raw)
  To: Yegor Yefremov, linux-can@vger.kernel.org; +Cc: Oliver Hartkopp

[-- Attachment #1: Type: text/plain, Size: 1152 bytes --]

On 09/03/2015 01:53 PM, Yegor Yefremov wrote:
> On Fri, Aug 7, 2015 at 6:05 PM,  <yegorslists@googlemail.com> wrote:
>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>> ---
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 633ba81..8b50fb7 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -20,7 +20,7 @@ AC_PROG_CC
>>  LT_INIT(win32-dll)
>>
>>  AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
>> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
>> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>>
>>  #
>>  # Checks for header files.
>> --
>> 2.1.4
>>
> 
> Ping?

Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>

You have write access to the repo, don't you? :)

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] autotools: fix syntax error
  2015-09-03 12:18   ` Marc Kleine-Budde
@ 2015-09-03 12:56     ` Yegor Yefremov
  2015-09-03 12:59       ` Marc Kleine-Budde
  0 siblings, 1 reply; 6+ messages in thread
From: Yegor Yefremov @ 2015-09-03 12:56 UTC (permalink / raw)
  To: Marc Kleine-Budde; +Cc: linux-can@vger.kernel.org, Oliver Hartkopp

On Thu, Sep 3, 2015 at 2:18 PM, Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> On 09/03/2015 01:53 PM, Yegor Yefremov wrote:
>> On Fri, Aug 7, 2015 at 6:05 PM,  <yegorslists@googlemail.com> wrote:
>>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>>
>>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>>> ---
>>>  configure.ac | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/configure.ac b/configure.ac
>>> index 633ba81..8b50fb7 100644
>>> --- a/configure.ac
>>> +++ b/configure.ac
>>> @@ -20,7 +20,7 @@ AC_PROG_CC
>>>  LT_INIT(win32-dll)
>>>
>>>  AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
>>> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
>>> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>>>
>>>  #
>>>  # Checks for header files.
>>> --
>>> 2.1.4
>>>
>>
>> Ping?
>
> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
>
> You have write access to the repo, don't you? :)

I do, but having  Acked-by is always good.

Yegor

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] autotools: fix syntax error
  2015-09-03 12:56     ` Yegor Yefremov
@ 2015-09-03 12:59       ` Marc Kleine-Budde
  0 siblings, 0 replies; 6+ messages in thread
From: Marc Kleine-Budde @ 2015-09-03 12:59 UTC (permalink / raw)
  To: Yegor Yefremov; +Cc: linux-can@vger.kernel.org, Oliver Hartkopp

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On 09/03/2015 02:56 PM, Yegor Yefremov wrote:
>> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
>>
>> You have write access to the repo, don't you? :)
> 
> I do, but having  Acked-by is always good.

:)

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] autotools: fix syntax error
  2015-09-03 11:53 ` Yegor Yefremov
  2015-09-03 12:18   ` Marc Kleine-Budde
@ 2015-09-03 14:14   ` Oliver Hartkopp
  1 sibling, 0 replies; 6+ messages in thread
From: Oliver Hartkopp @ 2015-09-03 14:14 UTC (permalink / raw)
  To: Yegor Yefremov, linux-can@vger.kernel.org; +Cc: Marc Kleine-Budde

do it so do it so :-)

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>

Tnx!

Oliver

On 09/03/2015 01:53 PM, Yegor Yefremov wrote:
> On Fri, Aug 7, 2015 at 6:05 PM,  <yegorslists@googlemail.com> wrote:
>> From: Yegor Yefremov <yegorslists@googlemail.com>
>>
>> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
>> ---
>>  configure.ac | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/configure.ac b/configure.ac
>> index 633ba81..8b50fb7 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -20,7 +20,7 @@ AC_PROG_CC
>>  LT_INIT(win32-dll)
>>
>>  AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
>> -m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
>> +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
>>
>>  #
>>  # Checks for header files.
>> --
>> 2.1.4
>>
> 
> Ping?
> --
> To unsubscribe from this list: send the line "unsubscribe linux-can" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-03 14:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 16:05 [PATCH] autotools: fix syntax error yegorslists
2015-09-03 11:53 ` Yegor Yefremov
2015-09-03 12:18   ` Marc Kleine-Budde
2015-09-03 12:56     ` Yegor Yefremov
2015-09-03 12:59       ` Marc Kleine-Budde
2015-09-03 14:14   ` Oliver Hartkopp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).