On 01/05/12 09:01, Colin Walters wrote:
Regardless we could certainly change the patch to all modules to be:

#!/bin/sh
common_autogen=`which xorg-util-autogen.sh 2>/dev/null`
if test -n "$common_autogen"; then
   exec $common_autogen "$@"
else
   # copy&pasted version here
fi

That would allow building for people whose distros haven't packaged
xorg-util-autogen.sh yet or think having /usr/bin/xorg-util-autogen.sh
is a bit messy.   (I'm not thrilled about it, but we've got worse
cruft in /usr/bin so I'm not going to throw myself in the way of it.)

--
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to