X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=65f0752c3b4e66c2384f817ce35c1ca71289b465;hb=612dc74f75861784059d69059301e5505d34d65f;hp=fb1e49ca5345dbec19555a166c1ba9822f16a439;hpb=1660e096c65b50e4f8a6a350c1872f4709467e21;p=lyx.git diff --git a/configure.ac b/configure.ac index fb1e49ca53..65f0752c3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.2.0dev,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.2.2dev,[lyx-devel@lists.lyx.org],[lyx]) AC_PRESERVE_HELP_ORDER + # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2016-02-12"]) +AC_SUBST(LYX_DATE, ["2016-07-25"]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -74,6 +75,9 @@ AM_PATH_PYTHON # Tools for creating libraries (note that we do not use libtool) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) dnl AM_PROG_AR requires automake 1.12 AC_PROG_RANLIB +dnl Recent debian/ubuntu (at least) have built 'ar' so that deterministic mode is the default. +dnl This means that it does not make sense to use the 'u' flag (default ARFLAGS is 'cru'). +AC_SUBST([ARFLAGS], [cr]) ### Check for a C++ compiler dnl We have to do weird tricks so that autoconf does not touch CXXFLAGS even @@ -228,6 +232,7 @@ dnl AC_LANG_POP(C) lyx_win_res=false; case ${host} in *mingw*|*cygwin*) lyx_win_res=true;; + *freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo]) esac AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res) LYX_SET_VERSION_INFO