]> git.lyx.org Git - lyx.git/blobdiff - configure.in
Properly resolve more warnings about comparison between signed and
[lyx.git] / configure.in
index d7d1301d327bbd7d6023aca5be1e9aa02fa968ee..1e88d2ff7b0b4560eb32ee8e4e4d4b99485525b5 100644 (file)
@@ -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
@@ -187,7 +187,7 @@ 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";;
+    FRONTEND_GUILIB="xforms/libxforms.o";;
   gnome)    
     AM_PATH_GTKMM(1.2.1,,
         AC_MSG_ERROR(Cannot find GTK--: Please install Version 1.2.1+))
@@ -345,7 +345,6 @@ AC_OUTPUT([Makefile \
        src/insets/Makefile \
        src/support/Makefile \
        src/frontends/Makefile \
-       src/frontends/support/Makefile \
        src/frontends/controllers/Makefile \
        src/frontends/xforms/Makefile \
        src/frontends/qt2/Makefile \