mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
link fix from Kayvan
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9617cc8a36
commit
149c1bdfcd
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-04 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||||
|
|
||||||
|
* configure.in (LYX_USE_FRONTEND): The order of libraries is
|
||||||
|
now dependant on the $host variable.
|
||||||
|
|
||||||
2002-07-06 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
2002-07-06 Adrien Rebollo <adrien.rebollo@gmx.fr>
|
||||||
|
|
||||||
* autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
|
* autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal
|
||||||
|
@ -171,7 +171,14 @@ case "$lyx_use_frontend" in
|
|||||||
FRONTEND="xforms"
|
FRONTEND="xforms"
|
||||||
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
|
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
|
||||||
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
|
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
|
||||||
FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
|
case "$host" in
|
||||||
|
*cygwin)
|
||||||
|
FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
FRONTEND_INFO=`cat <<EOF
|
FRONTEND_INFO=`cat <<EOF
|
||||||
libXpm version: ${XPM_VERSION}\n\
|
libXpm version: ${XPM_VERSION}\n\
|
||||||
libforms version: ${XFORMS_VERSION}\n
|
libforms version: ${XFORMS_VERSION}\n
|
||||||
|
Loading…
Reference in New Issue
Block a user