1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
diff -urNp fontforge-20061014.org/fontforge/Makefile.static.in fontforge-20061014/fontforge/Makefile.static.in
--- fontforge-20061014.org/fontforge/Makefile.static.in 2006-09-01 16:36:13.000000000 +0300
+++ fontforge-20061014/fontforge/Makefile.static.in 2006-10-23 14:55:56.000000000 +0200
@@ -3,6 +3,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
CC = @CC@
diff -urNp fontforge-20061014.org/gdraw/Makefile.dynamic.in fontforge-20061014/gdraw/Makefile.dynamic.in
--- fontforge-20061014.org/gdraw/Makefile.dynamic.in 2006-09-21 07:20:34.000000000 +0300
+++ fontforge-20061014/gdraw/Makefile.dynamic.in 2006-10-23 14:51:51.000000000 +0200
@@ -3,6 +3,7 @@ top_srcdir = @top_srcdir@
top_builddir = ..
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
diff -urNp fontforge-20061014.org/gdraw/Makefile.in fontforge-20061014/gdraw/Makefile.in
--- fontforge-20061014.org/gdraw/Makefile.in 2006-09-21 07:20:34.000000000 +0300
+++ fontforge-20061014/gdraw/Makefile.in 2006-10-23 14:51:16.000000000 +0200
@@ -3,6 +3,7 @@ top_srcdir = @top_srcdir@
top_builddir = ..
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
diff -urNp fontforge-20061014.org/gdraw/Makefile.static.in fontforge-20061014/gdraw/Makefile.static.in
--- fontforge-20061014.org/gdraw/Makefile.static.in 2006-08-17 06:43:44.000000000 +0300
+++ fontforge-20061014/gdraw/Makefile.static.in 2006-10-23 14:52:01.000000000 +0200
@@ -2,6 +2,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
libdir = @libdir@
diff -urNp fontforge-20061014.org/Unicode/Makefile.dynamic.in fontforge-20061014/Unicode/Makefile.dynamic.in
--- fontforge-20061014.org/Unicode/Makefile.dynamic.in 2006-08-29 02:19:12.000000000 +0300
+++ fontforge-20061014/Unicode/Makefile.dynamic.in 2006-10-23 14:52:13.000000000 +0200
@@ -3,6 +3,7 @@ top_builddir = ..
libdir = @libdir@
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
GU_VERSION=2
diff -urNp fontforge-20061014.org/Unicode/Makefile.in fontforge-20061014/Unicode/Makefile.in
--- fontforge-20061014.org/Unicode/Makefile.in 2006-08-29 02:19:12.000000000 +0300
+++ fontforge-20061014/Unicode/Makefile.in 2006-10-23 14:51:32.000000000 +0200
@@ -3,6 +3,7 @@ top_builddir = ..
libdir = @libdir@
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
GU_VERSION=2
diff -urNp fontforge-20061014.org/Unicode/Makefile.static.in fontforge-20061014/Unicode/Makefile.static.in
--- fontforge-20061014.org/Unicode/Makefile.static.in 2005-01-26 00:12:23.000000000 +0200
+++ fontforge-20061014/Unicode/Makefile.static.in 2006-10-23 14:52:20.000000000 +0200
@@ -2,6 +2,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = @bindir@
CC = @CC@
|