]> git.lyx.org Git - lyx.git/blobdiff - config/lyxinclude.m4
Fig bug 3335 (http://bugzilla.lyx.org/show_bug.cgi?id=3335)
[lyx.git] / config / lyxinclude.m4
index 96f37cb2c1cfbf1a7a7cf5c418231bb0c17dffc5..d5dce19dba314aad9c73e7d03ca5479243e563d0 100644 (file)
@@ -15,7 +15,7 @@ case AC_PACKAGE_VERSION in
          AC_DEFINE(DEVEL_VERSION, 1, [Define if you are building a development version of LyX])
          LYX_DATE="not released yet"
          echo "WARNING: This is a development version. Expect bugs.";;
-  *pre*|*alpha*)lyx_prerelease=yes
+  *pre*|*alpha*|*beta*) lyx_prerelease=yes
         echo "WARNING: This is a prerelease. Be careful and backup your documents.";;
 esac
 AC_SUBST(lyx_devel_version)])
@@ -555,7 +555,7 @@ AC_DEFUN([LYX_USE_FRONTENDS],
 AC_ARG_WITH(frontend,
   [  --with-frontend=THIS    Use THIS frontend as main GUI:
                            Possible values: qt4],
-  [FRONTENDS="$withval"])
+  [FRONTENDS="$withval"],[FRONTENDS="qt4"])
 if test "x$FRONTENDS" = x ; then
   AC_MSG_RESULT(none)
   AC_ERROR("Please select a frontend using --with-frontend")