Always pass --enable-devel or --disable-devel to BuDDy.

* configure.ac: Do not add CXXFLAGS and CFLAGS in ac_configure_args,
it causes problem when using config.cache.  Instead ...
* m4/devel.m4: Add --enable-devel or --disable-devel on
ac_configure_args, now that BuDDy understands that.
This commit is contained in:
Alexandre Duret-Lutz 2011-04-10 21:33:44 +02:00
parent e5f35dea48
commit 2b6ea2279f
3 changed files with 20 additions and 5 deletions

View file

@ -1,3 +1,12 @@
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Always pass --enable-devel or --disable-devel to BuDDy.
* configure.ac: Do not add CXXFLAGS and CFLAGS in ac_configure_args,
it causes problem when using config.cache. Instead ...
* m4/devel.m4: Add --enable-devel or --disable-devel on
ac_configure_args, now that BuDDy understands that.
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/escape.hh: Fix Doxygen documentation.