[glom] Pass --automake option to gnome-doc-prepare
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Subject: [glom] Pass --automake option to gnome-doc-prepare
- Date: Sat, 25 Jul 2009 11:08:19 +0000 (UTC)
commit 0b70e845f13b9fa85e29f6843735000499e5cdc8
Author: Daniel Elstner <daniel kitta gmail com>
Date: Sat Jul 25 13:00:22 2009 +0200
Pass --automake option to gnome-doc-prepare
* autogen.sh: Invoke gnome-doc-prepare with the --automake option to
tell it that Automake will take care of installing its macro files.
ChangeLog | 7 +++++++
autogen.sh | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cb418ba..3792c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-25 Daniel Elstner <danielk openismus com>
+
+ Pass --automake option to gnome-doc-prepare
+
+ * autogen.sh: Invoke gnome-doc-prepare with the --automake option to
+ tell it that Automake will take care of installing its macro files.
+
2009-07-25 Murray Cumming <murrayc murrayc com>
* glom/base_db.cc: get_fields_for_table_from_database():
diff --git a/autogen.sh b/autogen.sh
index 842598d..9ea7233 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@ test -n "$srcdir" || srcdir=.
(
cd "$srcdir" &&
gnome-doc-common --copy &&
- gnome-doc-prepare --copy --force &&
+ gnome-doc-prepare --automake --copy --force &&
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install
) || exit
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]