libcurl is a requirement
[viking/guyou.git] / autogen.sh
blob1a953ded697eebb1293c602be00c0491461f1bd0
1 #!/bin/sh
3 # This file allows to 'bootstrap' the generation envir.
4 # It must be used the first time the project is downloaded from the CVS.
6 #libtoolize || exit 1
7 aclocal -I m4 || exit 1
8 autoheader || exit 1
9 automake --add-missing || exit 1
10 autoconf || exit 1