Allow YAZ 2 series only
[ir-tcl-moved-to-github.git] / buildconf.sh
1 #!/bin/sh
2 # $Id: buildconf.sh,v 1.1 2004-04-26 09:12:01 adam Exp $
3 set -x
4 aclocal -I .
5 autoconf
6 if [ -f config.cache ]; then
7         rm config.cache
8 fi