[glom] distcheck: Remove check for NEWS update.



commit 97778771c5204e0ac8047a536060dca8a948aa3f
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 19 12:01:58 2010 +0200

    distcheck: Remove check for NEWS update.
    
    * configure.ac: AM_INIT_AUTOMAKE(): Remove check-news because it is not
    clever enough and because it prevents checking that distcheck works.

 ChangeLog    |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8358532..81eb11e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-19  Murray Cumming  <murrayc murrayc-desktop>
+
+	distcheck: Remove check for NEWS update.
+
+	* configure.ac: AM_INIT_AUTOMAKE(): Remove check-news because it is not
+	clever enough and because it prevents checking that distcheck works.
+
 2010-10-19  Murray Cumming  <murrayc murrayc com>
 
 	Choices Combo: Fix a warning.
diff --git a/configure.ac b/configure.ac
index 6807ea4..f6ea16d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ AC_CONFIG_SRCDIR([glom/main.cc])
 AC_CONFIG_MACRO_DIR([macros])
 AC_CONFIG_HEADERS([config.h glom/libglom/libglom_config.h])
 
-AM_INIT_AUTOMAKE([1.10 -Wno-portability check-news no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.10 -Wno-portability no-define nostdinc tar-pax])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])



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