* configure.ac: Output config.h.

* src/kernel.h: Include it.
* src/Makefile.am (AM_CPPFLAGS): New variable.
This commit is contained in:
Alexandre Duret-Lutz 2003-05-05 14:07:28 +00:00
parent 6ad9324c52
commit 89cc96b8f6
5 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2003-05-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* configure.ac: Output config.h.
* src/kernel.h: Include it.
* src/Makefile.am (AM_CPPFLAGS): New variable.
* configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am,
examples/Makefile.am, examples/Makefile.def,
examples/adder/Makefile.am, examples/calculator/Makefile.am,