X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.in;h=fbe9452a005c4a9086feaa18e2fe860ce7b962f1;hb=16a5be3ecce17f7a2c3e2e8fda096a6ca2ad6161;hp=42361fb9f087ccaab959165851ab8597e0ac2ef0;hpb=5d196310e580b86e90b49d140cfa9fee3ef72710;p=lyx.git diff --git a/configure.in b/configure.in index 42361fb9f0..fbe9452a00 100644 --- a/configure.in +++ b/configure.in @@ -264,6 +264,8 @@ LYX_FUNC_PUTENV_ARGTYPE # SunOS 4.1.3 does not have strerror and atexit AC_REPLACE_FUNCS(strerror atexit) +LYX_CHECK_DECL_HDRS(mkstemp,[unistd.h stdlib.h]) + ### and now some special lyx flags. AC_ARG_ENABLE(assertions, [ --enable-assertions add runtime sanity checks in the program],, @@ -295,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])