Andy Wingo <wi...@pobox.com> writes: > I would also mention the approach from the skeleton package, which you > can fetch from http://wingolog.org/git/skeleton.git. `autoreconf -vif', > `./configure', and `make'. It has a toplevel `env' script, similar to > other environment scripts needed for other languages that tweak > LD_LIBRARY_PATH.
Thanks. It seems a shame, and less portable, for us to rely on shell script wrappers. But given that we're talking about uninstalled stuff, and that it seems extremely unlikely for a development machine not to have a decent shell, I guess that's actually OK. Neil