def setup(): pisitools.touch("NEWS") autotools.autoreconf("-fi") autotools.configure("--enable-xerces-c \ --enable-libxml \ --enable-expat \ --enable-tinyxml \ --enable-opengl-renderer \ --enable-tga \ --disable-samples \ --enable-toluacegui \ --with-x \ --with-gtk2 \ --enable-freeimage \ --disable-devil \ --enable-lua-module \ --disable-samples")
def setup(): pisitools.touch("NEWS") pisitools.touch("README") pisitools.touch("AUTHORS") pisitools.touch("ChangeLog") autotools.autoreconf("-vfi") autotools.configure("--enable-xerces-c \ --enable-libxml \ --enable-expat \ --enable-tinyxml \ --enable-opengl-renderer \ --enable-toluacegui \ --enable-freeimage \ --enable-silly \ --enable-lua-module \ --with-x \ --with-gtk2 \ --with-default-xml-parser=TinyXMLParser \ --with-default-image-codec=STBImageCodec \ --disable-devil \ --disable-samples")