libfprint/autogen.sh

8 lines
169 B
Bash
Raw Normal View History

2007-10-07 22:20:12 +00:00
#!/bin/sh
libtoolize --copy --force || exit 1
aclocal || exit 1
autoheader || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure --enable-maintainer-mode $*