"Dan Lipsitt" <[EMAIL PROTECTED]> writes: >>From config.log: > > $ ../configure --with-arch=tla > [...] > configure:1702: checking for tla > configure:1718: found /usr/local/bin/tla > configure:1728: result: tla > configure:1752: checking for baz > configure:1768: found /usr/local/bin/baz > configure:1778: result: baz > [...] > configure:1845: checking arch branch to use > configure:1878: result: tla > [...] > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ARCH='baz' > ARCH_BRANCH='tla' > BAZ='baz' > > [This last bit might be the problem?]
IIRC, ARCH is just the one used by the configure script itself (it computes the DVC version by running "baz tree-id" or "tla logs -f | tail -1". Normally, you should have a lisp/dvc-site.el file generated from lisp/dvc-site.el.in, and this should define dvc-site-arch-branch to 'baz. Then, tla-defs.el should define tla-arch-branch based upon that. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
