open/close device functions
[libfprint.git] / autogen.sh
blob90932ea899010a9f7ab7620ffccf6e52d5584155
1 #!/bin/sh
2 libtoolize --copy --force || exit 1
3 aclocal || exit 1
4 autoheader || exit 1
5 autoconf || exit 1
6 automake -a -c || exit 1
7 ./configure --enable-maintainer-mode $*