~ubuntu-branches/ubuntu/saucy/libfprint/saucy-proposed

1
2
3
4
5
6
7
8
9
10
#!/bin/sh
libtoolize --copy --force || exit 1
aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
if test -z "$NOCONFIGURE"; then
    exec ./configure --enable-maintainer-mode --enable-examples-build \
	--enable-x11-examples-build --enable-debug-log $*
fi