2002-06-10 Lars Gullik Bj�nnes <larsbj@birdstep.com>

* lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2002-06-10 21:00:31 +00:00
parent 1f91982766
commit 0a9ac30a97
2 changed files with 10 additions and 5 deletions

View File

@ -1,16 +1,20 @@
2002-06-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
* lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
2002-06-03 John Levon <moz@compsoc.man.ac.uk>
* xforms.m4: don't insist on building with flimage linked
2002-06-03 John Levon <moz@compsoc.man.ac.uk>
* xforms.m4: don't warn about missing flimage.h
2002-06-02 John Levon <moz@compsoc.man.ac.uk>
* xforms.m4: moved out of lyxinclude.m4, some
fixes for 1.0
2002-05-27 Lars Gullik Bjønnes <larsbj@birdstep.com>
* pkg.m4: new file

View File

@ -209,9 +209,9 @@ if test x$GXX = xyes; then
2.95.1) CXXFLAGS="$lyx_opt -fpermissive";;
2.95.2) CXXFLAGS="$lyx_opt";;
2.95.*) CXXFLAGS="$lyx_opt";;
2.96*) CXXFLAGS="$lyx_opt";;
2.96*) CXXFLAGS="$lyx_opt -fno-exceptions";;
3.0*) CXXFLAGS="$lyx_opt";;
3.1*) CXXFLAGS="$lyx_opt";;
3.1*) CXXFLAGS="$lyx_opt -finline-limit=500 -fno-exceptions";;
3.2*) CXXFLAGS="$lyx_opt";;
*) CXXFLAGS="$lyx_opt";;
esac
@ -223,6 +223,7 @@ if test x$GXX = xyes; then
case $gxx_version in
2.95.*) CXXFLAGS="$CXXFLAGS -W -Wall";;
2.96*) CXXFLAGS="$CXXFLAGS -W -Wall";;
3.1*) CXXFLAGS="$CXXFLAGS -W -Wall -Winline";;
*) CXXFLAGS="$CXXFLAGS -W -Wall";;
esac
if test $lyx_devel_version = yes ; then