fix typo
[blackbox.git] / mk.sh
blob7b810f39ffe1c02d69ab81ed37f9dbae272b3afd
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}
11 rm -rf autom4te.cache