]> git.saurik.com Git - bison.git/commitdiff
maint: reenable sc_m4_quote_check
authorJim Meyering <meyering@redhat.com>
Sun, 29 Jan 2012 20:26:43 +0000 (21:26 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 31 Jan 2012 09:22:12 +0000 (10:22 +0100)
* cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check.
* m4/dmalloc.m4: Add quotes.

cfg.mk
m4/dmalloc.m4

diff --git a/cfg.mk b/cfg.mk
index 2a4d711883f13847b3925a183896fb85be0c5ab3..515ac25307701465407b0cf5a290fd3dd000fe8d 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -38,7 +38,6 @@ local-checks-to-skip =                        \
   sc_bindtextdomain                    \
   sc_error_message_period              \
   sc_error_message_uppercase           \
-  sc_m4_quote_check                    \
   sc_program_name                      \
   sc_prohibit_HAVE_MBRTOWC             \
   sc_prohibit_always-defined_macros    \
index f724670891fddb464a38a5647d4737c89db5165a..90e72f616e0293dcaf2e07dfd5f857686d9ec39e 100644 (file)
@@ -12,7 +12,7 @@ AC_ARG_WITH(dmalloc,
                           http://www.dmalloc.com/dmalloc.tar.gz],
 [if test "$withval" = yes; then
   AC_MSG_RESULT(yes)
-  AC_DEFINE(WITH_DMALLOC,1,
+  AC_DEFINE([WITH_DMALLOC],1,
             [Define if using the dmalloc debugging malloc package])
   LIBS="$LIBS -ldmalloc"
   LDFLAGS="$LDFLAGS -g"