]> granicus.if.org Git - graphviz/commit
plugin/core: autotools: make awk crlf agnostic when generating ps.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 22 Aug 2021 06:25:01 +0000 (08:25 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 28 Sep 2021 16:17:16 +0000 (18:17 +0200)
commit50e7d9768b9c02287a0d68e64233c7f713d1f4b8
treef47264ec441e9c397fab6145a310c0694855255b
parent91c5cf27fa7cfa0a4a55ad174a8f938665d8ded7
plugin/core: autotools: make awk crlf agnostic when generating ps.h

Fixes errors like this with Cygwin in a crlf environment even with
SHELLOPTS=igncr:

ps.h:2:1: error: missing terminating " character
    2 | "%%BeginProlog ",
      | ^~~~~~~~~~~~~~

Although not shown in the error message, this line actually contained
a carriage return after %%BeginProlog:

"%%BeginProlog\r",
plugin/core/Makefile.am