]> git.lyx.org Git - lyx.git/blobdiff - configure.in
More fixes to insettabular/text (and some missing features added).
[lyx.git] / configure.in
index c9ee388add35fabda102c6807be1db5876665f1f..fbe9452a005c4a9086feaa18e2fe860ce7b962f1 100644 (file)
@@ -264,7 +264,7 @@ LYX_FUNC_PUTENV_ARGTYPE
 # SunOS 4.1.3 does not have strerror and atexit
 AC_REPLACE_FUNCS(strerror atexit)
 
-LYX_CHECL_DECL_HDRS(mkstemp, unistd.h stdlib.h)
+LYX_CHECK_DECL_HDRS(mkstemp,[unistd.h stdlib.h])
 
 ### and now some special lyx flags.
 AC_ARG_ENABLE(assertions,
@@ -297,6 +297,9 @@ AC_OUTPUT([Makefile \
        src/frontends/support/Makefile \
        src/frontends/xforms/Makefile \
        src/frontends/kde/Makefile \
+       src/frontends/kde/moc/Makefile \
+       src/frontends/kde/dlg/Makefile \
+       src/frontends/kde/dlg/moc/Makefile \
        src/frontends/gnome/Makefile \
 ],  [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile])