Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "larsbj" == larsbj <[EMAIL PROTECTED]> writes: > | larsbj> CVSROOT: /usr/local/lyx/cvsroot Module name: lyx-devel | larsbj> Repository: lyx-devel/config/ Changes by: | larsbj> [EMAIL PROTECTED] 04/05/18 13:05:41 > | larsbj> Modified files: lyx-devel/config/: ChangeLog lyxinclude.m4 > | larsbj> Log message: Use the libstdc++ debugging mode if compiling | larsbj> with enable-debug > | Why don't you use AC_DEFINE instead of adding cryptic -D options | nobody wants to see? The compile commands are already obfuscated, I | think.
Normally the reason is that we don't want to force a complete recompile if you change the configure options. OTOH with debug mode a full recompile is required, so, yes, AC_DEFINE should be used instead. -- Lgb