X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=83f4c99da2595ab2bd535761203c163afaf8a99c;hb=13d8aee6099579f3090b827def471aaeffa492ba;hp=71a4b1cf3164d6fccde701604a6fe832f9bc3c09;hpb=ed1515ef69d0381e9b0657cf1966f9d86e0cb25f;p=lyx.git diff --git a/configure.ac b/configure.ac index 71a4b1cf31..83f4c99da2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.1.0svn,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.1.0dev,[lyx-devel@lists.lyx.org],[lyx]) # Use ISO format only. The frontend needs to parse this AC_SUBST(LYX_DATE, ["2011-04-29"]) AC_PREREQ(2.52) @@ -180,10 +180,6 @@ m4_defun([AC_GNU_SOURCE],[]) AM_GNU_GETTEXT([no-libtool]) AM_GNU_GETTEXT_VERSION([0.16.1]) AC_LANG_POP(C) -AC_CONFIG_COMMANDS([lib/installed_translation], [ - rm -f lib/installed_translations - echo $CATALOGS | sed 's/\.gmo//g' > lib/installed_translations -]) # some standard header files AC_HEADER_MAJOR @@ -241,9 +237,6 @@ real_localedir=`eval "echo \`eval \"echo ${datadir}/locale\"\`"` VERSION_INFO="Configuration\n\ Host type: ${host}\n\ Special build flags: ${lyx_flags}\n\ - C Compiler: ${CC} ${CC_VERSION}\n\ - C Compiler LyX flags: ${AM_CPPFLAGS} ${AM_CFLAGS}\n\ - C Compiler flags: ${CPPFLAGS} ${CFLAGS}\n\ C++ Compiler: ${CXX} ${CXX_VERSION}\n\ C++ Compiler LyX flags: ${AM_CPPFLAGS} ${AM_CXXFLAGS}\n\ C++ Compiler flags: ${CPPFLAGS} ${CXXFLAGS}\n\ @@ -375,7 +368,7 @@ AC_CONFIG_FILES([Makefile \ development/cygwin/lyxrc.dist \ development/lyx.spec \ intl/Makefile \ - lib/lyx.desktop-temp:lib/lyx.desktop.in \ + lib/lyx.desktop-temp:lib/lyx.desktop.in lib/Makefile \ lib/doc/Makefile \ lib/lyx2lyx/lyx2lyx_version.py \