Beispiel #1
0
def setup():
    for filename in ["README", "NEWS", "AUTHORS"]:
        filename = shelltools.join_path(get.workDIR(), WorkDir, filename)
        shelltools.touch(filename)

    autotools.autoreconf("-fi")
    autotools.configure("--enable-static=no")
Beispiel #2
0
def setup():
    for filename in ["README", "NEWS", "AUTHORS"]:
        filename = shelltools.join_path(get.workDIR(), WorkDir, filename)
        shelltools.touch(filename)

    autotools.autoreconf("-fi")
    autotools.configure("--enable-static=no")
Beispiel #3
0
def setup():
    pisitools.removeDir("test/unit")
    pisitools.dosed("test/Makefile.am", " unit", "")
    pisitools.dosed("configure.ac", "test/unit/Makefile", "")

    for filename in ["README", "NEWS", "AUTHORS"]:
        filename = shelltools.join_path(get.workDIR(), WorkDir, filename)
        shelltools.touch(filename)

    autotools.autoreconf()
    libtools.libtoolize("--copy --force")
    autotools.configure("--enable-static=no")