You get to see victory messages!
[crack-attack.git] / autogen.sh
blobd59abef7931523b2c99f3be52198a781d14535c5
1 #!/bin/sh
3 aclocal-1.8 $ACLOCAL_FLAGS || exit;
4 autoheader-2.59 || exit;
5 automake-1.8 --add-missing --copy;
6 autoconf-2.59 || exit;
7 automake-1.8 || exit;
8 ./configure $@