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.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16364 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-12-21 14:07:33 +00:00
parent c6f0c8d0b6
commit 9f42a6349f

View File

@ -85,7 +85,7 @@ endif(WIN32)
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")
message("----- LYX_DIR : ${LYX_DIR}")