aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
committerGuido Günther <agx@sigxcpu.org>2010-04-03 17:48:36 +0200
commiteafd110730ff123526439b807b3adc229a19c1ee (patch)
treead44458958883d55fbfc943b3911bec31bf5ed43 /configure.ac
parentImported Upstream version 0.14 (diff)
downloadkrb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.gz
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.tar.bz2
krb5-auth-dialog-eafd110730ff123526439b807b3adc229a19c1ee.zip
Imported Upstream version 0.15
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aa01c1f..0c3911c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,11 @@
-AC_INIT([krb5-auth-dialog], [0.14])
+AC_INIT([krb5-auth-dialog], [0.15])
AC_CONFIG_SRCDIR(src/krb5-auth-dialog.c)
dnl Make automake keep quiet about wildcards & other GNUmake-isms
AM_INIT_AUTOMAKE([-Wno-portability])
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
IT_PROG_INTLTOOL([0.35.0])
@@ -237,6 +238,7 @@ po/Makefile.in
preferences/Makefile
preferences/krb5-auth-dialog-preferences.1
help/Makefile
+examples/Makefile
])
AC_MSG_NOTICE([])
bgstack15