libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 07/25] syntax-check: fix violations and re-enable sc_m4_quote_che


From: Gary V. Vaughan
Subject: [PATCH 07/25] syntax-check: fix violations and re-enable sc_m4_quote_check.
Date: Tue, 15 Nov 2011 19:53:45 +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 <address@hidden>
---
 cfg.mk        |    1 -
 m4/libtool.m4 |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 8ac193e..dad30cc 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 00c1102..be28685 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
 
-- 
1.7.7.3

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]