forked from premiere/premiere-libtorrent
[#1520] Add AM_MAINTAINER_MODE macro to configure.ac
* '--disable-maintainer-mode' option is now available for configure. * This fixes the warning 'unrecognized options: --disable-maintainer-mode' from debian pkg builds. * Setting the macro to 'enable' as default is equivalent to no macro call so no change in default functionality.
This commit is contained in:
parent
7ac2805c2c
commit
3a19f33097
|
@ -79,7 +79,7 @@ AC_CANONICAL_TARGET
|
|||
AS_ECHO
|
||||
AS_ECHO "Initializing Automake:"
|
||||
AM_INIT_AUTOMAKE([1.11 foreign])
|
||||
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
AS_ECHO
|
||||
AS_ECHO "Initializing Libtool:"
|
||||
|
|
Loading…
Reference in New Issue