aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-10-27 20:13:59 +0100
committerGuido Günther <agx@sigxcpu.org>2014-10-27 20:13:59 +0100
commit31185d465d8bfc8411533d46b8993b1cf5b7b13a (patch)
tree2b83a613bb99dd2f65291ac8848337cccf22f448 /configure.ac
parentNew upstream version 3.12.0 (diff)
downloadkrb5-auth-dialog-31185d465d8bfc8411533d46b8993b1cf5b7b13a.tar.gz
krb5-auth-dialog-31185d465d8bfc8411533d46b8993b1cf5b7b13a.tar.bz2
krb5-auth-dialog-31185d465d8bfc8411533d46b8993b1cf5b7b13a.zip
New upstream version 3.15.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4153e4a..668ab8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([krb5-auth-dialog],[3.12.0])
+AC_INIT([krb5-auth-dialog],[3.15.1])
AC_CONFIG_SRCDIR(src/ka-kerberos.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([1.11.1 no-dist-gzip dist-xz -Wno-portability])
@@ -27,7 +27,7 @@ AM_PROG_CC_C_O
KA_COMPILE_WARNINGS([maximum])
GNOME_DOC_INIT
-GTK_REQUIRED=3.0
+GTK_REQUIRED=3.14
GLIB_REQUIRED=2.28
LIBNOTIFY_REQUIRED=0.7.0
@@ -41,6 +41,9 @@ dnl GNOME_MAINTAINER_MODE_DEFINES
GLIB_GSETTINGS
+GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable glib_compile_resources gio-2.0`
+AC_SUBST(GLIB_COMPILE_RESOURCES)
+
dnl --enable-debug=(yes|no)
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug=no/yes],[enable debugging output]),[],[enable_debug=no])
bgstack15