mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
Configure tweaks
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/lyx-1_1_5@1204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
de977bea61
commit
13428ca194
@ -1,3 +1,10 @@
|
|||||||
|
2000-11-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
|
* lib/reLyX/acinclude.m4 (RELYX_CHECK_ERRORS): remove useless message.
|
||||||
|
|
||||||
|
* config/lyxinclude.m4 (LYX_PROG_CXX): remove -fno-rtti for gcc
|
||||||
|
2.96 (RedHat 7.0).
|
||||||
|
|
||||||
2000-10-27 Dekel Tsur <dekelts@tau.ac.il>
|
2000-10-27 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
* src/mathed/formulamacro.h (LyxCode) Return MATHMACRO_CODE instead
|
* src/mathed/formulamacro.h (LyxCode) Return MATHMACRO_CODE instead
|
||||||
|
@ -185,7 +185,7 @@ dnl Check the version of g++
|
|||||||
case $gxx_version in
|
case $gxx_version in
|
||||||
2.95.1) CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|
2.95.1) CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|
||||||
2.95.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
2.95.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
2.96*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
2.96*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
||||||
2.97*) CXXFLAGS="-g $lyx_opt -fhonor-std -fvtable-thunks -ffunction-sections -fdata-sections";;
|
2.97*) CXXFLAGS="-g $lyx_opt -fhonor-std -fvtable-thunks -ffunction-sections -fdata-sections";;
|
||||||
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
|
@ -185,7 +185,7 @@ dnl Check the version of g++
|
|||||||
case $gxx_version in
|
case $gxx_version in
|
||||||
2.95.1) CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|
2.95.1) CXXFLAGS="-g $lyx_opt -fpermissive -fno-rtti -fno-exceptions";;
|
||||||
2.95.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
2.95.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
2.96*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
2.96*) CXXFLAGS="-g $lyx_opt -fno-exceptions";;
|
||||||
2.97*) CXXFLAGS="-g $lyx_opt -fhonor-std -fvtable-thunks -ffunction-sections -fdata-sections";;
|
2.97*) CXXFLAGS="-g $lyx_opt -fhonor-std -fvtable-thunks -ffunction-sections -fdata-sections";;
|
||||||
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*2.91.*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
*) CXXFLAGS="-g $lyx_opt -fno-rtti -fno-exceptions";;
|
||||||
|
@ -90,10 +90,5 @@ cat <<EOF
|
|||||||
$relyx_warning_txt
|
$relyx_warning_txt
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
cat <<EOF
|
|
||||||
Configuration of LyX was successful.
|
|
||||||
Type 'make' to compile the program,
|
|
||||||
and then 'make install' to install it.
|
|
||||||
EOF
|
|
||||||
fi])
|
fi])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user