]> The Tcpdump Group git mirrors - tcpdump/commit
Handle POSIX quoting rules.
authorGuy Harris <[email protected]>
Sun, 23 Jan 2011 21:35:31 +0000 (13:35 -0800)
committerGuy Harris <[email protected]>
Sun, 23 Jan 2011 21:36:07 +0000 (13:36 -0800)
commitbfb110c4ff9853102899cdfc9cd6b99f0925b7a7
tree5507100d2ccc236f06937dd363abcf0f3e7ae50d
parentcb20b7db95d89b68e197a2955753f199f372d141
Handle POSIX quoting rules.

See section 11.6 "Shell Substitutions" in the autoconf documentation,
especially the

There is just no portable way to use double-quoted strings
inside double-quoted back-quoted expressions (pfew!).

part.
aclocal.m4
configure