Magellan Linux

Contents of /trunk/cyrus-sasl/patches/cyrus-sasl-2.1.26-saslauthd_ac_prog_libtool.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2412 - (show annotations) (download)
Mon Mar 3 14:45:58 2014 UTC (10 years, 1 month ago) by niro
File size: 426 byte(s)
-patches for cyrus-sasl-2.1.26
1 0011_saslauthd_ac_prog_libtool.dpatch by <fabbe@debian.org>
2
3 Enable libtool use.
4
5 diff -urNad trunk~/saslauthd/configure.in trunk/saslauthd/configure.in
6 --- trunk~/saslauthd/configure.in 2006-05-29 22:52:42.000000000 +0300
7 +++ trunk/saslauthd/configure.in 2006-11-01 23:41:51.000000000 +0200
8 @@ -25,6 +25,7 @@
9 AC_PROG_MAKE_SET
10 AC_PROG_LN_S
11 AC_PROG_INSTALL
12 +AC_PROG_LIBTOOL
13
14 dnl Checks for build foo
15 CMU_C___ATTRIBUTE__