mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
* config/lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
windows packaging. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a3123b4c4a
commit
7ad2d800da
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
|
* lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
|
||||||
|
windows packaging.
|
||||||
|
|
||||||
2006-02-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
2006-02-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||||
|
|
||||||
* lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
|
* lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
|
||||||
|
@ -595,7 +595,6 @@ case $lyx_use_packaging in
|
|||||||
mandir='${datadir}/man' ;;
|
mandir='${datadir}/man' ;;
|
||||||
windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout])
|
windows) AC_DEFINE(USE_WINDOWS_PACKAGING, 1, [Define to 1 if LyX should use a Windows-style file layout])
|
||||||
PACKAGE=LyX${version_suffix}
|
PACKAGE=LyX${version_suffix}
|
||||||
program_suffix=$version_suffix
|
|
||||||
default_prefix="C:/Program Files/${PACKAGE}"
|
default_prefix="C:/Program Files/${PACKAGE}"
|
||||||
bindir='${prefix}/bin'
|
bindir='${prefix}/bin'
|
||||||
libdir='${prefix}/Resources'
|
libdir='${prefix}/Resources'
|
||||||
|
Loading…
Reference in New Issue
Block a user