* m4/debug.m4, m4/devel.m4, m4/gccoptim.m4, m4/ndebug.m4: New files.

* Makefile.am (EXTRA_DIST): Add them.
* configure.ac: Call adl_ENABLE_DEVEL, adl_ENABLE_DEBUG, ad_GCC_OPTIM,
and adl_NDEBUG.
This commit is contained in:
Alexandre Duret-Lutz 2003-10-01 11:44:57 +00:00
parent 2e97e6447b
commit e5641f5b69
7 changed files with 98 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2003-10-01 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* m4/debug.m4, m4/devel.m4, m4/gccoptim.m4, m4/ndebug.m4: New files.
* Makefile.am (EXTRA_DIST): Add them.
* configure.ac: Call adl_ENABLE_DEVEL, adl_ENABLE_DEBUG, ad_GCC_OPTIM,
and adl_NDEBUG.
2003-09-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/state.hh (state_ptr_less_than, state_ptr_equal):