summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>2011-10-24 16:29:54 +0700
committerGary V. Vaughan <gary@gnu.org>2011-11-17 19:20:24 +0700
commite3fd7eb0b99575bf3101d0dd454083bb10cf9619 (patch)
treee2c99e7d183fbb7869ff4bf73d3643620dd682d9
parent40adfb1b85e3a1d03b43367f8671176cdadf9d02 (diff)
downloadlibtool-e3fd7eb0b99575bf3101d0dd454083bb10cf9619.tar.gz
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 <gary@gnu.org>
-rw-r--r--cfg.mk1
-rw-r--r--m4/libtool.m42
2 files changed, 1 insertions, 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