aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-09-15 21:11:54 +0800
committerVincent Untz <vuntz@gnome.org>2010-09-15 21:13:24 +0800
commit407599bb869d6ad04e03939f5969c90832a4a730 (patch)
tree2664fbf147a1caa727b697df18edc5501a7a61af
parente46901eb21ddd73117ab28e0260c651698e7255b (diff)
downloadgsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar.gz
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar.bz2
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar.lz
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar.xz
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.tar.zst
gsoc2013-epiphany-407599bb869d6ad04e03939f5969c90832a4a730.zip
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.
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 656acda3f..ab4f7452d 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])