Re: [PATCH] Improve the regex of sed command of SVN_SERF_INCLUDES macro

2015-07-08 Thread Philip Martin
Kang Kai writes: > Index: build/ac-macros/serf.m4 > === > --- build/ac-macros/serf.m4 (revision 1689799) > +++ build/ac-macros/serf.m4 (working copy) > @@ -168,7 +168,7 @@ > if $PKG_CONFIG $serf_pc_arg --atleast-version=

[PATCH] Improve the regex of sed command of SVN_SERF_INCLUDES macro

2015-07-08 Thread Kang Kai
Hello,. When calculate SVN_SERF_INCLUDES macro in serf.m4, it removes any '-D' in string. If $serf_major was installed into directory with '-D' in its path, such as "My-Demo", then get wrong value of SVN_SERF_INCLUDES. [[[ Improve the regex of sed command of SVN_SERF_INCLUDES macro The reg