示例#1
0
def isCmakeInstalled():
    return utilityFunctions.isInstalled("cmake")
示例#2
0
def isLibtoolInstalled():
    return utilityFunctions.isInstalled("libtool")
示例#3
0
def isLibtoolInstalled():
    return utilityFunctions.isInstalled("libtool")
示例#4
0
def isAutoconfInstalled():
    return utilityFunctions.isInstalled("autoreconf")
示例#5
0
def isAutoconfInstalled():
    return utilityFunctions.isInstalled("autoreconf")