Re: nmh-1.2 on CURRENT

2010-09-18 Thread Anonymous
Derek Tattersall writes: > nmh-1.2 has not been updated for the new utmpx implementation. The > patch is not terribly large. I haven't figured how to conditionally > patch for Current, vs. leaving it alone on other releases. How about using AC_CHECK_HEADERS(utmp.h) + #ifdef HAVE_UTMP_H ? > --

nmh-1.2 on CURRENT

2010-09-18 Thread Derek Tattersall
nmh-1.2 has not been updated for the new utmpx implementation. The patch is not terribly large. I haven't figured how to conditionally patch for Current, vs. leaving it alone on other releases. Here's the patch anyway. Patch follows - ---