[libdmapsharing] Rearrange autogen.sh because autotools will complain if ChangeLog does not exist Signed-off-by: W. M
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Rearrange autogen.sh because autotools will complain if ChangeLog does not exist Signed-off-by: W. M
- Date: Sun, 20 Mar 2011 00:11:32 +0000 (UTC)
commit 5488edc5a2841fc07726970b65886c2eb038a257
Author: W. Michael Petullo <mike flyn org>
Date: Sat Mar 19 18:13:16 2011 -0500
Rearrange autogen.sh because autotools will complain if ChangeLog does not exist
Signed-off-by: W. Michael Petullo <mike flyn org>
autogen.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index c267cdd..4b6369d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+git log > ChangeLog
+
gtkdocize || exit 1
aclocal -I m4 || exit 1
autoconf || exit 1
@@ -8,8 +10,6 @@ libtoolize --force || glibtoolize --force || exit 1
automake -a || exit 1
./configure --enable-maintainer-mode $* || exit 1
-git log > ChangeLog
-
cat <<EOF >> ChangeLog
======================== Convert to Git-based ChangeLog ========================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]