X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=configure.ac;h=2050b1ce0143e59df0053e3410b6dcabbc29fb35;hb=96a2131f442241d7e4779a95dd567545b02a2bd9;hp=266cfe8c3485a9a31256c15af76aae8f8571e5c0;hpb=67a376e7290646c401b9b307b59a679800174d0e;p=evince.git diff --git a/configure.ac b/configure.ac index 266cfe8c..2050b1ce 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) @@ -26,7 +26,7 @@ GNOME_COMPILE_WARNINGS GNOME_CXX_WARNINGS GNOME_DEBUG_CHECK -ALL_LINGUAS="bg ca cs da de el en_CA en_GB es et eu fi fr gl gu he hi hu ja ko lt nb ne nl no pa pl pt_BR ru rw sk sq sr sr@Latn sv th tr uk wa zh_CN zh_TW" +ALL_LINGUAS="bg ca cs da de el en_CA en_GB es et eu fi fr gl gu he hi hu id ja ko lt nb ne nl no pa pl pt pt_BR ru rw sk sq sr sr@Latn sv th tr uk wa zh_CN zh_TW" AM_GLIB_GNU_GETTEXT @@ -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 @@ -129,6 +130,11 @@ if test "x$GCONFTOOL" = "xno"; then AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) fi +dnl ================== portability checks =========================================== + +dnl for backtrace() +AC_CHECK_HEADERS([execinfo.h]) + dnl ================== ggv checks =================================================== AC_ARG_WITH(gs-pkg, [ --with-gs=dir Directory Where GhostScript package is installed.])