Eric Blake-1 <[EMAIL PROTECTED]> writes: > is it reasonable to have yesno install an atexit > handler on first invocation? If the handler is not present, > then stdin was never used (at least not by yesno).
Yes, that sounds reasonable to me. Also, I forgot, you also mentioned something about the fact that rpmatch.c should use nl_langinfo instead of gettext. I agree with that. I think rpmatch shouldn't mess with gettext; if the current system lacks nl_langinfo it should fall back on the !ENABLE_NLS code.