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

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).