summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-02-11 22:39:48 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2013-02-11 22:39:48 +0100
commit01dffe2d3795cf484f706f68f557692c138e45e4 (patch)
tree0a54c6bbb5c9e018dc74e7ff0345a4adcdd56cdf
parent1372824130846d099b507f97f20a1fc453710fa1 (diff)
downloadratpoison-01dffe2d3795cf484f706f68f557692c138e45e4.zip
get rid of AM_MAINTAINER_MODE
* this one has bitten me too many times as an end user ; here it annoys me as a maintainer - version.texi not being installed. bye bye. See info "(automake) maintainer-mode".
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aa4299f..defb3de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,8 +26,6 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([-Wall -Werror gnu])
-AM_MAINTAINER_MODE
-
AC_CONFIG_HEADER(src/config.h)
dnl by default turn off debugging