summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard R. Link <brlink@debian.org>2013-02-12 21:26:35 +0100
committerBernhard R. Link <brlink@debian.org>2013-02-12 21:26:35 +0100
commit32419fdf409ff9aae184385a98341b964768be0c (patch)
treebdcfd45cce917c5113a73d9a55ae4494c428d476
parent01dffe2d3795cf484f706f68f557692c138e45e4 (diff)
downloadratpoison-32419fdf409ff9aae184385a98341b964768be0c.zip
readd AM_MAINTAINER_MODE, but enable maintainer mode by default
Using AM_MAINTAINER_MODE([enable]) means you get the maintainer-specific parts enabled by default like without AM_MAINTAINER_MODE, while people still can do --disable-maintainer-mode to avoid any pitfalls.
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index defb3de..de6bde2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,8 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([-Wall -Werror gnu])
+AM_MAINTAINER_MODE([enable])
+
AC_CONFIG_HEADER(src/config.h)
dnl by default turn off debugging