Commit Graph

166 Commits

Author SHA1 Message Date
Neil Williams
fa2f2ce507 oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11876 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 12:27:15 +00:00
Neil Williams
a4532ce0ca remove old workaround
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11875 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-07 12:09:29 +00:00
Christian Stimming
18f39b1606 Revert the autogen.sh change for now. To be reconsidered after more
testing.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11859 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-06 14:34:31 +00:00
Christian Stimming
bc5ed8b13d Radically improve autogen.sh.
2005-11-05  Christian Stimming  <stimming@tuhh.de>

        * autogen.sh: Replace old crufty autogen.sh script with
        * radically
        simplified version. Simply call all helper programs in one
        sequence and that's it.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11841 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-05 17:32:51 +00:00
David Hampton
f28d033d74 Collapse the gnome2 branch back into HEAD.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@11565 57a11ea4-9604-0410-9ed3-97b8803252fd
2005-11-02 03:32:36 +00:00
David Hampton
eb9822f6a5 Correct error message.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10387 57a11ea4-9604-0410-9ed3-97b8803252fd
2004-12-23 18:27:33 +00:00
Derek Atkins
f6b1637e25 David Montenegro's Balance Sheet + Equity Statement patch (#144243).
* Makefile.am: be sure to rebuild make-gnucash-patch and
	  make-gnucash-potfiles when the Makefile changes (which means the
	  PERL paths might have changed).
	* src/scm/paths.scm: change the default config file to 1.9, so we
	  don't screw up users of 1.8.

	* src/report/report-system/html-acct-table.scm:
	  Added file implementing gnc:html-acct-table utility
	  object for easier creation of HTML reports.

        * src/report/standard-reports/balance-sheet.scm:
	  Updated to use the new gnc:html-acct-table object.
	  Added many new options, including report/account
	  form option.

        * src/report/standard-reports/equity-statement.scm:
	  Created Statement of Owner's Equity.
	  (Unsure if correct exchange-fn's are being used.)

        * src/report/report-system/commodity-utilities.scm:
	* src/report/report-system/html-table.scm:
	* src/report/report-system/html-utilities.scm:
	* src/report/report-system/report-system.scm:
	* src/report/report-system/report-utilities.scm:
	  miscellaneous small additions and/or fixes
	Fixes #144243.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10078 57a11ea4-9604-0410-9ed3-97b8803252fd
2004-06-24 22:11:26 +00:00
Derek Atkins
2388ff3158 Build CVS directly with recent gettextize; no AC_OUTPUT errors.
* configure.in: move m4/Makefile to its own line
	* macros/autogen.sh: add code to remove "intl/Makefile po/Makefile"
	  from AC_OUTPUT in configure.in prior to calling gettextize
	  to make sure that you can build from CVS with recent versions
	  of gettextize.  Tested with both RH9 and RH7.3 to make sure
	  it works with both old and new.  Fixes #120206.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9871 57a11ea4-9604-0410-9ed3-97b8803252fd
2004-04-01 05:42:58 +00:00
Joshua Sled
e19df01f5f 2004-03-07 Joshua Sled <jsled@asynchronous.org>
* HACKING: Added instructions about running under valgrind.

	* lib/gnucash_valgrind.supp: Added a large set of valgrind
	suppressions for both guile and gnucash.

	* src/register/ledger-core/gnc-ledger-display.c
	(gnc_ledger_display_template_gl): Change the reg_type to
	SEARCH_LEDGER so all the 'action' types appear. Bug#108833.

	* src/gnome/glade/sched-xact.glade: Remove unused 'ledger_status'
	widget. Bug#102269.

	* src/gnome-utils/gnc-dense-cal.c (gnc_dense_cal_draw_to_buffer):
	At least be consistent about the background coloring of the month
	labels, even if we're still not using GTK themeage correctly.

	* src/gnome-utils/gnc-dense-cal.c (gnc_dense_cal_destroy): Destroy
	the transient window when the widget is destroyed. Bug#103910.

	* src/gnome/dialog-scheduledxaction.c
	(gnc_ui_scheduled_xaction_editor_dialog_create): Make the advance
	and remind spin-buttons editable [Bug#94963].

	* src/gnome/glade/sched-xact.glade: Change the upper bound on the
	advance and remind spins to 365 [days], with a page-size of 30
	[days].

	* src/gnome/dialog-sx-from-trans.c (gnc_sx_create_from_trans):
	Disallow the Scheduling of being-editing transactions in the
	Register, preventing a class of unbalacned SX template
	transactions from being entered and propogated through the
	system. See Bug#130330.

	* src/engine/FreqSpec.c (xaccFreqSpecGetFreqStr): Fix nasty
	memory-corruption issue; insufficent bounds checking on array
	index. Bug#125600.

	* src/gnome/dialog-sxsincelast.c (create_each_transaction_helper):
	Better handling of various error cases in
        transaction-creation. Bug#120311; Bug#130330.

2004-03-01  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome/dialog-scheduledxaction.c (gnc_sxed_check_consistent):
	Fix for part of Bug#121740 -- only allow auto-create SXes which
	have splits to be created.

2004-02-07  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome/dialog-scheduledxaction.c (editor_ok_button_clicked):
	* src/gnome-utils/gnc-frequency.c (gnc_frequency_save_state):
	* src/backend/file/gnc-freqspec-xml-v2.c (fs_none_handler):
	* src/engine/FreqSpec.c (xaccFreqSpecGetFreqStr):
	Adding "NONE" as an allowable FreqSpec [Bug#103968].


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9858 57a11ea4-9604-0410-9ed3-97b8803252fd
2004-03-11 01:17:14 +00:00
Derek Atkins
358c37da08 * Makefile.am, Makefile.DEPS:
remove Makefile.DEPS because we don't support automake-1.4 anymore
	* src/bin/Makefile.am, strsub.c:
	  remove strsub.c because we don't need it now that we've dropped 1.4
	Fixes #120207


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9689 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-11-18 03:05:58 +00:00
Linas Vepstas
2748d1565d delete debian directory as per "James A. Treacy" <treacy@debian.org>
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9415 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-09-26 13:18:10 +00:00
Derek Atkins
460dbf4de6 John Pierce's Makefile patches...
* Makefile.am
	  Added distributed generated files to distcleancheckfiles.
          Added distcheck-hook to deal with automake1.5 stupidity.

	* src/doc/Makefile.am
	  Move doxygen log and cache to distclean-local.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7866 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-21 04:40:19 +00:00
David Hampton
da1597b40d Changes to make the build system work on multiple architectures and
with multiple versions of the autotools suite.  Make generated g-wrap
sources depend on config.status.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7837 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-16 00:48:17 +00:00
Chris Lyttle
47fa370fd8 Updates to build system by John H. Pierce
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7788 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-06 07:15:30 +00:00
Chris Lyttle
a5a73b6a7d removal of old docs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7694 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-12-16 10:49:21 +00:00
David Hampton
6ffaad3be0 Matthew Vanecek's tags changes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7572 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-11-30 08:59:19 +00:00
Benoit Grégoire
a9f1f75243 2002-11-27 Benoit Gr�goire <bock@step.polymtl.ca>
* Makefile.am configure.in src/doc/Makefile.am
	src/doc/doxygen.cfg src/doc/doxygen_main_page.c: Added doxygen documentation support, and integrated it into the build system.  There is a new target, make doc, that can be used to build the documentation if you have doxygen installed. Any file in the src tree will be included in the documentation if it follows doxygen conventions.  The doc created in src/doc/html.  Doxygen is now required for make dist.
	* src/import-export/:  Enable doxygen documentation.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7564 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-11-27 22:49:10 +00:00
David Hampton
0b0581c71e More gettext 0.11 junk.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6871 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-17 00:20:06 +00:00
David Hampton
447ad45a84 Commit required gettext 0.11 changes that are backward compatible with
gettext 0.10.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6865 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-15 04:48:36 +00:00
Dave Peticolas
8e51e62781 David Hampton's make distcheck patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6749 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-02-28 08:31:32 +00:00
Rob Browning
b63af95544 * Makefile.am (TAGS): modify to fix the problem where you had to
run make twice to get it to succeed.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6197 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-12-04 22:41:38 +00:00
Dave Peticolas
5b72f6048b Add Georg Lehner's Nicaraguan Spanish translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6177 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-12-03 07:55:56 +00:00
Dave Peticolas
f2ca55fc3f Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5736 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-28 00:44:26 +00:00
Dave Peticolas
65d5050968 Create gnucash-config with configure instead of Makefile.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5725 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-25 23:31:44 +00:00
Robert Graham Merkel
873ed2c9b3 automake 1.5 fixes and further work on transaction voiding
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5456 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-03 07:08:31 +00:00
Dave Peticolas
7ef3964abf Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5414 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-23 21:02:01 +00:00
Dave Peticolas
0de7e5ec7f Start binary-import test module.
Move xml-i18n-tools higher in configure.in.
Configure register-core module.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5387 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-19 08:36:14 +00:00
Dave Peticolas
54393d0a06 Collect all translatable strings in scm files in intl-scm.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5384 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-18 10:12:50 +00:00
Dave Peticolas
23576ba39f Configure network-utils and gnome-utils package and install
their public headers.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5383 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-18 08:38:21 +00:00
Dave Peticolas
e518fd7f50 Use xml-i18n-tools to collect translatable strings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5380 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-17 09:59:23 +00:00
Dave Peticolas
23865f5485 Configure and detect app-utils module. Install public app-utils headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5375 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-15 06:09:43 +00:00
Dave Peticolas
d7d84c58e9 Add gnucash autoconf macro. Don't include config.h in headers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5338 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-07 21:51:13 +00:00
Dave Peticolas
a78b5495c4 Configure engine libs and cflags in gnucash-config.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5332 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-06 22:30:14 +00:00
Dave Peticolas
b21bd0f22e Start a gnucash-config script.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5299 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-09-06 09:05:38 +00:00
Dave Peticolas
62f67a8811 Fixes for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5213 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-21 09:54:17 +00:00
Dave Peticolas
c88f2c44df Add glossary items to dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5198 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-19 22:47:15 +00:00
James LewisMoss
4255e64871 update etags generation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5164 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-17 16:56:31 +00:00
Dave Peticolas
27b15ffe3e Add file for creating POTFILES.in. Update POTFILES.in.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5151 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-17 08:28:31 +00:00
James LewisMoss
044f27d8e5 remove debian dir so it isn't distributed with source.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4969 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-20 19:36:57 +00:00
Dave Peticolas
3d5c58147f 2001-07-04 Dave Peticolas <dave@krondo.com>
* Makefile.am: add gnc-glossary.txt to the dist

	* src/engine/sixtp.c (sixtp_handle_catastrophe): fix bug -- don't
	destroy last stack frame


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4866 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-07-04 08:30:54 +00:00
James LewisMoss
bb4aba7cc3 * Makefile.am (TAGS): ignore debian dir.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4295 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-26 20:15:23 +00:00
Rob Browning
85f732f84f * Makefile.am (TAGS): add a msg to suggest --enable-tags.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4209 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-15 15:52:59 +00:00
Dave Peticolas
bc69db7765 2001-05-01 Conrad Canterford <conrad@mail.watersprite.com.au>
* make-gnucash-patch.in: add --file option to allow single file
	patches to be made.

	* README.patches (new file): Moved patch instructions from README
	file into this new file, and added detailed descriptions of all
	the options for make-gnucash-patch.

        * README: see above


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4098 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-05-01 20:58:00 +00:00
Dave Peticolas
1e66edc265 Make 'intl' before 'doc-tools', since doc-tools may use the lib in 'intl'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4028 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-24 02:30:50 +00:00
Dave Peticolas
58e026f10d Add ChangeLog.1 to EXTRA_DIST. Fix for make dist.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3967 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-15 07:41:26 +00:00
Dave Peticolas
b04cbddfd9 * src/gnome/dialog-price-editor.c: more work
* src/engine/gnc-pricedb.c: add an error check

	* ChangeLog: split changelog


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3906 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-07 10:34:47 +00:00
Dave Peticolas
6759650a95 Add README for po files.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3882 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-04-02 22:23:21 +00:00
Dave Peticolas
e30a8bc509 Rob Browning's patch with price db & miscellany.
* first iteration of pricedb: we should preserve quotes from old
    binfiles now (rather than throwing it away during the conversion),
    and we can read/write the pricedb as XML.

  * added configure --enable-error-on-warning -- developers, please
    use this.

  * add fancier TAGS handling -- we now track file additions/deletions
    dynamically.

  * add g_hash_table_key_value_pairs: returns a GSList of all the key
    value pairs in a given hash table so you can manipulate them.

    add g_hash_table_kv_pair_free_gfunc: g_slist_foreach helper for
    deleting key value hash pairs when you're finished with the
    results from g_hash_table_key_value_pairs.  You'll still need to
    call g_slist_free as well to delete the spine of the list.

  * continue migration to using backend for all IO and switching from
    top-level Group to top level GNCBook.

  * switch from const gnc_commodity to gnc_commodity in many places,
    after consultation with Bill.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3684 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-02-25 00:42:44 +00:00
Dave Peticolas
3d0774af02 Fix for 'make dist'.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3508 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-01-21 10:11:23 +00:00
Dave Peticolas
a1f818d47f James LewisMoss's patch.
Build info updates, .cvsignore update, check for popt
in configure.in, more stuff for make-gnucash-patch, and
a dtd for the xml save format.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3355 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-27 23:37:52 +00:00
Dave Peticolas
1e3fd8b171 Build help index database using a combination of perl & C. Use
C to create and fill the database, to ensure the same db lib is
used to both create and read the db.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3338 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-22 03:47:40 +00:00
Dave Peticolas
ca7c372771 Remove old/ cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3337 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 23:40:02 +00:00
Dave Peticolas
df875ea12d Switch to using db1 for database access.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3336 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 23:36:41 +00:00
Dave Peticolas
7703433b11 Convert all of the guile code to use the new gettext interface.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3335 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 11:58:54 +00:00
Dave Peticolas
9a16112c4e Collect translatable strings from scheme source files statically.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3333 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-21 08:53:54 +00:00
Dave Peticolas
ab30431ceb Fix etags command again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3295 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-12 21:39:23 +00:00
Dave Peticolas
c95296c21d Fix etags command.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3294 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-12 11:21:05 +00:00
Dave Peticolas
a50ed7498a James LewisMoss's build system patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3283 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-11 21:26:58 +00:00
Dave Peticolas
522f3e20cb Add directories and build system infrastructure for new-user
account hierarchies.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3258 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-12-07 10:44:33 +00:00
Dave Peticolas
7a9add2810 Use gettextize to generate po-related files. Remove them from CVS.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3074 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-10-23 23:04:41 +00:00
Dave Peticolas
5a3c34b0ba Add HACKING to EXTRA_DIST.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2873 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-17 01:22:15 +00:00
Dave Peticolas
7338f75271 Add 'macros' subdirectory.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2872 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-17 01:12:23 +00:00
Dave Peticolas
7387840c76 Move src/doc/coding-style.txt to HACKING and update the contents.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2693 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-08-22 23:43:56 +00:00
Dave Peticolas
6166c5eae1 Move raw to src/experimental
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2441 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-08 06:08:58 +00:00
Dave Peticolas
dd13bbf553 Rob Browning's make dist patch.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2410 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-05 05:51:39 +00:00
Dave Peticolas
ed0bc95f5d Rob Browning's patch to add automake.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2395 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-06-02 09:00:31 +00:00