Magellan Linux

Annotation of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.26-maintainer_mode.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2412 - (hide annotations) (download)
Mon Mar 3 14:45:58 2014 UTC (10 years, 3 months ago) by niro
File size: 585 byte(s)
-patches for cyrus-sasl-2.1.26
1 niro 2412 #! /bin/sh /usr/share/dpatch/dpatch-run
2     ## 0010_maintainer_mode.dpatch by <fabbe@debian.org>
3     ##
4     ## All lines beginning with `## DP:' are a description of the patch.
5     ## DP: Enable maintainer mode to avoid auto* problems.
6    
7     @DPATCH@
8     diff -urNad trunk~/configure.in trunk/configure.in
9     --- trunk~/configure.in 2006-05-29 22:52:46.000000000 +0300
10     +++ trunk/configure.in 2006-11-01 23:24:55.000000000 +0200
11     @@ -62,6 +62,8 @@
12     AM_INIT_AUTOMAKE(cyrus-sasl, 2.1.22)
13     CMU_INIT_AUTOMAKE
14    
15     +AM_MAINTAINER_MODE
16     +
17     # and include our config dir scripts
18     ACLOCAL="$ACLOCAL -I \$(top_srcdir)/config"
19