On Thu, Dec 21, 2006 at 02:07:35PM -0000, [EMAIL PROTECTED] wrote: > Author: younes > Date: Thu Dec 21 15:07:33 2006 > New Revision: 16364 > > URL: http://www.lyx.org/trac/changeset/16364 > Log: > PROGRAM_SUFFIX represents a possible version suffix, better let it empty for > now. Georg explication of how autotools handle that: > > configure --with-version-suffix=-1.5 > > results in a PROGRAM_SUFFIX of "-1.5". This is important for the name of > the personal LyX dir, and the name of the executables if you want to > install several LyX versions in parallel without interference. > > Modified: > lyx-devel/trunk/development/cmake/CMakeLists.txt > > Modified: lyx-devel/trunk/development/cmake/CMakeLists.txt > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/development/cmake/CMakeLists.txt?rev=16364 > ============================================================================== > --- lyx-devel/trunk/development/cmake/CMakeLists.txt (original) > +++ lyx-devel/trunk/development/cmake/CMakeLists.txt Thu Dec 21 15:07:33 2006 > @@ -85,7 +85,7 @@ > > set(LYX_DIR "${CMAKE_SOURCE_DIR}/../../lib") > set(TOP_SRCDIR "${CMAKE_SOURCE_DIR}/../..") > -set(PROGRAM_SUFFIX "${CMAKE_SOURCE_DIR}/bin") > +set(PROGRAM_SUFFIX "") > set(LOCALEDIR "${CMAKE_SOURCE_DIR}/../../lib/po")
Abdel, both LYX_DIR and LOCALEDIR should be set to the installation directories. However, I think that they are last resort locations and, if properly installed, LyX should be able to find the needed dirs. They are useful if you move the binary around. -- Enrico