mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +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_error_message_period \
|
||||
sc_error_message_uppercase \
|
||||
sc_m4_quote_check \
|
||||
sc_program_name \
|
||||
sc_prohibit_HAVE_MBRTOWC \
|
||||
sc_prohibit_always-defined_macros \
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user