Should bootstrap be patched like so?
This is an example of what you can get with the current script:
$ ./bootstrap
+ bakefilize
./bootstrap: line 47: bakefilize: command not found
+ bakefile -f gnu -o Makefile.simple -DBUILDLIBRARY=no mysql++.bkl
./bootstrap: line 50: bakefile: command not found
+ success=awyeah
+ '[' -z awyeah ']'
With the patch it becomes:
$ ./bootstrap
+ bakefilize
./bootstrap: line 47: bakefilize: command not found
+ set +x
BOOTSTRAP FAILED!
Jon
Attachment: [text/x-patch] mysql++-bootstrap.patch