Bruno Haible <[EMAIL PROTECTED]> wrote: > A fix could be to make func_import work a bit like func_create_testdir, but > with a single configure file:
Hi Bruno, > - Put the configure tests for 'xalloc' into the normal configure. This is > OK since the *.m4 files are all under a permissive license. > - Put the source code for 'xalloc' into tests/ instead of lib/. This works > without filename clashes since tests source files start with 'test-' by > convention. > - Emit rules into tests/Makefile.am to create a libtests.a, and link all > tests with this library. > So lib/libgnu.a will be LGPLed, but tests/libtests.a will be GPLed. > > Does that sound right? Sounds perfect. I expect the code by tomorrow :-)