mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 14:14:38 +02:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
export AUTOMAKE="automake --foreign --add-missing --copy"
|
||
|
autoreconf
|