don't include "cvs" in the version (not using cvs anymore :D)
[blackbox.git] / mk.sh
blob9503899977c1edba26ed06bd2ed3cbd7b318255f
1 #!/bin/sh
3 [ -d /usr/local/share/aclocal ] \
4 && ${ACLOCAL-aclocal} -I /usr/local/share/aclocal \
5 || ${ACLOCAL-aclocal}
6 ${LIBTOOLIZE-libtoolize} -c
7 ${AUTOHEADER-autoheader}
8 ${AUTOMAKE-automake} --foreign -a -c
9 ${AUTOCONF-autoconf}