From e3fd7eb0b99575bf3101d0dd454083bb10cf9619 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 24 Oct 2011 16:29:54 +0700 Subject: syntax-check: fix violations and re-enable sc_m4_quote_check. * cfg.mk (local-checks-to-fix): Remove sc_m4_quote_check from list of disabled checks. * libltdl/m4/libtool.m4 (_LT_CHECK_OBJDIR): Quote LT_OBJDIR correctly. Signed-off-by: Gary V. Vaughan --- cfg.mk | 1 - m4/libtool.m4 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/cfg.mk b/cfg.mk index 8bb07088..5c6fbbcf 100644 --- a/cfg.mk +++ b/cfg.mk @@ -38,7 +38,6 @@ endif VC_LIST_ALWAYS_EXCLUDE_REGEX = ^mail/ local-checks-to-fix = \ - sc_m4_quote_check \ sc_makefile_TAB_only_indentation \ sc_makefile_at_at_check \ sc_prohibit_always-defined_macros \ diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 00c11026..be28685c 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2065,7 +2065,7 @@ objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/", +AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory in which libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR -- cgit v1.2.1