예제 #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")