X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=0f298da141cee21ed67e43571d01d98acd724ef1;hb=3ac41c0efbd099439f9529d98b7e6d8ef9c280db;hp=266cfe8c3485a9a31256c15af76aae8f8571e5c0;hpb=67a376e7290646c401b9b307b59a679800174d0e;p=evince.git diff --git a/configure.ac b/configure.ac index 266cfe8c..0f298da1 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.3.4) +AC_INIT(evince, 0.4.0) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_CONFIG_HEADER(config.h) @@ -118,6 +118,7 @@ dnl Check for functions not present in gtk 2.6 evince_save_LIBS=$LIBS LIBS="$LIBS $FRONTEND_CORE_LIBS" AC_CHECK_FUNCS(gtk_icon_view_get_visible_range) +AC_CHECK_FUNCS(gtk_window_present_with_time) AC_CHECK_FUNCS(g_file_set_contents) LIBS=$evince_save_LIBS