Description
BUILD_PERSON, BUILD_GROUP and BUILD_MACHINE need to be escaped.
traffic_layout.cc:79:32: error: unknown escape sequence '\D' [-Werror,-Wunknown-escape-sequence] print_feature("BUILD_GROUP", BUILD_GROUP, json); ^ ../../lib/ts/ink_config.h:49:46: note: expanded from macro 'BUILD_GROUP' #define BUILD_GROUP "XXX\Domain Users"
Current configure.ac
build_person="`id -nu`" build_group="`id -ng`" build_machine="`uname -n`"