Hello Ralf, > Quoting autoconf.info: > > | `join' > | Solaris 8 `join' has bugs when the second operand is standard > | input, and when standard input is a pipe. For example, the > | following shell script causes Solaris 8 `join' to loop forever: > | > | cat >file <<'EOF' > | 1 x > | 2 y > | EOF > | cat file | join file - > | > | Use `join - file' instead. > > work around Solaris 8 'join' bug > > * gnulib-tool (func_update_ignorelist): Use 'join - FILE' > rather than 'join FILE -', for Solaris join.
Looks right, please apply. Thanks for finding this. Bruno