]> git.datanom.net - vcard-parser.git/blob - autogen.sh
initialize
[vcard-parser.git] / autogen.sh
1 #!/bin/sh
2
3 autoconf
4 automake --add-missing
5 libtoolize
6 autoreconf -f
7 ./configure --enable-maintainer-mode
8
This page took 0.056321 seconds and 6 git commands to generate.