Files
pam-fprint-grosshack/autogen.sh
Daniel Drake 822a2e5438 Require libfprint-0.1
To stop people trying to compile it with 0.0 :)
2008-05-13 18:20:42 +01:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
aclocal || exit 1
autoconf || exit 1
automake -a -c || exit 1
./configure $*