]> git.draconx.ca Git - dxcommon.git/commit
DX_GNULIB_SYMFILES: Don't use "awk -f -".
authorNick Bowler <nbowler@draconx.ca>
Mon, 1 Jan 2024 20:21:12 +0000 (15:21 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 1 Jan 2024 20:21:12 +0000 (15:21 -0500)
commit99a96390b8c18144311c1679ab78461d9ecc7bd4
treeb6dd9f2294721208f3b5c66e82473efe01b9f6f6
parent9060b3e8d2ac9296abb97f159895718cd233f3bc
DX_GNULIB_SYMFILES: Don't use "awk -f -".

Even though a filename of "-" is specified by POSIX to read the program
from standard input and works with almost every awk implementation out
there, it seems it does not work on AIX 7.2 awk (which tries to read the
program from a file named "-" instead).  How wonderful.

In this case, it is easy enough to use a quoted string for the program
instead of a here-document.
m4/gnulib-shared.m4