Re: [BBDB] ChangeLog 2014-01-03 "bbdb-site.el.in"?

2014-01-06 Thread Gijs Hillenius
Yesterday or so, I did a git pull git://git.savannah.nongnu.org/bbdb.git and just now, when I restarted Emacs, I got a complaint about a missing bbdb-site.el The file is (or rather, was) called bbdb-site.el.in There are two such ".in" files, bbdb-pkg.el.in and bbdb-site.el.in A simple cp bbdb

Re: [BBDB] ChangeLog 2014-01-03 "bbdb-site.el.in"?

2014-01-06 Thread Barak A. Pearlmutter
> There are two such ".in" files, bbdb-pkg.el.in and bbdb-site.el.in In general, GNU autoconf generates "too" from "foo.in" at ./configure time. It basically fills in some templates indicated by @bar@. In this case the filled-in values are just version numbers inside quoted expressions, shouldn't

Re: [BBDB] ChangeLog 2014-01-03 "bbdb-site.el.in"?

2014-01-06 Thread Gijs Hillenius
On 6 Jan 2014, Barak A. Pearlmutter wrote: >> There are two such ".in" files, bbdb-pkg.el.in and bbdb-site.el.in > > In general, GNU autoconf generates "too" from "foo.in" at ./configure > time. It basically fills in some templates indicated by @bar@. > > In this case the filled-in values are jus