mirror of
https://git.yoctoproject.org/libfakekey
synced 2025-11-03 20:45:35 +08:00
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/libfakekey@933 b067294f-1dea-0310-9683-c47a78595994
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#! /bin/sh
|
|
autoreconf -v --install || exit 1
|
|
./configure --enable-maintainer-mode "$@"
|