]> git.street.me.uk Git - andy/viking.git/blob - autogen.sh
Bootstraping from CVS
[andy/viking.git] / autogen.sh
1 #!/bin/sh
2
3 # This file allows to 'bootstrap' the generation envir.
4 # It must be used the first time the project is downloaded from the CVS.
5
6 #libtoolize || exit 1
7 aclocal || exit 1
8 autoheader || exit 1
9 automake --add-missing || exit 1
10 autoconf || exit 1