[libsigc++2] Have Automake check NEWS and use bzip2
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libsigc++2] Have Automake check NEWS and use bzip2
- Date: Tue, 25 Aug 2009 14:37:56 +0000 (UTC)
commit 523b95197acde2963280e8950bd4d9d01cacfc1f
Author: Daniel Elstner <danielk openismus com>
Date: Tue Aug 25 16:36:21 2009 +0200
Have Automake check NEWS and use bzip2
* configure.ac (AM_INIT_AUTOMAKE): Add options check-news and
dist-bzip2.
ChangeLog | 7 +++++++
configure.ac | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dac56b7..c78a5b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2009-08-25 Daniel Elstner <danielk openismus com>
+ Have Automake check NEWS and use bzip2
+
+ * configure.ac (AM_INIT_AUTOMAKE): Add options check-news and
+ dist-bzip2.
+
+2009-08-25 Daniel Elstner <danielk openismus com>
+
Update NEWS for libsigc++ 2.2.4 release
2009-08-25 Daniel Elstner <danielk openismus com>
diff --git a/configure.ac b/configure.ac
index 073dfb4..d6ae9a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h sigc++config.h])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
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]