]> git.datanom.net - vcard-parser.git/blob - autogen.sh
0c4b0aea3abca1eda76cb31b5acc7eed6f09c903
[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.052403 seconds and 4 git commands to generate.