This is for http://oss.sgi.com/bugzilla/show_bug.cgi?id=759 "fix parallel issue with include/ symlinks" Doing something like "make -j2 install install-dev" would lead to a race of removing & creating
Actually spoken too soon. This breaks the acl build for me with: gcc -g -O2 -DNDEBUG -funsigned-char -fno-strict-aliasing -Wall -DVERSION=\"2.2.47\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"acl\
acl-2.2.47 built fine for me with `./configure && make` and this patch ... that said, if the only purpose of this is to make sure there are symlinks in include/, why not do it at the tail end of conf
it's easy to do, i just dont know how people feel about the idea in general diff --git a/configure.in b/configure.in index 3c46c49..d227630 100644 -- a/configure.in +++ b/configure.in @@ -27,4 +27,11