mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-11-16 17:20:36 +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 "$@"
|