On Fri, Sep 18, 2009 at 4:30 AM, Rémi Cardona <[email protected]> wrote: > configure would print "renderproto >= 0.11 is not a valid command". > > Signed-off-by: Rémi Cardona <[email protected]> > --- > 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 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
