Mercurial > hg > octave-kai > gnulib-hg
diff ChangeLog @ 4171:c2c0e7e2e7bd
Ensure alloca.h and stdbool.h are created before compiling the library.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 13 Jan 2003 16:03:12 +0000 |
parents | 733dc39fdf11 |
children | 5321105558d8 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-11 Bruno Haible <bruno@clisp.org> + + * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS. + * modules/alloca (Makefile.am): All object files depend on alloca.h. + * modules/stdbool (Makefile.am): All object files depend on stdbool.h. + 2003-01-12 Paul Eggert <eggert@twinsun.com> Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,