]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
syntax-check: fix violations and re-enable sc_m4_quote_check.
authorGary V. Vaughan <gary@gnu.org>
Mon, 24 Oct 2011 09:29:54 +0000 (16:29 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 17 Nov 2011 12:20:24 +0000 (19:20 +0700)
* 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 <gary@gnu.org>
cfg.mk
m4/libtool.m4

diff --git a/cfg.mk b/cfg.mk
index 8bb07088976c1a0caee51fdf87ee57e4f3771038..5c6fbbcf9ab26eb305f08be7b8d87d70ef1640a9 100644 (file)
--- 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       \
index 00c11026748854f96629118116ecf86e29649729..be28685c0e8248427fdb17638de69ca497c1e184 100644 (file)
@@ -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