[buddy]
Add support for --enable-devel and similar macros. * m4/debug.m4: Rename to ... * m4/bdebug.m4: ... this. * m4/debug.m4, m4/devel.m4, m4/gccoptim.m4, m4/ndebug.m4: New file. * m4/gccwarns.m4: Fix usage of cache variable. Fix shell syntax. Do not check for -Waggregate-return. Update CFLAGS. * configure.ac: Adjust to handle --enable-devel and similar macros in the same way as Spot.
This commit is contained in:
parent
cdede3d134
commit
35de7e9008
8 changed files with 57 additions and 31 deletions
|
|
@ -1,3 +1,15 @@
|
|||
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add support for --enable-devel and similar macros.
|
||||
|
||||
* m4/debug.m4: Rename to ...
|
||||
* m4/bdebug.m4: ... this.
|
||||
* m4/debug.m4, m4/devel.m4, m4/gccoptim.m4, m4/ndebug.m4: New file.
|
||||
* m4/gccwarns.m4: Fix usage of cache variable. Fix shell
|
||||
syntax. Do not check for -Waggregate-return. Update CFLAGS.
|
||||
* configure.ac: Adjust to handle --enable-devel and similar macros
|
||||
in the same way as Spot.
|
||||
|
||||
2011-04-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Tag functions with attributes pure, const, or noreturn.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue