You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "randall (via GitHub)" <gi...@apache.org> on 2023/03/10 17:08:52 UTC

[GitHub] [trafficserver] randall commented on a diff in pull request #9405: Clean up the formatting of build options

randall commented on code in PR #9405:
URL: https://github.com/apache/trafficserver/pull/9405#discussion_r1132635187


##########
configure.ac:
##########
@@ -2443,10 +2443,10 @@ AC_MSG_NOTICE([Build option summary:
     CXXFLAGS:           $CXXFLAGS
     CPPFLAGS:           $CPPFLAGS
     LDFLAGS:            $LDFLAGS
-    AM@&t@_CFLAGS:      $AM_CFLAGS

Review Comment:
   You got me wondering that now, and I found this: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Quadrigraphs.html
   
   maybe for this?
   ```
   to escape occurrences of forbidden patterns
   For instance you might want to mention AC_FOO in a comment, while still being sure that autom4te still catches unexpanded ‘AC_*’. Then write ‘AC@&t@_FOO’.
   ``` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org