From: Yegor Yefremov Date: Fri, 7 Aug 2015 16:03:37 +0000 (+0200) Subject: autotools: fix syntax error X-Git-Url: https://rtime.felk.cvut.cz/gitweb/can-utils.git/commitdiff_plain/636ce43cd917e70971aa0ed0dfc299265f50012f?hp=f0abaaacb0a3f620f73dd6fd716d7daa3c36a8e3 autotools: fix syntax error Acked-by: Oliver Hartkopp Acked-by: Marc Kleine-Budde Signed-off-by: Yegor Yefremov --- 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.