> - Set up an secondary message file descriptor, initially pointing to > the same destination as AS_MESSAGE_FD.
Oops, the secondary message file descriptor would have to initially point to /dev/null. Only AC_MSG_CHECKING would redirect it to the same destination as AS_MESSAGE_FD. Burno
