mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-02-10 16:00:28 +01:00
5 lines
112 B
Bash
Executable file
5 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
aclocal || exit 1
|
|
autoconf || exit 1
|
|
automake -a -c || exit 1
|
|
./configure --enable-maintainer-mode $*
|