Bu actions yerine /samples içindeki konuldu

This commit is contained in:
S.Çağlar Onur
2005-06-16 13:16:31 +00:00
parent a67893e21a
commit b818e0c59d
+4 -4
View File
@@ -1,13 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from gnuconfig import *
from libtoolize import *
from autotools import *
from pisi.actionsapi.gnuconfig import *
from pisi.actionsapi.libtoolize import *
from pisi.actionsapi.autotools import *
def src_setup():
gnuconfig_update()
libtoolize()
# libtoolize()
configure( '--with-nls' )
def src_build():