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