libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fixlet for missing braces around sys_search_path


From: Dalibor Topic
Subject: Fixlet for missing braces around sys_search_path
Date: Thu, 28 Apr 2005 18:20:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1

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 <address@hidden>,
            Michael Koch  <address@hidden>

        * 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"],

reply via email to

[Prev in Thread] Current Thread [Next in Thread]