[PATCH] configure: fix REQUIRED_MODULES, it was not being set at all
Dan Nicholson
dbn.lists at gmail.com
Fri Sep 18 06:14:31 PDT 2009
On Fri, Sep 18, 2009 at 4:30 AM, Rémi Cardona <remi at gentoo.org> wrote:
> configure would print "renderproto >= 0.11 is not a valid command".
>
> Signed-off-by: Rémi Cardona <remi at gentoo.org>
> ---
> configure.ac | 26 +++++++++++++-------------
> 1 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3e02308..cf7e634 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -735,19 +735,19 @@ WINDOWSWMPROTO="windowswmproto"
> APPLEWMPROTO="applewmproto >= 1.4"
>
> dnl Core modules for most extensions, et al.
> -REQUIRED_MODULES="randrproto >= 1.2.99.3 " \
> - "renderproto >= 0.11 " \
> - "damageproto >= 1.1 " \
> - "xcmiscproto >= 1.2.0 " \
> - "xextproto >= 7.0.99.3 " \
> - "xproto >= 7.0.13 " \
> - "xtrans >= 1.2.2 " \
> - "bigreqsproto >= 1.1.0 " \
> - "resourceproto " \
> - "fontsproto " \
> - "inputproto >= 1.9.99.902 " \
> - "kbproto >= 1.0.3 " \
> - "fixesproto >= 4.0"
> +REQUIRED_MODULES="randrproto >= 1.2.99.3
> + renderproto >= 0.11
> + damageproto >= 1.1
> + xcmiscproto >= 1.2.0
> + xextproto >= 7.0.99.3
> + xproto >= 7.0.13
> + xtrans >= 1.2.2
> + bigreqsproto >= 1.1.0
> + resourceproto
> + fontsproto
> + inputproto >= 1.9.99.902
> + kbproto >= 1.0.3
> + fixesproto >= 4.0"
I don't see why the original was a problem, but can you leave the line
continuation markers in there? Having variables with newlines in them
is not fun.
--
Dan
More information about the xorg-devel
mailing list