mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-01-19 20:10:33 +01:00
8 lines
243 B
Bash
Executable file
8 lines
243 B
Bash
Executable file
#!/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 --enable-examples-build \
|
|
--enable-x11-examples-build --enable-debug-log $*
|