aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-11-08 09:37:00 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-11-08 09:37:00 -0600
commitae5b229ff8551e9d011a53de1578535a44412843 (patch)
tree216d850b32824c5912de044deab641877eb9e29a
parent3e84f25e58f554719c333326c767b503b5ce673c (diff)
downloadayatana-ido-ae5b229ff8551e9d011a53de1578535a44412843.tar.gz
ayatana-ido-ae5b229ff8551e9d011a53de1578535a44412843.tar.bz2
ayatana-ido-ae5b229ff8551e9d011a53de1578535a44412843.zip
one-liner to add 'check-news' to our AM_INIT_AUTOMAKE invocation
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index faf9344..31d1340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/libido.h])
AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([1.11 foreign])
+AM_INIT_AUTOMAKE([check-news 1.11 foreign])
AM_SILENT_RULES([yes])