Run `bootstrap.sh' to create configure.

Run `test.sh 0 1' to build and run the tests.  Argument `0' creates
a test environment that triggers the bug, argument `1' provides a
workaround (see Makefile.am).

Files `libtool.m4.diff' and `ltmain.sh.diff' are patches against
Libtool 1.4.2.  Apply them with the commands:

	cp /path/to/libtool-1.4.2/libtool.m4 .
	patch < libtool.m4.diff
	patch < ltmain.sh.diff

Now run the failed test again:

	./bootstrap.sh
	./test.sh 2

Patch `libtool.m4.diff' is considered stable (IMHO), `ltmain.sh.diff'
is a quick 'n dirty hack breaking the second and third invocation of
Libtool's mdemo-inst test.
