configure: Stop using AM_MAINTAINER_MODE
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 9 Mar 2015 12:08:16 +0000 (12:08 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 17 Mar 2015 22:34:59 +0000 (22:34 +0000)
commitd8ea64d90b222b468c292d2c107a41a64ad5ce43
tree26511ca2714cea46c16e7c6697887a6ff4a8350b
parent858b21f6af03c9658126fd6ec2aa35b4e5151ecb
configure: Stop using AM_MAINTAINER_MODE

AM_MAINTAINER_MODE can be used to disable generation of rebuild rules.
This is not something we want to condone/support, considering it can
cause greater problems than the perceived benefits. Additionally the
Automake manual leans towards avoiding the use of AM_MAINTAINER_MODE.

http://www.gnu.org/software/automake/manual/html_node/maintainer_002dmode.html

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
autogen.sh
configure.ac