mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
1f91982766
commit
0a9ac30a97
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user