[GNC-dev] Significance of 18:59:00 in GnuCash 2.6.21 and altering of existing data
Kevin Buckley
kevin.m.buckley at gmail.com
Wed May 6 06:41:43 EDT 2020
On Wed, 6 May 2020 at 00:20, John Ralls <jralls at ceridwen.us> wrote:
>
> >
> > Yes, but no version of SWIG would alter the Text in a Comment within the file
> > it was processing, or would it?
> >
> > I wasn't aware of SWIG having any "automatic" spell-correction capability
> > but I could imagine that it might be congigured/used to do that.
> >
> > So if SWIG is not responsble for the change to the text in a comment,
> > then what changed the comment in the file SWIG processed, and where
> > is the commit for that ?
> >
> > Apologies if I didn't make what I was asking clear,
>
> https://github.com/swig/swig/blob/master/Lib/swiginit.swg#L82
>
> Regards,
> John Ralls
Ah-ha, so that comment came from SWIG itself, not GnuCash.
Cheers for the pointer: that fixed that discrepancy.
Just need to work out where the
BUILD_DIR = .build
in the Makefile.in-s comes from now.
Out of interest then, was the 2.6.21 tarball created using a
CMake build or an Autotools one ?
I'm struggling to find an Automake macro that would have
introduced it.
Kevin
More information about the gnucash-devel
mailing list