[Xcb] first cut of python bindings for libxcb

Julien Cristau jcristau at debian.org
Mon Mar 3 07:33:35 PST 2008


Hi Xavier,

just a minor comment:

On Mon, Mar  3, 2008 at 08:32:28 -0600, Xavier Toth wrote:

> diff -ruN --exclude=.git --exclude='*.pc' xcb/libxcb/autogen.sh
> xcb.new/libxcb/autogen.sh
> --- xcb/libxcb/autogen.sh	2008-03-01 17:07:53.000000000 -0600
> +++ xcb.new/libxcb/autogen.sh	2008-03-01 12:49:48.000000000 -0600
> @@ -1,7 +1,7 @@
>  ORIGDIR=`pwd`
>  cd $srcdir
> 
> -autoreconf -v --install || exit 1
> +env ACLOCAL="aclocal -I m4" autoreconf -v --install || exit 1
>  cd $ORIGDIR || exit $?
> 
>  $srcdir/configure --enable-maintainer-mode "$@"

NAK.  You should let the user set the ACLOCAL variable, you can't
override it like that.

Cheers,
Julien


More information about the Xcb mailing list