Mercurial > hg > octave-lojdl > gnulib-hg
comparison ChangeLog @ 4384:4bf5f9b5190a
Make .h file creation more reliable.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 Jun 2003 16:41:48 +0000 |
parents | 6abcf791236e |
children | 3d00371ec7b8 |
comparison
equal
deleted
inserted
replaced
4383:2618bff2cc87 | 4384:4bf5f9b5190a |
---|---|
1 2003-06-07 Bruno Haible <bruno@clisp.org> | |
2 | |
3 * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to | |
4 avoid AC_CONFIG_LINKS. | |
5 * modules/fnmatch (Makefile.am): Use explicit creation rule for | |
6 fnmatch.h, to avoid AC_CONFIG_LINKS. | |
7 * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe. | |
8 | |
1 2003-06-07 Jim Meyering <jim@meyering.net> | 9 2003-06-07 Jim Meyering <jim@meyering.net> |
2 | 10 |
3 * modules/strtod: Use $(...) notation, not @...@ for | 11 * modules/strtod: Use $(...) notation, not @...@ for |
4 AC_REPLACE'd variables. | 12 AC_REPLACE'd variables. |
5 * modules/localcharset: Likewise. | 13 * modules/localcharset: Likewise. |