X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.in;h=10e7839325c6b61dd9d3c60147ef14a8c12eca30;hb=4fff14150128dcf569ac291f28ab60f11fbab5b4;hp=9ac69afd0c7613ceceb5267a09fcc4de2b65d703;hpb=d719688df38b73e915ea36c8357a3c57376c4ef7;p=lyx.git diff --git a/configure.in b/configure.in index 9ac69afd0c..10e7839325 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ AM_INIT_AUTOMAKE($lyxname, $VERSION) # The list of languages known to LyX # This is needed by GNU gettext -ALL_LINGUAS="ca cs da de es eu fi fr he hu it nl no pl pt ro ru sl sv tr wa" +ALL_LINGUAS="ca cs da de es eu fi fr he hu it nl no pl pt ro ru sk sl sv tr wa" # fix the value of the prefixes. test "x$prefix" = xNONE && prefix=$ac_default_prefix @@ -112,12 +112,12 @@ dnl -lc and -lm as args to the compiler AC_CHECK_LIB(m, sin) AC_CHECK_LIB(c, fopen) AC_ARG_WITH(aiksaurus, - [ --without-aiksaurus do not use the AikSaurus library], + [ --without-aiksaurus do not use the Aiksaurus library], [lyx_use_aiksaurus=$withval]) if test x$lyx_use_aiksaurus != xno; then -AC_CHECK_LIB(AikSaurus, main, +AC_CHECK_LIB(Aiksaurus, main, [AC_DEFINE(HAVE_LIBAIKSAURUS,,[Define this if you have the AikSaurus library]) - AIKSAURUS_LIBS="-lAikSaurus -lbz2" + AIKSAURUS_LIBS="-lAiksaurus -lbz2" ],,"-lbz2") fi AC_SUBST(AIKSAURUS_LIBS) @@ -186,9 +186,18 @@ dnl problems with the AC_REQUIRE contained in KDE_DO_IT_ALL. case "$lyx_use_frontend" in xforms) # for now don't set it for xforms as this is always entered - FRONTEND="" - FRONTEND_GUILIB="xforms/libxforms.la";; - gnome) + LYX_PATH_XPM + LYX_PATH_XFORMS + FRONTEND="xforms" + FRONTEND_GUILIB="xforms/*.lo" + FRONTEND_INCLUDES="-I\$(srcdir)/xforms" + FRONTEND_LIBS="@XPM_LIB@ @XFORMS_LIB@" + FRONTEND_INFO=`cat <