1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 14:36:15 +02:00

add autogen.sh

This commit is contained in:
xiangfu 2009-06-09 19:17:58 +00:00
parent 83515d8092
commit 6745786d7e

4
flash-tool/autogen.sh Executable file
View File

@ -0,0 +1,4 @@
#! /bin/sh
AUTOMAKE="automake --foreign --add-missing --copy"
export AUTOMAKE
autoreconf