moduleset = 'http://people.freedesktop.org/~anholt/checkouts/xorg/util/modular/xorg.modules' #moduleset = '/home/jg/git/modular/xorg.modules' modules = [ 'xorg' ] checkoutroot = os.path.expanduser('~/git') prefix = os.path.expanduser('~/xorg') autogenargs = '' autogenargs = autogenargs + ' --disable-static' autogenargs = autogenargs + ' --cache-file=' + checkoutroot + '/autoconf-cache' autogenargs = autogenargs + ' --localstatedir=/var' #autogenargs = autogenargs + ' --with-expat=/usr/local' autogenargs = autogenargs + ' --with-mesa-source=' + checkoutroot + '/Mesa' os.environ['ACLOCAL'] = 'aclocal -I ' + prefix + '/share/aclocal/' os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')