Fix a google version number change
[viking/guyou.git] / autogen.sh
blob44532055d9672cfe28c665adef079e798a56d368
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 || exit 1
8 autoheader || exit 1
9 automake --add-missing || exit 1
10 autoconf || exit 1