[vino] Update NEWS and add check-news to AM_INIT



commit a00e1d2f3e8980e2398971280f307251d72048ae
Author: David King <amigadave amigadave com>
Date:   Wed Mar 2 18:57:43 2011 +0100

    Update NEWS and add check-news to AM_INIT
    
    Add a note to packagers in the NEWS announcement for the upcoming
    release about the changes to configure arguments. Add check-news to
    AM_INIT so that NEWS is checked during make distcheck.

 NEWS         |   19 +++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 93b869c..ff9789c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,23 @@
 ==============
+Version 2.99.3
+==============
+
+  Fixes:
+
+	+ Overhaul build system. (David King)
+	  Note to packagers: Arguments to the configure script were changed.
+	  All functionality is now automagically enabled, and can be disabled
+	  or explicitly enabled with the appropriate configure arguments.
+	  Please check `configure --help`.
+
+  Translations:
+
+	+ Matej UrbanÄ?iÄ? (sl)
+	+ Bruno Brouard (fr)
+	+ Changwoo Ryu (ko)
+	+ Sweta Kothari (gu)
+
+==============
 Version 2.99.2
 ==============
 
diff --git a/configure.ac b/configure.ac
index dfd3103..8cf70c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([server/vino-fb.c])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
-AM_INIT_AUTOMAKE([1.10 -Wall no-define nostdinc subdir-objects])
+AM_INIT_AUTOMAKE([1.10 -Wall check-news no-define nostdinc subdir-objects])
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
 
 AC_PROG_CC



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]