blob: e050025739f7938453ba5e92a4d5b7961f59063c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001
2#
3# Patch managed by http://www.holgerschurig.de/patcher.html
4#
5
6--- t1lib-5.0.2/Makefile.in~libtool
7+++ t1lib-5.0.2/Makefile.in
8@@ -18,7 +18,8 @@
9 # Last modified: 2001-04-01
10 #
11
12-SHELL = /bin/sh
13+SHELL = @SHELL@
14+LIBTOOL = @LIBTOOL@
15 CC = @CC@
16 CPP = @CPP@
17 CFLAGS = @CFLAGS@
18@@ -150,7 +151,7 @@
19 $(RM) examples/Makefile
20 $(RM) xglyph/Makefile
21 $(RM) doc/Makefile
22- $(RM) libtool
23+ $(RM) $(LIBTOOL)
24
25
26 # The following two targets are for building and cleaning the python-
27--- t1lib-5.0.2/examples/Makefile.in~libtool
28+++ t1lib-5.0.2/examples/Makefile.in
29@@ -14,9 +14,10 @@
30 # Last modified: 2001-04-01
31 #
32
33+top_builddir = @top_builddir@
34
35-LIBTOOL = ../libtool
36-SHELL = /bin/sh
37+LIBTOOL = @LIBTOOL@
38+SHELL = @SHELL@
39 CC = @CC@
40 CPP = @CPP@
41 CFLAGS = @CFLAGS@
42--- t1lib-5.0.2/lib/Makefile.in~libtool
43+++ t1lib-5.0.2/lib/Makefile.in
44@@ -15,8 +15,10 @@
45 #
46 # Contributions by H.Kakugawa to use libtool!
47
48-LIBTOOL = ../libtool
49-SHELL = /bin/sh
50+top_builddir = @top_builddir@
51+
52+LIBTOOL = @LIBTOOL@
53+SHELL = @SHELL@
54 CC = @CC@
55 CPP = @CPP@
56 CFLAGS = @CFLAGS@
57--- t1lib-5.0.2/lib/t1lib/Makefile.in~libtool
58+++ t1lib-5.0.2/lib/t1lib/Makefile.in
59@@ -14,8 +14,10 @@
60 #
61 # Modified by H.Kakugawa to use libtool
62
63-LIBTOOL = ../../libtool
64-SHELL = /bin/sh
65+top_builddir = @top_builddir@
66+
67+LIBTOOL = @LIBTOOL@
68+SHELL = @SHELL@
69 CC = @CC@
70 CPP = @CPP@
71 CFLAGS = @CFLAGS@
72--- t1lib-5.0.2/lib/type1/Makefile.in~libtool
73+++ t1lib-5.0.2/lib/type1/Makefile.in
74@@ -14,8 +14,10 @@
75 #
76 # Modified by H.Kakugawa to use libtool
77
78-LIBTOOL = ../../libtool
79-SHELL = /bin/sh
80+top_builddir = @top_builddir@
81+
82+LIBTOOL = @LIBTOOL@
83+SHELL = @SHELL@
84 CC = @CC@
85 CPP = @CPP@
86 CFLAGS = @CFLAGS@
87--- t1lib-5.0.2/type1afm/Makefile.in~libtool
88+++ t1lib-5.0.2/type1afm/Makefile.in
89@@ -15,8 +15,10 @@
90 #
91 # Modified by H.Kakugawa to use libtool
92
93-LIBTOOL = ../libtool
94-SHELL = /bin/sh
95+top_builddir = @top_builddir@
96+
97+LIBTOOL = @LIBTOOL@
98+SHELL = @SHELL@
99 CC = @CC@
100 CPP = @CPP@
101 CFLAGS = @CFLAGS@
102--- t1lib-5.0.2/xglyph/Makefile.in~libtool
103+++ t1lib-5.0.2/xglyph/Makefile.in
104@@ -15,8 +15,10 @@
105 #
106 # Modified by H.Kakugawa to use libtool
107
108-LIBTOOL = ../libtool
109-SHELL = /bin/sh
110+top_builddir = @top_builddir@
111+
112+LIBTOOL = @LIBTOOL@
113+SHELL = @SHELL@
114 CC = @CC@
115 CPP = @CPP@
116 CFLAGS = @CFLAGS@