]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Buffer param \cite_engine_type (authoryear|numerical).
[lyx.git] / configure.ac
index dff256da73652ca16de80b5b8306c0121bd80483..c4f1ebeb31236375e0739418e45b5f7b73804ef4 100644 (file)
@@ -58,7 +58,7 @@ for file in config/install-sh ; do
 done
 
 # Check for installed python
-AM_PATH_PYTHON(2.3.4,, :)
+AM_PATH_PYTHON(2.4.0,, :)
 
 ### we need to know the byte order for unicode conversions
 AC_C_BIGENDIAN
@@ -130,7 +130,7 @@ for frontend in $FRONTENDS ; do
          FRONTEND_INFO="${FRONTEND_INFO}\
   Qt 4 Frontend:\n\
       Qt 4 version:\t\t${QT4_VERSION}\n"
-dnl qt 4 build will fail without moc or uic
+dnl qt 4 build will fail without moc, uic, or bc
          if test -z "$MOC4"; then
            LYX_ERROR([moc 4 binary not found !])
          fi
@@ -140,6 +140,9 @@ dnl qt 4 build will fail without moc or uic
          if test -z "$QT4_LIB"; then
            LYX_ERROR([qt 4 library not found !])
          fi
+         if test "$bc_found" = "no"; then
+           LYX_ERROR([bc binary not found !])
+         fi
       ;;
     *)
          LYX_ERROR(Unknown frontend '$frontend');;
@@ -358,6 +361,7 @@ AC_CONFIG_FILES([Makefile \
       development/cygwin/lyxrc.dist \
       development/lyx.spec \
       intl/Makefile \
+      lib/lyx.desktop-temp:lib/lyx.desktop.in
       lib/Makefile \
       lib/doc/Makefile \
       lib/lyx2lyx/lyx2lyx_version.py \