Commit Graph

19 Commits

Author SHA1 Message Date
Derek Atkins
44f314dfe8 Add some extra messages so users don't shoot themselves in the
foot by trying to run aclocal by hand.  gettextize tells them
to do so; add a warning to ignore it.  Hopefully users will listen.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8284 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-09 21:13:19 +00:00
Derek Atkins
942578370a * configure.in: fix some AC_DEFINE macros
* macros/autogen.sh: a bit more work on the version searches.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8282 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-09 00:58:23 +00:00
Derek Atkins
b9546bb9cc * configure.in: add AC_PREREQ(2.53) to require 2.53 :)
* macros/autogen.sh: add more searches for a good version of
	  the autotools.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8281 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-09 00:29:11 +00:00
Derek Atkins
fe083155f1 * macros/autogen.sh: require autoconf >= 2.53 and automake >= 1.5
Also look for appropriately-named versions on systems like RH7.3


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8277 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-05-08 02:05:15 +00:00
Derek Atkins
41d79ac527 2003-01-19 John Pierce <john@killterm.org>
* macros/autogen.sh
	  Use variables for programs so they can be overridden easily.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7853 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-20 00:40:33 +00:00
David Hampton
2c0b8dae96 Reenable -Wall with -Werror.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7759 57a11ea4-9604-0410-9ed3-97b8803252fd
2003-01-03 03:17:24 +00:00
David Hampton
cfae12f08f Enable -Werror.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7718 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-12-24 03:26:12 +00:00
David Hampton
e3b32ced97 Finished changes to make both gettext 0.10 and 0.11 work.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6866 57a11ea4-9604-0410-9ed3-97b8803252fd
2002-05-16 21:59:52 +00:00
Bill Gribble
4069b315f9 Build changes to clean up library cross-dependencies and move to libtool-1.4
syntax.  Also a patched ltmain.sh included with CVS now, so builds are
faster and folks with libtool-1.3.4 installed aren't left in the cold.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5788 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-11-07 22:41:56 +00:00
Rob Browning
8d3324cc53 * macros/autogen.sh: update for intltool.
* macros/autogen.sh: update for intltool.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5507 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-10 23:19:50 +00:00
Dave Peticolas
7b0f8fc2b2 Undo autoconf 2.5.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5457 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-10-03 07:38:16 +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
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
45e9bca7dd Remove broken debian cruft.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5174 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-18 07:12:26 +00:00
Robert Graham Merkel
51e8e75915 Fix bug in sxsincelast-dialog, i18n xaccFreqSpecGetFreqStr.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5173 57a11ea4-9604-0410-9ed3-97b8803252fd
2001-08-18 06:32:13 +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
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
1b004697e3 Minor fix.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2906 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-20 08:26:31 +00:00
Dave Peticolas
2b3a4ff53f Remove Makefile.in's from CVS repository.
Add and use gnome autoconf macros.
Fix lots of new compiler warnings.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2842 57a11ea4-9604-0410-9ed3-97b8803252fd
2000-09-13 22:33:15 +00:00