Undefine GC_MODEL_DIRECTORY when using BINRELOC since BINRELOC redefines it.
[crack-attack.git] / autogen.sh
blob52b67439cc0076a0b91ec54417382818f36da761
1 #!/bin/sh
3 aclocal-1.8 $ACLOCAL_FLAGS || exit;
4 autoheader-2.59 || exit;
5 autoconf-2.59 || exit;
6 automake-1.8 --add-missing --copy || exit;
7 ./configure $@