[deskbar-applet/gnome-2-26] Fixed bug #582131: build: missing ChangeLog when running automake
- From: Sebastian Polsterl <sebp src gnome org>
- To: svn-commits-list gnome org
- Subject: [deskbar-applet/gnome-2-26] Fixed bug #582131: build: missing ChangeLog when running automake
- Date: Mon, 11 May 2009 05:43:55 -0400 (EDT)
commit 820be0a4c71aa32e32f8c371220460647af27422
Author: Marc-Andre Lureau <marcandre lureau gmail com>
Date: Mon May 11 11:41:32 2009 +0200
Fixed bug #582131: build: missing ChangeLog when running automake
By default, autofoo requires the project to have a ChangeLog file.
unless you use AM_INIT_AUTOMAKE([foreign]).
Here, I keep the policy, but just touch the file in autogen.sh
---
autogen.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/autogen.sh b/autogen.sh
index 9ef9676..b28b941 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -3,6 +3,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
+touch ChangeLog
PKG_NAME="deskbar-applet"
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]