[deskbar-applet] Fixed bug #582131: build: missing ChangeLog when running automake



commit f4132d8ba3379a450296cfc27783ec6748159b2e
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]