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:
Jean-Marc Lasgouttes 2002-07-09 14:12:24 +00:00
parent 9617cc8a36
commit 149c1bdfcd
2 changed files with 13 additions and 1 deletions

View File

@ -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>
* autogen.sh: use $ACLOCAL and $AUTOHEADER instead of aclocal

View File

@ -171,7 +171,14 @@ case "$lyx_use_frontend" in
FRONTEND="xforms"
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
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
libXpm version: ${XPM_VERSION}\n\
libforms version: ${XFORMS_VERSION}\n