configure.ac: enable maintainer mode by default
This is how it should be, and also consistent with NetworkManager.
This commit is contained in:

committed by
Aleksander Morgado

parent
027d95506c
commit
f31ab09433
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
|
||||
AC_INIT([ModemManager],[0.7.990],[dcbw@redhat.com],[ModemManager])
|
||||
AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2 -Wno-portability])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
AM_MAINTAINER_MODE
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
Reference in New Issue
Block a user