From: Gary V. Vaughan Date: Mon, 24 Oct 2011 09:29:54 +0000 (+0700) Subject: syntax-check: fix violations and re-enable sc_m4_quote_check. X-Git-Tag: v2.4.2.418~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3fd7eb0b99575bf3101d0dd454083bb10cf9619;p=thirdparty%2Flibtool.git 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 --- diff --git a/cfg.mk b/cfg.mk index 8bb070889..5c6fbbcf9 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 00c110267..be28685c0 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