[PATCH] Change autogen.sh scripts to respect NOCONFIGURE

Alan Coopersmith alan.coopersmith at oracle.com
Thu Jan 5 10:57:33 PST 2012


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.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list