mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 21:55:00 +00:00
Merge pull request #727 from libexpat/issue-726-configure-support-disable-maintainer-mode
configure.ac: Support --disable-maintainer-mode (fixes #726)
This commit is contained in:
commit
a7d16c77e5
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ AC_CONFIG_AUX_DIR([conftools])
|
|||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CANONICAL_HOST
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_MAINTAINER_MODE([enable]) # to allow argument --disable-maintainer-mode
|
||||
|
||||
|
||||
dnl
|
||||
|
|
Loading…
Add table
Reference in a new issue