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