From: Jim Meyering Date: Sun, 29 Jan 2012 20:26:43 +0000 (+0100) Subject: maint: reenable sc_m4_quote_check X-Git-Tag: v2.7.90~543 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/62a87154b3bb1af77ee153603972090a600bafce?ds=inline maint: reenable sc_m4_quote_check * cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check. * m4/dmalloc.m4: Add quotes. --- diff --git a/cfg.mk b/cfg.mk index 2a4d7118..515ac253 100644 --- 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 \ diff --git a/m4/dmalloc.m4 b/m4/dmalloc.m4 index f7246708..90e72f61 100644 --- a/m4/dmalloc.m4 +++ b/m4/dmalloc.m4 @@ -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"