Kaydet (Commit) f04fcc19 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

autogen kullanımı biraz güzelleştirildi.

üst e7b81fc8
......@@ -181,6 +181,10 @@ def aclocal(parameters=''):
if system('aclocal {}'.format(parameters)):
raise RunTimeError(_('Running \'aclocal\' failed.'))
def autogen():
"""generates configure script from autogen"""
if system('bash autogen.sh'):
raise RunTimeError(_('Running \'autogen.sh\' script failed.'))
def autoconf(parameters=''):
"""generates a configure script"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment