]> granicus.if.org Git - graphviz/commit
Revert "plugin/core: autotools: make awk crlf agnostic when generating ps.h"
authorEmden R. Gansner <erg@emdenrg.net>
Tue, 5 Oct 2021 21:01:02 +0000 (17:01 -0400)
committerEmden R. Gansner <erg@emdenrg.net>
Tue, 5 Oct 2021 21:01:02 +0000 (17:01 -0400)
commitcd353ca268d9108cc2a02a121e557d244a7d7c83
treec98ee88e6b1e22fd5371b0888bf983964d0ec30e
parent57ba457ee6e93b6f4233bd4f95b2c29c8b845f0b
Revert "plugin/core: autotools: make awk crlf agnostic when generating ps.h"

This reverts commit 50e7d9768b9c02287a0d68e64233c7f713d1f4b8.

In standard awk, only the first character in RS is used, so regular expressions don't work. This means the resulting ps.h in plugins/core contains an illegal C string constant.
plugin/core/Makefile.am