[transmageddon] Add AM_MAINTAINER_MODE to configure.ac and pass --enable-maintainer-mode to configure
- From: Sebastian Dröge <sdroege src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [transmageddon] Add AM_MAINTAINER_MODE to configure.ac and pass --enable-maintainer-mode to configure
- Date: Tue, 20 Oct 2009 15:09:05 +0000 (UTC)
commit aa87d385de780c3294fdd79cb5d9a182e590d8cd
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date: Tue Oct 20 17:08:40 2009 +0200
Add AM_MAINTAINER_MODE to configure.ac and pass --enable-maintainer-mode to configure
autogen.sh | 2 +-
configure.ac | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 29e2e0d..a35f842 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ then
fi
. common/gst-autogen.sh
-CONFIGURE_DEF_OPT=''
+CONFIGURE_DEF_OPT='--enable-maintainer-mode'
autogen_options $@
diff --git a/configure.ac b/configure.ac
index 8b171a5..e86f553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,9 @@ AC_INIT(transmageddon, 0.14,
dnl initialize automake
AM_INIT_AUTOMAKE
+dnl enable maintainer mode option
+AM_MAINTAINER_MODE
+
dnl define PACKAGE_VERSION_* variables
AS_VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]