Hi all,
here is another patch from Kaffe's libtool patch chest, which adds the missing braces around $sys_search_path in the definition of LTDL_SYSSEARCHPATH. That fixes libtool for at least one platform, though I don't recall which any more :(
ChangeLog:
2004-03-12 Riccardo Mottola <[EMAIL PROTECTED]>, Michael Koch <[EMAIL PROTECTED]>
* libltdl/acinclude.m4 (LTDL_SYSSEARCHPATH): Brace $sys_search_path argument.
cheers, dalibor topic
? acinclude_patch Index: libltdl/acinclude.m4 =================================================================== RCS file: /cvs/kaffe/kaffe/libltdl/acinclude.m4,v retrieving revision 1.26 diff -r1.26 acinclude.m4 6191c6191 < AC_DEFINE_UNQUOTED(LTDL_SYSSEARCHPATH, "$sys_search_path", --- > AC_DEFINE_UNQUOTED(LTDL_SYSSEARCHPATH, ["$sys_search_path"],