mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
aclocal || exit 1
|
|
autoconf || exit 1
|
|
automake -a -c || exit 1
|
|
./configure --enable-maintainer-mode $*
|