Version string now composed from the separate numbers.
Christian Stimming
stimming at tuhh.de
Thu Oct 27 06:25:52 EDT 2005
Oops, sorry. I thought I checked for this, but somehow it slipped
through. To fix this:
In configure.in please replace
AC_INIT(gnucash)
with
AC_INIT
, and replace
AM_INIT_AUTOMAKE($PACKAGE_NAME, $GNUCASH_VERSION_STRING)
with
AM_INIT_AUTOMAKE(gnucash, $GNUCASH_VERSION_STRING)
That reverts to the old-school way of defining the PACKAGE variable.
I don't have access to my CVS copy until Sunday, so please feel free to
commit this.
Christian
David Hampton schrieb:
> 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