>>>> "Sergey" == Sergey Okhapkin
<sos(a)prospect.com.ru> writes:
Sergey> Hi!
Sergey> This patch fixes build problems when build directory differs from Xemacs src
directory.
Sergey> lib-src/Makefile.in.in - add $srcdir/../src to include search path.
Thanks for your patch.
If this refers to the problems building movemail, I think we already
have a better solution - to change movemail's #include <regex.h> to
#include "../src/regex.h"
Check it out in the next 21.2 beta.
Martin