Install a misc/_config.h to hide all the defines that clutter the
built output. This is also a step towards better checks for things like __attribute__ or std::tr1. * m4/ax_prefix_config_h.m4: New file. * configure.ac: Call AC_CONFIG_HEADERS and AX_PREFIX_CONFIG_H. * src/misc/Makefile.am: Install misc/_config.h. * src/misc/random.cc, src/misc/version.cc: Include misc/_config.h.
This commit is contained in:
parent
78f932081b
commit
67ff9f203f
7 changed files with 246 additions and 4 deletions
13
ChangeLog
13
ChangeLog
|
|
@ -1,3 +1,16 @@
|
|||
2011-06-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Install a misc/_config.h to hide all the defines that clutter the
|
||||
built output.
|
||||
|
||||
This is also a step towards better checks for things like
|
||||
__attribute__ or std::tr1.
|
||||
|
||||
* m4/ax_prefix_config_h.m4: New file.
|
||||
* configure.ac: Call AC_CONFIG_HEADERS and AX_PREFIX_CONFIG_H.
|
||||
* src/misc/Makefile.am: Install misc/_config.h.
|
||||
* src/misc/random.cc, src/misc/version.cc: Include misc/_config.h.
|
||||
|
||||
2011-06-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Document the protocol used between ltl2tgba.html and spot.py.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue