Skip to content
  • Luke Shumaker's avatar
    2fdd1654
    Makefile: m4_changequote([[[, ]]]) to avoid accidental quoting. · 2fdd1654
    Luke Shumaker authored
    The default m4 quote characters: `QUOTE' are troublesome, because ` is
    fairly likely to pop up in a shell script (if not for a subshell, because
    it is a useful character in comments and user-facing messages).
    
    So, this changes it to [[[QUOTE]]], as it is unlikely to see three braces
    together like that, let alone in unbalanced sets.
    2fdd1654
    Makefile: m4_changequote([[[, ]]]) to avoid accidental quoting.
    Luke Shumaker authored
    The default m4 quote characters: `QUOTE' are troublesome, because ` is
    fairly likely to pop up in a shell script (if not for a subshell, because
    it is a useful character in comments and user-facing messages).
    
    So, this changes it to [[[QUOTE]]], as it is unlikely to see three braces
    together like that, let alone in unbalanced sets.
Loading