]> git.pld-linux.org Git - packages/gnucash.git/blob - gnucash-am15.patch
- massive attack s/pld.org.pl/pld-linux.org/
[packages/gnucash.git] / gnucash-am15.patch
1 --- gnucash-1.6.5/src/gnome/Makefile.am~        Tue Feb 12 20:22:02 2002
2 +++ gnucash-1.6.5/src/gnome/Makefile.am Tue Feb 12 20:22:02 2002
3 @@ -175,7 +175,7 @@
4             -e 's:@-GNC_PIXMAP_DIR-@:${GNC_PIXMAP_DIR}:g' \
5             -e 's:@-GNC_ACCOUNTS_DIR-@:${GNC_ACCOUNTS_DIR}:g'
6         mv $@.tmp $@
7 -BUILT_SOURCES += gnc-dir.h
8 +BUILT_SOURCES = gnc-dir.h
9  
10  # We have to do this because otherwise automake insists on putting
11  # these files into the dist tarfile.  If there's a a better way,
12 --- gnucash-1.6.5/src/guile/Makefile.am~        Tue Feb 12 20:22:58 2002
13 +++ gnucash-1.6.5/src/guile/Makefile.am Tue Feb 12 20:22:58 2002
14 @@ -63,8 +63,8 @@
15            "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \
16             (primitive-load \"./gnc.gwp\") \
17             (gw:generate-module \"gnc\")"
18 -BUILT_SOURCES += gnc.h gnc.c
19 -CLEANFILES += gnc.h gnc.c gnc.html
20 +BUILT_SOURCES = gnc.h gnc.c
21 +CLEANFILES = gnc.h gnc.c gnc.html
22  
23  ## We borrow guile's convention and use @-...-@ as the substitution
24  ## brackets here, instead of the usual @...@.  This prevents autoconf
25 --- gnucash-1.6.5/src/quotes/Makefile.am~       Tue Feb 12 20:23:33 2002
26 +++ gnucash-1.6.5/src/quotes/Makefile.am        Tue Feb 12 20:23:33 2002
27 @@ -23,7 +23,7 @@
28              -e 's:@-PERLINCL-@:${PERLINCL}:g'
29         chmod +x $@.tmp
30         mv $@.tmp $@
31 -CLEANFILES += finance-quote-helper
32 +CLEANFILES = finance-quote-helper
33  
34  update-finance-quote: update-finance-quote.in
35         rm -f $@.tmp
36 --- gnucash-1.6.5/src/scm/Makefile.am~  Tue Feb 12 20:24:18 2002
37 +++ gnucash-1.6.5/src/scm/Makefile.am   Tue Feb 12 20:24:18 2002
38 @@ -72,7 +72,7 @@
39  guile-strings.c: ${gncscm_DATA}
40         rm -f guile-strings.c
41         guile -s ./xgettext.scm ${gncscm_DATA}
42 -CLEANFILES += guile-strings.c
43 +CLEANFILES = guile-strings.c
44  
45  all-local: guile-strings.c
46  
47 --- gnucash-1.6.5/src/scm/gnumeric/Makefile.am~ Tue Feb 12 20:25:02 2002
48 +++ gnucash-1.6.5/src/scm/gnumeric/Makefile.am  Tue Feb 12 20:25:02 2002
49 @@ -12,6 +12,6 @@
50  guile-strings.c: ${gncscm_DATA}
51         rm -f guile-strings.c
52         guile -s ../xgettext.scm ${gncscm_DATA}
53 -CLEANFILES += guile-strings.c
54 +CLEANFILES = guile-strings.c
55  
56  all-local: guile-strings.c
57 --- gnucash-1.6.5/src/scm/printing/Makefile.am~ Tue Feb 12 20:26:11 2002
58 +++ gnucash-1.6.5/src/scm/printing/Makefile.am  Tue Feb 12 20:26:11 2002
59 @@ -12,6 +12,6 @@
60  guile-strings.c: ${gncscm_DATA}
61         rm -f guile-strings.c
62         guile -s ../xgettext.scm ${gncscm_DATA}
63 -CLEANFILES += guile-strings.c
64 +CLEANFILES = guile-strings.c
65  
66  all-local: guile-strings.c
67 --- gnucash-1.6.5/src/scm/qif-import/Makefile.am~       Tue Feb 12 20:26:44 2002
68 +++ gnucash-1.6.5/src/scm/qif-import/Makefile.am        Tue Feb 12 20:26:44 2002
69 @@ -21,6 +21,6 @@
70  guile-strings.c: ${gncscm_DATA}
71         rm -f guile-strings.c
72         guile -s ../xgettext.scm ${gncscm_DATA}
73 -CLEANFILES += guile-strings.c
74 +CLEANFILES = guile-strings.c
75  
76  all-local: guile-strings.c
77 --- gnucash-1.6.5/src/scm/report/Makefile.am~   Tue Feb 12 20:27:22 2002
78 +++ gnucash-1.6.5/src/scm/report/Makefile.am    Tue Feb 12 20:27:22 2002
79 @@ -37,6 +37,6 @@
80  guile-strings.c: ${SCM_FILES}
81         rm -f guile-strings.c
82         guile -s ../xgettext.scm ${SCM_FILES}
83 -CLEANFILES += guile-strings.c
84 +CLEANFILES = guile-strings.c
85  
86  all-local: guile-strings.c
87 --- gnucash-1.6.5/Makefile.am~  Tue Feb 12 20:28:49 2002
88 +++ gnucash-1.6.5/Makefile.am   Tue Feb 12 20:28:49 2002
89 @@ -56,7 +56,7 @@
90         chmod +x $@.tmp
91         mv $@.tmp $@
92  
93 -DISTCLEANFILES += \
94 +DISTCLEANFILES = \
95    TAGS.stamp cscope.files cscope.out etags.files make-gnucash-patch
96  
97  cscope.files:
98 --- gnucash-1.6.5/doc-tools/Makefile.am~        Tue Feb 12 20:29:26 2002
99 +++ gnucash-1.6.5/doc-tools/Makefile.am Tue Feb 12 20:29:26 2002
100 @@ -25,4 +25,4 @@
101         chmod +x $@.tmp
102         mv $@.tmp $@
103  
104 -CLEANFILES += build-help-index
105 +CLEANFILES = build-help-index
106 --- gnucash-1.6.5/accounts/C/Makefile.am~       Tue Feb 12 20:31:30 2002
107 +++ gnucash-1.6.5/accounts/C/Makefile.am        Tue Feb 12 20:31:30 2002
108 @@ -36,7 +36,3 @@
109    acctlist_retiremt.gnucash-xea \
110    acctlist_spouseinc.gnucash-xea \
111    acctlist_spouseretire.gnucash-xea
112 -
113 -EXTRA_DIST = \
114 -  ${account_DATA} \
115 -  .cvsignore
116 --- gnucash-1.6.5/rpm/Makefile.am~      Tue Feb 12 20:38:39 2002
117 +++ gnucash-1.6.5/rpm/Makefile.am       Tue Feb 12 20:38:39 2002
118 @@ -15,4 +15,4 @@
119              -e 's:@-VERSION-@:${VERSION}:'
120         mv $@.tmp $@
121  
122 -CLEANFILES += gnucash.spec
123 +CLEANFILES = gnucash.spec
124 --- gnucash-1.6.5/src/experimental/cgi-bin/Makefile.am~ Tue Feb 12 20:39:51 2002
125 +++ gnucash-1.6.5/src/experimental/cgi-bin/Makefile.am  Tue Feb 12 20:39:51 2002
126 @@ -3,14 +3,10 @@
127  
128  bin_PROGRAMS = hello hello2 fastcgi-hello hello3 gnc-server
129  
130 -CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} 
131 -
132  LDADD =                        \
133    ../../engine/libgncengine.la         \
134    -lxml -lghttp -lglib -lfcgi
135  
136 -INCLUDES =
137 -
138  hello_SOURCES = \
139    hello.c
140  
141 @@ -28,14 +24,11 @@
142  
143  noinst_HEADERS = 
144  
145 -
146  EXTRA_DIST = \
147 -  .cvsignore \
148    README 
149  
150 -CFLAGS = @CFLAGS@ 
151 -
152  #  glib puts its header files in a bizarre place ...
153  INCLUDES =                     \
154    -I/usr/lib/glib/include      \
155 -  -I../../engine 
156 +  -I../../engine               \
157 +  ${GLIB_CFLAGS}
158 --- gnucash-1.6.5/configure.in~ Tue Feb 12 20:52:38 2002
159 +++ gnucash-1.6.5/configure.in  Tue Feb 12 20:52:38 2002
160 @@ -670,8 +670,6 @@
161            src/gnome/Makefile
162            src/guile/Makefile
163            src/optional/Makefile
164 -          src/optional/swig/Makefile
165 -          src/optional/swig/examples/Makefile
166            src/pixmaps/Makefile
167            src/quotes/Makefile
168            src/register/Makefile
This page took 0.0443 seconds and 3 git commands to generate.