Eric Blake <eblake@xxxxxxxxxx> writes: > Help! I can't release autoconf 2.69 until I figure out how to work > around this patch. After updating to the latest shared files, as well > as applying this patch, I'm now stuck with output going to a literal > file named '-' instead of going to stdout. I suspect that the > conversion to the 2-arg form is mishandling our idiom of '-' as standard > in/out. If you call open with three arguments, "-" has no special meaning and refers to a file named "-" (since the whole point of three-argument open is to remove all magic interpretations of the filename string). The easiest way to work around this is probably to change the Automake helper functions that sit between the code and the Perl open command and have them switch to calling open with two arguments if the file name is "-". -- Russ Allbery (rra@xxxxxxxxxxxx) <http://www.eyrie.org/~eagle/> _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf