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