Version string now composed from the separate numbers.

David Hampton hampton-gnucash at rainbolthampton.net
Thu Oct 27 03:00:36 EDT 2005


On Wed, 2005-10-26 at 16:48 -0400, Christian Stimming wrote:
> 	* configure.in: Compose the version string again from several
> 	shell variables. Makes life much easier for anyone, including
> 	potential automated tarball builds. Slight updates in the build
> 	system.

Christian,

This commit has somehow changed the definition of the pkg* variables in
the makefiles.  They've changed from

  pkgdatadir = $(datadir)/gnucash
  pkglibdir = $(libdir)/gnucash
  pkgincludedir = $(includedir)/gnucash

to 

  pkgdatadir = $(datadir)/
  pkglibdir = $(libdir)/
  pkgincludedir = $(includedir)/

This causes my builds to fail about 2/3 of the way through in the
src/gnome directory, because of a command that is executed in the
src/gnome-utils directory.  Any suggestions?

David





More information about the gnucash-patches mailing list