diff options
author | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:25:02 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:25:02 +0200 |
commit | aa3809290e81ac377de40e3635f07c5b02d8268a (patch) | |
tree | 84e5a55f7e2bda2de01673163491e5755702e9ac /configure.ac | |
parent | Switch gbp.conf to unstable (diff) | |
parent | New upstream version 3.20.0 (diff) | |
download | krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.gz krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.bz2 krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.zip |
Merge tag 'upstream/3.20.0' into debian/sid
Upstream version 3.20.0
# gpg: Signature made Do 21 Jul 2016 13:25:02 SAST
# gpg: using RSA key 0x07B8B7B0EA98120B
# gpg: please do a --check-trustdb
# gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" [ultimate]
# gpg: aka "Guido Günther <gg@godiug.net>" [ultimate]
# gpg: aka "Guido Günther <agx@debian.org>" [ultimate]
# gpg: aka "Guido Günther <guido@xcpu.ch>" [ultimate]
# Primary key fingerprint: D343 9DAA 19DC FACD AE87 9CF2 B999 CDB5 8C8D DBD2
# Subkey fingerprint: BC7C D072 3875 EBAD 05DF 1CD9 07B8 B7B0 EA98 120B
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/configure.ac b/configure.ac index a1b7f65..c12d79b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([krb5-auth-dialog],[3.15.4]) +AC_INIT([krb5-auth-dialog],[3.20.0]) 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]) @@ -25,7 +25,7 @@ AC_PROG_YACC AM_PROG_CC_C_O KA_COMPILE_WARNINGS([maximum]) -GNOME_DOC_INIT +YELP_HELP_INIT GTK_REQUIRED=3.14 GLIB_REQUIRED=2.28 @@ -158,17 +158,6 @@ fi AM_CONDITIONAL([ENABLE_NETWORK_MANAGER],[test "x$enable_network_manager" = "xyes"]) -dnl libnotify -savedCFLAGS="$CFLAGS" -savedLIBS="$LIBS" -CFLAGS="$LIBNOTIFY_CFLAGS $CFLAGS" -LIBS="$LIBNOTIFY_LIBS $LIBS" -AC_CHECK_FUNCS([notify_notification_new_with_status_icon \ - notify_notification_set_hint]) -CFLAGS="$savedCFLAGS" -LIBS="$savedLIBS" - - dnl secmem dnl Checks for library functions. AC_CHECK_FUNCS(seteuid stpcpy mmap) @@ -258,11 +247,7 @@ AC_MSG_NOTICE([]) AC_MSG_NOTICE([ Kerberos: $KRB5_CFLAGS $KRB5_LIBS]) AC_MSG_NOTICE([ GTK: $GTK_CFLAGS $GTK_LIBS]) AC_MSG_NOTICE([ gio-unix: $GIO_UNIX_CFLAGS $GIO_UNIX_LIBS $GIO_CFLAGS $GIO_LIBS]) -if test "$with_libnotify" = "yes" ; then AC_MSG_NOTICE([ libnotify: $LIBNOTIFY_CFLAGS $LIBNOTIFY_LIBS]) -else -AC_MSG_NOTICE([ libnotify: no]) -fi if test "$enable_network_manager" = "yes" ; then AC_MSG_NOTICE([ Network Manager: $NETWORK_MANAGER_CFLAGS $NETWORK_MANAGER_LIBS]) else |