def setup(): libtools.libtoolize("--force --copy") autotools.autoreconf("-fi") autotools.configure("--localstatedir=/var \ --enable-bash-completion \ --disable-doxygen-docs \ --disable-gtk-doc \ --disable-static")
def setup(): #shelltools.cd("cdparanoia-III-10.2") #shelltools.move("configure.guess", "config.guess") #shelltools.move("configure.sub", "config.sub") autotools.autoreconf("-vfi") libtools.gnuconfig_update() libtools.libtoolize("--force --install") autotools.configure()
def setup(): # Do not rebuild docs shelltools.export("HASDOCBOOK", "no") libtools.libtoolize("-f") autotools.autoreconf("-fi") autotools.configure("--disable-static \ --disable-docs \ --with-cache-dir=/var/cache/fontconfig \ --with-default-fonts=/usr/share/fonts \ --with-add-fonts=/usr/local/share/fonts")
def setup(): # Use system libtool instead of bundled one shelltools.unlinkDir("libltdl") libtools.libtoolize("-c -f --ltdl") autotools.autoreconf("-fi") autotools.configure("--sysconfdir=/etc/unixODBC \ --disable-dependency-tracking \ --disable-gui \ --enable-threads \ --enable-drivers \ --enable-driver-conf \ --disable-stats ")
def setup(): autotools.autoreconf("-vif") libtools.libtoolize() autotools.configure("--sbindir=/sbin \ --libexecdir=/usr/lib \ --without-kernel \ --enable-devel \ --disable-nftables \ --enable-libipq \ --enable-shared \ --enable-static") inarytools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def setup(): libtools.libtoolize("-fc") autotools.aclocal() autotools.autoconf() autotools.automake("--add-missing --copy") autotools.configure()
def setup(): libtools.libtoolize() autotools.aclocal("-I m4") autotools.configure()
def setup(): libtools.libtoolize("--force --install") autotools.autoreconf("-vfi") autotools.configure("--with-libdvdcss=/usr \ --disable-static")