[PATCH] Change autogen.sh scripts to respect NOCONFIGURE
Colin Walters
walters at verbum.org
Thu Jan 5 06:17:20 PST 2012
Hi Gaetan,
On Wed, 2012-01-04 at 19:48 -0500, Gaetan Nadon wrote:
> No objections in principle, the doc is convincing.
>
> We are talking about 240 modules here. A sizable piece of work.
Thanks; any suggestions on how to proceed? I don't have commit
privileges to the xorg repositories (and no need to get them for such a
trivial patch), should I go through individual maintainers or should
someone Just Do It?
One thing we might want to consider before we change all 240 modules is
instead changing xorg-macros to install its autogen.sh as
$prefix/bin/xorg-autogen.sh or something, then all of the xorg autogen
scripts can just be:
#!/bin/sh
exec xorg-autogen.sh "$@"
This is effectively what we do with gnome-common, except some random
modules still have hand-written ones. Consistency - not yet our strong
point =/
More information about the xorg-devel
mailing list