rawInstall eklendi

This commit is contained in:
S.Çağlar Onur
2005-07-25 21:58:36 +00:00
parent 8bbb483313
commit 2a7039c8b2
+3
View File
@@ -109,6 +109,9 @@ def installWithInstallRootdir():
os.system(install_string)
def rawInstall(parameters = ''):
os.system("make %s install" % parameters)
def aclocal(parameters = ''):
os.system("aclocal %s" % parameters)