]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- fixes for automake 1.5. gnucash-1_6_5-5
authorkloczek <kloczek@pld-linux.org>
Wed, 13 Feb 2002 14:43:31 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnucash-am15.patch -> 1.1

gnucash-am15.patch [new file with mode: 0644]

diff --git a/gnucash-am15.patch b/gnucash-am15.patch
new file mode 100644 (file)
index 0000000..14e301d
--- /dev/null
@@ -0,0 +1,168 @@
+--- gnucash-1.6.5/src/gnome/Makefile.am~       Tue Feb 12 20:22:02 2002
++++ gnucash-1.6.5/src/gnome/Makefile.am        Tue Feb 12 20:22:02 2002
+@@ -175,7 +175,7 @@
+           -e 's:@-GNC_PIXMAP_DIR-@:${GNC_PIXMAP_DIR}:g' \
+           -e 's:@-GNC_ACCOUNTS_DIR-@:${GNC_ACCOUNTS_DIR}:g'
+       mv $@.tmp $@
+-BUILT_SOURCES += gnc-dir.h
++BUILT_SOURCES = gnc-dir.h
+ # We have to do this because otherwise automake insists on putting
+ # these files into the dist tarfile.  If there's a a better way,
+--- gnucash-1.6.5/src/guile/Makefile.am~       Tue Feb 12 20:22:58 2002
++++ gnucash-1.6.5/src/guile/Makefile.am        Tue Feb 12 20:22:58 2002
+@@ -63,8 +63,8 @@
+           "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \
+            (primitive-load \"./gnc.gwp\") \
+            (gw:generate-module \"gnc\")"
+-BUILT_SOURCES += gnc.h gnc.c
+-CLEANFILES += gnc.h gnc.c gnc.html
++BUILT_SOURCES = gnc.h gnc.c
++CLEANFILES = gnc.h gnc.c gnc.html
+ ## We borrow guile's convention and use @-...-@ as the substitution
+ ## brackets here, instead of the usual @...@.  This prevents autoconf
+--- gnucash-1.6.5/src/quotes/Makefile.am~      Tue Feb 12 20:23:33 2002
++++ gnucash-1.6.5/src/quotes/Makefile.am       Tue Feb 12 20:23:33 2002
+@@ -23,7 +23,7 @@
+             -e 's:@-PERLINCL-@:${PERLINCL}:g'
+       chmod +x $@.tmp
+       mv $@.tmp $@
+-CLEANFILES += finance-quote-helper
++CLEANFILES = finance-quote-helper
+ update-finance-quote: update-finance-quote.in
+       rm -f $@.tmp
+--- gnucash-1.6.5/src/scm/Makefile.am~ Tue Feb 12 20:24:18 2002
++++ gnucash-1.6.5/src/scm/Makefile.am  Tue Feb 12 20:24:18 2002
+@@ -72,7 +72,7 @@
+ guile-strings.c: ${gncscm_DATA}
+       rm -f guile-strings.c
+       guile -s ./xgettext.scm ${gncscm_DATA}
+-CLEANFILES += guile-strings.c
++CLEANFILES = guile-strings.c
+ all-local: guile-strings.c
+--- gnucash-1.6.5/src/scm/gnumeric/Makefile.am~        Tue Feb 12 20:25:02 2002
++++ gnucash-1.6.5/src/scm/gnumeric/Makefile.am Tue Feb 12 20:25:02 2002
+@@ -12,6 +12,6 @@
+ guile-strings.c: ${gncscm_DATA}
+       rm -f guile-strings.c
+       guile -s ../xgettext.scm ${gncscm_DATA}
+-CLEANFILES += guile-strings.c
++CLEANFILES = guile-strings.c
+ all-local: guile-strings.c
+--- gnucash-1.6.5/src/scm/printing/Makefile.am~        Tue Feb 12 20:26:11 2002
++++ gnucash-1.6.5/src/scm/printing/Makefile.am Tue Feb 12 20:26:11 2002
+@@ -12,6 +12,6 @@
+ guile-strings.c: ${gncscm_DATA}
+       rm -f guile-strings.c
+       guile -s ../xgettext.scm ${gncscm_DATA}
+-CLEANFILES += guile-strings.c
++CLEANFILES = guile-strings.c
+ all-local: guile-strings.c
+--- gnucash-1.6.5/src/scm/qif-import/Makefile.am~      Tue Feb 12 20:26:44 2002
++++ gnucash-1.6.5/src/scm/qif-import/Makefile.am       Tue Feb 12 20:26:44 2002
+@@ -21,6 +21,6 @@
+ guile-strings.c: ${gncscm_DATA}
+       rm -f guile-strings.c
+       guile -s ../xgettext.scm ${gncscm_DATA}
+-CLEANFILES += guile-strings.c
++CLEANFILES = guile-strings.c
+ all-local: guile-strings.c
+--- gnucash-1.6.5/src/scm/report/Makefile.am~  Tue Feb 12 20:27:22 2002
++++ gnucash-1.6.5/src/scm/report/Makefile.am   Tue Feb 12 20:27:22 2002
+@@ -37,6 +37,6 @@
+ guile-strings.c: ${SCM_FILES}
+       rm -f guile-strings.c
+       guile -s ../xgettext.scm ${SCM_FILES}
+-CLEANFILES += guile-strings.c
++CLEANFILES = guile-strings.c
+ all-local: guile-strings.c
+--- gnucash-1.6.5/Makefile.am~ Tue Feb 12 20:28:49 2002
++++ gnucash-1.6.5/Makefile.am  Tue Feb 12 20:28:49 2002
+@@ -56,7 +56,7 @@
+       chmod +x $@.tmp
+       mv $@.tmp $@
+-DISTCLEANFILES += \
++DISTCLEANFILES = \
+   TAGS.stamp cscope.files cscope.out etags.files make-gnucash-patch
+ cscope.files:
+--- gnucash-1.6.5/doc-tools/Makefile.am~       Tue Feb 12 20:29:26 2002
++++ gnucash-1.6.5/doc-tools/Makefile.am        Tue Feb 12 20:29:26 2002
+@@ -25,4 +25,4 @@
+       chmod +x $@.tmp
+       mv $@.tmp $@
+-CLEANFILES += build-help-index
++CLEANFILES = build-help-index
+--- gnucash-1.6.5/accounts/C/Makefile.am~      Tue Feb 12 20:31:30 2002
++++ gnucash-1.6.5/accounts/C/Makefile.am       Tue Feb 12 20:31:30 2002
+@@ -36,7 +36,3 @@
+   acctlist_retiremt.gnucash-xea \
+   acctlist_spouseinc.gnucash-xea \
+   acctlist_spouseretire.gnucash-xea
+-
+-EXTRA_DIST = \
+-  ${account_DATA} \
+-  .cvsignore
+--- gnucash-1.6.5/rpm/Makefile.am~     Tue Feb 12 20:38:39 2002
++++ gnucash-1.6.5/rpm/Makefile.am      Tue Feb 12 20:38:39 2002
+@@ -15,4 +15,4 @@
+             -e 's:@-VERSION-@:${VERSION}:'
+       mv $@.tmp $@
+-CLEANFILES += gnucash.spec
++CLEANFILES = gnucash.spec
+--- gnucash-1.6.5/src/experimental/cgi-bin/Makefile.am~        Tue Feb 12 20:39:51 2002
++++ gnucash-1.6.5/src/experimental/cgi-bin/Makefile.am Tue Feb 12 20:39:51 2002
+@@ -3,14 +3,10 @@
+ bin_PROGRAMS = hello hello2 fastcgi-hello hello3 gnc-server
+-CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} 
+-
+ LDADD =                       \
+   ../../engine/libgncengine.la        \
+   -lxml -lghttp -lglib -lfcgi
+-INCLUDES =
+-
+ hello_SOURCES = \
+   hello.c
+@@ -28,14 +24,11 @@
+ noinst_HEADERS = 
+-
+ EXTRA_DIST = \
+-  .cvsignore \
+   README 
+-CFLAGS = @CFLAGS@ 
+-
+ #  glib puts its header files in a bizarre place ...
+ INCLUDES =                    \
+   -I/usr/lib/glib/include     \
+-  -I../../engine 
++  -I../../engine              \
++  ${GLIB_CFLAGS}
+--- gnucash-1.6.5/configure.in~        Tue Feb 12 20:52:38 2002
++++ gnucash-1.6.5/configure.in Tue Feb 12 20:52:38 2002
+@@ -670,8 +670,6 @@
+           src/gnome/Makefile
+           src/guile/Makefile
+           src/optional/Makefile
+-          src/optional/swig/Makefile
+-          src/optional/swig/examples/Makefile
+           src/pixmaps/Makefile
+           src/quotes/Makefile
+           src/register/Makefile
This page took 0.113241 seconds and 4 git commands to generate.