add KEY_MACRO 1-30 and other keys
[evtest.git] / autogen.sh
blob354f254e454019901fc24c70590205c3d26bd9b3
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 $?
12 $srcdir/configure "$@"