Hi Jim, Sorry for the delay.
> I've reworked those patches accordingly, > but didn't test on a MacOS X system. > Since your name is on them, I'll wait until > you acknowledge before pushing. > > > From 6bfdd76f3f2e3b03be407dcfab7a231259d23d15 Mon Sep 17 00:00:00 2001 > From: Bruno Haible <br...@clisp.org> > Date: Sun, 4 Jan 2009 21:31:47 +0100 > Subject: [PATCH 1/2] mktime: skip configure test (fail it) for apple > universal builds > > * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple > universal builds, assume that mktime does not work. > * modules/mktime (Depends-on): Add multiarch. > ... > From 3826bbfa68aade7230361ea023f0a205751c7a95 Mon Sep 17 00:00:00 2001 > From: Bruno Haible <br...@clisp.org> > Date: Sun, 4 Jan 2009 21:42:34 +0100 > Subject: [PATCH 2/2] nanosleep: skip configure test (fail it) for apple > universal builds > > * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple > universal builds, assume that nanosleep does not work. > * modules/nanosleep (Depends-on): Add multiarch. Sure, fine with me. You can put yourself into the ChangeLog entry, of course. I'll retest the MacOS X universal builds in a short while. Bruno