On Sun, Sep 22, 2002 at 08:15:01PM +0200, Alexandre Duret-Lutz wrote: > >>> "Art" == Art Haas <[EMAIL PROTECTED]> writes: > > [...] > Art> gettext (GNU gettext) 0.11.5 > [...] > [ ... errors ... ] > > This looks like an incomplete Gettext installation. > These macros come from the files intdvi0.m4, uintmax_t.m4, > inttypes.m4, and inttypes-pri.m4. Can you locate them on your > system? >
Bingo! I have them as part of the gettext package, and they're sitting in '/usr/share/aclocal'. The problem is that aclocal is looking in '/usr/local/share/aclocal', and the macro's aren't there. I'll fix this on my machine with the addition of a few symbolic links. [ ... goes and add links ... ] The gettext tests and subdircond test now succeed with the addition of links for stdint_h.m4 and ulonglong.m4 also. I also changed the cond5.test to seleep for 60 seconds, and that test passed as well. Art Haas -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. -- Benjamin Franklin, Historical Review of Pennsylvania, 1759
