Mercurial > hg > octave-kai > gnulib-hg
comparison m4/ChangeLog @ 4612:3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 28 Aug 2003 19:38:48 +0000 |
parents | f67b648851c7 |
children | 40e97ca1f46c |
comparison
equal
deleted
inserted
replaced
4611:35fed2680490 | 4612:3e3decc75fcd |
---|---|
1 2003-08-26 Bruno Haible <bruno@clisp.org> | |
2 | |
3 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. | |
4 This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' | |
5 followed by '#define fnmatch fnmatch_posix' gives an error. | |
6 | |
1 2003-08-27 Jim Meyering <jim@meyering.net> | 7 2003-08-27 Jim Meyering <jim@meyering.net> |
2 | 8 |
3 * mkstemp.m4: Require that the system mkstemp be able to create | 9 * mkstemp.m4: Require that the system mkstemp be able to create |
4 70 temporary files, not just 30. Tru64 V4.0F's mkstemp function | 10 70 temporary files, not just 30. Tru64 V4.0F's mkstemp function |
5 would fail after 32. Reported by Danny Levinson. Details here: | 11 would fail after 32. Reported by Danny Levinson. Details here: |