0006-Enable-autoconf-maintainer-mode.patch 520 B

1234567891011121314151617181920212223
  1. From: Debian Cyrus SASL Team
  2. <pkg-cyrus-sasl2-debian-devel@lists.alioth.debian.org>
  3. Date: Thu, 24 Mar 2016 11:35:03 +0100
  4. Subject: Enable autoconf maintainer mode
  5. ---
  6. configure.ac | 2 ++
  7. 1 file changed, 2 insertions(+)
  8. diff --git a/configure.ac b/configure.ac
  9. index 388f5d0..b3db52c 100644
  10. --- a/configure.ac
  11. +++ b/configure.ac
  12. @@ -69,6 +69,8 @@ AC_CANONICAL_TARGET
  13. AM_INIT_AUTOMAKE([1.11 tar-ustar dist-bzip2 foreign -Wno-portability subdir-objects])
  14. +AM_MAINTAINER_MODE
  15. +
  16. DIRS=""
  17. AC_ARG_ENABLE(cmulocal,