[gnomefr-web] [build] create ChangeLog in current directory, to avoid relative path errors



commit f6daaca3b84e99c9bfe02186637517bd58379ffb
Author: Frédéric Péters <fpeters 0d be>
Date:   Fri Sep 18 11:12:59 2009 +0200

    [build] create ChangeLog in current directory, to avoid relative path errors

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 51eec7b..e829c65 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -44,7 +44,7 @@ if test -z "$*"; then
         echo "to pass any to it, please specify them on the $0 command line."
 fi
 
-touch $srcdir/ChangeLog # required for automake
+touch ChangeLog # required for automake
 
 aclocal
 automake --add-missing



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