13 lines
340 B
Diff
13 lines
340 B
Diff
Author: Fabian Fagerholm <fabbe@debian.org>
|
|
Description: Enable maintainer mode to avoid auto* problems.
|
|
--- trunk.orig/configure.in
|
|
+++ trunk/configure.in
|
|
@@ -62,6 +62,8 @@
|
|
AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.23)
|
|
CMU_INIT_AUTOMAKE
|
|
|
|
+AM_MAINTAINER_MODE
|
|
+
|
|
# and include our config dir scripts
|
|
ACLOCAL="$ACLOCAL -I \$(top_srcdir)/config"
|
|
|