1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2024-12-29 02:11:45 +02:00
iris/native/autogen.sh

5 lines
86 B
Bash
Raw Normal View History

2012-09-26 23:20:38 +03:00
#!/bin/sh
cd "`dirname "$0"`"
autoreconf --force --install --symlink
./configure "$@"