mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-12-29 02:11:45 +02:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
cd "`dirname "$0"`"
|
|
autoreconf --force --install --symlink
|
|
./configure "$@"
|