emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk r115773: Port xcrun configuration to GNU/Linux.


From: Paul Eggert
Subject: Re: trunk r115773: Port xcrun configuration to GNU/Linux.
Date: Sat, 28 Dec 2013 23:16:12 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

YAMAMOTO Mitsuharu wrote:
> You changed
> 
>   CPPFLAGS="$CPPFLAGS -I$xcsdkdir/usr/include/libxml2"
> 
> to
> 
>   CPPFLAGS="$CPPFLAGS -I'$xcsdkdir/usr/include/libxml2'"
> 
> in r115773.  But it actually does not work as you might expect,

Thanks, I changed it to:

  CPPFLAGS=$CPPFLAGS' -I"$xcsdkdir"/usr/include/libxml2'

in trunk bzr 115801.  I can't easily test this, as I don't
use OS X, so please let me know of are any further problems.



reply via email to

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