Added AM_MAINTAINER_MODE([enable])

See
http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/
about pros and cons.
Adding that line does not change behavior, it just ease downstream
distribution.
This commit is contained in:
Nirgal Vourgère 2012-07-20 12:13:37 +02:00
parent f4a48d0730
commit 33ebfc8e14

View File

@ -3,6 +3,7 @@ AC_INIT(mdbtools, 0.7, [mdbtools-dev@lists.sourceforge.net])
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE([enable])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(include/config.h)