[epiphany] Do not default to --enable-maintainer-mode in configure
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Do not default to --enable-maintainer-mode in configure
- Date: Wed, 15 Sep 2010 13:14:41 +0000 (UTC)
commit 407599bb869d6ad04e03939f5969c90832a4a730
Author: Vincent Untz <vuntz gnome org>
Date: Wed Sep 15 15:11:54 2010 +0200
Do not default to --enable-maintainer-mode in configure
Note that gnome-autogen.sh (called by autogen.sh) will call
--enable-maintainer-mode. The current setup just means we have
--enable-maintainer-mode by default in tarballs, which is wrong.
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 656acda..ab4f745 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,9 +56,6 @@ AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip tar-ustar])
# Use AM_SILENT_RULES if present
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-if test -z "$enable_maintainer_mode"; then
- enable_maintainer_mode=yes
-fi
AM_MAINTAINER_MODE([enable])
AC_ENABLE_SHARED([yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]