File: libver.diff

package info (click to toggle)
sword 1.5.9-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 2,296 kB
  • ctags: 6
  • sloc: makefile: 10
file content (83 lines) | stat: -rw-r--r-- 2,573 bytes parent folder | download | duplicates (2)
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
78
79
80
81
82
83
Index: sword-1.5.9/lib/Makefile.am
===================================================================
--- sword-1.5.9.orig/lib/Makefile.am	2006-01-06 13:40:48.000000000 +0000
+++ sword-1.5.9/lib/Makefile.am	2006-09-25 21:23:11.000000000 +0100
@@ -36,7 +36,7 @@
 
 libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD) 
 
-libsword_la_LDFLAGS = -release $(VERSION)
+libsword_la_LDFLAGS = -version-info 6
 
 include ../src/keys/Makefile.am
 include ../src/utilfuns/Makefile.am
Index: sword-1.5.9/lib/Makefile.in
===================================================================
--- sword-1.5.9.orig/lib/Makefile.in	2006-09-25 21:23:29.000000000 +0100
+++ sword-1.5.9/lib/Makefile.in	2006-09-25 21:24:00.000000000 +0100
@@ -277,6 +277,7 @@
 GENCCODE = @GENCCODE@
 GENCMN = @GENCMN@
 GENRB = @GENRB@
+GREP = @GREP@
 HAVE_CPPUNIT_FALSE = @HAVE_CPPUNIT_FALSE@
 HAVE_CPPUNIT_TRUE = @HAVE_CPPUNIT_TRUE@
 ICUSWORD_FALSE = @ICUSWORD_FALSE@
@@ -335,15 +336,9 @@
 XML_LIBS = @XML_LIBS@
 ZLIB_FALSE = @ZLIB_FALSE@
 ZLIB_TRUE = @ZLIB_TRUE@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_AS = @ac_ct_AS@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
-ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
 ac_ct_F77 = @ac_ct_F77@
-ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -360,7 +355,10 @@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
 dir_confdef = @dir_confdef@
+docdir = @docdir@
+dvidir = @dvidir@
 enable_debug = @enable_debug@
 enable_profile = @enable_profile@
 exec_prefix = @exec_prefix@
@@ -369,17 +367,21 @@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
@@ -451,7 +453,7 @@
 #if WITHCURL
 @INSTALLMGR_TRUE@IMGRLIBADD = -lcurl $(CURL_LIBS)
 libsword_la_LIBADD = $(ICULIBADD) $(IMGRLIBADD) 
-libsword_la_LDFLAGS = -release $(VERSION)
+libsword_la_LDFLAGS = -version-info 6
 keysdir = $(top_srcdir)/src/keys
 utilfunsdir = $(top_srcdir)/src/utilfuns
 @INTERNALFTPLIB_FALSE@ftpsrc =