Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-filter/couriersrs/files: couriersrs-0.1.1-libtool-automake-fixes.diff
Date: Tue, 29 Sep 2009 23:07:41
Message-Id: E1MslnH-0007FX-G2@stork.gentoo.org
1 hanno 09/09/29 23:07:39
2
3 Added: couriersrs-0.1.1-libtool-automake-fixes.diff
4 Log:
5 Initial commit of courier srs implementation.
6 (Portage version: 2.2_rc42/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 mail-filter/couriersrs/files/couriersrs-0.1.1-libtool-automake-fixes.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/files/couriersrs-0.1.1-libtool-automake-fixes.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-filter/couriersrs/files/couriersrs-0.1.1-libtool-automake-fixes.diff?rev=1.1&content-type=text/plain
13
14 Index: couriersrs-0.1.1-libtool-automake-fixes.diff
15 ===================================================================
16 --- couriersrs-0.1.1/configure.ac 2007-03-26 23:17:30.000000000 +0200
17 +++ couriersrs-0.1.1-1/configure.ac 2009-09-19 22:15:37.000000000 +0200
18 @@ -24,9 +24,6 @@
19
20 AC_SUBST([localedir], ['${datadir}/locale'])
21
22 -dnl use libtool to compile checks (particularly lib checks), mostly so we don't have to worry about how/if the os supports -R
23 -ac_link="${SHELL} ${srcdir}/libtool --mode=link $ac_link"
24 -
25 dnl headers we need
26 AC_HEADER_STDC
27
28 diff -Naur couriersrs-0.1.1/intl/Makefile.in couriersrs-0.1.1-x/intl/Makefile.in
29 --- couriersrs-0.1.1/intl/Makefile.in 2007-03-15 20:59:02.000000000 +0100
30 +++ couriersrs-0.1.1-x/intl/Makefile.in 2009-09-19 23:36:54.000000000 +0200
31 @@ -39,8 +39,7 @@
32
33 INSTALL = @INSTALL@
34 INSTALL_DATA = @INSTALL_DATA@
35 -MKINSTALLDIRS = @MKINSTALLDIRS@
36 -mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
37 +mkinstalldirs = @mkdir_p@
38
39 l = @INTL_LIBTOOL_SUFFIX_PREFIX@
40
41 diff -Naur couriersrs-0.1.1/m4/Makefile.in couriersrs-0.1.1-x/m4/Makefile.in
42 --- couriersrs-0.1.1/m4/Makefile.in 2007-03-26 23:17:43.000000000 +0200
43 +++ couriersrs-0.1.1-x/m4/Makefile.in 2009-09-19 23:28:26.000000000 +0200
44 @@ -127,7 +127,7 @@
45 LTLIBINTL = @LTLIBINTL@
46 LTLIBOBJS = @LTLIBOBJS@
47 MAKEINFO = @MAKEINFO@
48 -MKINSTALLDIRS = @MKINSTALLDIRS@
49 +MKINSTALLDIRS = @mkdir_p@
50 MSGFMT = @MSGFMT@
51 MSGMERGE = @MSGMERGE@
52 OBJEXT = @OBJEXT@
53 diff -Naur couriersrs-0.1.1/Makefile.in couriersrs-0.1.1-x/Makefile.in
54 --- couriersrs-0.1.1/Makefile.in 2007-03-26 23:17:44.000000000 +0200
55 +++ couriersrs-0.1.1-x/Makefile.in 2009-09-19 23:28:26.000000000 +0200
56 @@ -174,7 +174,7 @@
57 LTLIBINTL = @LTLIBINTL@
58 LTLIBOBJS = @LTLIBOBJS@
59 MAKEINFO = @MAKEINFO@
60 -MKINSTALLDIRS = @MKINSTALLDIRS@
61 +MKINSTALLDIRS = @mkdir_p@
62 MSGFMT = @MSGFMT@
63 MSGMERGE = @MSGMERGE@
64 OBJEXT = @OBJEXT@
65 diff -Naur couriersrs-0.1.1/po/Makefile.in.in couriersrs-0.1.1-x/po/Makefile.in.in
66 --- couriersrs-0.1.1/po/Makefile.in.in 2007-03-15 20:59:04.000000000 +0100
67 +++ couriersrs-0.1.1-x/po/Makefile.in.in 2009-09-19 23:36:00.000000000 +0200
68 @@ -28,8 +28,7 @@
69
70 INSTALL = @INSTALL@
71 INSTALL_DATA = @INSTALL_DATA@
72 -MKINSTALLDIRS = @MKINSTALLDIRS@
73 -mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
74 +mkinstalldirs = @mkdir_p@
75
76 GMSGFMT = @GMSGFMT@
77 MSGFMT = @MSGFMT@