X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=c9fba4a8a0e327148b53036a377276cc1a4771bd;hb=refs%2Ftags%2FEVINCE_0_5_5;hp=462891a627d182c4fc2fb6efd0211561ff541ece;hpb=63718064505c640af952c6e180b75235a1de5f14;p=evince.git diff --git a/configure.ac b/configure.ac index 462891a6..c9fba4a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([Evince],[0.5.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AC_INIT([Evince],[0.5.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip]) AM_CONFIG_HEADER(config.h) @@ -171,7 +171,7 @@ dnl Check for GtkRecent PKG_CHECK_MODULES(GTK_RECENT, gtk+-2.0 >= 2.10.0, [HAVE_GTK_RECENT=yes], [HAVE_GTK_RECENT=no]) if test x$HAVE_GTK_RECENT = xyes; then - AC_DEFINE(HAVE_GTK_RECENT, 1, [defined if GtkRecent is available]) + AC_DEFINE([HAVE_GTK_RECENT], [1], [defined if GtkRecent is available]) fi AM_CONDITIONAL(HAVE_GTK_RECENT, test x$HAVE_GTK_RECENT = "xyes")