mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 07:13:02 +00:00
maint: reenable sc_m4_quote_check
* cfg.mk (local-checks-to-skip): Reenable sc_m4_quote_check. * m4/dmalloc.m4: Add quotes.
This commit is contained in:
1
cfg.mk
1
cfg.mk
@@ -38,7 +38,6 @@ local-checks-to-skip = \
|
|||||||
sc_bindtextdomain \
|
sc_bindtextdomain \
|
||||||
sc_error_message_period \
|
sc_error_message_period \
|
||||||
sc_error_message_uppercase \
|
sc_error_message_uppercase \
|
||||||
sc_m4_quote_check \
|
|
||||||
sc_program_name \
|
sc_program_name \
|
||||||
sc_prohibit_HAVE_MBRTOWC \
|
sc_prohibit_HAVE_MBRTOWC \
|
||||||
sc_prohibit_always-defined_macros \
|
sc_prohibit_always-defined_macros \
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ AC_ARG_WITH(dmalloc,
|
|||||||
http://www.dmalloc.com/dmalloc.tar.gz],
|
http://www.dmalloc.com/dmalloc.tar.gz],
|
||||||
[if test "$withval" = yes; then
|
[if test "$withval" = yes; then
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
AC_DEFINE(WITH_DMALLOC,1,
|
AC_DEFINE([WITH_DMALLOC],1,
|
||||||
[Define if using the dmalloc debugging malloc package])
|
[Define if using the dmalloc debugging malloc package])
|
||||||
LIBS="$LIBS -ldmalloc"
|
LIBS="$LIBS -ldmalloc"
|
||||||
LDFLAGS="$LDFLAGS -g"
|
LDFLAGS="$LDFLAGS -g"
|
||||||
|
|||||||
Reference in New Issue
Block a user