Initial commit for mtdev2tuio.
[mtdev2tuio.git] / autogen.sh
bloba4fa9a20d0bacfa8ffa351cfff8c2df48f88ba5e
1 #! /bin/sh
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
6 ORIGDIR=`pwd`
7 cd $srcdir
9 autoreconf -v --install || exit 1
10 cd $ORIGDIR || exit $?