Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* config/oln.m4: Minor fix.
+2004-09-08 Damien Thivolle <damien(a)lrde.epita.fr>
+
* config/oln.m4: Add tests to check for future versions of doxygen and
gcc.
Index: config/oln.m4
--- config/oln.m4 Wed, 08 Sep 2004 16:47:15 +0200 thivol_d (oln/j/15_oln.m4 1.38.1.9 600)
+++ config/oln.m4 Wed, 08 Sep 2004 18:50:51 +0200 thivol_d (oln/j/15_oln.m4 1.38.1.10
600)
@@ -483,9 +483,9 @@
[case `$CXX --version` in
*3.[2-9]* | \
*[4-9].* )
- ac_cv_bison_version=recent;;
+ ac_cv_cxx_style=GNU;;
*)
- ac_cv_bison_version=old;;
+ ac_cv_cxx_style=weakGNU;;
esac]
elif $CXX -V 2>&1 | grep -i "WorkShop">/dev/null
2>&1; then
ac_cv_cxx_style=Sun
--
Damien Thivolle
damien.thivolle(a)lrde.epita.fr