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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]