1 2 3 4 5 6 7 8 9 10 11 12 13
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"