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
> 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
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