autotools içinde autoheader'ı unutmuşuz :(

This commit is contained in:
S.Çağlar Onur
2005-09-08 08:50:09 +00:00
parent a1abac5261
commit 69438691cb
+5
View File
@@ -130,3 +130,8 @@ def automake(parameters = ''):
'''generates a makefile'''
if system('automake %s' % parameters):
raise RunTimeError('!!! Running automake failed...')
def autoheader(parameters = ''):
'''generates templates for configure'''
if system('autoheader %s' % parameters):
raise RunTimeError('!!! Running autoheader failed...')