Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 270 Bytes

atizer

Python scripts that autotool-ize a project. The result is a tarball within a distrib/ directory that you can distribute

To install, cd atizer/python/distrib tar -xzvf atizer-0.1.tar.gz cd atizer-0.1 ./configure --prefix=$HOME/devel/local make install