annotate bootstrap @ 102:7a5859764ccd

Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I think the solution is to wrap the globals in a struct, declare it in a header, and wrap with a definition guard, then define _once_ at library init time. (Sounds like a recipe for something...)
author Jamie Bullock <jamie@postlude.co.uk>
date Tue, 16 Oct 2007 09:37:06 +0000
parents 0df00d5c9269
children
rev   line source
jamie@87 1 #!/bin/sh
jamie@87 2
jamie@87 3 autoreconf --force --install -I config -I m4
jamie@87 4